import { z } from 'zod'; /** * AccessibilityDeclarationUpdateRequest */ export declare const zAccessibilityDeclarationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ accessibilityDeclarations: "accessibilityDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional>; supportsAudioDescriptions: z.ZodOptional>; supportsCaptions: z.ZodOptional>; supportsDarkInterface: z.ZodOptional>; supportsDifferentiateWithoutColorAlone: z.ZodOptional>; supportsLargerText: z.ZodOptional>; supportsReducedMotion: z.ZodOptional>; supportsSufficientContrast: z.ZodOptional>; supportsVoiceControl: z.ZodOptional>; supportsVoiceover: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AlternativeDistributionDomainCreateRequest */ export declare const zAlternativeDistributionDomainCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionDomains: "alternativeDistributionDomains"; }>; attributes: z.ZodObject<{ domain: z.ZodString; referenceName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AlternativeDistributionKeyCreateRequest */ export declare const zAlternativeDistributionKeyCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionKeys: "alternativeDistributionKeys"; }>; attributes: z.ZodObject<{ publicKey: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AlternativeDistributionPackageCreateRequest */ export declare const zAlternativeDistributionPackageCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AnalyticsReportRequestCreateRequest */ export declare const zAnalyticsReportRequestCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ analyticsReportRequests: "analyticsReportRequests"; }>; attributes: z.ZodObject<{ accessType: z.ZodEnum<{ ONE_TIME_SNAPSHOT: "ONE_TIME_SNAPSHOT"; ONGOING: "ONGOING"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AndroidToIosAppMappingDetailCreateRequest */ export declare const zAndroidToIosAppMappingDetailCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; attributes: z.ZodObject<{ packageName: z.ZodString; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodArray; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AndroidToIosAppMappingDetailUpdateRequest */ export declare const zAndroidToIosAppMappingDetailUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipAdvancedExperienceImageCreateRequest */ export declare const zAppClipAdvancedExperienceImageCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipAdvancedExperienceImageUpdateRequest */ export declare const zAppClipAdvancedExperienceImageUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipAppStoreReviewDetailCreateRequest */ export declare const zAppClipAppStoreReviewDetailCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; attributes: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>>; relationships: z.ZodObject<{ appClipDefaultExperience: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipAppStoreReviewDetailUpdateRequest */ export declare const zAppClipAppStoreReviewDetailUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipDefaultExperienceLocalizationCreateRequest */ export declare const zAppClipDefaultExperienceLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; subtitle: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ appClipDefaultExperience: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipDefaultExperienceLocalizationUpdateRequest */ export declare const zAppClipDefaultExperienceLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipHeaderImageCreateRequest */ export declare const zAppClipHeaderImageCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ appClipDefaultExperienceLocalization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipHeaderImageUpdateRequest */ export declare const zAppClipHeaderImageUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodOptional; attributes: z.ZodObject<{ locale: z.ZodString; promotionalText: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppCustomProductPageLocalizationCreateRequest */ export declare const zAppCustomProductPageLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; promotionalText: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ appCustomProductPageVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppCustomProductPageLocalizationUpdateRequest */ export declare const zAppCustomProductPageLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCustomProductPageVersionInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodOptional; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppCustomProductPageVersionCreateRequest */ export declare const zAppCustomProductPageVersionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ appCustomProductPage: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; appCustomProductPageLocalizations: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppCustomProductPageVersionUpdateRequest */ export declare const zAppCustomProductPageVersionUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppCustomProductPageCreateRequest */ export declare const zAppCustomProductPageCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; attributes: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; appCustomProductPageVersions: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionTemplate: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customProductPageTemplate: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodObject<{ locale: z.ZodString; promotionalText: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodOptional; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>]>>>; }, z.core.$strip>; /** * AppCustomProductPageUpdateRequest */ export declare const zAppCustomProductPageUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional>; visible: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppEncryptionDeclarationDocumentCreateRequest */ export declare const zAppEncryptionDeclarationDocumentCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ appEncryptionDeclaration: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppEncryptionDeclarationDocumentUpdateRequest */ export declare const zAppEncryptionDeclarationDocumentUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppEncryptionDeclarationCreateRequest */ export declare const zAppEncryptionDeclarationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; attributes: z.ZodObject<{ appDescription: z.ZodString; containsProprietaryCryptography: z.ZodBoolean; containsThirdPartyCryptography: z.ZodBoolean; availableOnFrenchStore: z.ZodBoolean; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppEventLocalizationCreateRequest */ export declare const zAppEventLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventLocalizations: "appEventLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodOptional>; shortDescription: z.ZodOptional>; longDescription: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ appEvent: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppEventLocalizationUpdateRequest */ export declare const zAppEventLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventLocalizations: "appEventLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; shortDescription: z.ZodOptional>; longDescription: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppEventScreenshotUpdateRequest */ export declare const zAppEventScreenshotUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppEventVideoClipUpdateRequest */ export declare const zAppEventVideoClipUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppEventCreateRequest */ export declare const zAppEventCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; badge: z.ZodOptional>; deepLink: z.ZodOptional>; purchaseRequirement: z.ZodOptional>; primaryLocale: z.ZodOptional>; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>, z.ZodNull]>>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppEventUpdateRequest */ export declare const zAppEventUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional>; badge: z.ZodOptional>; deepLink: z.ZodOptional>; purchaseRequirement: z.ZodOptional>; primaryLocale: z.ZodOptional>; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>, z.ZodNull]>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppInfoLocalizationCreateRequest */ export declare const zAppInfoLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; subtitle: z.ZodOptional>; privacyPolicyUrl: z.ZodOptional>; privacyChoicesUrl: z.ZodOptional>; privacyPolicyText: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ appInfo: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppInfoLocalizationUpdateRequest */ export declare const zAppInfoLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; subtitle: z.ZodOptional>; privacyPolicyUrl: z.ZodOptional>; privacyChoicesUrl: z.ZodOptional>; privacyPolicyText: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppInfoUpdateRequest */ export declare const zAppInfoUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppPreviewCreateRequest */ export declare const zAppPreviewCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; previewFrameTimeCode: z.ZodOptional>; mimeType: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ appPreviewSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppPreviewUpdateRequest */ export declare const zAppPreviewUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional>; previewFrameTimeCode: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppPriceV2InlineCreate: z.ZodObject<{ type: z.ZodEnum<{ appPrices: "appPrices"; }>; id: z.ZodOptional; }, z.core.$strip>; /** * AppScreenshotCreateRequest */ export declare const zAppScreenshotCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ appScreenshotSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppScreenshotUpdateRequest */ export declare const zAppScreenshotUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreReviewAttachmentCreateRequest */ export declare const zAppStoreReviewAttachmentCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ appStoreReviewDetail: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreReviewAttachmentUpdateRequest */ export declare const zAppStoreReviewAttachmentUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreReviewDetailCreateRequest */ export declare const zAppStoreReviewDetailCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; attributes: z.ZodOptional>; contactLastName: z.ZodOptional>; contactPhone: z.ZodOptional>; contactEmail: z.ZodOptional>; demoAccountName: z.ZodOptional>; demoAccountPassword: z.ZodOptional>; demoAccountRequired: z.ZodOptional>; notes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreReviewDetailUpdateRequest */ export declare const zAppStoreReviewDetailUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; contactLastName: z.ZodOptional>; contactPhone: z.ZodOptional>; contactEmail: z.ZodOptional>; demoAccountName: z.ZodOptional>; demoAccountPassword: z.ZodOptional>; demoAccountRequired: z.ZodOptional>; notes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionExperimentTreatmentLocalizationCreateRequest */ export declare const zAppStoreVersionExperimentTreatmentLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ appStoreVersionExperimentTreatment: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionExperimentTreatmentCreateRequest */ export declare const zAppStoreVersionExperimentTreatmentCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; attributes: z.ZodObject<{ name: z.ZodString; appIconName: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionExperimentTreatmentUpdateRequest */ export declare const zAppStoreVersionExperimentTreatmentUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional>; appIconName: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionExperimentV2UpdateRequest */ export declare const zAppStoreVersionExperimentV2UpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional>; trafficProportion: z.ZodOptional>; started: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionExperimentCreateRequest * * @deprecated */ export declare const zAppStoreVersionExperimentCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; attributes: z.ZodObject<{ name: z.ZodString; trafficProportion: z.ZodInt; }, z.core.$strip>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionExperimentUpdateRequest * * @deprecated */ export declare const zAppStoreVersionExperimentUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional>; trafficProportion: z.ZodOptional>; started: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionLocalizationCreateRequest */ export declare const zAppStoreVersionLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; attributes: z.ZodObject<{ description: z.ZodOptional>; locale: z.ZodString; keywords: z.ZodOptional>; marketingUrl: z.ZodOptional>; promotionalText: z.ZodOptional>; supportUrl: z.ZodOptional>; whatsNew: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionLocalizationUpdateRequest */ export declare const zAppStoreVersionLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; keywords: z.ZodOptional>; marketingUrl: z.ZodOptional>; promotionalText: z.ZodOptional>; supportUrl: z.ZodOptional>; whatsNew: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionPromotionCreateRequest */ export declare const zAppStoreVersionPromotionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPromotions: "appStoreVersionPromotions"; }>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; appStoreVersionExperimentTreatment: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionReleaseRequestCreateRequest */ export declare const zAppStoreVersionReleaseRequestCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionReleaseRequests: "appStoreVersionReleaseRequests"; }>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionUpdateRequest */ export declare const zAppStoreVersionUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; copyright: z.ZodOptional>; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional>; usesIdfa: z.ZodOptional>; downloadable: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppTagUpdateRequest */ export declare const zAppTagUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appTags: "appTags"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BackgroundAssetUploadFileCreateRequest */ export declare const zBackgroundAssetUploadFileCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; attributes: z.ZodObject<{ assetType: z.ZodEnum<{ ASSET: "ASSET"; MANIFEST: "MANIFEST"; }>; fileName: z.ZodString; fileSize: z.ZodCoercedBigInt; }, z.core.$strip>; relationships: z.ZodObject<{ backgroundAssetVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BackgroundAssetVersionCreateRequest */ export declare const zBackgroundAssetVersionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; relationships: z.ZodObject<{ backgroundAsset: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BackgroundAssetCreateRequest */ export declare const zBackgroundAssetCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; attributes: z.ZodObject<{ assetPackIdentifier: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BackgroundAssetUpdateRequest */ export declare const zBackgroundAssetUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppClipInvocationLocalizationInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocationLocalizations: "betaAppClipInvocationLocalizations"; }>; id: z.ZodOptional; attributes: z.ZodObject<{ title: z.ZodString; locale: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppClipInvocationLocalizationCreateRequest */ export declare const zBetaAppClipInvocationLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocationLocalizations: "betaAppClipInvocationLocalizations"; }>; attributes: z.ZodObject<{ title: z.ZodString; locale: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ betaAppClipInvocation: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocations: "betaAppClipInvocations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaAppClipInvocationLocalizationUpdateRequest */ export declare const zBetaAppClipInvocationLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocationLocalizations: "betaAppClipInvocationLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaAppClipInvocationCreateRequest */ export declare const zBetaAppClipInvocationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocations: "betaAppClipInvocations"; }>; attributes: z.ZodObject<{ url: z.ZodURL; }, z.core.$strip>; relationships: z.ZodObject<{ buildBundle: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBundles: "buildBundles"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; betaAppClipInvocationLocalizations: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodObject<{ title: z.ZodString; locale: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; /** * BetaAppClipInvocationUpdateRequest */ export declare const zBetaAppClipInvocationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocations: "betaAppClipInvocations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaAppLocalizationCreateRequest */ export declare const zBetaAppLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; attributes: z.ZodObject<{ feedbackEmail: z.ZodOptional>; marketingUrl: z.ZodOptional>; privacyPolicyUrl: z.ZodOptional>; tvOsPrivacyPolicy: z.ZodOptional>; description: z.ZodOptional>; locale: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaAppLocalizationUpdateRequest */ export declare const zBetaAppLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; marketingUrl: z.ZodOptional>; privacyPolicyUrl: z.ZodOptional>; tvOsPrivacyPolicy: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaAppReviewDetailUpdateRequest */ export declare const zBetaAppReviewDetailUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; contactLastName: z.ZodOptional>; contactPhone: z.ZodOptional>; contactEmail: z.ZodOptional>; demoAccountName: z.ZodOptional>; demoAccountPassword: z.ZodOptional>; demoAccountRequired: z.ZodOptional>; notes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaAppReviewSubmissionCreateRequest */ export declare const zBetaAppReviewSubmissionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; relationships: z.ZodObject<{ build: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaBuildLocalizationCreateRequest */ export declare const zBetaBuildLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; attributes: z.ZodObject<{ whatsNew: z.ZodOptional>; locale: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ build: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaBuildLocalizationUpdateRequest */ export declare const zBetaBuildLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaGroupCreateRequest */ export declare const zBetaGroupCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; attributes: z.ZodObject<{ name: z.ZodString; isInternalGroup: z.ZodOptional>; hasAccessToAllBuilds: z.ZodOptional>; publicLinkEnabled: z.ZodOptional>; publicLinkLimitEnabled: z.ZodOptional>; publicLinkLimit: z.ZodOptional>; feedbackEnabled: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; builds: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaGroupUpdateRequest */ export declare const zBetaGroupUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional>; publicLinkEnabled: z.ZodOptional>; publicLinkLimitEnabled: z.ZodOptional>; publicLinkLimit: z.ZodOptional>; feedbackEnabled: z.ZodOptional>; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional>; iosBuildsAvailableForAppleVision: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaLicenseAgreementUpdateRequest */ export declare const zBetaLicenseAgreementUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaTesterInvitationCreateRequest */ export declare const zBetaTesterInvitationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaTesterInvitations: "betaTesterInvitations"; }>; relationships: z.ZodObject<{ betaTester: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaTesterCreateRequest */ export declare const zBetaTesterCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; attributes: z.ZodObject<{ firstName: z.ZodOptional>; lastName: z.ZodOptional>; email: z.ZodEmail; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BuildBetaDetailUpdateRequest */ export declare const zBuildBetaDetailUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BuildBetaNotificationCreateRequest */ export declare const zBuildBetaNotificationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBetaNotifications: "buildBetaNotifications"; }>; relationships: z.ZodObject<{ build: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BuildUploadFileCreateRequest */ export declare const zBuildUploadFileCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; attributes: z.ZodObject<{ assetType: z.ZodEnum<{ ASSET: "ASSET"; ASSET_DESCRIPTION: "ASSET_DESCRIPTION"; ASSET_SPI: "ASSET_SPI"; }>; fileName: z.ZodString; fileSize: z.ZodCoercedBigInt; uti: z.ZodEnum<{ "com.apple.binary-property-list": "com.apple.binary-property-list"; "com.apple.ipa": "com.apple.ipa"; "com.apple.pkg": "com.apple.pkg"; "com.apple.xml-property-list": "com.apple.xml-property-list"; "com.pkware.zip-archive": "com.pkware.zip-archive"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ buildUpload: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BuildUpdateRequest */ export declare const zBuildUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BundleIdUpdateRequest */ export declare const zBundleIdUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * CertificateUpdateRequest */ export declare const zCertificateUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * CiBuildRunCreateRequest */ export declare const zCiBuildRunCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciBuildRuns: "ciBuildRuns"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * CustomerReviewResponseV1CreateRequest */ export declare const zCustomerReviewResponseV1CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ customerReviewResponses: "customerReviewResponses"; }>; attributes: z.ZodObject<{ responseBody: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ review: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ customerReviews: "customerReviews"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * DeviceUpdateRequest */ export declare const zDeviceUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; id: z.ZodString; attributes: z.ZodOptional>; status: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * EndAppAvailabilityPreOrderCreateRequest */ export declare const zEndAppAvailabilityPreOrderCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endAppAvailabilityPreOrders: "endAppAvailabilityPreOrders"; }>; relationships: z.ZodObject<{ territoryAvailabilities: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * EndUserLicenseAgreementCreateRequest */ export declare const zEndUserLicenseAgreementCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; attributes: z.ZodObject<{ agreementText: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; territories: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * EndUserLicenseAgreementUpdateRequest */ export declare const zEndUserLicenseAgreementUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementImageCreateRequest */ export declare const zGameCenterAchievementImageCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterAchievementLocalization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementImageUpdateRequest */ export declare const zGameCenterAchievementImageUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementImageV2CreateRequest */ export declare const zGameCenterAchievementImageV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ localization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementImageV2UpdateRequest */ export declare const zGameCenterAchievementImageV2UpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementLocalizationV2CreateRequest */ export declare const zGameCenterAchievementLocalizationV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; beforeEarnedDescription: z.ZodString; afterEarnedDescription: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementLocalizationV2UpdateRequest */ export declare const zGameCenterAchievementLocalizationV2UpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; beforeEarnedDescription: z.ZodOptional>; afterEarnedDescription: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementLocalizationCreateRequest */ export declare const zGameCenterAchievementLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; beforeEarnedDescription: z.ZodString; afterEarnedDescription: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterAchievement: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementLocalizationUpdateRequest */ export declare const zGameCenterAchievementLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; beforeEarnedDescription: z.ZodOptional>; afterEarnedDescription: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementReleaseCreateRequest */ export declare const zGameCenterAchievementReleaseCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; gameCenterAchievement: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementVersionV2InlineCreate: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementVersionV2CreateRequest */ export declare const zGameCenterAchievementVersionV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; relationships: z.ZodObject<{ achievement: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterActivityImageCreateRequest */ export declare const zGameCenterActivityImageCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; version: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterActivityImageUpdateRequest */ export declare const zGameCenterActivityImageUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterActivityLocalizationCreateRequest */ export declare const zGameCenterActivityLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; description: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterActivityLocalizationUpdateRequest */ export declare const zGameCenterActivityLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterActivityVersionReleaseCreateRequest */ export declare const zGameCenterActivityVersionReleaseCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterActivityVersionCreateRequest */ export declare const zGameCenterActivityVersionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ activity: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterActivityVersionUpdateRequest */ export declare const zGameCenterActivityVersionUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAppVersionCreateRequest */ export declare const zGameCenterAppVersionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAppVersionUpdateRequest */ export declare const zGameCenterAppVersionUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterChallengeImageCreateRequest */ export declare const zGameCenterChallengeImageCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; version: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterChallengeImageUpdateRequest */ export declare const zGameCenterChallengeImageUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterChallengeLocalizationCreateRequest */ export declare const zGameCenterChallengeLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; description: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterChallengeLocalizationUpdateRequest */ export declare const zGameCenterChallengeLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterChallengeVersionReleaseCreateRequest */ export declare const zGameCenterChallengeVersionReleaseCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterChallengeVersionCreateRequest */ export declare const zGameCenterChallengeVersionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; relationships: z.ZodObject<{ challenge: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterChallengeCreateRequest */ export declare const zGameCenterChallengeCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; vendorIdentifier: z.ZodString; challengeType: z.ZodEnum<{ LEADERBOARD: "LEADERBOARD"; }>; repeatable: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterChallengeUpdateRequest */ export declare const zGameCenterChallengeUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional>; archived: z.ZodOptional>; repeatable: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterDetailCreateRequest */ export declare const zGameCenterDetailCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterDetailUpdateRequest */ export declare const zGameCenterDetailUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterGroupCreateRequest */ export declare const zGameCenterGroupCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterGroupUpdateRequest */ export declare const zGameCenterGroupUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardEntrySubmissionCreateRequest */ export declare const zGameCenterLeaderboardEntrySubmissionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardEntrySubmissions: "gameCenterLeaderboardEntrySubmissions"; }>; attributes: z.ZodObject<{ bundleId: z.ZodString; challengeIds: z.ZodOptional, z.ZodNull]>>; context: z.ZodOptional>; scopedPlayerId: z.ZodString; score: z.ZodString; submittedDate: z.ZodOptional>; vendorIdentifier: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardImageCreateRequest */ export declare const zGameCenterLeaderboardImageCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterLeaderboardLocalization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardImageUpdateRequest */ export declare const zGameCenterLeaderboardImageUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardImageV2CreateRequest */ export declare const zGameCenterLeaderboardImageV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ localization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardImageV2UpdateRequest */ export declare const zGameCenterLeaderboardImageV2UpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardReleaseCreateRequest */ export declare const zGameCenterLeaderboardReleaseCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; gameCenterLeaderboard: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetImageCreateRequest */ export declare const zGameCenterLeaderboardSetImageCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterLeaderboardSetLocalization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetImageUpdateRequest */ export declare const zGameCenterLeaderboardSetImageUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetImageV2CreateRequest */ export declare const zGameCenterLeaderboardSetImageV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ localization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetImageV2UpdateRequest */ export declare const zGameCenterLeaderboardSetImageV2UpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetLocalizationCreateRequest */ export declare const zGameCenterLeaderboardSetLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterLeaderboardSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetLocalizationUpdateRequest */ export declare const zGameCenterLeaderboardSetLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetLocalizationV2CreateRequest */ export declare const zGameCenterLeaderboardSetLocalizationV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetLocalizationV2UpdateRequest */ export declare const zGameCenterLeaderboardSetLocalizationV2UpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetMemberLocalizationCreateRequest */ export declare const zGameCenterLeaderboardSetMemberLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetMemberLocalizations: "gameCenterLeaderboardSetMemberLocalizations"; }>; attributes: z.ZodOptional>; locale: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ gameCenterLeaderboardSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; gameCenterLeaderboard: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetMemberLocalizationUpdateRequest */ export declare const zGameCenterLeaderboardSetMemberLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetMemberLocalizations: "gameCenterLeaderboardSetMemberLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetReleaseCreateRequest */ export declare const zGameCenterLeaderboardSetReleaseCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; gameCenterLeaderboardSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetVersionV2InlineCreate: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetVersionV2CreateRequest */ export declare const zGameCenterLeaderboardSetVersionV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; relationships: z.ZodObject<{ leaderboardSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetV2CreateRequest */ export declare const zGameCenterLeaderboardSetV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; vendorIdentifier: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetV2UpdateRequest */ export declare const zGameCenterLeaderboardSetV2UpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetCreateRequest */ export declare const zGameCenterLeaderboardSetCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; vendorIdentifier: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetUpdateRequest */ export declare const zGameCenterLeaderboardSetUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardVersionV2InlineCreate: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardVersionV2CreateRequest */ export declare const zGameCenterLeaderboardVersionV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; relationships: z.ZodObject<{ leaderboard: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterMatchmakingQueueCreateRequest */ export declare const zGameCenterMatchmakingQueueCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; classicMatchmakingBundleIds: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>; relationships: z.ZodObject<{ ruleSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterMatchmakingQueueUpdateRequest */ export declare const zGameCenterMatchmakingQueueUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; id: z.ZodString; attributes: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterMatchmakingRuleSetCreateRequest */ export declare const zGameCenterMatchmakingRuleSetCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; ruleLanguageVersion: z.ZodInt; minPlayers: z.ZodInt; maxPlayers: z.ZodInt; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterMatchmakingRuleSetUpdateRequest */ export declare const zGameCenterMatchmakingRuleSetUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; maxPlayers: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterMatchmakingRuleCreateRequest */ export declare const zGameCenterMatchmakingRuleCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; description: z.ZodString; type: z.ZodEnum<{ COMPATIBLE: "COMPATIBLE"; DISTANCE: "DISTANCE"; MATCH: "MATCH"; TEAM: "TEAM"; }>; expression: z.ZodString; weight: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ ruleSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterMatchmakingRuleUpdateRequest */ export declare const zGameCenterMatchmakingRuleUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; id: z.ZodString; attributes: z.ZodOptional>; expression: z.ZodOptional>; weight: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterMatchmakingTeamCreateRequest */ export declare const zGameCenterMatchmakingTeamCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; minPlayers: z.ZodInt; maxPlayers: z.ZodInt; }, z.core.$strip>; relationships: z.ZodObject<{ ruleSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterMatchmakingTeamUpdateRequest */ export declare const zGameCenterMatchmakingTeamUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; id: z.ZodString; attributes: z.ZodOptional>; maxPlayers: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterPlayerAchievementSubmissionCreateRequest */ export declare const zGameCenterPlayerAchievementSubmissionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterPlayerAchievementSubmissions: "gameCenterPlayerAchievementSubmissions"; }>; attributes: z.ZodObject<{ bundleId: z.ZodString; challengeIds: z.ZodOptional, z.ZodNull]>>; percentageAchieved: z.ZodInt; scopedPlayerId: z.ZodString; submittedDate: z.ZodOptional>; vendorIdentifier: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseAppStoreReviewScreenshotCreateRequest */ export declare const zInAppPurchaseAppStoreReviewScreenshotCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ inAppPurchaseV2: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseAppStoreReviewScreenshotUpdateRequest */ export declare const zInAppPurchaseAppStoreReviewScreenshotUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseAvailabilityCreateRequest */ export declare const zInAppPurchaseAvailabilityCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; attributes: z.ZodObject<{ availableInNewTerritories: z.ZodBoolean; }, z.core.$strip>; relationships: z.ZodObject<{ inAppPurchase: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; availableTerritories: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseImageCreateRequest */ export declare const zInAppPurchaseImageCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ inAppPurchase: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseImageUpdateRequest */ export declare const zInAppPurchaseImageUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseLocalizationCreateRequest */ export declare const zInAppPurchaseLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; attributes: z.ZodObject<{ name: z.ZodString; locale: z.ZodString; description: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ inAppPurchaseV2: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseLocalizationUpdateRequest */ export declare const zInAppPurchaseLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseOfferCodeCustomCodeCreateRequest */ export declare const zInAppPurchaseOfferCodeCustomCodeCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; attributes: z.ZodObject<{ customCode: z.ZodString; numberOfCodes: z.ZodInt; expirationDate: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ offerCode: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseOfferCodeCustomCodeUpdateRequest */ export declare const zInAppPurchaseOfferCodeCustomCodeUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseOfferCodeOneTimeUseCodeUpdateRequest */ export declare const zInAppPurchaseOfferCodeOneTimeUseCodeUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseOfferCodeUpdateRequest */ export declare const zInAppPurchaseOfferCodeUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseOfferPriceInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferPrices: "inAppPurchaseOfferPrices"; }>; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseOfferCodeCreateRequest */ export declare const zInAppPurchaseOfferCodeCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; attributes: z.ZodObject<{ name: z.ZodString; customerEligibilities: z.ZodArray>; }, z.core.$strip>; relationships: z.ZodObject<{ inAppPurchase: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; prices: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zInAppPurchasePriceInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePrices: "inAppPurchasePrices"; }>; id: z.ZodOptional; attributes: z.ZodOptional>; endDate: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchasePricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseSubmissionCreateRequest */ export declare const zInAppPurchaseSubmissionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseSubmissions: "inAppPurchaseSubmissions"; }>; relationships: z.ZodObject<{ inAppPurchaseV2: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseV2UpdateRequest */ export declare const zInAppPurchaseV2UpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional>; reviewNote: z.ZodOptional>; familySharable: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * MarketplaceSearchDetailCreateRequest */ export declare const zMarketplaceSearchDetailCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceSearchDetails: "marketplaceSearchDetails"; }>; attributes: z.ZodObject<{ catalogUrl: z.ZodURL; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * MarketplaceSearchDetailUpdateRequest */ export declare const zMarketplaceSearchDetailUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceSearchDetails: "marketplaceSearchDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * MarketplaceWebhookCreateRequest * * @deprecated */ export declare const zMarketplaceWebhookCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceWebhooks: "marketplaceWebhooks"; }>; attributes: z.ZodObject<{ endpointUrl: z.ZodURL; secret: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * MarketplaceWebhookUpdateRequest * * @deprecated */ export declare const zMarketplaceWebhookUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceWebhooks: "marketplaceWebhooks"; }>; id: z.ZodString; attributes: z.ZodOptional>; secret: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * MerchantIdCreateRequest */ export declare const zMerchantIdCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ merchantIds: "merchantIds"; }>; attributes: z.ZodObject<{ name: z.ZodString; identifier: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * MerchantIdUpdateRequest */ export declare const zMerchantIdUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ merchantIds: "merchantIds"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * PassTypeIdCreateRequest */ export declare const zPassTypeIdCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ passTypeIds: "passTypeIds"; }>; attributes: z.ZodObject<{ name: z.ZodString; identifier: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * PassTypeIdUpdateRequest */ export declare const zPassTypeIdUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ passTypeIds: "passTypeIds"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * ProfileCreateRequest */ export declare const zProfileCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ profiles: "profiles"; }>; attributes: z.ZodObject<{ name: z.ZodString; profileType: z.ZodEnum<{ IOS_APP_DEVELOPMENT: "IOS_APP_DEVELOPMENT"; IOS_APP_STORE: "IOS_APP_STORE"; IOS_APP_ADHOC: "IOS_APP_ADHOC"; IOS_APP_INHOUSE: "IOS_APP_INHOUSE"; MAC_APP_DEVELOPMENT: "MAC_APP_DEVELOPMENT"; MAC_APP_STORE: "MAC_APP_STORE"; MAC_APP_DIRECT: "MAC_APP_DIRECT"; TVOS_APP_DEVELOPMENT: "TVOS_APP_DEVELOPMENT"; TVOS_APP_STORE: "TVOS_APP_STORE"; TVOS_APP_ADHOC: "TVOS_APP_ADHOC"; TVOS_APP_INHOUSE: "TVOS_APP_INHOUSE"; MAC_CATALYST_APP_DEVELOPMENT: "MAC_CATALYST_APP_DEVELOPMENT"; MAC_CATALYST_APP_STORE: "MAC_CATALYST_APP_STORE"; MAC_CATALYST_APP_DIRECT: "MAC_CATALYST_APP_DIRECT"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ bundleId: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; devices: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * PromotedPurchaseCreateRequest */ export declare const zPromotedPurchaseCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; attributes: z.ZodObject<{ visibleForAllUsers: z.ZodBoolean; enabled: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; inAppPurchaseV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * PromotedPurchaseUpdateRequest */ export declare const zPromotedPurchaseUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional>; enabled: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * ReviewSubmissionItemCreateRequest */ export declare const zReviewSubmissionItemCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; relationships: z.ZodObject<{ reviewSubmission: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * ReviewSubmissionItemUpdateRequest */ export declare const zReviewSubmissionItemUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; id: z.ZodString; attributes: z.ZodOptional>; removed: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * RoutingAppCoverageCreateRequest */ export declare const zRoutingAppCoverageCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * RoutingAppCoverageUpdateRequest */ export declare const zRoutingAppCoverageUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * SandboxTestersClearPurchaseHistoryRequestV2CreateRequest */ export declare const zSandboxTestersClearPurchaseHistoryRequestV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ sandboxTestersClearPurchaseHistoryRequest: "sandboxTestersClearPurchaseHistoryRequest"; }>; relationships: z.ZodObject<{ sandboxTesters: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionAppStoreReviewScreenshotCreateRequest */ export declare const zSubscriptionAppStoreReviewScreenshotCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionAppStoreReviewScreenshotUpdateRequest */ export declare const zSubscriptionAppStoreReviewScreenshotUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionAvailabilityCreateRequest */ export declare const zSubscriptionAvailabilityCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; attributes: z.ZodObject<{ availableInNewTerritories: z.ZodBoolean; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; availableTerritories: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionGroupLocalizationCreateRequest */ export declare const zSubscriptionGroupLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; attributes: z.ZodObject<{ name: z.ZodString; customAppName: z.ZodOptional>; locale: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ subscriptionGroup: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionGroupLocalizationUpdateRequest */ export declare const zSubscriptionGroupLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; customAppName: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionGroupSubmissionCreateRequest */ export declare const zSubscriptionGroupSubmissionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupSubmissions: "subscriptionGroupSubmissions"; }>; relationships: z.ZodObject<{ subscriptionGroup: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionGroupCreateRequest */ export declare const zSubscriptionGroupCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionGroupUpdateRequest */ export declare const zSubscriptionGroupUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionImageCreateRequest */ export declare const zSubscriptionImageCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionImageUpdateRequest */ export declare const zSubscriptionImageUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionIntroductoryOfferUpdateRequest */ export declare const zSubscriptionIntroductoryOfferUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionLocalizationCreateRequest */ export declare const zSubscriptionLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; attributes: z.ZodObject<{ name: z.ZodString; locale: z.ZodString; description: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionLocalizationUpdateRequest */ export declare const zSubscriptionLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionOfferCodeCustomCodeCreateRequest */ export declare const zSubscriptionOfferCodeCustomCodeCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; attributes: z.ZodObject<{ customCode: z.ZodString; numberOfCodes: z.ZodInt; expirationDate: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ offerCode: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionOfferCodeCustomCodeUpdateRequest */ export declare const zSubscriptionOfferCodeCustomCodeUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionOfferCodeOneTimeUseCodeUpdateRequest */ export declare const zSubscriptionOfferCodeOneTimeUseCodeUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionOfferCodePriceInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodePrices: "subscriptionOfferCodePrices"; }>; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionOfferCodeUpdateRequest */ export declare const zSubscriptionOfferCodeUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionPricePointInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodOptional; }, z.core.$strip>; export declare const zSubscriptionPriceInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; id: z.ZodOptional; attributes: z.ZodOptional>; preserveCurrentPrice: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionPriceCreateRequest */ export declare const zSubscriptionPriceCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; attributes: z.ZodOptional>; preserveCurrentPrice: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionPromotionalOfferPriceInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOfferPrices: "subscriptionPromotionalOfferPrices"; }>; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionPromotionalOfferUpdateRequest */ export declare const zSubscriptionPromotionalOfferUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; /** * SubscriptionSubmissionCreateRequest */ export declare const zSubscriptionSubmissionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionSubmissions: "subscriptionSubmissions"; }>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionCreateRequest */ export declare const zSubscriptionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; attributes: z.ZodObject<{ name: z.ZodString; productId: z.ZodString; familySharable: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional>; groupLevel: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ group: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; export declare const zTerritoryInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodOptional; }, z.core.$strip>; /** * AppPriceScheduleCreateRequest */ export declare const zAppPriceScheduleCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPriceSchedules: "appPriceSchedules"; }>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; baseTerritory: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; manualPrices: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodOptional; }, z.core.$strip>]>>>; }, z.core.$strip>; /** * InAppPurchasePriceScheduleCreateRequest */ export declare const zInAppPurchasePriceScheduleCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; relationships: z.ZodObject<{ inAppPurchase: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; baseTerritory: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; manualPrices: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodOptional>; endDate: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchasePricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodOptional; }, z.core.$strip>]>>>; }, z.core.$strip>; export declare const zTerritoryAvailabilityInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ territoryAvailabilities: "territoryAvailabilities"; }>; id: z.ZodOptional; }, z.core.$strip>; /** * AppAvailabilityV2CreateRequest */ export declare const zAppAvailabilityV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appAvailabilities: "appAvailabilities"; }>; attributes: z.ZodObject<{ availableInNewTerritories: z.ZodBoolean; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; territoryAvailabilities: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; /** * TerritoryAvailabilityUpdateRequest */ export declare const zTerritoryAvailabilityUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territoryAvailabilities: "territoryAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; releaseDate: z.ZodOptional>; preOrderEnabled: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * WebhookDeliveryCreateRequest */ export declare const zWebhookDeliveryCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhookDeliveries: "webhookDeliveries"; }>; relationships: z.ZodObject<{ template: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhookDeliveries: "webhookDeliveries"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * WebhookPingCreateRequest */ export declare const zWebhookPingCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhookPings: "webhookPings"; }>; relationships: z.ZodObject<{ webhook: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhooks: "webhooks"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; export declare const zWinBackOfferPriceInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ winBackOfferPrices: "winBackOfferPrices"; }>; id: z.ZodOptional; }, z.core.$strip>; export declare const zAppClipDefaultExperienceReleaseWithAppStoreVersionLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationSearchKeywordsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; /** * @deprecated */ export declare const zAppEncryptionDeclarationBuildsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPreviewSetAppPreviewsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppScreenshotSetAppScreenshotsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionLocalizationSearchKeywordsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionAppClipDefaultExperienceLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionBuildLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppBetaTestersLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPromotedPurchasesLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaGroupBetaTestersLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaGroupBuildsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTesterAppsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTesterBetaGroupsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTesterBuildsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildAppEncryptionDeclarationLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBetaGroupsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildIndividualTestersLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAchievementV2ActivityLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementActivityLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * @deprecated */ export declare const zGameCenterAchievementGroupAchievementLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityAchievementsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterActivityAchievementsV2LinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterActivityLeaderboardsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterActivityLeaderboardsV2LinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAppVersionCompatibilityVersionsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterChallengeLeaderboardLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeLeaderboardV2LinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterDetailChallengesMinimumPlatformVersionsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterAchievementsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterAchievementsV2LinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterLeaderboardSetsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterLeaderboardSetsV2LinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterLeaderboardsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterLeaderboardsV2LinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; /** * @deprecated */ export declare const zGameCenterEnabledVersionCompatibleVersionsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterAchievementsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterAchievementsV2LinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterLeaderboardSetsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterLeaderboardSetsV2LinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterLeaderboardsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterLeaderboardsV2LinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetV2GameCenterLeaderboardsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetGameCenterLeaderboardsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; /** * @deprecated */ export declare const zGameCenterLeaderboardSetGroupLeaderboardSetLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardActivityLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardChallengeLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * @deprecated */ export declare const zGameCenterLeaderboardGroupLeaderboardLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardV2ActivityLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardV2ChallengeLinkageRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionIntroductoryOffersLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionPricesLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUserVisibleAppsLinkagesRequest: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; /** * Parameter */ export declare const zErrorSourceParameter: z.ZodObject<{ parameter: z.ZodString; }, z.core.$strip>; /** * JsonPointer */ export declare const zErrorSourcePointer: z.ZodObject<{ pointer: z.ZodString; }, z.core.$strip>; export declare const zErrorLinks: z.ZodObject<{ about: z.ZodOptional; associated: z.ZodOptional; meta: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>]>>; }, z.core.$strip>; export declare const zErrorResponse: z.ZodObject<{ errors: z.ZodOptional; status: z.ZodString; code: z.ZodString; title: z.ZodString; detail: z.ZodString; source: z.ZodOptional, z.ZodObject<{ parameter: z.ZodString; }, z.core.$strip>]>>; links: z.ZodOptional; associated: z.ZodOptional; meta: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>]>>; }, z.core.$strip>>; meta: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zPagedDocumentLinks: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; export declare const zPagingInformation: z.ZodObject<{ paging: z.ZodObject<{ total: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; export declare const zAlternativeDistributionPackageVersionDeltasLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAlternativeDistributionPackageVersionVariantsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAlternativeDistributionPackageVersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAnalyticsReportInstanceSegmentsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAnalyticsReportRequestReportsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAnalyticsReportInstancesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAvailabilityV2TerritoryAvailabilitiesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCategorySubcategoriesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppClipDefaultExperienceAppClipDefaultExperienceLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppClipAppClipAdvancedExperiencesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppClipAppClipDefaultExperiencesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationAppPreviewSetsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationAppScreenshotSetsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationSearchKeywordsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPageVersionAppCustomProductPageLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPageAppCustomProductPageVersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppEventLocalizationAppEventScreenshotsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppEventLocalizationAppEventVideoClipsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppEventLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppInfoAppInfoLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppInfoTerritoryAgeRatingsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPreviewSetAppPreviewsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPricePointV3EqualizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPriceScheduleAutomaticPricesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPriceScheduleManualPricesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppScreenshotSetAppScreenshotsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreReviewDetailAppStoreReviewAttachmentsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentLocalizationAppPreviewSetsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentLocalizationAppScreenshotSetsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentAppStoreVersionExperimentTreatmentLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentV2AppStoreVersionExperimentTreatmentsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * @deprecated */ export declare const zAppStoreVersionExperimentAppStoreVersionExperimentTreatmentsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionLocalizationAppPreviewSetsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionLocalizationAppScreenshotSetsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionLocalizationSearchKeywordsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * @deprecated */ export declare const zAppStoreVersionAppStoreVersionExperimentsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionAppStoreVersionExperimentsV2LinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionAppStoreVersionLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionCustomerReviewsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppTagTerritoriesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAccessibilityDeclarationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAnalyticsReportRequestsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAndroidToIosAppMappingDetailsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAppClipsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAppCustomProductPagesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAppEncryptionDeclarationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAppEventsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAppInfosLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAppPricePointsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAppStoreVersionExperimentsV2LinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAppStoreVersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAppTagsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppBackgroundAssetsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppBetaAppLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppBetaFeedbackCrashSubmissionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppBetaFeedbackScreenshotSubmissionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppBetaGroupsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppBuildUploadsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppBuildsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomerReviewsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * @deprecated */ export declare const zAppGameCenterEnabledVersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * @deprecated */ export declare const zAppInAppPurchasesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppInAppPurchasesV2LinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPerfPowerMetricsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPreReleaseVersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPromotedPurchasesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppReviewSubmissionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppSearchKeywordsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppSubscriptionGroupsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppWebhooksLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBackgroundAssetVersionBackgroundAssetUploadFilesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBackgroundAssetVersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaGroupBetaTestersLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaGroupBuildsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTesterAppsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTesterBetaGroupsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTesterBuildsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildBundleBetaAppClipInvocationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildBundleBuildBundleFileSizesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildUploadBuildUploadFilesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildBetaBuildLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildDiagnosticSignaturesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildIconsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildIndividualTestersLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildPerfPowerMetricsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBundleIdBundleIdCapabilitiesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBundleIdProfilesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildActionArtifactsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildActionIssuesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildActionTestResultsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildRunActionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildRunBuildsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiMacOsVersionXcodeVersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiProductAdditionalRepositoriesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiProductBuildRunsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiProductPrimaryRepositoriesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiProductWorkflowsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiWorkflowBuildRunsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiXcodeVersionMacOsVersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zDiagnosticSignatureLogsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zEndUserLicenseAgreementTerritoriesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAchievementVersionV2LocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAchievementV2VersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAchievementReleasesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterActivityVersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterActivityVersionLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAppVersionCompatibilityVersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterChallengeVersionLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterChallengeVersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailAchievementReleasesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailActivityReleasesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailChallengeReleasesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterAchievementsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterAchievementsV2LinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterActivitiesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterAppVersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterChallengesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterLeaderboardSetsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterLeaderboardSetsV2LinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterLeaderboardsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterLeaderboardsV2LinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailLeaderboardReleasesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailLeaderboardSetReleasesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * @deprecated */ export declare const zGameCenterEnabledVersionCompatibleVersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterAchievementsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterAchievementsV2LinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterActivitiesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterChallengesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterDetailsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterLeaderboardSetsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterLeaderboardSetsV2LinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterLeaderboardsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupGameCenterLeaderboardsV2LinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetVersionV2LocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetV2GameCenterLeaderboardsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetV2VersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetGameCenterLeaderboardsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetReleasesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardVersionV2LocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardReleasesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardV2VersionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetMatchmakingQueuesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetRulesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetTeamsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseAvailabilityAvailableTerritoriesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodeCustomCodesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodeOneTimeUseCodesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodePricesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasePricePointEqualizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasePriceScheduleAutomaticPricesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasePriceScheduleManualPricesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseV2ImagesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseV2InAppPurchaseLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseV2OfferCodesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseV2PricePointsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zMerchantIdCertificatesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zPassTypeIdCertificatesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zPrereleaseVersionBuildsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zProfileCertificatesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zProfileDevicesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zReviewSubmissionItemsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zScmProviderRepositoriesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zScmRepositoryGitReferencesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zScmRepositoryPullRequestsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionAvailabilityAvailableTerritoriesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionGroupSubscriptionGroupLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionGroupSubscriptionsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionOfferCodeCustomCodesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionOfferCodeOneTimeUseCodesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionOfferCodePricesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionPricePointEqualizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionPromotionalOfferPricesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionImagesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionIntroductoryOffersLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionOfferCodesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionPricePointsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionPricesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionPromotionalOffersLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionSubscriptionLocalizationsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionWinBackOffersLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUserInvitationVisibleAppsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUserVisibleAppsLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zWebhookDeliveriesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zWinBackOfferPricesLinkagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaPublicLinkUsagesV1MetricResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; acceptedCount: z.ZodOptional; didNotAcceptCount: z.ZodOptional; didNotMeetCriteriaCount: z.ZodOptional; notRelevantRatio: z.ZodOptional; notClearRatio: z.ZodOptional; notInterestingRatio: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTesterUsagesV1MetricResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; sessionCount: z.ZodOptional; feedbackCount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaBuildUsagesV1MetricResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; installCount: z.ZodOptional; sessionCount: z.ZodOptional; feedbackCount: z.ZodOptional; inviteCount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingAppRequestsV1MetricResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; averageSecondsInQueue: z.ZodOptional; p50SecondsInQueue: z.ZodOptional; p95SecondsInQueue: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingQueueSizesV1MetricResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; averageNumberOfRequests: z.ZodOptional; p50NumberOfRequests: z.ZodOptional; p95NumberOfRequests: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingQueueRequestsV1MetricResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; averageSecondsInQueue: z.ZodOptional; p50SecondsInQueue: z.ZodOptional; p95SecondsInQueue: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingSessionsV1MetricResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; averagePlayerCount: z.ZodOptional; p50PlayerCount: z.ZodOptional; p95PlayerCount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingBooleanRuleResultsV1MetricResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; gameCenterMatchmakingQueue: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingNumberRuleResultsV1MetricResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; averageResult: z.ZodOptional; p50Result: z.ZodOptional; p95Result: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleErrorsV1MetricResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zDocumentLinks: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; export declare const zAppCategoryParentLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperienceLocalizationAppClipHeaderImageLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperienceAppClipAppStoreReviewDetailLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperienceReleaseWithAppStoreVersionLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * @deprecated */ export declare const zAppEncryptionDeclarationAppLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEncryptionDeclarationAppEncryptionDeclarationDocumentLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfoAgeRatingDeclarationLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfoPrimaryCategoryLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfoPrimarySubcategoryOneLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfoPrimarySubcategoryTwoLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfoSecondaryCategoryLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfoSecondarySubcategoryOneLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfoSecondarySubcategoryTwoLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppPriceScheduleBaseTerritoryLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * @deprecated */ export declare const zAppStoreVersionAgeRatingDeclarationLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionAlternativeDistributionPackageLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionAppClipDefaultExperienceLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionAppStoreReviewDetailLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionAppStoreVersionPhasedReleaseLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * @deprecated */ export declare const zAppStoreVersionAppStoreVersionSubmissionLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionBuildLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionGameCenterAppVersionLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionRoutingAppCoverageLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppAlternativeDistributionKeyLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionKeys: "alternativeDistributionKeys"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppAppAvailabilityV2LinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appAvailabilities: "appAvailabilities"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppAppPriceScheduleLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPriceSchedules: "appPriceSchedules"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppBetaAppReviewDetailLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppBetaLicenseAgreementLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCiProductLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEndUserLicenseAgreementLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppGameCenterDetailLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppMarketplaceSearchDetailLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceSearchDetails: "marketplaceSearchDetails"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppSubscriptionGracePeriodLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppLocalizationAppLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppReviewDetailAppLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppReviewSubmissionBuildLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaBuildLocalizationBuildLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaFeedbackCrashSubmissionCrashLogLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaCrashLogs: "betaCrashLogs"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaGroupAppLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaGroupBetaRecruitmentCriteriaLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaGroupBetaRecruitmentCriterionCompatibleBuildCheckLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriterionCompatibleBuildChecks: "betaRecruitmentCriterionCompatibleBuildChecks"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaLicenseAgreementAppLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBetaDetailBuildLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBundleAppClipDomainCacheStatusLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDomainStatuses: "appClipDomainStatuses"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBundleAppClipDomainDebugStatusLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDomainStatuses: "appClipDomainStatuses"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildAppLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildAppEncryptionDeclarationLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildAppStoreVersionLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBetaAppReviewSubmissionLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBuildBetaDetailLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildPreReleaseVersionLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBundleIdAppLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCertificatePassTypeIdLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ passTypeIds: "passTypeIds"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiBuildActionBuildRunLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciBuildRuns: "ciBuildRuns"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiProductAppLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiWorkflowRepositoryLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCustomerReviewResponseLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ customerReviewResponses: "customerReviewResponses"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationV2ImageLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationGameCenterAchievementLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationGameCenterAchievementImageLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * @deprecated */ export declare const zGameCenterAchievementGroupAchievementLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityLocalizationImageLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityVersionDefaultImageLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAppVersionAppStoreVersionLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeLocalizationImageLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeVersionDefaultImageLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterDetailGameCenterGroupLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardLocalizationGameCenterLeaderboardImageLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardLocalizationV2ImageLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetLocalizationGameCenterLeaderboardSetImageLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetLocalizationV2ImageLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetMemberLocalizationGameCenterLeaderboardLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetMemberLocalizationGameCenterLeaderboardSetLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * @deprecated */ export declare const zGameCenterLeaderboardSetGroupLeaderboardSetLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * @deprecated */ export declare const zGameCenterLeaderboardGroupLeaderboardLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodeOneTimeUseCodeValuesLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodeValues: "inAppPurchaseOfferCodeOneTimeUseCodeValues"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasePriceScheduleBaseTerritoryLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseV2AppStoreReviewScreenshotLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseV2ContentLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseContents: "inAppPurchaseContents"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseV2IapPriceScheduleLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseV2InAppPurchaseAvailabilityLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseV2PromotedPurchaseLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zPrereleaseVersionAppLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zProfileBundleIdLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionOfferCodeOneTimeUseCodeValuesLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodeValues: "subscriptionOfferCodeOneTimeUseCodeValues"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionAppStoreReviewScreenshotLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionPromotedPurchaseLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionSubscriptionAvailabilityLinkageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zResourceLinks: z.ZodObject<{ self: z.ZodOptional; }, z.core.$strip>; /** * Actor */ export declare const zActor: z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * ActorsResponse */ export declare const zActorsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * ActorResponse */ export declare const zActorResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AlternativeDistributionDomain */ export declare const zAlternativeDistributionDomain: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionDomains: "alternativeDistributionDomains"; }>; id: z.ZodString; attributes: z.ZodOptional; referenceName: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AlternativeDistributionDomainsResponse */ export declare const zAlternativeDistributionDomainsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; referenceName: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AlternativeDistributionDomainResponse */ export declare const zAlternativeDistributionDomainResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionDomains: "alternativeDistributionDomains"; }>; id: z.ZodString; attributes: z.ZodOptional; referenceName: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AlternativeDistributionKey */ export declare const zAlternativeDistributionKey: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionKeys: "alternativeDistributionKeys"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AlternativeDistributionKeysResponse */ export declare const zAlternativeDistributionKeysResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AlternativeDistributionKeyResponse */ export declare const zAlternativeDistributionKeyResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionKeys: "alternativeDistributionKeys"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AlternativeDistributionPackageDelta */ export declare const zAlternativeDistributionPackageDelta: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageDeltas: "alternativeDistributionPackageDeltas"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AlternativeDistributionPackageDeltasResponse */ export declare const zAlternativeDistributionPackageDeltasResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AlternativeDistributionPackageDeltaResponse */ export declare const zAlternativeDistributionPackageDeltaResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageDeltas: "alternativeDistributionPackageDeltas"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AlternativeDistributionPackageVariant */ export declare const zAlternativeDistributionPackageVariant: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageVariants: "alternativeDistributionPackageVariants"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AlternativeDistributionPackageVariantsResponse */ export declare const zAlternativeDistributionPackageVariantsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AlternativeDistributionPackageVariantResponse */ export declare const zAlternativeDistributionPackageVariantResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageVariants: "alternativeDistributionPackageVariants"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AnalyticsReportSegment */ export declare const zAnalyticsReportSegment: z.ZodObject<{ type: z.ZodEnum<{ analyticsReportSegments: "analyticsReportSegments"; }>; id: z.ZodString; attributes: z.ZodOptional; sizeInBytes: z.ZodOptional; url: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AnalyticsReportSegmentsResponse */ export declare const zAnalyticsReportSegmentsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; sizeInBytes: z.ZodOptional; url: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AnalyticsReportSegmentResponse */ export declare const zAnalyticsReportSegmentResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ analyticsReportSegments: "analyticsReportSegments"; }>; id: z.ZodString; attributes: z.ZodOptional; sizeInBytes: z.ZodOptional; url: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AndroidToIosAppMappingDetail */ export declare const zAndroidToIosAppMappingDetail: z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AndroidToIosAppMappingDetailsResponse */ export declare const zAndroidToIosAppMappingDetailsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AndroidToIosAppMappingDetailResponse */ export declare const zAndroidToIosAppMappingDetailResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipAppStoreReviewDetail */ export declare const zAppClipAppStoreReviewDetail: z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClipDomainStatus */ export declare const zAppClipDomainStatus: z.ZodObject<{ type: z.ZodEnum<{ appClipDomainStatuses: "appClipDomainStatuses"; }>; id: z.ZodString; attributes: z.ZodOptional; isValid: z.ZodOptional; lastUpdatedDate: z.ZodOptional; errorCode: z.ZodOptional>; }, z.core.$strip>>>; lastUpdatedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClipDomainStatusResponse */ export declare const zAppClipDomainStatusResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDomainStatuses: "appClipDomainStatuses"; }>; id: z.ZodString; attributes: z.ZodOptional; isValid: z.ZodOptional; lastUpdatedDate: z.ZodOptional; errorCode: z.ZodOptional>; }, z.core.$strip>>>; lastUpdatedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppInfoLocalization */ export declare const zAppInfoLocalization: z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; subtitle: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; privacyChoicesUrl: z.ZodOptional; privacyPolicyText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppKeyword */ export declare const zAppKeyword: z.ZodObject<{ type: z.ZodEnum<{ appKeywords: "appKeywords"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppKeywordsResponse */ export declare const zAppKeywordsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppPriceV2 */ export declare const zAppPriceV2: z.ZodObject<{ type: z.ZodEnum<{ appPrices: "appPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionPromotion */ export declare const zAppStoreVersionPromotion: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPromotions: "appStoreVersionPromotions"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionPromotionResponse */ export declare const zAppStoreVersionPromotionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPromotions: "appStoreVersionPromotions"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionReleaseRequest */ export declare const zAppStoreVersionReleaseRequest: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionReleaseRequests: "appStoreVersionReleaseRequests"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionReleaseRequestResponse */ export declare const zAppStoreVersionReleaseRequestResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionReleaseRequests: "appStoreVersionReleaseRequests"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionSubmission * * @deprecated */ export declare const zAppStoreVersionSubmission: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BackgroundAssetVersionInternalBetaRelease */ export declare const zBackgroundAssetVersionInternalBetaRelease: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionInternalBetaReleases: "backgroundAssetVersionInternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppClipInvocationLocalization */ export declare const zBetaAppClipInvocationLocalization: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocationLocalizations: "betaAppClipInvocationLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppClipInvocationLocalizationResponse */ export declare const zBetaAppClipInvocationLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocationLocalizations: "betaAppClipInvocationLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaAppClipInvocation */ export declare const zBetaAppClipInvocation: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocations: "betaAppClipInvocations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppClipInvocationsResponse */ export declare const zBetaAppClipInvocationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppClipInvocationResponse */ export declare const zBetaAppClipInvocationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocations: "betaAppClipInvocations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaCrashLog */ export declare const zBetaCrashLog: z.ZodObject<{ type: z.ZodEnum<{ betaCrashLogs: "betaCrashLogs"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaCrashLogResponse */ export declare const zBetaCrashLogResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaCrashLogs: "betaCrashLogs"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaRecruitmentCriterionCompatibleBuildCheck */ export declare const zBetaRecruitmentCriterionCompatibleBuildCheck: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriterionCompatibleBuildChecks: "betaRecruitmentCriterionCompatibleBuildChecks"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaRecruitmentCriterionCompatibleBuildCheckResponse */ export declare const zBetaRecruitmentCriterionCompatibleBuildCheckResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriterionCompatibleBuildChecks: "betaRecruitmentCriterionCompatibleBuildChecks"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaTesterInvitation */ export declare const zBetaTesterInvitation: z.ZodObject<{ type: z.ZodEnum<{ betaTesterInvitations: "betaTesterInvitations"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaTesterInvitationResponse */ export declare const zBetaTesterInvitationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaTesterInvitations: "betaTesterInvitations"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BuildBetaNotification */ export declare const zBuildBetaNotification: z.ZodObject<{ type: z.ZodEnum<{ buildBetaNotifications: "buildBetaNotifications"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BuildBetaNotificationResponse */ export declare const zBuildBetaNotificationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBetaNotifications: "buildBetaNotifications"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BuildBundleFileSize */ export declare const zBuildBundleFileSize: z.ZodObject<{ type: z.ZodEnum<{ buildBundleFileSizes: "buildBundleFileSizes"; }>; id: z.ZodString; attributes: z.ZodOptional; osVersion: z.ZodOptional; downloadBytes: z.ZodOptional; installBytes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BuildBundleFileSizesResponse */ export declare const zBuildBundleFileSizesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; osVersion: z.ZodOptional; downloadBytes: z.ZodOptional; installBytes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * CiArtifact */ export declare const zCiArtifact: z.ZodObject<{ type: z.ZodEnum<{ ciArtifacts: "ciArtifacts"; }>; id: z.ZodString; attributes: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional; downloadUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * CiArtifactsResponse */ export declare const zCiArtifactsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional; downloadUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * CiArtifactResponse */ export declare const zCiArtifactResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciArtifacts: "ciArtifacts"; }>; id: z.ZodString; attributes: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional; downloadUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * CustomerReviewResponseV1 */ export declare const zCustomerReviewResponseV1: z.ZodObject<{ type: z.ZodEnum<{ customerReviewResponses: "customerReviewResponses"; }>; id: z.ZodString; attributes: z.ZodOptional; lastModifiedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * DiagnosticLog */ export declare const zDiagnosticLog: z.ZodObject<{ type: z.ZodEnum<{ diagnosticLogs: "diagnosticLogs"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * EndAppAvailabilityPreOrder */ export declare const zEndAppAvailabilityPreOrder: z.ZodObject<{ type: z.ZodEnum<{ endAppAvailabilityPreOrders: "endAppAvailabilityPreOrders"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * EndAppAvailabilityPreOrderResponse */ export declare const zEndAppAvailabilityPreOrderResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endAppAvailabilityPreOrders: "endAppAvailabilityPreOrders"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementRelease */ export declare const zGameCenterAchievementRelease: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterActivityVersionRelease */ export declare const zGameCenterActivityVersionRelease: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterChallengeVersionRelease */ export declare const zGameCenterChallengeVersionRelease: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardEntrySubmission */ export declare const zGameCenterLeaderboardEntrySubmission: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardEntrySubmissions: "gameCenterLeaderboardEntrySubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeIds: z.ZodOptional>; context: z.ZodOptional; scopedPlayerId: z.ZodOptional; score: z.ZodOptional; submittedDate: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardEntrySubmissionResponse */ export declare const zGameCenterLeaderboardEntrySubmissionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardEntrySubmissions: "gameCenterLeaderboardEntrySubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeIds: z.ZodOptional>; context: z.ZodOptional; scopedPlayerId: z.ZodOptional; score: z.ZodOptional; submittedDate: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardRelease */ export declare const zGameCenterLeaderboardRelease: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetRelease */ export declare const zGameCenterLeaderboardSetRelease: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterMatchmakingQueue */ export declare const zGameCenterMatchmakingQueue: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterMatchmakingRule */ export declare const zGameCenterMatchmakingRule: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; type: z.ZodOptional>; expression: z.ZodOptional; weight: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterMatchmakingRulesResponse */ export declare const zGameCenterMatchmakingRulesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; type: z.ZodOptional>; expression: z.ZodOptional; weight: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterMatchmakingRuleResponse */ export declare const zGameCenterMatchmakingRuleResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; type: z.ZodOptional>; expression: z.ZodOptional; weight: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterMatchmakingTeam */ export declare const zGameCenterMatchmakingTeam: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; id: z.ZodString; attributes: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterMatchmakingTeamsResponse */ export declare const zGameCenterMatchmakingTeamsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterMatchmakingTeamResponse */ export declare const zGameCenterMatchmakingTeamResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; id: z.ZodString; attributes: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterMatchmakingTestPlayerProperty */ export declare const zGameCenterMatchmakingTestPlayerProperty: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTestPlayerProperties: "gameCenterMatchmakingTestPlayerProperties"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterMatchmakingTestRequest */ export declare const zGameCenterMatchmakingTestRequest: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTestRequests: "gameCenterMatchmakingTestRequests"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterPlayerAchievementSubmission */ export declare const zGameCenterPlayerAchievementSubmission: z.ZodObject<{ type: z.ZodEnum<{ gameCenterPlayerAchievementSubmissions: "gameCenterPlayerAchievementSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeIds: z.ZodOptional>; percentageAchieved: z.ZodOptional; scopedPlayerId: z.ZodOptional; submittedDate: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterPlayerAchievementSubmissionResponse */ export declare const zGameCenterPlayerAchievementSubmissionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterPlayerAchievementSubmissions: "gameCenterPlayerAchievementSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeIds: z.ZodOptional>; percentageAchieved: z.ZodOptional; scopedPlayerId: z.ZodOptional; submittedDate: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseContent */ export declare const zInAppPurchaseContent: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseContents: "inAppPurchaseContents"; }>; id: z.ZodString; attributes: z.ZodOptional; fileSize: z.ZodOptional; url: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseLocalization */ export declare const zInAppPurchaseLocalization: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseOfferCodeCustomCode */ export declare const zInAppPurchaseOfferCodeCustomCode: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseOfferCodeCustomCodesResponse */ export declare const zInAppPurchaseOfferCodeCustomCodesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseOfferCodeCustomCodeResponse */ export declare const zInAppPurchaseOfferCodeCustomCodeResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseOfferCodeOneTimeUseCodeValue */ export declare const zInAppPurchaseOfferCodeOneTimeUseCodeValue: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodeValues: "inAppPurchaseOfferCodeOneTimeUseCodeValues"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseOfferPrice */ export declare const zInAppPurchaseOfferPrice: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferPrices: "inAppPurchaseOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchasePrice */ export declare const zInAppPurchasePrice: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePrices: "inAppPurchasePrices"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; manual: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseSubmission */ export declare const zInAppPurchaseSubmission: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseSubmissions: "inAppPurchaseSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchase * * @deprecated */ export declare const zInAppPurchase: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * MarketplaceSearchDetail */ export declare const zMarketplaceSearchDetail: z.ZodObject<{ type: z.ZodEnum<{ marketplaceSearchDetails: "marketplaceSearchDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * MarketplaceSearchDetailResponse */ export declare const zMarketplaceSearchDetailResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceSearchDetails: "marketplaceSearchDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * MarketplaceWebhook * * @deprecated */ export declare const zMarketplaceWebhook: z.ZodObject<{ type: z.ZodEnum<{ marketplaceWebhooks: "marketplaceWebhooks"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * MarketplaceWebhooksResponse * * @deprecated */ export declare const zMarketplaceWebhooksResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * MarketplaceWebhookResponse * * @deprecated */ export declare const zMarketplaceWebhookResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceWebhooks: "marketplaceWebhooks"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * PerfPowerMetric */ export declare const zPerfPowerMetric: z.ZodObject<{ type: z.ZodEnum<{ perfPowerMetrics: "perfPowerMetrics"; }>; id: z.ZodString; attributes: z.ZodOptional>; metricType: z.ZodOptional>; deviceType: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * PromotedPurchase */ export declare const zPromotedPurchase: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * ReviewSubmissionItem */ export declare const zReviewSubmissionItem: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SandboxTestersClearPurchaseHistoryRequestV2 */ export declare const zSandboxTestersClearPurchaseHistoryRequestV2: z.ZodObject<{ type: z.ZodEnum<{ sandboxTestersClearPurchaseHistoryRequest: "sandboxTestersClearPurchaseHistoryRequest"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SandboxTestersClearPurchaseHistoryRequestV2Response */ export declare const zSandboxTestersClearPurchaseHistoryRequestV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ sandboxTestersClearPurchaseHistoryRequest: "sandboxTestersClearPurchaseHistoryRequest"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * ScmPullRequest */ export declare const zScmPullRequest: z.ZodObject<{ type: z.ZodEnum<{ scmPullRequests: "scmPullRequests"; }>; id: z.ZodString; attributes: z.ZodOptional; number: z.ZodOptional; webUrl: z.ZodOptional; sourceRepositoryOwner: z.ZodOptional; sourceRepositoryName: z.ZodOptional; sourceBranchName: z.ZodOptional; destinationRepositoryOwner: z.ZodOptional; destinationRepositoryName: z.ZodOptional; destinationBranchName: z.ZodOptional; isClosed: z.ZodOptional; isCrossRepository: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionGroupLocalization */ export declare const zSubscriptionGroupLocalization: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; customAppName: z.ZodOptional; locale: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionGroupSubmission */ export declare const zSubscriptionGroupSubmission: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupSubmissions: "subscriptionGroupSubmissions"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionGroupSubmissionResponse */ export declare const zSubscriptionGroupSubmissionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupSubmissions: "subscriptionGroupSubmissions"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionLocalization */ export declare const zSubscriptionLocalization: z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionOfferCodeCustomCode */ export declare const zSubscriptionOfferCodeCustomCode: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionOfferCodeOneTimeUseCodeValue */ export declare const zSubscriptionOfferCodeOneTimeUseCodeValue: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodeValues: "subscriptionOfferCodeOneTimeUseCodeValues"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionOfferCodePrice */ export declare const zSubscriptionOfferCodePrice: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodePrices: "subscriptionOfferCodePrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionPrice */ export declare const zSubscriptionPrice: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; preserved: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionPromotionalOfferPrice */ export declare const zSubscriptionPromotionalOfferPrice: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOfferPrices: "subscriptionPromotionalOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionSubmission */ export declare const zSubscriptionSubmission: z.ZodObject<{ type: z.ZodEnum<{ subscriptionSubmissions: "subscriptionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Territory */ export declare const zTerritory: z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * TerritoriesResponse */ export declare const zTerritoriesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * TerritoryResponse */ export declare const zTerritoryResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * TerritoryAvailability */ export declare const zTerritoryAvailability: z.ZodObject<{ type: z.ZodEnum<{ territoryAvailabilities: "territoryAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; releaseDate: z.ZodOptional; preOrderEnabled: z.ZodOptional; preOrderPublishDate: z.ZodOptional; contentStatuses: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * TerritoryAvailabilitiesResponse */ export declare const zTerritoryAvailabilitiesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; releaseDate: z.ZodOptional; preOrderEnabled: z.ZodOptional; preOrderPublishDate: z.ZodOptional; contentStatuses: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * TerritoryAvailabilityResponse */ export declare const zTerritoryAvailabilityResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territoryAvailabilities: "territoryAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; releaseDate: z.ZodOptional; preOrderEnabled: z.ZodOptional; preOrderPublishDate: z.ZodOptional; contentStatuses: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * WebhookDelivery */ export declare const zWebhookDelivery: z.ZodObject<{ type: z.ZodEnum<{ webhookDeliveries: "webhookDeliveries"; }>; id: z.ZodString; attributes: z.ZodOptional; deliveryState: z.ZodOptional>; errorMessage: z.ZodOptional; redelivery: z.ZodOptional; sentDate: z.ZodOptional; request: z.ZodOptional; }, z.core.$strip>>; response: z.ZodOptional; body: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * WebhookPing */ export declare const zWebhookPing: z.ZodObject<{ type: z.ZodEnum<{ webhookPings: "webhookPings"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * WebhookPingResponse */ export declare const zWebhookPingResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhookPings: "webhookPings"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * WinBackOfferPrice */ export declare const zWinBackOfferPrice: z.ZodObject<{ type: z.ZodEnum<{ winBackOfferPrices: "winBackOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * TerritoriesWithoutIncludesResponse */ export declare const zTerritoriesWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zRelationshipLinks: z.ZodObject<{ self: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>; /** * AlternativeDistributionPackageVersion */ export declare const zAlternativeDistributionPackageVersion: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageVersions: "alternativeDistributionPackageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; version: z.ZodOptional; fileChecksum: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; deltas: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AnalyticsReportInstance */ export declare const zAnalyticsReportInstance: z.ZodObject<{ type: z.ZodEnum<{ analyticsReportInstances: "analyticsReportInstances"; }>; id: z.ZodString; attributes: z.ZodOptional>; processingDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AnalyticsReportInstancesResponse */ export declare const zAnalyticsReportInstancesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; processingDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AnalyticsReportInstanceResponse */ export declare const zAnalyticsReportInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ analyticsReportInstances: "analyticsReportInstances"; }>; id: z.ZodString; attributes: z.ZodOptional>; processingDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AnalyticsReportRequest */ export declare const zAnalyticsReportRequest: z.ZodObject<{ type: z.ZodEnum<{ analyticsReportRequests: "analyticsReportRequests"; }>; id: z.ZodString; attributes: z.ZodOptional>; stoppedDueToInactivity: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AnalyticsReport */ export declare const zAnalyticsReport: z.ZodObject<{ type: z.ZodEnum<{ analyticsReports: "analyticsReports"; }>; id: z.ZodString; attributes: z.ZodOptional; category: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AnalyticsReportRequestsResponse */ export declare const zAnalyticsReportRequestsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; stoppedDueToInactivity: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; category: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AnalyticsReportRequestResponse */ export declare const zAnalyticsReportRequestResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ analyticsReportRequests: "analyticsReportRequests"; }>; id: z.ZodString; attributes: z.ZodOptional>; stoppedDueToInactivity: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; category: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AnalyticsReportsResponse */ export declare const zAnalyticsReportsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; category: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AnalyticsReportResponse */ export declare const zAnalyticsReportResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ analyticsReports: "analyticsReports"; }>; id: z.ZodString; attributes: z.ZodOptional; category: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppAvailabilityV2 */ export declare const zAppAvailabilityV2: z.ZodObject<{ type: z.ZodEnum<{ appAvailabilities: "appAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppAvailabilityV2Response */ export declare const zAppAvailabilityV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appAvailabilities: "appAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; releaseDate: z.ZodOptional; preOrderEnabled: z.ZodOptional; preOrderPublishDate: z.ZodOptional; contentStatuses: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipDefaultExperienceLocalization */ export declare const zAppClipDefaultExperienceLocalization: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClip */ export declare const zAppClip: z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppCustomProductPageLocalization */ export declare const zAppCustomProductPageLocalization: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppCustomProductPageVersion */ export declare const zAppCustomProductPageVersion: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppCustomProductPage */ export declare const zAppCustomProductPage: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppCustomProductPageVersionsResponse */ export declare const zAppCustomProductPageVersionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppCustomProductPageVersionResponse */ export declare const zAppCustomProductPageVersionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppEventLocalization */ export declare const zAppEventLocalization: z.ZodObject<{ type: z.ZodEnum<{ appEventLocalizations: "appEventLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppEvent */ export declare const zAppEvent: z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppEventsResponse */ export declare const zAppEventsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppEventResponse */ export declare const zAppEventResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppPricePointV3 */ export declare const zAppPricePointV3: z.ZodObject<{ type: z.ZodEnum<{ appPricePoints: "appPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppPriceSchedule */ export declare const zAppPriceSchedule: z.ZodObject<{ type: z.ZodEnum<{ appPriceSchedules: "appPriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; baseTerritory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppPricesV2Response */ export declare const zAppPricesV2Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPricePoints: "appPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreReviewDetail */ export declare const zAppStoreReviewDetail: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionExperimentTreatmentLocalization */ export declare const zAppStoreVersionExperimentTreatmentLocalization: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionExperiment * * @deprecated */ export declare const zAppStoreVersionExperiment: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionLocalization */ export declare const zAppStoreVersionLocalization: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppTag */ export declare const zAppTag: z.ZodObject<{ type: z.ZodEnum<{ appTags: "appTags"; }>; id: z.ZodString; attributes: z.ZodOptional; visibleInAppStore: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppTagsResponse */ export declare const zAppTagsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; visibleInAppStore: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppTagResponse */ export declare const zAppTagResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appTags: "appTags"; }>; id: z.ZodString; attributes: z.ZodOptional; visibleInAppStore: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BackgroundAsset */ export declare const zBackgroundAsset: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; attributes: z.ZodOptional; assetPackIdentifier: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppLocalization */ export declare const zBetaAppLocalization: z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppReviewDetail */ export declare const zBetaAppReviewDetail: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaBuildLocalization */ export declare const zBetaBuildLocalization: z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaGroup */ export declare const zBetaGroup: z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaLicenseAgreement */ export declare const zBetaLicenseAgreement: z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * CiMacOsVersion */ export declare const zCiMacOsVersion: z.ZodObject<{ type: z.ZodEnum<{ ciMacOsVersions: "ciMacOsVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * CiProduct */ export declare const zCiProduct: z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * EndUserLicenseAgreement */ export declare const zEndUserLicenseAgreement: z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementLocalizationV2 */ export declare const zGameCenterAchievementLocalizationV2: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementLocalization */ export declare const zGameCenterAchievementLocalization: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterActivityLocalization */ export declare const zGameCenterActivityLocalization: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAppVersion */ export declare const zGameCenterAppVersion: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterChallengeLocalization */ export declare const zGameCenterChallengeLocalization: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterChallenge */ export declare const zGameCenterChallenge: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterDetail */ export declare const zGameCenterDetail: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterGroup */ export declare const zGameCenterGroup: z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetLocalization */ export declare const zGameCenterLeaderboardSetLocalization: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetLocalizationV2 */ export declare const zGameCenterLeaderboardSetLocalizationV2: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetMemberLocalization */ export declare const zGameCenterLeaderboardSetMemberLocalization: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetMemberLocalizations: "gameCenterLeaderboardSetMemberLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetV2 */ export declare const zGameCenterLeaderboardSetV2: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSet */ export declare const zGameCenterLeaderboardSet: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetReleasesResponse */ export declare const zGameCenterLeaderboardSetReleasesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetReleaseResponse */ export declare const zGameCenterLeaderboardSetReleaseResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterMatchmakingRuleSet */ export declare const zGameCenterMatchmakingRuleSet: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterMatchmakingQueuesResponse */ export declare const zGameCenterMatchmakingQueuesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterMatchmakingQueueResponse */ export declare const zGameCenterMatchmakingQueueResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterMatchmakingRuleSetsResponse */ export declare const zGameCenterMatchmakingRuleSetsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; type: z.ZodOptional>; expression: z.ZodOptional; weight: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; id: z.ZodString; attributes: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterMatchmakingRuleSetResponse */ export declare const zGameCenterMatchmakingRuleSetResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; type: z.ZodOptional>; expression: z.ZodOptional; weight: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; id: z.ZodString; attributes: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseAvailability */ export declare const zInAppPurchaseAvailability: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseAvailabilityResponse */ export declare const zInAppPurchaseAvailabilityResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseOfferCode */ export declare const zInAppPurchaseOfferCode: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchasePricePoint */ export declare const zInAppPurchasePricePoint: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePricePoints: "inAppPurchasePricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseOfferPricesResponse */ export declare const zInAppPurchaseOfferPricesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePricePoints: "inAppPurchasePricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchasePricePointsResponse */ export declare const zInAppPurchasePricePointsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchasePriceSchedule */ export declare const zInAppPurchasePriceSchedule: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchasePriceScheduleResponse */ export declare const zInAppPurchasePriceScheduleResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePrices: "inAppPurchasePrices"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; manual: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchasePricesResponse */ export declare const zInAppPurchasePricesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; manual: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePricePoints: "inAppPurchasePricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * MerchantId */ export declare const zMerchantId: z.ZodObject<{ type: z.ZodEnum<{ merchantIds: "merchantIds"; }>; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * PassTypeId */ export declare const zPassTypeId: z.ZodObject<{ type: z.ZodEnum<{ passTypeIds: "passTypeIds"; }>; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * ScmRepository */ export declare const zScmRepository: z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * ScmPullRequestsResponse */ export declare const zScmPullRequestsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; number: z.ZodOptional; webUrl: z.ZodOptional; sourceRepositoryOwner: z.ZodOptional; sourceRepositoryName: z.ZodOptional; sourceBranchName: z.ZodOptional; destinationRepositoryOwner: z.ZodOptional; destinationRepositoryName: z.ZodOptional; destinationBranchName: z.ZodOptional; isClosed: z.ZodOptional; isCrossRepository: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * ScmPullRequestResponse */ export declare const zScmPullRequestResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ scmPullRequests: "scmPullRequests"; }>; id: z.ZodString; attributes: z.ZodOptional; number: z.ZodOptional; webUrl: z.ZodOptional; sourceRepositoryOwner: z.ZodOptional; sourceRepositoryName: z.ZodOptional; sourceBranchName: z.ZodOptional; destinationRepositoryOwner: z.ZodOptional; destinationRepositoryName: z.ZodOptional; destinationBranchName: z.ZodOptional; isClosed: z.ZodOptional; isCrossRepository: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionAvailability */ export declare const zSubscriptionAvailability: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionAvailabilityResponse */ export declare const zSubscriptionAvailabilityResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionGroup */ export declare const zSubscriptionGroup: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionGroupLocalizationsResponse */ export declare const zSubscriptionGroupLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; customAppName: z.ZodOptional; locale: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionGroupLocalizationResponse */ export declare const zSubscriptionGroupLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; customAppName: z.ZodOptional; locale: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionPricePoint */ export declare const zSubscriptionPricePoint: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionOfferCodePricesResponse */ export declare const zSubscriptionOfferCodePricesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionPricePointsResponse */ export declare const zSubscriptionPricePointsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionPricePointResponse */ export declare const zSubscriptionPricePointResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionPricesResponse */ export declare const zSubscriptionPricesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; preserved: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionPriceResponse */ export declare const zSubscriptionPriceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; preserved: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionPromotionalOfferPricesResponse */ export declare const zSubscriptionPromotionalOfferPricesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * Subscription */ export declare const zSubscription: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionGroupsResponse */ export declare const zSubscriptionGroupsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; customAppName: z.ZodOptional; locale: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionGroupResponse */ export declare const zSubscriptionGroupResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; customAppName: z.ZodOptional; locale: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionLocalizationsResponse */ export declare const zSubscriptionLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionLocalizationResponse */ export declare const zSubscriptionLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionSubmissionResponse */ export declare const zSubscriptionSubmissionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionSubmissions: "subscriptionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * WinBackOfferPricesResponse */ export declare const zWinBackOfferPricesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppLocalizationsWithoutIncludesResponse */ export declare const zBetaAppLocalizationsWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppReviewDetailWithoutIncludesResponse */ export declare const zBetaAppReviewDetailWithoutIncludesResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaGroupsWithoutIncludesResponse */ export declare const zBetaGroupsWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaLicenseAgreementWithoutIncludesResponse */ export declare const zBetaLicenseAgreementWithoutIncludesResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * EndUserLicenseAgreementWithoutIncludesResponse */ export declare const zEndUserLicenseAgreementWithoutIncludesResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaBuildLocalizationsWithoutIncludesResponse */ export declare const zBetaBuildLocalizationsWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppClipAction: z.ZodEnum<{ OPEN: "OPEN"; VIEW: "VIEW"; PLAY: "PLAY"; }>; /** * AppClipDefaultExperience */ export declare const zAppClipDefaultExperience: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClipAppStoreReviewDetailResponse */ export declare const zAppClipAppStoreReviewDetailResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipDefaultExperienceCreateRequest */ export declare const zAppClipDefaultExperienceCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ appClip: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; releaseWithAppStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceTemplate: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipDefaultExperienceUpdateRequest */ export declare const zAppClipDefaultExperienceUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipAdvancedExperienceLanguage: z.ZodEnum<{ AR: "AR"; CA: "CA"; CS: "CS"; DA: "DA"; DE: "DE"; EL: "EL"; EN: "EN"; ES: "ES"; FI: "FI"; FR: "FR"; HE: "HE"; HI: "HI"; HR: "HR"; HU: "HU"; ID: "ID"; IT: "IT"; JA: "JA"; KO: "KO"; MS: "MS"; NL: "NL"; NO: "NO"; PL: "PL"; PT: "PT"; RO: "RO"; RU: "RU"; SK: "SK"; SV: "SV"; TH: "TH"; TR: "TR"; UK: "UK"; VI: "VI"; ZH: "ZH"; }>; /** * AppClipAdvancedExperienceLocalization */ export declare const zAppClipAdvancedExperienceLocalization: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceLocalizations: "appClipAdvancedExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; title: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppClipAdvancedExperienceLocalizationInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceLocalizations: "appClipAdvancedExperienceLocalizations"; }>; id: z.ZodOptional; attributes: z.ZodOptional>; title: z.ZodOptional>; subtitle: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClipAdvancedExperience */ export declare const zAppClipAdvancedExperience: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperiences: "appClipAdvancedExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional; version: z.ZodOptional; status: z.ZodOptional>; action: z.ZodOptional>; isPoweredBy: z.ZodOptional; place: z.ZodOptional; names: z.ZodOptional>; mainAddress: z.ZodOptional; structuredAddress: z.ZodOptional>; floor: z.ZodOptional; neighborhood: z.ZodOptional; locality: z.ZodOptional; stateProvince: z.ZodOptional; postalCode: z.ZodOptional; countryCode: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; displayPoint: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; source: z.ZodOptional>; }, z.core.$strip>>; mapAction: z.ZodOptional>; relationship: z.ZodOptional>; phoneNumber: z.ZodOptional; type: z.ZodOptional>; intent: z.ZodOptional; }, z.core.$strip>>; homePage: z.ZodOptional; categories: z.ZodOptional>; }, z.core.$strip>>; placeStatus: z.ZodOptional>; businessCategory: z.ZodOptional>; defaultLanguage: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; headerImage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClipAdvancedExperienceCreateRequest */ export declare const zAppClipAdvancedExperienceCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperiences: "appClipAdvancedExperiences"; }>; attributes: z.ZodObject<{ link: z.ZodURL; action: z.ZodOptional>; isPoweredBy: z.ZodBoolean; place: z.ZodOptional; names: z.ZodOptional>; mainAddress: z.ZodOptional; structuredAddress: z.ZodOptional>; floor: z.ZodOptional; neighborhood: z.ZodOptional; locality: z.ZodOptional; stateProvince: z.ZodOptional; postalCode: z.ZodOptional; countryCode: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; displayPoint: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; source: z.ZodOptional>; }, z.core.$strip>>; mapAction: z.ZodOptional>; relationship: z.ZodOptional>; phoneNumber: z.ZodOptional; type: z.ZodOptional>; intent: z.ZodOptional; }, z.core.$strip>>; homePage: z.ZodOptional; categories: z.ZodOptional>; }, z.core.$strip>, z.ZodNull]>>; businessCategory: z.ZodOptional>; defaultLanguage: z.ZodEnum<{ AR: "AR"; CA: "CA"; CS: "CS"; DA: "DA"; DE: "DE"; EL: "EL"; EN: "EN"; ES: "ES"; FI: "FI"; FR: "FR"; HE: "HE"; HI: "HI"; HR: "HR"; HU: "HU"; ID: "ID"; IT: "IT"; JA: "JA"; KO: "KO"; MS: "MS"; NL: "NL"; NO: "NO"; PL: "PL"; PT: "PT"; RO: "RO"; RU: "RU"; SK: "SK"; SV: "SV"; TH: "TH"; TR: "TR"; UK: "UK"; VI: "VI"; ZH: "ZH"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ appClip: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; headerImage: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; localizations: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodOptional>; title: z.ZodOptional>; subtitle: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; /** * AppClipAdvancedExperienceUpdateRequest */ export declare const zAppClipAdvancedExperienceUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperiences: "appClipAdvancedExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; isPoweredBy: z.ZodOptional>; place: z.ZodOptional; names: z.ZodOptional>; mainAddress: z.ZodOptional; structuredAddress: z.ZodOptional>; floor: z.ZodOptional; neighborhood: z.ZodOptional; locality: z.ZodOptional; stateProvince: z.ZodOptional; postalCode: z.ZodOptional; countryCode: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; displayPoint: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; source: z.ZodOptional>; }, z.core.$strip>>; mapAction: z.ZodOptional>; relationship: z.ZodOptional>; phoneNumber: z.ZodOptional; type: z.ZodOptional>; intent: z.ZodOptional; }, z.core.$strip>>; homePage: z.ZodOptional; categories: z.ZodOptional>; }, z.core.$strip>, z.ZodNull]>>; businessCategory: z.ZodOptional>; defaultLanguage: z.ZodOptional>; removed: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; headerImage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodOptional>; title: z.ZodOptional>; subtitle: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zAppEncryptionDeclarationState: z.ZodEnum<{ IN_REVIEW: "IN_REVIEW"; APPROVED: "APPROVED"; REJECTED: "REJECTED"; INVALID: "INVALID"; CREATED: "CREATED"; EXPIRED: "EXPIRED"; }>; export declare const zAppEventAssetType: z.ZodEnum<{ EVENT_CARD: "EVENT_CARD"; EVENT_DETAILS_PAGE: "EVENT_DETAILS_PAGE"; }>; /** * AppEventScreenshotCreateRequest */ export declare const zAppEventScreenshotCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; appEventAssetType: z.ZodEnum<{ EVENT_CARD: "EVENT_CARD"; EVENT_DETAILS_PAGE: "EVENT_DETAILS_PAGE"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ appEventLocalization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventLocalizations: "appEventLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppEventVideoClipCreateRequest */ export declare const zAppEventVideoClipCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; previewFrameTimeCode: z.ZodOptional>; appEventAssetType: z.ZodEnum<{ EVENT_CARD: "EVENT_CARD"; EVENT_DETAILS_PAGE: "EVENT_DETAILS_PAGE"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ appEventLocalization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventLocalizations: "appEventLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppMediaStateError: z.ZodObject<{ code: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>; export declare const zAppMediaAssetState: z.ZodObject<{ errors: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>; export declare const zAppMediaPreviewFrameImageState: z.ZodObject<{ errors: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>; export declare const zAppMediaVideoState: z.ZodObject<{ errors: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>; export declare const zAppStoreAgeRating: z.ZodEnum<{ NINE_PLUS: "NINE_PLUS"; THIRTEEN_PLUS: "THIRTEEN_PLUS"; SIXTEEN_PLUS: "SIXTEEN_PLUS"; SEVENTEEN_PLUS: "SEVENTEEN_PLUS"; UNRATED: "UNRATED"; EIGHTEEN_PLUS: "EIGHTEEN_PLUS"; FIFTEEN_PLUS: "FIFTEEN_PLUS"; NINETEEN_PLUS: "NINETEEN_PLUS"; ALL: "ALL"; L: "L"; ONE_PLUS: "ONE_PLUS"; TWO_PLUS: "TWO_PLUS"; THREE_PLUS: "THREE_PLUS"; FOUR_PLUS: "FOUR_PLUS"; FIVE_PLUS: "FIVE_PLUS"; SIX_PLUS: "SIX_PLUS"; SEVEN_PLUS: "SEVEN_PLUS"; EIGHT_PLUS: "EIGHT_PLUS"; TEN_PLUS: "TEN_PLUS"; ELEVEN_PLUS: "ELEVEN_PLUS"; TWELVE_PLUS: "TWELVE_PLUS"; FOURTEEN_PLUS: "FOURTEEN_PLUS"; TWENTY_PLUS: "TWENTY_PLUS"; TWENTY_ONE_PLUS: "TWENTY_ONE_PLUS"; }>; /** * TerritoryAgeRating */ export declare const zTerritoryAgeRating: z.ZodObject<{ type: z.ZodEnum<{ territoryAgeRatings: "territoryAgeRatings"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * TerritoryAgeRatingsResponse */ export declare const zTerritoryAgeRatingsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionState: z.ZodEnum<{ PREPARE_FOR_SUBMISSION: "PREPARE_FOR_SUBMISSION"; READY_FOR_REVIEW: "READY_FOR_REVIEW"; WAITING_FOR_REVIEW: "WAITING_FOR_REVIEW"; IN_REVIEW: "IN_REVIEW"; ACCEPTED: "ACCEPTED"; REPLACED_WITH_NEW_VERSION: "REPLACED_WITH_NEW_VERSION"; REJECTED: "REJECTED"; DEVELOPER_REJECTED: "DEVELOPER_REJECTED"; NOT_APPLICABLE: "NOT_APPLICABLE"; REMOVED_FROM_SALE: "REMOVED_FROM_SALE"; DEVELOPER_REMOVED_FROM_SALE: "DEVELOPER_REMOVED_FROM_SALE"; PENDING_DEVELOPER_RELEASE: "PENDING_DEVELOPER_RELEASE"; INVALID_BINARY: "INVALID_BINARY"; METADATA_REJECTED: "METADATA_REJECTED"; PENDING_APPLE_RELEASE: "PENDING_APPLE_RELEASE"; PENDING_CONTRACT: "PENDING_CONTRACT"; PREORDER_READY_FOR_SALE: "PREORDER_READY_FOR_SALE"; PROCESSING_FOR_APP_STORE: "PROCESSING_FOR_APP_STORE"; READY_FOR_SALE: "READY_FOR_SALE"; WAITING_FOR_EXPORT_COMPLIANCE: "WAITING_FOR_EXPORT_COMPLIANCE"; }>; export declare const zAppVersionState: z.ZodEnum<{ PREPARE_FOR_SUBMISSION: "PREPARE_FOR_SUBMISSION"; READY_FOR_REVIEW: "READY_FOR_REVIEW"; WAITING_FOR_REVIEW: "WAITING_FOR_REVIEW"; IN_REVIEW: "IN_REVIEW"; ACCEPTED: "ACCEPTED"; REPLACED_WITH_NEW_VERSION: "REPLACED_WITH_NEW_VERSION"; REJECTED: "REJECTED"; DEVELOPER_REJECTED: "DEVELOPER_REJECTED"; READY_FOR_DISTRIBUTION: "READY_FOR_DISTRIBUTION"; PENDING_DEVELOPER_RELEASE: "PENDING_DEVELOPER_RELEASE"; INVALID_BINARY: "INVALID_BINARY"; METADATA_REJECTED: "METADATA_REJECTED"; PENDING_APPLE_RELEASE: "PENDING_APPLE_RELEASE"; WAITING_FOR_EXPORT_COMPLIANCE: "WAITING_FOR_EXPORT_COMPLIANCE"; PROCESSING_FOR_DISTRIBUTION: "PROCESSING_FOR_DISTRIBUTION"; }>; export declare const zBackgroundAssetVersionAppStoreReleaseState: z.ZodEnum<{ PREPARE_FOR_SUBMISSION: "PREPARE_FOR_SUBMISSION"; READY_FOR_REVIEW: "READY_FOR_REVIEW"; WAITING_FOR_REVIEW: "WAITING_FOR_REVIEW"; IN_REVIEW: "IN_REVIEW"; ACCEPTED: "ACCEPTED"; REJECTED: "REJECTED"; READY_FOR_DISTRIBUTION: "READY_FOR_DISTRIBUTION"; SUPERSEDED: "SUPERSEDED"; PROCESSING_FOR_DISTRIBUTION: "PROCESSING_FOR_DISTRIBUTION"; }>; /** * BackgroundAssetVersionAppStoreRelease */ export declare const zBackgroundAssetVersionAppStoreRelease: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionAppStoreReleases: "backgroundAssetVersionAppStoreReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBackgroundAssetVersionExternalBetaReleaseState: z.ZodEnum<{ WAITING_FOR_REVIEW: "WAITING_FOR_REVIEW"; IN_REVIEW: "IN_REVIEW"; REJECTED: "REJECTED"; READY_FOR_TESTING: "READY_FOR_TESTING"; SUPERSEDED: "SUPERSEDED"; READY_FOR_BETA_SUBMISSION: "READY_FOR_BETA_SUBMISSION"; PROCESSING_FOR_TESTING: "PROCESSING_FOR_TESTING"; }>; /** * BackgroundAssetVersionExternalBetaRelease */ export declare const zBackgroundAssetVersionExternalBetaRelease: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionExternalBetaReleases: "backgroundAssetVersionExternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBackgroundAssetVersionState: z.ZodEnum<{ PROCESSING: "PROCESSING"; FAILED: "FAILED"; AWAITING_UPLOAD: "AWAITING_UPLOAD"; COMPLETE: "COMPLETE"; }>; export declare const zBetaFeedbackScreenshotImage: z.ZodObject<{ url: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>; export declare const zBetaInviteType: z.ZodEnum<{ EMAIL: "EMAIL"; PUBLIC_LINK: "PUBLIC_LINK"; }>; export declare const zBetaReviewState: z.ZodEnum<{ WAITING_FOR_REVIEW: "WAITING_FOR_REVIEW"; IN_REVIEW: "IN_REVIEW"; APPROVED: "APPROVED"; REJECTED: "REJECTED"; }>; /** * BetaAppReviewSubmission */ export declare const zBetaAppReviewSubmission: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppReviewSubmissionWithoutIncludesResponse */ export declare const zBetaAppReviewSubmissionWithoutIncludesResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaTesterState: z.ZodEnum<{ ACCEPTED: "ACCEPTED"; NOT_INVITED: "NOT_INVITED"; INVITED: "INVITED"; INSTALLED: "INSTALLED"; REVOKED: "REVOKED"; }>; /** * BetaTester */ export declare const zBetaTester: z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaTestersWithoutIncludesResponse */ export declare const zBetaTestersWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBetaTesterUsagesV1MetricResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; sessionCount: z.ZodOptional; feedbackCount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zBrazilAgeRating: z.ZodEnum<{ EIGHTEEN: "EIGHTEEN"; TWELVE: "TWELVE"; L: "L"; TEN: "TEN"; FOURTEEN: "FOURTEEN"; SIXTEEN: "SIXTEEN"; }>; export declare const zBuildAudienceType: z.ZodEnum<{ INTERNAL_ONLY: "INTERNAL_ONLY"; APP_STORE_ELIGIBLE: "APP_STORE_ELIGIBLE"; }>; export declare const zBuildBundleType: z.ZodEnum<{ APP: "APP"; APP_CLIP: "APP_CLIP"; }>; /** * BuildBundle */ export declare const zBuildBundle: z.ZodObject<{ type: z.ZodEnum<{ buildBundles: "buildBundles"; }>; id: z.ZodString; attributes: z.ZodOptional; bundleType: z.ZodOptional>; sdkBuild: z.ZodOptional; platformBuild: z.ZodOptional; fileName: z.ZodOptional; hasSirikit: z.ZodOptional; hasOnDemandResources: z.ZodOptional; hasPrerenderedIcon: z.ZodOptional; usesLocationServices: z.ZodOptional; isIosBuildMacAppStoreCompatible: z.ZodOptional; includesSymbols: z.ZodOptional; dSYMUrl: z.ZodOptional; supportedArchitectures: z.ZodOptional>; requiredCapabilities: z.ZodOptional>; deviceProtocols: z.ZodOptional>; locales: z.ZodOptional>; entitlements: z.ZodOptional>>; baDownloadAllowance: z.ZodOptional; baMaxInstallSize: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDomainDebugStatus: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppClipInvocations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundleFileSizes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildUploadState: z.ZodEnum<{ PROCESSING: "PROCESSING"; FAILED: "FAILED"; AWAITING_UPLOAD: "AWAITING_UPLOAD"; COMPLETE: "COMPLETE"; }>; export declare const zBundleIdPlatform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; UNIVERSAL: "UNIVERSAL"; }>; /** * BundleId */ export declare const zBundleId: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BundleIdCreateRequest */ export declare const zBundleIdCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; attributes: z.ZodObject<{ name: z.ZodString; platform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; UNIVERSAL: "UNIVERSAL"; }>; identifier: z.ZodString; seedId: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * Device */ export declare const zDevice: z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * DevicesResponse */ export declare const zDevicesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * DeviceResponse */ export declare const zDeviceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * DeviceCreateRequest */ export declare const zDeviceCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; attributes: z.ZodObject<{ name: z.ZodString; platform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; UNIVERSAL: "UNIVERSAL"; }>; udid: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * Profile */ export declare const zProfile: z.ZodObject<{ type: z.ZodEnum<{ profiles: "profiles"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * ProfilesWithoutIncludesResponse */ export declare const zProfilesWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BundleIdWithoutIncludesResponse */ export declare const zBundleIdWithoutIncludesResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * DevicesWithoutIncludesResponse */ export declare const zDevicesWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCapabilityOption: z.ZodObject<{ key: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>; export declare const zCapabilitySetting: z.ZodObject<{ key: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zCapabilityType: z.ZodEnum<{ ICLOUD: "ICLOUD"; IN_APP_PURCHASE: "IN_APP_PURCHASE"; GAME_CENTER: "GAME_CENTER"; PUSH_NOTIFICATIONS: "PUSH_NOTIFICATIONS"; WALLET: "WALLET"; INTER_APP_AUDIO: "INTER_APP_AUDIO"; MAPS: "MAPS"; ASSOCIATED_DOMAINS: "ASSOCIATED_DOMAINS"; PERSONAL_VPN: "PERSONAL_VPN"; APP_GROUPS: "APP_GROUPS"; HEALTHKIT: "HEALTHKIT"; HOMEKIT: "HOMEKIT"; WIRELESS_ACCESSORY_CONFIGURATION: "WIRELESS_ACCESSORY_CONFIGURATION"; APPLE_PAY: "APPLE_PAY"; DATA_PROTECTION: "DATA_PROTECTION"; SIRIKIT: "SIRIKIT"; NETWORK_EXTENSIONS: "NETWORK_EXTENSIONS"; MULTIPATH: "MULTIPATH"; HOT_SPOT: "HOT_SPOT"; NFC_TAG_READING: "NFC_TAG_READING"; CLASSKIT: "CLASSKIT"; AUTOFILL_CREDENTIAL_PROVIDER: "AUTOFILL_CREDENTIAL_PROVIDER"; ACCESS_WIFI_INFORMATION: "ACCESS_WIFI_INFORMATION"; NETWORK_CUSTOM_PROTOCOL: "NETWORK_CUSTOM_PROTOCOL"; COREMEDIA_HLS_LOW_LATENCY: "COREMEDIA_HLS_LOW_LATENCY"; SYSTEM_EXTENSION_INSTALL: "SYSTEM_EXTENSION_INSTALL"; USER_MANAGEMENT: "USER_MANAGEMENT"; APPLE_ID_AUTH: "APPLE_ID_AUTH"; }>; /** * BundleIdCapability */ export declare const zBundleIdCapability: z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BundleIdCapabilitiesResponse */ export declare const zBundleIdCapabilitiesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BundleIdCapabilityResponse */ export declare const zBundleIdCapabilityResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BundleIdCapabilityCreateRequest */ export declare const zBundleIdCapabilityCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; attributes: z.ZodObject<{ capabilityType: z.ZodEnum<{ ICLOUD: "ICLOUD"; IN_APP_PURCHASE: "IN_APP_PURCHASE"; GAME_CENTER: "GAME_CENTER"; PUSH_NOTIFICATIONS: "PUSH_NOTIFICATIONS"; WALLET: "WALLET"; INTER_APP_AUDIO: "INTER_APP_AUDIO"; MAPS: "MAPS"; ASSOCIATED_DOMAINS: "ASSOCIATED_DOMAINS"; PERSONAL_VPN: "PERSONAL_VPN"; APP_GROUPS: "APP_GROUPS"; HEALTHKIT: "HEALTHKIT"; HOMEKIT: "HOMEKIT"; WIRELESS_ACCESSORY_CONFIGURATION: "WIRELESS_ACCESSORY_CONFIGURATION"; APPLE_PAY: "APPLE_PAY"; DATA_PROTECTION: "DATA_PROTECTION"; SIRIKIT: "SIRIKIT"; NETWORK_EXTENSIONS: "NETWORK_EXTENSIONS"; MULTIPATH: "MULTIPATH"; HOT_SPOT: "HOT_SPOT"; NFC_TAG_READING: "NFC_TAG_READING"; CLASSKIT: "CLASSKIT"; AUTOFILL_CREDENTIAL_PROVIDER: "AUTOFILL_CREDENTIAL_PROVIDER"; ACCESS_WIFI_INFORMATION: "ACCESS_WIFI_INFORMATION"; NETWORK_CUSTOM_PROTOCOL: "NETWORK_CUSTOM_PROTOCOL"; COREMEDIA_HLS_LOW_LATENCY: "COREMEDIA_HLS_LOW_LATENCY"; SYSTEM_EXTENSION_INSTALL: "SYSTEM_EXTENSION_INSTALL"; USER_MANAGEMENT: "USER_MANAGEMENT"; APPLE_ID_AUTH: "APPLE_ID_AUTH"; }>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>, z.ZodNull]>>; }, z.core.$strip>; relationships: z.ZodObject<{ bundleId: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BundleIdCapabilityUpdateRequest */ export declare const zBundleIdCapabilityUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>, z.ZodNull]>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BundleIdCapabilitiesWithoutIncludesResponse */ export declare const zBundleIdCapabilitiesWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCertificateType: z.ZodEnum<{ MAC_APP_DEVELOPMENT: "MAC_APP_DEVELOPMENT"; APPLE_PAY: "APPLE_PAY"; APPLE_PAY_MERCHANT_IDENTITY: "APPLE_PAY_MERCHANT_IDENTITY"; APPLE_PAY_PSP_IDENTITY: "APPLE_PAY_PSP_IDENTITY"; APPLE_PAY_RSA: "APPLE_PAY_RSA"; DEVELOPER_ID_KEXT: "DEVELOPER_ID_KEXT"; DEVELOPER_ID_KEXT_G2: "DEVELOPER_ID_KEXT_G2"; DEVELOPER_ID_APPLICATION: "DEVELOPER_ID_APPLICATION"; DEVELOPER_ID_APPLICATION_G2: "DEVELOPER_ID_APPLICATION_G2"; DEVELOPMENT: "DEVELOPMENT"; DISTRIBUTION: "DISTRIBUTION"; IDENTITY_ACCESS: "IDENTITY_ACCESS"; IOS_DEVELOPMENT: "IOS_DEVELOPMENT"; IOS_DISTRIBUTION: "IOS_DISTRIBUTION"; MAC_APP_DISTRIBUTION: "MAC_APP_DISTRIBUTION"; MAC_INSTALLER_DISTRIBUTION: "MAC_INSTALLER_DISTRIBUTION"; PASS_TYPE_ID: "PASS_TYPE_ID"; PASS_TYPE_ID_WITH_NFC: "PASS_TYPE_ID_WITH_NFC"; }>; /** * Certificate */ export declare const zCertificate: z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * CertificatesResponse */ export declare const zCertificatesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * CertificateResponse */ export declare const zCertificateResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * CertificateCreateRequest */ export declare const zCertificateCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; attributes: z.ZodObject<{ csrContent: z.ZodString; certificateType: z.ZodEnum<{ MAC_APP_DEVELOPMENT: "MAC_APP_DEVELOPMENT"; APPLE_PAY: "APPLE_PAY"; APPLE_PAY_MERCHANT_IDENTITY: "APPLE_PAY_MERCHANT_IDENTITY"; APPLE_PAY_PSP_IDENTITY: "APPLE_PAY_PSP_IDENTITY"; APPLE_PAY_RSA: "APPLE_PAY_RSA"; DEVELOPER_ID_KEXT: "DEVELOPER_ID_KEXT"; DEVELOPER_ID_KEXT_G2: "DEVELOPER_ID_KEXT_G2"; DEVELOPER_ID_APPLICATION: "DEVELOPER_ID_APPLICATION"; DEVELOPER_ID_APPLICATION_G2: "DEVELOPER_ID_APPLICATION_G2"; DEVELOPMENT: "DEVELOPMENT"; DISTRIBUTION: "DISTRIBUTION"; IDENTITY_ACCESS: "IDENTITY_ACCESS"; IOS_DEVELOPMENT: "IOS_DEVELOPMENT"; IOS_DISTRIBUTION: "IOS_DISTRIBUTION"; MAC_APP_DISTRIBUTION: "MAC_APP_DISTRIBUTION"; MAC_INSTALLER_DISTRIBUTION: "MAC_INSTALLER_DISTRIBUTION"; PASS_TYPE_ID: "PASS_TYPE_ID"; PASS_TYPE_ID_WITH_NFC: "PASS_TYPE_ID_WITH_NFC"; }>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; passTypeId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * MerchantIdsResponse */ export declare const zMerchantIdsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * MerchantIdResponse */ export declare const zMerchantIdResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ merchantIds: "merchantIds"; }>; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * PassTypeIdsResponse */ export declare const zPassTypeIdsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * PassTypeIdResponse */ export declare const zPassTypeIdResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ passTypeIds: "passTypeIds"; }>; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * ProfilesResponse */ export declare const zProfilesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * ProfileResponse */ export declare const zProfileResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ profiles: "profiles"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * CertificatesWithoutIncludesResponse */ export declare const zCertificatesWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zChecksumAlgorithm: z.ZodEnum<{ MD5: "MD5"; SHA_256: "SHA_256"; }>; export declare const zChecksums: z.ZodObject<{ file: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; /** * AlternativeDistributionPackage */ export declare const zAlternativeDistributionPackage: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AlternativeDistributionPackageVersionsResponse */ export declare const zAlternativeDistributionPackageVersionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; version: z.ZodOptional; fileChecksum: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; deltas: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageDeltas: "alternativeDistributionPackageDeltas"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageVariants: "alternativeDistributionPackageVariants"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AlternativeDistributionPackageVersionResponse */ export declare const zAlternativeDistributionPackageVersionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageVersions: "alternativeDistributionPackageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; version: z.ZodOptional; fileChecksum: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; deltas: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageDeltas: "alternativeDistributionPackageDeltas"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageVariants: "alternativeDistributionPackageVariants"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AlternativeDistributionPackageResponse */ export declare const zAlternativeDistributionPackageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; version: z.ZodOptional; fileChecksum: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; deltas: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BackgroundAssetUploadFileUpdateRequest */ export declare const zBackgroundAssetUploadFileUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BuildUploadFileUpdateRequest */ export declare const zBuildUploadFileUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiActionType: z.ZodEnum<{ ARCHIVE: "ARCHIVE"; BUILD: "BUILD"; ANALYZE: "ANALYZE"; TEST: "TEST"; }>; export declare const zCiBranchPatterns: z.ZodObject<{ isAllMatch: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zCiCompletionStatus: z.ZodEnum<{ FAILED: "FAILED"; SUCCEEDED: "SUCCEEDED"; CANCELED: "CANCELED"; ERRORED: "ERRORED"; SKIPPED: "SKIPPED"; }>; export declare const zCiExecutionProgress: z.ZodEnum<{ PENDING: "PENDING"; COMPLETE: "COMPLETE"; RUNNING: "RUNNING"; }>; export declare const zCiGitRefKind: z.ZodEnum<{ BRANCH: "BRANCH"; TAG: "TAG"; }>; /** * ScmGitReference */ export declare const zScmGitReference: z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * ScmGitReferencesResponse */ export declare const zScmGitReferencesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * ScmGitReferenceResponse */ export declare const zScmGitReferenceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiGitUser: z.ZodObject<{ displayName: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>; export declare const zCiIssueCounts: z.ZodObject<{ analyzerWarnings: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>; /** * CiBuildAction */ export declare const zCiBuildAction: z.ZodObject<{ type: z.ZodEnum<{ ciBuildActions: "ciBuildActions"; }>; id: z.ZodString; attributes: z.ZodOptional; actionType: z.ZodOptional>; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; artifacts: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; issues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; testResults: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * CiBuildRun */ export declare const zCiBuildRun: z.ZodObject<{ type: z.ZodEnum<{ ciBuildRuns: "ciBuildRuns"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; sourceCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; destinationCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; isPullRequestBuild: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; startReason: z.ZodOptional>; cancelReason: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; product: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; destinationBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * CiBuildActionsResponse */ export declare const zCiBuildActionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; actionType: z.ZodOptional>; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; artifacts: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; issues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; testResults: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; sourceCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; destinationCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; isPullRequestBuild: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; startReason: z.ZodOptional>; cancelReason: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; product: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; destinationBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * CiBuildActionResponse */ export declare const zCiBuildActionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciBuildActions: "ciBuildActions"; }>; id: z.ZodString; attributes: z.ZodOptional; actionType: z.ZodOptional>; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; artifacts: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; issues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; testResults: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; sourceCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; destinationCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; isPullRequestBuild: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; startReason: z.ZodOptional>; cancelReason: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; product: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; destinationBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiManualBranchStartCondition: z.ZodObject<{ source: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiManualPullRequestStartCondition: z.ZodObject<{ source: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiScheduledStartCondition: z.ZodObject<{ source: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiStartConditionFileMatcher: z.ZodObject<{ directory: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>; export declare const zCiFilesAndFoldersRule: z.ZodObject<{ mode: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zCiBranchStartCondition: z.ZodObject<{ source: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>; export declare const zCiPullRequestStartCondition: z.ZodObject<{ source: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>; export declare const zCiTagPatterns: z.ZodObject<{ isAllMatch: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zCiManualTagStartCondition: z.ZodObject<{ source: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiTagStartCondition: z.ZodObject<{ source: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>; export declare const zCiTestDestinationKind: z.ZodEnum<{ MAC: "MAC"; SIMULATOR: "SIMULATOR"; }>; /** * CiXcodeVersion */ export declare const zCiXcodeVersion: z.ZodObject<{ type: z.ZodEnum<{ ciXcodeVersions: "ciXcodeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * CiMacOsVersionsResponse */ export declare const zCiMacOsVersionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * CiMacOsVersionResponse */ export declare const zCiMacOsVersionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciMacOsVersions: "ciMacOsVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * CiXcodeVersionsResponse */ export declare const zCiXcodeVersionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * CiXcodeVersionResponse */ export declare const zCiXcodeVersionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciXcodeVersions: "ciXcodeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiTestDestination: z.ZodObject<{ deviceTypeName: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>; export declare const zCiAction: z.ZodObject<{ name: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>; /** * CiWorkflow */ export declare const zCiWorkflow: z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * CiWorkflowsResponse */ export declare const zCiWorkflowsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciMacOsVersions: "ciMacOsVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciXcodeVersions: "ciXcodeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * CiWorkflowResponse */ export declare const zCiWorkflowResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciMacOsVersions: "ciMacOsVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciXcodeVersions: "ciXcodeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * CiWorkflowCreateRequest */ export declare const zCiWorkflowCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; attributes: z.ZodObject<{ name: z.ZodString; description: z.ZodString; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodArray; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>; isEnabled: z.ZodBoolean; isLockedForEditing: z.ZodOptional>; clean: z.ZodBoolean; containerFilePath: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ product: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; repository: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; xcodeVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciXcodeVersions: "ciXcodeVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; macOsVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciMacOsVersions: "ciMacOsVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * CiWorkflowUpdateRequest */ export declare const zCiWorkflowUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional>; description: z.ZodOptional>; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>, z.ZodNull]>>; isEnabled: z.ZodOptional>; isLockedForEditing: z.ZodOptional>; clean: z.ZodOptional>; containerFilePath: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiTestStatus: z.ZodEnum<{ SKIPPED: "SKIPPED"; SUCCESS: "SUCCESS"; FAILURE: "FAILURE"; MIXED: "MIXED"; EXPECTED_FAILURE: "EXPECTED_FAILURE"; }>; export declare const zDeviceConnectionType: z.ZodEnum<{ NONE: "NONE"; WIFI: "WIFI"; MOBILE_DATA: "MOBILE_DATA"; WIRE: "WIRE"; UNKNOWN: "UNKNOWN"; }>; export declare const zDeviceFamily: z.ZodEnum<{ APPLE_WATCH: "APPLE_WATCH"; IPAD: "IPAD"; IPHONE: "IPHONE"; APPLE_TV: "APPLE_TV"; MAC: "MAC"; VISION: "VISION"; }>; /** * AccessibilityDeclaration */ export declare const zAccessibilityDeclaration: z.ZodObject<{ type: z.ZodEnum<{ accessibilityDeclarations: "accessibilityDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; supportsAudioDescriptions: z.ZodOptional; supportsCaptions: z.ZodOptional; supportsDarkInterface: z.ZodOptional; supportsDifferentiateWithoutColorAlone: z.ZodOptional; supportsLargerText: z.ZodOptional; supportsReducedMotion: z.ZodOptional; supportsSufficientContrast: z.ZodOptional; supportsVoiceControl: z.ZodOptional; supportsVoiceover: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AccessibilityDeclarationsResponse */ export declare const zAccessibilityDeclarationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; supportsAudioDescriptions: z.ZodOptional; supportsCaptions: z.ZodOptional; supportsDarkInterface: z.ZodOptional; supportsDifferentiateWithoutColorAlone: z.ZodOptional; supportsLargerText: z.ZodOptional; supportsReducedMotion: z.ZodOptional; supportsSufficientContrast: z.ZodOptional; supportsVoiceControl: z.ZodOptional; supportsVoiceover: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AccessibilityDeclarationResponse */ export declare const zAccessibilityDeclarationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ accessibilityDeclarations: "accessibilityDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; supportsAudioDescriptions: z.ZodOptional; supportsCaptions: z.ZodOptional; supportsDarkInterface: z.ZodOptional; supportsDifferentiateWithoutColorAlone: z.ZodOptional; supportsLargerText: z.ZodOptional; supportsReducedMotion: z.ZodOptional; supportsSufficientContrast: z.ZodOptional; supportsVoiceControl: z.ZodOptional; supportsVoiceover: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AccessibilityDeclarationCreateRequest */ export declare const zAccessibilityDeclarationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ accessibilityDeclarations: "accessibilityDeclarations"; }>; attributes: z.ZodObject<{ deviceFamily: z.ZodEnum<{ APPLE_WATCH: "APPLE_WATCH"; IPAD: "IPAD"; IPHONE: "IPHONE"; APPLE_TV: "APPLE_TV"; MAC: "MAC"; VISION: "VISION"; }>; supportsAudioDescriptions: z.ZodOptional>; supportsCaptions: z.ZodOptional>; supportsDarkInterface: z.ZodOptional>; supportsDifferentiateWithoutColorAlone: z.ZodOptional>; supportsLargerText: z.ZodOptional>; supportsReducedMotion: z.ZodOptional>; supportsSufficientContrast: z.ZodOptional>; supportsVoiceControl: z.ZodOptional>; supportsVoiceover: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaRecruitmentCriterionOption */ export declare const zBetaRecruitmentCriterionOption: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriterionOptions: "betaRecruitmentCriterionOptions"; }>; id: z.ZodString; attributes: z.ZodOptional>; osVersions: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaRecruitmentCriterionOptionsResponse */ export declare const zBetaRecruitmentCriterionOptionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; osVersions: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * Nomination */ export declare const zNomination: z.ZodObject<{ type: z.ZodEnum<{ nominations: "nominations"; }>; id: z.ZodString; attributes: z.ZodOptional; type: z.ZodOptional>; description: z.ZodOptional; createdDate: z.ZodOptional; lastModifiedDate: z.ZodOptional; submittedDate: z.ZodOptional; state: z.ZodOptional>; publishStartDate: z.ZodOptional; publishEndDate: z.ZodOptional; deviceFamilies: z.ZodOptional>>; locales: z.ZodOptional>; supplementalMaterialsUris: z.ZodOptional>; hasInAppEvents: z.ZodOptional; launchInSelectMarketsFirst: z.ZodOptional; notes: z.ZodOptional; preOrderEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastModifiedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppEvents: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; supportedTerritories: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * NominationCreateRequest */ export declare const zNominationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ nominations: "nominations"; }>; attributes: z.ZodObject<{ name: z.ZodString; type: z.ZodEnum<{ APP_LAUNCH: "APP_LAUNCH"; APP_ENHANCEMENTS: "APP_ENHANCEMENTS"; NEW_CONTENT: "NEW_CONTENT"; }>; description: z.ZodString; submitted: z.ZodBoolean; publishStartDate: z.ZodISODateTime; publishEndDate: z.ZodOptional>; deviceFamilies: z.ZodOptional>, z.ZodNull]>>; locales: z.ZodOptional, z.ZodNull]>>; supplementalMaterialsUris: z.ZodOptional, z.ZodNull]>>; hasInAppEvents: z.ZodOptional>; launchInSelectMarketsFirst: z.ZodOptional>; notes: z.ZodOptional>; preOrderEnabled: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ relatedApps: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; inAppEvents: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; supportedTerritories: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * NominationUpdateRequest */ export declare const zNominationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ nominations: "nominations"; }>; id: z.ZodString; attributes: z.ZodOptional>; type: z.ZodOptional>; description: z.ZodOptional>; submitted: z.ZodOptional>; archived: z.ZodOptional>; publishStartDate: z.ZodOptional>; publishEndDate: z.ZodOptional>; deviceFamilies: z.ZodOptional>, z.ZodNull]>>; locales: z.ZodOptional, z.ZodNull]>>; supplementalMaterialsUris: z.ZodOptional, z.ZodNull]>>; hasInAppEvents: z.ZodOptional>; launchInSelectMarketsFirst: z.ZodOptional>; notes: z.ZodOptional>; preOrderEnabled: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppEvents: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; supportedTerritories: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zDeviceFamilyOsVersionFilter: z.ZodObject<{ deviceFamily: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>; /** * BetaRecruitmentCriterion */ export declare const zBetaRecruitmentCriterion: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; attributes: z.ZodOptional; deviceFamilyOsVersionFilters: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaRecruitmentCriterionResponse */ export declare const zBetaRecruitmentCriterionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; attributes: z.ZodOptional; deviceFamilyOsVersionFilters: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaRecruitmentCriterionCreateRequest */ export declare const zBetaRecruitmentCriterionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; attributes: z.ZodObject<{ deviceFamilyOsVersionFilters: z.ZodArray>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; relationships: z.ZodObject<{ betaGroup: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaRecruitmentCriterionUpdateRequest */ export declare const zBetaRecruitmentCriterionUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; attributes: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>, z.ZodNull]>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zDiagnosticInsightDirection: z.ZodEnum<{ UP: "UP"; DOWN: "DOWN"; UNDEFINED: "UNDEFINED"; }>; export declare const zDiagnosticInsightType: z.ZodEnum<{ TREND: "TREND"; }>; export declare const zDiagnosticInsight: z.ZodObject<{ insightType: z.ZodOptional>; direction: z.ZodOptional>; referenceVersions: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; /** * DiagnosticSignature */ export declare const zDiagnosticSignature: z.ZodObject<{ type: z.ZodEnum<{ diagnosticSignatures: "diagnosticSignatures"; }>; id: z.ZodString; attributes: z.ZodOptional>; signature: z.ZodOptional; weight: z.ZodOptional; insight: z.ZodOptional>; direction: z.ZodOptional>; referenceVersions: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * DiagnosticSignaturesResponse */ export declare const zDiagnosticSignaturesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; signature: z.ZodOptional; weight: z.ZodOptional; insight: z.ZodOptional>; direction: z.ZodOptional>; referenceVersions: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zDiagnosticLogCallStackNode: z.ZodObject<{ sampleCount: z.ZodOptional; isBlameFrame: z.ZodOptional; symbolName: z.ZodOptional; insightsCategory: z.ZodOptional; offsetIntoSymbol: z.ZodOptional; binaryName: z.ZodOptional; fileName: z.ZodOptional; binaryUUID: z.ZodOptional; lineNumber: z.ZodOptional; address: z.ZodOptional; offsetIntoBinaryTextSegment: z.ZodOptional; rawFrame: z.ZodOptional; subFrames: z.ZodOptional>>; }, z.core.$strip>; export declare const zExternalBetaState: z.ZodEnum<{ NOT_APPLICABLE: "NOT_APPLICABLE"; PROCESSING: "PROCESSING"; EXPIRED: "EXPIRED"; READY_FOR_BETA_SUBMISSION: "READY_FOR_BETA_SUBMISSION"; PROCESSING_EXCEPTION: "PROCESSING_EXCEPTION"; MISSING_EXPORT_COMPLIANCE: "MISSING_EXPORT_COMPLIANCE"; READY_FOR_BETA_TESTING: "READY_FOR_BETA_TESTING"; IN_BETA_TESTING: "IN_BETA_TESTING"; IN_EXPORT_COMPLIANCE_REVIEW: "IN_EXPORT_COMPLIANCE_REVIEW"; WAITING_FOR_BETA_REVIEW: "WAITING_FOR_BETA_REVIEW"; IN_BETA_REVIEW: "IN_BETA_REVIEW"; BETA_REJECTED: "BETA_REJECTED"; BETA_APPROVED: "BETA_APPROVED"; }>; export declare const zFileLocation: z.ZodObject<{ path: z.ZodOptional; lineNumber: z.ZodOptional; }, z.core.$strip>; /** * CiIssue */ export declare const zCiIssue: z.ZodObject<{ type: z.ZodEnum<{ ciIssues: "ciIssues"; }>; id: z.ZodString; attributes: z.ZodOptional>; message: z.ZodOptional; fileSource: z.ZodOptional; lineNumber: z.ZodOptional; }, z.core.$strip>>; category: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * CiIssuesResponse */ export declare const zCiIssuesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; message: z.ZodOptional; fileSource: z.ZodOptional; lineNumber: z.ZodOptional; }, z.core.$strip>>; category: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * CiIssueResponse */ export declare const zCiIssueResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciIssues: "ciIssues"; }>; id: z.ZodString; attributes: z.ZodOptional>; message: z.ZodOptional; fileSource: z.ZodOptional; lineNumber: z.ZodOptional; }, z.core.$strip>>; category: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * CiTestResult */ export declare const zCiTestResult: z.ZodObject<{ type: z.ZodEnum<{ ciTestResults: "ciTestResults"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; status: z.ZodOptional>; fileSource: z.ZodOptional; lineNumber: z.ZodOptional; }, z.core.$strip>>; message: z.ZodOptional; destinationTestResults: z.ZodOptional; deviceName: z.ZodOptional; osVersion: z.ZodOptional; status: z.ZodOptional>; duration: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * CiTestResultsResponse */ export declare const zCiTestResultsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; status: z.ZodOptional>; fileSource: z.ZodOptional; lineNumber: z.ZodOptional; }, z.core.$strip>>; message: z.ZodOptional; destinationTestResults: z.ZodOptional; deviceName: z.ZodOptional; osVersion: z.ZodOptional; status: z.ZodOptional>; duration: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * CiTestResultResponse */ export declare const zCiTestResultResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciTestResults: "ciTestResults"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; status: z.ZodOptional>; fileSource: z.ZodOptional; lineNumber: z.ZodOptional; }, z.core.$strip>>; message: z.ZodOptional; destinationTestResults: z.ZodOptional; deviceName: z.ZodOptional; osVersion: z.ZodOptional; status: z.ZodOptional>; duration: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardFormatter: z.ZodEnum<{ INTEGER: "INTEGER"; DECIMAL_POINT_1_PLACE: "DECIMAL_POINT_1_PLACE"; DECIMAL_POINT_2_PLACE: "DECIMAL_POINT_2_PLACE"; DECIMAL_POINT_3_PLACE: "DECIMAL_POINT_3_PLACE"; ELAPSED_TIME_CENTISECOND: "ELAPSED_TIME_CENTISECOND"; ELAPSED_TIME_MINUTE: "ELAPSED_TIME_MINUTE"; ELAPSED_TIME_SECOND: "ELAPSED_TIME_SECOND"; MONEY_POUND_DECIMAL: "MONEY_POUND_DECIMAL"; MONEY_POUND: "MONEY_POUND"; MONEY_DOLLAR_DECIMAL: "MONEY_DOLLAR_DECIMAL"; MONEY_DOLLAR: "MONEY_DOLLAR"; MONEY_EURO_DECIMAL: "MONEY_EURO_DECIMAL"; MONEY_EURO: "MONEY_EURO"; MONEY_FRANC_DECIMAL: "MONEY_FRANC_DECIMAL"; MONEY_FRANC: "MONEY_FRANC"; MONEY_KRONER_DECIMAL: "MONEY_KRONER_DECIMAL"; MONEY_KRONER: "MONEY_KRONER"; MONEY_YEN: "MONEY_YEN"; }>; /** * GameCenterLeaderboardLocalization */ export declare const zGameCenterLeaderboardLocalization: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardLocalizationCreateRequest */ export declare const zGameCenterLeaderboardLocalizationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional>; formatterSuffixSingular: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterLeaderboard: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardLocalizationUpdateRequest */ export declare const zGameCenterLeaderboardLocalizationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional>; formatterSuffixSingular: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardLocalizationV2 */ export declare const zGameCenterLeaderboardLocalizationV2: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardLocalizationV2CreateRequest */ export declare const zGameCenterLeaderboardLocalizationV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional>; formatterSuffixSingular: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardLocalizationV2UpdateRequest */ export declare const zGameCenterLeaderboardLocalizationV2UpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional>; formatterSuffixSingular: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterMatchmakingTeamAssignment: z.ZodObject<{ playerId: z.ZodOptional; team: z.ZodOptional; }, z.core.$strip>; /** * GameCenterMatchmakingRuleSetTest */ export declare const zGameCenterMatchmakingRuleSetTest: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSetTests: "gameCenterMatchmakingRuleSetTests"; }>; id: z.ZodString; attributes: z.ZodOptional; teamAssignments: z.ZodOptional; team: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterMatchmakingRuleSetTestResponse */ export declare const zGameCenterMatchmakingRuleSetTestResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSetTests: "gameCenterMatchmakingRuleSetTests"; }>; id: z.ZodString; attributes: z.ZodOptional; teamAssignments: z.ZodOptional; team: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTestPlayerProperties: "gameCenterMatchmakingTestPlayerProperties"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTestRequests: "gameCenterMatchmakingTestRequests"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterVersionState: z.ZodEnum<{ PREPARE_FOR_SUBMISSION: "PREPARE_FOR_SUBMISSION"; READY_FOR_REVIEW: "READY_FOR_REVIEW"; WAITING_FOR_REVIEW: "WAITING_FOR_REVIEW"; IN_REVIEW: "IN_REVIEW"; ACCEPTED: "ACCEPTED"; REPLACED_WITH_NEW_VERSION: "REPLACED_WITH_NEW_VERSION"; REJECTED: "REJECTED"; DEVELOPER_REJECTED: "DEVELOPER_REJECTED"; PENDING_RELEASE: "PENDING_RELEASE"; LIVE: "LIVE"; }>; /** * GameCenterAchievementVersionV2 */ export declare const zGameCenterAchievementVersionV2: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterActivityVersion */ export declare const zGameCenterActivityVersion: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterActivityVersionReleasesResponse */ export declare const zGameCenterActivityVersionReleasesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterActivityVersionReleaseResponse */ export declare const zGameCenterActivityVersionReleaseResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterChallengeVersion */ export declare const zGameCenterChallengeVersion: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterChallengeVersionReleasesResponse */ export declare const zGameCenterChallengeVersionReleasesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterChallengeVersionReleaseResponse */ export declare const zGameCenterChallengeVersionReleaseResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetVersionV2 */ export declare const zGameCenterLeaderboardSetVersionV2: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetVersionsV2Response */ export declare const zGameCenterLeaderboardSetVersionsV2Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetVersionV2Response */ export declare const zGameCenterLeaderboardSetVersionV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardVersionV2 */ export declare const zGameCenterLeaderboardVersionV2: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const zHttpHeader: z.ZodObject<{ name: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>; export declare const zDeliveryFileUploadOperation: z.ZodObject<{ method: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>; /** * BackgroundAssetUploadFile */ export declare const zBackgroundAssetUploadFile: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksum: z.ZodOptional; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BackgroundAssetUploadFilesResponse */ export declare const zBackgroundAssetUploadFilesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksum: z.ZodOptional; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BackgroundAssetUploadFileResponse */ export declare const zBackgroundAssetUploadFileResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksum: z.ZodOptional; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BuildUploadFile */ export declare const zBuildUploadFile: z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; uti: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BuildUploadFilesResponse */ export declare const zBuildUploadFilesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; uti: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BuildUploadFileResponse */ export declare const zBuildUploadFileResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; uti: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zIconAssetType: z.ZodEnum<{ APP_STORE: "APP_STORE"; MESSAGES_APP_STORE: "MESSAGES_APP_STORE"; WATCH_APP_STORE: "WATCH_APP_STORE"; TV_OS_HOME_SCREEN: "TV_OS_HOME_SCREEN"; TV_OS_TOP_SHELF: "TV_OS_TOP_SHELF"; ALTERNATE_EXPERIMENT: "ALTERNATE_EXPERIMENT"; }>; export declare const zImageAsset: z.ZodObject<{ templateUrl: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>; /** * AppStoreVersionExperimentTreatment */ export declare const zAppStoreVersionExperimentTreatment: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionExperimentTreatmentsResponse */ export declare const zAppStoreVersionExperimentTreatmentsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionExperimentTreatmentResponse */ export declare const zAppStoreVersionExperimentTreatmentResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BuildIcon */ export declare const zBuildIcon: z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BuildIconsResponse */ export declare const zBuildIconsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * Build */ export declare const zBuild: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppReviewSubmissionsResponse */ export declare const zBetaAppReviewSubmissionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppReviewSubmissionResponse */ export declare const zBetaAppReviewSubmissionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaBuildLocalizationsResponse */ export declare const zBetaBuildLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaBuildLocalizationResponse */ export declare const zBetaBuildLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * CiBuildRunsResponse */ export declare const zCiBuildRunsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; sourceCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; destinationCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; isPullRequestBuild: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; startReason: z.ZodOptional>; cancelReason: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; product: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; destinationBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmPullRequests: "scmPullRequests"; }>; id: z.ZodString; attributes: z.ZodOptional; number: z.ZodOptional; webUrl: z.ZodOptional; sourceRepositoryOwner: z.ZodOptional; sourceRepositoryName: z.ZodOptional; sourceBranchName: z.ZodOptional; destinationRepositoryOwner: z.ZodOptional; destinationRepositoryName: z.ZodOptional; destinationBranchName: z.ZodOptional; isClosed: z.ZodOptional; isCrossRepository: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * CiBuildRunResponse */ export declare const zCiBuildRunResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciBuildRuns: "ciBuildRuns"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; sourceCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; destinationCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; isPullRequestBuild: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; startReason: z.ZodOptional>; cancelReason: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; product: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; destinationBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmPullRequests: "scmPullRequests"; }>; id: z.ZodString; attributes: z.ZodOptional; number: z.ZodOptional; webUrl: z.ZodOptional; sourceRepositoryOwner: z.ZodOptional; sourceRepositoryName: z.ZodOptional; sourceBranchName: z.ZodOptional; destinationRepositoryOwner: z.ZodOptional; destinationRepositoryName: z.ZodOptional; destinationBranchName: z.ZodOptional; isClosed: z.ZodOptional; isCrossRepository: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BuildWithoutIncludesResponse */ export declare const zBuildWithoutIncludesResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BuildsWithoutIncludesResponse */ export declare const zBuildsWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BuildIconsWithoutIncludesResponse */ export declare const zBuildIconsWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseState: z.ZodEnum<{ WAITING_FOR_REVIEW: "WAITING_FOR_REVIEW"; IN_REVIEW: "IN_REVIEW"; APPROVED: "APPROVED"; REJECTED: "REJECTED"; DEVELOPER_ACTION_NEEDED: "DEVELOPER_ACTION_NEEDED"; REMOVED_FROM_SALE: "REMOVED_FROM_SALE"; DEVELOPER_REMOVED_FROM_SALE: "DEVELOPER_REMOVED_FROM_SALE"; WAITING_FOR_UPLOAD: "WAITING_FOR_UPLOAD"; PROCESSING_CONTENT: "PROCESSING_CONTENT"; MISSING_METADATA: "MISSING_METADATA"; READY_TO_SUBMIT: "READY_TO_SUBMIT"; PENDING_BINARY_APPROVAL: "PENDING_BINARY_APPROVAL"; }>; export declare const zInAppPurchaseType: z.ZodEnum<{ NON_CONSUMABLE: "NON_CONSUMABLE"; CONSUMABLE: "CONSUMABLE"; NON_RENEWING_SUBSCRIPTION: "NON_RENEWING_SUBSCRIPTION"; }>; /** * InAppPurchaseV2 */ export declare const zInAppPurchaseV2: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseContentResponse */ export declare const zInAppPurchaseContentResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseContents: "inAppPurchaseContents"; }>; id: z.ZodString; attributes: z.ZodOptional; fileSize: z.ZodOptional; url: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseLocalizationsResponse */ export declare const zInAppPurchaseLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseLocalizationResponse */ export declare const zInAppPurchaseLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseSubmissionResponse */ export declare const zInAppPurchaseSubmissionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseSubmissions: "inAppPurchaseSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseV2CreateRequest */ export declare const zInAppPurchaseV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; attributes: z.ZodObject<{ name: z.ZodString; productId: z.ZodString; inAppPurchaseType: z.ZodEnum<{ NON_CONSUMABLE: "NON_CONSUMABLE"; CONSUMABLE: "CONSUMABLE"; NON_RENEWING_SUBSCRIPTION: "NON_RENEWING_SUBSCRIPTION"; }>; reviewNote: z.ZodOptional>; familySharable: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * PromotedPurchasesResponse */ export declare const zPromotedPurchasesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * PromotedPurchaseResponse */ export declare const zPromotedPurchaseResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zIntegerRange: z.ZodObject<{ minimum: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>; /** * WinBackOfferUpdateRequest */ export declare const zWinBackOfferUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional>; startDate: z.ZodOptional>; endDate: z.ZodOptional>; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zInternalBetaState: z.ZodEnum<{ PROCESSING: "PROCESSING"; EXPIRED: "EXPIRED"; PROCESSING_EXCEPTION: "PROCESSING_EXCEPTION"; MISSING_EXPORT_COMPLIANCE: "MISSING_EXPORT_COMPLIANCE"; READY_FOR_BETA_TESTING: "READY_FOR_BETA_TESTING"; IN_BETA_TESTING: "IN_BETA_TESTING"; IN_EXPORT_COMPLIANCE_REVIEW: "IN_EXPORT_COMPLIANCE_REVIEW"; }>; /** * BuildBetaDetail */ export declare const zBuildBetaDetail: z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BuildBetaDetailsResponse */ export declare const zBuildBetaDetailsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BuildBetaDetailResponse */ export declare const zBuildBetaDetailResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zKidsAgeBand: z.ZodEnum<{ FIVE_AND_UNDER: "FIVE_AND_UNDER"; SIX_TO_EIGHT: "SIX_TO_EIGHT"; NINE_TO_ELEVEN: "NINE_TO_ELEVEN"; }>; /** * AgeRatingDeclaration */ export declare const zAgeRatingDeclaration: z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AgeRatingDeclarationResponse */ export declare const zAgeRatingDeclarationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AgeRatingDeclarationUpdateRequest */ export declare const zAgeRatingDeclarationUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional>; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional>; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional>; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional>; parentalControls: z.ZodOptional>; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional>; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional>; userGeneratedContent: z.ZodOptional>; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppInfo */ export declare const zAppInfo: z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppInfoLocalizationsResponse */ export declare const zAppInfoLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; subtitle: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; privacyChoicesUrl: z.ZodOptional; privacyPolicyText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppInfoLocalizationResponse */ export declare const zAppInfoLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; subtitle: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; privacyChoicesUrl: z.ZodOptional; privacyPolicyText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AgeRatingDeclarationWithoutIncludesResponse */ export declare const zAgeRatingDeclarationWithoutIncludesResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zLocation: z.ZodObject<{ latitude: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>; export declare const zMetricCategory: z.ZodEnum<{ DISK: "DISK"; HANG: "HANG"; BATTERY: "BATTERY"; LAUNCH: "LAUNCH"; MEMORY: "MEMORY"; ANIMATION: "ANIMATION"; TERMINATION: "TERMINATION"; }>; export declare const zMetricsInsight: z.ZodObject<{ metricCategory: z.ZodOptional>; latestVersion: z.ZodOptional; metric: z.ZodOptional; summaryString: z.ZodOptional; referenceVersions: z.ZodOptional; maxLatestVersionValue: z.ZodOptional; subSystemLabel: z.ZodOptional; highImpact: z.ZodOptional; populations: z.ZodOptional; percentile: z.ZodOptional; summaryString: z.ZodOptional; referenceAverageValue: z.ZodOptional; latestVersionValue: z.ZodOptional; device: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zOfferCodeEnvironment: z.ZodEnum<{ PRODUCTION: "PRODUCTION"; SANDBOX: "SANDBOX"; }>; /** * InAppPurchaseOfferCodeOneTimeUseCode */ export declare const zInAppPurchaseOfferCodeOneTimeUseCode: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseOfferCodeOneTimeUseCodesResponse */ export declare const zInAppPurchaseOfferCodeOneTimeUseCodesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseOfferCodeOneTimeUseCodeResponse */ export declare const zInAppPurchaseOfferCodeOneTimeUseCodeResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseOfferCodeOneTimeUseCodeCreateRequest */ export declare const zInAppPurchaseOfferCodeOneTimeUseCodeCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; attributes: z.ZodObject<{ numberOfCodes: z.ZodInt; expirationDate: z.ZodISODate; environment: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ offerCode: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseOfferCodesResponse */ export declare const zInAppPurchaseOfferCodesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferPrices: "inAppPurchaseOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseOfferCodeResponse */ export declare const zInAppPurchaseOfferCodeResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferPrices: "inAppPurchaseOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionOfferCodeOneTimeUseCode */ export declare const zSubscriptionOfferCodeOneTimeUseCode: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; values: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionOfferCodeOneTimeUseCodeCreateRequest */ export declare const zSubscriptionOfferCodeOneTimeUseCodeCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; attributes: z.ZodObject<{ numberOfCodes: z.ZodInt; expirationDate: z.ZodISODate; environment: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ offerCode: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; export declare const zPhasedReleaseState: z.ZodEnum<{ ACTIVE: "ACTIVE"; COMPLETE: "COMPLETE"; INACTIVE: "INACTIVE"; PAUSED: "PAUSED"; }>; /** * AppStoreVersionPhasedRelease */ export declare const zAppStoreVersionPhasedRelease: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionPhasedReleaseResponse */ export declare const zAppStoreVersionPhasedReleaseResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionPhasedReleaseCreateRequest */ export declare const zAppStoreVersionPhasedReleaseCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionPhasedReleaseUpdateRequest */ export declare const zAppStoreVersionPhasedReleaseUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionPhasedReleaseWithoutIncludesResponse */ export declare const zAppStoreVersionPhasedReleaseWithoutIncludesResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zPlatform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; TV_OS: "TV_OS"; VISION_OS: "VISION_OS"; }>; /** * AppCategory */ export declare const zAppCategory: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppCategoriesResponse */ export declare const zAppCategoriesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppCategoryResponse */ export declare const zAppCategoryResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppEncryptionDeclaration */ export declare const zAppEncryptionDeclaration: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionExperimentV2 */ export declare const zAppStoreVersionExperimentV2: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionExperimentV2CreateRequest */ export declare const zAppStoreVersionExperimentV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; attributes: z.ZodObject<{ name: z.ZodString; platform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; TV_OS: "TV_OS"; VISION_OS: "VISION_OS"; }>; trafficProportion: z.ZodInt; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersion */ export declare const zAppStoreVersion: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClipDefaultExperiencesResponse */ export declare const zAppClipDefaultExperiencesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClipDefaultExperienceResponse */ export declare const zAppClipDefaultExperienceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionExperimentsResponse * * @deprecated */ export declare const zAppStoreVersionExperimentsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionExperimentResponse * * @deprecated */ export declare const zAppStoreVersionExperimentResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionSubmissionResponse * * @deprecated */ export declare const zAppStoreVersionSubmissionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionCreateRequest */ export declare const zAppStoreVersionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; attributes: z.ZodObject<{ platform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; TV_OS: "TV_OS"; VISION_OS: "VISION_OS"; }>; versionString: z.ZodString; copyright: z.ZodOptional>; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional>; usesIdfa: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; appStoreVersionLocalizations: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * BetaFeedbackCrashSubmission */ export declare const zBetaFeedbackCrashSubmission: z.ZodObject<{ type: z.ZodEnum<{ betaFeedbackCrashSubmissions: "betaFeedbackCrashSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional; comment: z.ZodOptional; email: z.ZodOptional; deviceModel: z.ZodOptional; osVersion: z.ZodOptional; locale: z.ZodOptional; timeZone: z.ZodOptional; architecture: z.ZodOptional; connectionType: z.ZodOptional>; pairedAppleWatch: z.ZodOptional; appUptimeInMilliseconds: z.ZodOptional>; diskBytesAvailable: z.ZodOptional>; diskBytesTotal: z.ZodOptional>; batteryPercentage: z.ZodOptional; screenWidthInPoints: z.ZodOptional; screenHeightInPoints: z.ZodOptional; appPlatform: z.ZodOptional>; devicePlatform: z.ZodOptional>; deviceFamily: z.ZodOptional>; buildBundleId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; build: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; tester: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaFeedbackCrashSubmissionsResponse */ export declare const zBetaFeedbackCrashSubmissionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; comment: z.ZodOptional; email: z.ZodOptional; deviceModel: z.ZodOptional; osVersion: z.ZodOptional; locale: z.ZodOptional; timeZone: z.ZodOptional; architecture: z.ZodOptional; connectionType: z.ZodOptional>; pairedAppleWatch: z.ZodOptional; appUptimeInMilliseconds: z.ZodOptional>; diskBytesAvailable: z.ZodOptional>; diskBytesTotal: z.ZodOptional>; batteryPercentage: z.ZodOptional; screenWidthInPoints: z.ZodOptional; screenHeightInPoints: z.ZodOptional; appPlatform: z.ZodOptional>; devicePlatform: z.ZodOptional>; deviceFamily: z.ZodOptional>; buildBundleId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; build: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; tester: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaFeedbackCrashSubmissionResponse */ export declare const zBetaFeedbackCrashSubmissionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaFeedbackCrashSubmissions: "betaFeedbackCrashSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional; comment: z.ZodOptional; email: z.ZodOptional; deviceModel: z.ZodOptional; osVersion: z.ZodOptional; locale: z.ZodOptional; timeZone: z.ZodOptional; architecture: z.ZodOptional; connectionType: z.ZodOptional>; pairedAppleWatch: z.ZodOptional; appUptimeInMilliseconds: z.ZodOptional>; diskBytesAvailable: z.ZodOptional>; diskBytesTotal: z.ZodOptional>; batteryPercentage: z.ZodOptional; screenWidthInPoints: z.ZodOptional; screenHeightInPoints: z.ZodOptional; appPlatform: z.ZodOptional>; devicePlatform: z.ZodOptional>; deviceFamily: z.ZodOptional>; buildBundleId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; build: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; tester: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaFeedbackScreenshotSubmission */ export declare const zBetaFeedbackScreenshotSubmission: z.ZodObject<{ type: z.ZodEnum<{ betaFeedbackScreenshotSubmissions: "betaFeedbackScreenshotSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional; comment: z.ZodOptional; email: z.ZodOptional; deviceModel: z.ZodOptional; osVersion: z.ZodOptional; locale: z.ZodOptional; timeZone: z.ZodOptional; architecture: z.ZodOptional; connectionType: z.ZodOptional>; pairedAppleWatch: z.ZodOptional; appUptimeInMilliseconds: z.ZodOptional>; diskBytesAvailable: z.ZodOptional>; diskBytesTotal: z.ZodOptional>; batteryPercentage: z.ZodOptional; screenWidthInPoints: z.ZodOptional; screenHeightInPoints: z.ZodOptional; appPlatform: z.ZodOptional>; devicePlatform: z.ZodOptional>; deviceFamily: z.ZodOptional>; buildBundleId: z.ZodOptional; screenshots: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; tester: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaFeedbackScreenshotSubmissionsResponse */ export declare const zBetaFeedbackScreenshotSubmissionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; comment: z.ZodOptional; email: z.ZodOptional; deviceModel: z.ZodOptional; osVersion: z.ZodOptional; locale: z.ZodOptional; timeZone: z.ZodOptional; architecture: z.ZodOptional; connectionType: z.ZodOptional>; pairedAppleWatch: z.ZodOptional; appUptimeInMilliseconds: z.ZodOptional>; diskBytesAvailable: z.ZodOptional>; diskBytesTotal: z.ZodOptional>; batteryPercentage: z.ZodOptional; screenWidthInPoints: z.ZodOptional; screenHeightInPoints: z.ZodOptional; appPlatform: z.ZodOptional>; devicePlatform: z.ZodOptional>; deviceFamily: z.ZodOptional>; buildBundleId: z.ZodOptional; screenshots: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; tester: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaFeedbackScreenshotSubmissionResponse */ export declare const zBetaFeedbackScreenshotSubmissionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaFeedbackScreenshotSubmissions: "betaFeedbackScreenshotSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional; comment: z.ZodOptional; email: z.ZodOptional; deviceModel: z.ZodOptional; osVersion: z.ZodOptional; locale: z.ZodOptional; timeZone: z.ZodOptional; architecture: z.ZodOptional; connectionType: z.ZodOptional>; pairedAppleWatch: z.ZodOptional; appUptimeInMilliseconds: z.ZodOptional>; diskBytesAvailable: z.ZodOptional>; diskBytesTotal: z.ZodOptional>; batteryPercentage: z.ZodOptional; screenWidthInPoints: z.ZodOptional; screenHeightInPoints: z.ZodOptional; appPlatform: z.ZodOptional>; devicePlatform: z.ZodOptional>; deviceFamily: z.ZodOptional>; buildBundleId: z.ZodOptional; screenshots: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; tester: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BuildUploadCreateRequest */ export declare const zBuildUploadCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; attributes: z.ZodObject<{ cfBundleShortVersionString: z.ZodString; cfBundleVersion: z.ZodString; platform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; TV_OS: "TV_OS"; VISION_OS: "VISION_OS"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * CustomerReviewSummarization */ export declare const zCustomerReviewSummarization: z.ZodObject<{ type: z.ZodEnum<{ customerReviewSummarizations: "customerReviewSummarizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; platform: z.ZodOptional>; text: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * CustomerReviewSummarizationsResponse */ export declare const zCustomerReviewSummarizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; platform: z.ZodOptional>; text: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAppVersionsResponse */ export declare const zGameCenterAppVersionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAppVersionResponse */ export declare const zGameCenterAppVersionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterEnabledVersion * * @deprecated */ export declare const zGameCenterEnabledVersion: z.ZodObject<{ type: z.ZodEnum<{ gameCenterEnabledVersions: "gameCenterEnabledVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; iconAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingTestRequestInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTestRequests: "gameCenterMatchmakingTestRequests"; }>; id: z.ZodOptional; attributes: z.ZodObject<{ requestName: z.ZodString; secondsInQueue: z.ZodInt; locale: z.ZodOptional>; location: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; minPlayers: z.ZodOptional>; maxPlayers: z.ZodOptional>; playerCount: z.ZodOptional>; bundleId: z.ZodString; platform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; TV_OS: "TV_OS"; VISION_OS: "VISION_OS"; }>; appVersion: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * PrereleaseVersion */ export declare const zPrereleaseVersion: z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * ReviewSubmission */ export declare const zReviewSubmission: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * ReviewSubmissionCreateRequest */ export declare const zReviewSubmissionCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * ReviewSubmissionUpdateRequest */ export declare const zReviewSubmissionUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submitted: z.ZodOptional>; canceled: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppCategoryWithoutIncludesResponse */ export declare const zAppCategoryWithoutIncludesResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppCategoriesWithoutIncludesResponse */ export declare const zAppCategoriesWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * PreReleaseVersionsWithoutIncludesResponse */ export declare const zPreReleaseVersionsWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppEncryptionDeclarationWithoutIncludesResponse */ export declare const zAppEncryptionDeclarationWithoutIncludesResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * PrereleaseVersionWithoutIncludesResponse */ export declare const zPrereleaseVersionWithoutIncludesResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zPreviewFrameImage: z.ZodObject<{ image: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zPreviewType: z.ZodEnum<{ APPLE_VISION_PRO: "APPLE_VISION_PRO"; APPLE_TV: "APPLE_TV"; IPHONE_67: "IPHONE_67"; IPHONE_61: "IPHONE_61"; IPHONE_65: "IPHONE_65"; IPHONE_58: "IPHONE_58"; IPHONE_55: "IPHONE_55"; IPHONE_47: "IPHONE_47"; IPHONE_40: "IPHONE_40"; IPHONE_35: "IPHONE_35"; IPAD_PRO_3GEN_129: "IPAD_PRO_3GEN_129"; IPAD_PRO_3GEN_11: "IPAD_PRO_3GEN_11"; IPAD_PRO_129: "IPAD_PRO_129"; IPAD_105: "IPAD_105"; IPAD_97: "IPAD_97"; DESKTOP: "DESKTOP"; }>; /** * AppPreviewSet */ export declare const zAppPreviewSet: z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppPreviewSetCreateRequest */ export declare const zAppPreviewSetCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; attributes: z.ZodObject<{ previewType: z.ZodEnum<{ APPLE_VISION_PRO: "APPLE_VISION_PRO"; APPLE_TV: "APPLE_TV"; IPHONE_67: "IPHONE_67"; IPHONE_61: "IPHONE_61"; IPHONE_65: "IPHONE_65"; IPHONE_58: "IPHONE_58"; IPHONE_55: "IPHONE_55"; IPHONE_47: "IPHONE_47"; IPHONE_40: "IPHONE_40"; IPHONE_35: "IPHONE_35"; IPAD_PRO_3GEN_129: "IPAD_PRO_3GEN_129"; IPAD_PRO_3GEN_11: "IPAD_PRO_3GEN_11"; IPAD_PRO_129: "IPAD_PRO_129"; IPAD_105: "IPAD_105"; IPAD_97: "IPAD_97"; DESKTOP: "DESKTOP"; }>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zProperty: z.ZodObject<{ key: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>; export declare const zGameCenterMatchmakingTestPlayerPropertyInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTestPlayerProperties: "gameCenterMatchmakingTestPlayerProperties"; }>; id: z.ZodOptional; attributes: z.ZodObject<{ playerId: z.ZodString; properties: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>, z.ZodNull]>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterMatchmakingRuleSetTestCreateRequest */ export declare const zGameCenterMatchmakingRuleSetTestCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSetTests: "gameCenterMatchmakingRuleSetTests"; }>; relationships: z.ZodObject<{ matchmakingRuleSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; matchmakingRequests: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodObject<{ playerId: z.ZodString; properties: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>, z.ZodNull]>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTestRequests: "gameCenterMatchmakingTestRequests"; }>; id: z.ZodOptional; attributes: z.ZodObject<{ requestName: z.ZodString; secondsInQueue: z.ZodInt; locale: z.ZodOptional>; location: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; minPlayers: z.ZodOptional>; maxPlayers: z.ZodOptional>; playerCount: z.ZodOptional>; bundleId: z.ZodString; platform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; TV_OS: "TV_OS"; VISION_OS: "VISION_OS"; }>; appVersion: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>]>>>; }, z.core.$strip>; export declare const zScmProviderType: z.ZodObject<{ kind: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>; /** * ScmProvider */ export declare const zScmProvider: z.ZodObject<{ type: z.ZodEnum<{ scmProviders: "scmProviders"; }>; id: z.ZodString; attributes: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>>; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * ScmProvidersResponse */ export declare const zScmProvidersResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>>; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * ScmProviderResponse */ export declare const zScmProviderResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ scmProviders: "scmProviders"; }>; id: z.ZodString; attributes: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>>; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * ScmRepositoriesResponse */ export declare const zScmRepositoriesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmProviders: "scmProviders"; }>; id: z.ZodString; attributes: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>>; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * ScmRepositoryResponse */ export declare const zScmRepositoryResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmProviders: "scmProviders"; }>; id: z.ZodString; attributes: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>>; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zScreenshotDisplayType: z.ZodEnum<{ APP_IPHONE_67: "APP_IPHONE_67"; APP_IPHONE_61: "APP_IPHONE_61"; APP_IPHONE_65: "APP_IPHONE_65"; APP_IPHONE_58: "APP_IPHONE_58"; APP_IPHONE_55: "APP_IPHONE_55"; APP_IPHONE_47: "APP_IPHONE_47"; APP_IPHONE_40: "APP_IPHONE_40"; APP_IPHONE_35: "APP_IPHONE_35"; APP_IPAD_PRO_3GEN_129: "APP_IPAD_PRO_3GEN_129"; APP_IPAD_PRO_3GEN_11: "APP_IPAD_PRO_3GEN_11"; APP_IPAD_PRO_129: "APP_IPAD_PRO_129"; APP_IPAD_105: "APP_IPAD_105"; APP_IPAD_97: "APP_IPAD_97"; APP_DESKTOP: "APP_DESKTOP"; APP_WATCH_ULTRA: "APP_WATCH_ULTRA"; APP_WATCH_SERIES_10: "APP_WATCH_SERIES_10"; APP_WATCH_SERIES_7: "APP_WATCH_SERIES_7"; APP_WATCH_SERIES_4: "APP_WATCH_SERIES_4"; APP_WATCH_SERIES_3: "APP_WATCH_SERIES_3"; APP_APPLE_TV: "APP_APPLE_TV"; APP_APPLE_VISION_PRO: "APP_APPLE_VISION_PRO"; IMESSAGE_APP_IPHONE_67: "IMESSAGE_APP_IPHONE_67"; IMESSAGE_APP_IPHONE_61: "IMESSAGE_APP_IPHONE_61"; IMESSAGE_APP_IPHONE_65: "IMESSAGE_APP_IPHONE_65"; IMESSAGE_APP_IPHONE_58: "IMESSAGE_APP_IPHONE_58"; IMESSAGE_APP_IPHONE_55: "IMESSAGE_APP_IPHONE_55"; IMESSAGE_APP_IPHONE_47: "IMESSAGE_APP_IPHONE_47"; IMESSAGE_APP_IPHONE_40: "IMESSAGE_APP_IPHONE_40"; IMESSAGE_APP_IPAD_PRO_3GEN_129: "IMESSAGE_APP_IPAD_PRO_3GEN_129"; IMESSAGE_APP_IPAD_PRO_3GEN_11: "IMESSAGE_APP_IPAD_PRO_3GEN_11"; IMESSAGE_APP_IPAD_PRO_129: "IMESSAGE_APP_IPAD_PRO_129"; IMESSAGE_APP_IPAD_105: "IMESSAGE_APP_IPAD_105"; IMESSAGE_APP_IPAD_97: "IMESSAGE_APP_IPAD_97"; }>; /** * AppScreenshotSet */ export declare const zAppScreenshotSet: z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppCustomProductPageLocalizationsResponse */ export declare const zAppCustomProductPageLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appKeywords: "appKeywords"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppCustomProductPageLocalizationResponse */ export declare const zAppCustomProductPageLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appKeywords: "appKeywords"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppScreenshotSetCreateRequest */ export declare const zAppScreenshotSetCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; attributes: z.ZodObject<{ screenshotDisplayType: z.ZodEnum<{ APP_IPHONE_67: "APP_IPHONE_67"; APP_IPHONE_61: "APP_IPHONE_61"; APP_IPHONE_65: "APP_IPHONE_65"; APP_IPHONE_58: "APP_IPHONE_58"; APP_IPHONE_55: "APP_IPHONE_55"; APP_IPHONE_47: "APP_IPHONE_47"; APP_IPHONE_40: "APP_IPHONE_40"; APP_IPHONE_35: "APP_IPHONE_35"; APP_IPAD_PRO_3GEN_129: "APP_IPAD_PRO_3GEN_129"; APP_IPAD_PRO_3GEN_11: "APP_IPAD_PRO_3GEN_11"; APP_IPAD_PRO_129: "APP_IPAD_PRO_129"; APP_IPAD_105: "APP_IPAD_105"; APP_IPAD_97: "APP_IPAD_97"; APP_DESKTOP: "APP_DESKTOP"; APP_WATCH_ULTRA: "APP_WATCH_ULTRA"; APP_WATCH_SERIES_10: "APP_WATCH_SERIES_10"; APP_WATCH_SERIES_7: "APP_WATCH_SERIES_7"; APP_WATCH_SERIES_4: "APP_WATCH_SERIES_4"; APP_WATCH_SERIES_3: "APP_WATCH_SERIES_3"; APP_APPLE_TV: "APP_APPLE_TV"; APP_APPLE_VISION_PRO: "APP_APPLE_VISION_PRO"; IMESSAGE_APP_IPHONE_67: "IMESSAGE_APP_IPHONE_67"; IMESSAGE_APP_IPHONE_61: "IMESSAGE_APP_IPHONE_61"; IMESSAGE_APP_IPHONE_65: "IMESSAGE_APP_IPHONE_65"; IMESSAGE_APP_IPHONE_58: "IMESSAGE_APP_IPHONE_58"; IMESSAGE_APP_IPHONE_55: "IMESSAGE_APP_IPHONE_55"; IMESSAGE_APP_IPHONE_47: "IMESSAGE_APP_IPHONE_47"; IMESSAGE_APP_IPHONE_40: "IMESSAGE_APP_IPHONE_40"; IMESSAGE_APP_IPAD_PRO_3GEN_129: "IMESSAGE_APP_IPAD_PRO_3GEN_129"; IMESSAGE_APP_IPAD_PRO_3GEN_11: "IMESSAGE_APP_IPAD_PRO_3GEN_11"; IMESSAGE_APP_IPAD_PRO_129: "IMESSAGE_APP_IPAD_PRO_129"; IMESSAGE_APP_IPAD_105: "IMESSAGE_APP_IPAD_105"; IMESSAGE_APP_IPAD_97: "IMESSAGE_APP_IPAD_97"; }>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionExperimentTreatmentLocalizationsResponse */ export declare const zAppStoreVersionExperimentTreatmentLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionExperimentTreatmentLocalizationResponse */ export declare const zAppStoreVersionExperimentTreatmentLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionLocalizationsResponse */ export declare const zAppStoreVersionLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appKeywords: "appKeywords"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionLocalizationResponse */ export declare const zAppStoreVersionLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appKeywords: "appKeywords"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zStateDetail: z.ZodObject<{ code: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>; /** * BackgroundAssetVersion */ export declare const zBackgroundAssetVersion: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BackgroundAssetVersionAppStoreReleaseResponse */ export declare const zBackgroundAssetVersionAppStoreReleaseResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionAppStoreReleases: "backgroundAssetVersionAppStoreReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BackgroundAssetVersionExternalBetaReleaseResponse */ export declare const zBackgroundAssetVersionExternalBetaReleaseResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionExternalBetaReleases: "backgroundAssetVersionExternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BackgroundAssetVersionInternalBetaReleaseResponse */ export declare const zBackgroundAssetVersionInternalBetaReleaseResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionInternalBetaReleases: "backgroundAssetVersionInternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BackgroundAssetVersionsResponse */ export declare const zBackgroundAssetVersionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksum: z.ZodOptional; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionAppStoreReleases: "backgroundAssetVersionAppStoreReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionExternalBetaReleases: "backgroundAssetVersionExternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionInternalBetaReleases: "backgroundAssetVersionInternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; attributes: z.ZodOptional; assetPackIdentifier: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BackgroundAssetVersionResponse */ export declare const zBackgroundAssetVersionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksum: z.ZodOptional; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionAppStoreReleases: "backgroundAssetVersionAppStoreReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionExternalBetaReleases: "backgroundAssetVersionExternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionInternalBetaReleases: "backgroundAssetVersionInternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; attributes: z.ZodOptional; assetPackIdentifier: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BuildUpload */ export declare const zBuildUpload: z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; id: z.ZodString; attributes: z.ZodOptional; cfBundleVersion: z.ZodOptional; createdDate: z.ZodOptional; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetDescriptionFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetSpiFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * BuildUploadsResponse */ export declare const zBuildUploadsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; cfBundleVersion: z.ZodOptional; createdDate: z.ZodOptional; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetDescriptionFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetSpiFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; uti: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BuildUploadResponse */ export declare const zBuildUploadResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; id: z.ZodString; attributes: z.ZodOptional; cfBundleVersion: z.ZodOptional; createdDate: z.ZodOptional; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetDescriptionFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetSpiFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; uti: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * ReviewSubmissionItemsResponse */ export declare const zReviewSubmissionItemsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * ReviewSubmissionItemResponse */ export declare const zReviewSubmissionItemResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zStringToStringMap: z.ZodRecord; /** * GameCenterAchievementV2 */ export declare const zGameCenterAchievementV2: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementVersionsV2Response */ export declare const zGameCenterAchievementVersionsV2Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementVersionV2Response */ export declare const zGameCenterAchievementVersionV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementV2CreateRequest */ export declare const zGameCenterAchievementV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; vendorIdentifier: z.ZodString; points: z.ZodInt; showBeforeEarned: z.ZodBoolean; repeatable: z.ZodBoolean; activityProperties: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; /** * GameCenterAchievementV2UpdateRequest */ export declare const zGameCenterAchievementV2UpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional>; points: z.ZodOptional>; showBeforeEarned: z.ZodOptional>; repeatable: z.ZodOptional>; archived: z.ZodOptional>; activityProperties: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievement */ export declare const zGameCenterAchievement: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementReleasesResponse */ export declare const zGameCenterAchievementReleasesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementReleaseResponse */ export declare const zGameCenterAchievementReleaseResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementCreateRequest */ export declare const zGameCenterAchievementCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; vendorIdentifier: z.ZodString; points: z.ZodInt; showBeforeEarned: z.ZodBoolean; repeatable: z.ZodBoolean; activityProperties: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementUpdateRequest */ export declare const zGameCenterAchievementUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional>; points: z.ZodOptional>; showBeforeEarned: z.ZodOptional>; repeatable: z.ZodOptional>; archived: z.ZodOptional>; activityProperties: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterActivity */ export declare const zGameCenterActivity: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementsV2Response */ export declare const zGameCenterAchievementsV2Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementV2Response */ export declare const zGameCenterAchievementV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementsResponse */ export declare const zGameCenterAchievementsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementResponse */ export declare const zGameCenterAchievementResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterActivityCreateRequest */ export declare const zGameCenterActivityCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; vendorIdentifier: z.ZodString; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional>; maximumPlayersCount: z.ZodOptional>; supportsPartyCode: z.ZodOptional>; properties: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterActivityUpdateRequest */ export declare const zGameCenterActivityUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional>; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional>; maximumPlayersCount: z.ZodOptional>; supportsPartyCode: z.ZodOptional>; archived: z.ZodOptional>; properties: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboard */ export declare const zGameCenterLeaderboard: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterActivitiesResponse */ export declare const zGameCenterActivitiesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterActivityResponse */ export declare const zGameCenterActivityResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterChallengesResponse */ export declare const zGameCenterChallengesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterChallengeResponse */ export declare const zGameCenterChallengeResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterGroupsResponse */ export declare const zGameCenterGroupsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterGroupResponse */ export declare const zGameCenterGroupResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardReleasesResponse */ export declare const zGameCenterLeaderboardReleasesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardReleaseResponse */ export declare const zGameCenterLeaderboardReleaseResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetMemberLocalizationsResponse */ export declare const zGameCenterLeaderboardSetMemberLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetMemberLocalizationResponse */ export declare const zGameCenterLeaderboardSetMemberLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetMemberLocalizations: "gameCenterLeaderboardSetMemberLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetsResponse */ export declare const zGameCenterLeaderboardSetsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetResponse */ export declare const zGameCenterLeaderboardSetResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardsResponse */ export declare const zGameCenterLeaderboardsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardResponse */ export declare const zGameCenterLeaderboardResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardCreateRequest */ export declare const zGameCenterLeaderboardCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; attributes: z.ZodObject<{ defaultFormatter: z.ZodEnum<{ INTEGER: "INTEGER"; DECIMAL_POINT_1_PLACE: "DECIMAL_POINT_1_PLACE"; DECIMAL_POINT_2_PLACE: "DECIMAL_POINT_2_PLACE"; DECIMAL_POINT_3_PLACE: "DECIMAL_POINT_3_PLACE"; ELAPSED_TIME_CENTISECOND: "ELAPSED_TIME_CENTISECOND"; ELAPSED_TIME_MINUTE: "ELAPSED_TIME_MINUTE"; ELAPSED_TIME_SECOND: "ELAPSED_TIME_SECOND"; MONEY_POUND_DECIMAL: "MONEY_POUND_DECIMAL"; MONEY_POUND: "MONEY_POUND"; MONEY_DOLLAR_DECIMAL: "MONEY_DOLLAR_DECIMAL"; MONEY_DOLLAR: "MONEY_DOLLAR"; MONEY_EURO_DECIMAL: "MONEY_EURO_DECIMAL"; MONEY_EURO: "MONEY_EURO"; MONEY_FRANC_DECIMAL: "MONEY_FRANC_DECIMAL"; MONEY_FRANC: "MONEY_FRANC"; MONEY_KRONER_DECIMAL: "MONEY_KRONER_DECIMAL"; MONEY_KRONER: "MONEY_KRONER"; MONEY_YEN: "MONEY_YEN"; }>; referenceName: z.ZodString; vendorIdentifier: z.ZodString; submissionType: z.ZodEnum<{ BEST_SCORE: "BEST_SCORE"; MOST_RECENT_SCORE: "MOST_RECENT_SCORE"; }>; scoreSortType: z.ZodEnum<{ ASC: "ASC"; DESC: "DESC"; }>; scoreRangeStart: z.ZodOptional>; scoreRangeEnd: z.ZodOptional>; recurrenceStartDate: z.ZodOptional>; recurrenceDuration: z.ZodOptional>; recurrenceRule: z.ZodOptional>; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardUpdateRequest */ export declare const zGameCenterLeaderboardUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional>; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional>; scoreRangeEnd: z.ZodOptional>; recurrenceStartDate: z.ZodOptional>; recurrenceDuration: z.ZodOptional>; recurrenceRule: z.ZodOptional>; archived: z.ZodOptional>; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardV2 */ export declare const zGameCenterLeaderboardV2: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetsV2Response */ export declare const zGameCenterLeaderboardSetsV2Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetV2Response */ export declare const zGameCenterLeaderboardSetV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardVersionsV2Response */ export declare const zGameCenterLeaderboardVersionsV2Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardVersionV2Response */ export declare const zGameCenterLeaderboardVersionV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardsV2Response */ export declare const zGameCenterLeaderboardsV2Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardV2Response */ export declare const zGameCenterLeaderboardV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardV2CreateRequest */ export declare const zGameCenterLeaderboardV2CreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; attributes: z.ZodObject<{ defaultFormatter: z.ZodEnum<{ INTEGER: "INTEGER"; DECIMAL_POINT_1_PLACE: "DECIMAL_POINT_1_PLACE"; DECIMAL_POINT_2_PLACE: "DECIMAL_POINT_2_PLACE"; DECIMAL_POINT_3_PLACE: "DECIMAL_POINT_3_PLACE"; ELAPSED_TIME_CENTISECOND: "ELAPSED_TIME_CENTISECOND"; ELAPSED_TIME_MINUTE: "ELAPSED_TIME_MINUTE"; ELAPSED_TIME_SECOND: "ELAPSED_TIME_SECOND"; MONEY_POUND_DECIMAL: "MONEY_POUND_DECIMAL"; MONEY_POUND: "MONEY_POUND"; MONEY_DOLLAR_DECIMAL: "MONEY_DOLLAR_DECIMAL"; MONEY_DOLLAR: "MONEY_DOLLAR"; MONEY_EURO_DECIMAL: "MONEY_EURO_DECIMAL"; MONEY_EURO: "MONEY_EURO"; MONEY_FRANC_DECIMAL: "MONEY_FRANC_DECIMAL"; MONEY_FRANC: "MONEY_FRANC"; MONEY_KRONER_DECIMAL: "MONEY_KRONER_DECIMAL"; MONEY_KRONER: "MONEY_KRONER"; MONEY_YEN: "MONEY_YEN"; }>; referenceName: z.ZodString; vendorIdentifier: z.ZodString; submissionType: z.ZodEnum<{ BEST_SCORE: "BEST_SCORE"; MOST_RECENT_SCORE: "MOST_RECENT_SCORE"; }>; scoreSortType: z.ZodEnum<{ ASC: "ASC"; DESC: "DESC"; }>; scoreRangeStart: z.ZodOptional>; scoreRangeEnd: z.ZodOptional>; recurrenceStartDate: z.ZodOptional>; recurrenceDuration: z.ZodOptional>; recurrenceRule: z.ZodOptional>; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; /** * GameCenterLeaderboardV2UpdateRequest */ export declare const zGameCenterLeaderboardV2UpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional>; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional>; scoreRangeEnd: z.ZodOptional>; recurrenceStartDate: z.ZodOptional>; recurrenceDuration: z.ZodOptional>; recurrenceRule: z.ZodOptional>; archived: z.ZodOptional>; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionCustomerEligibility: z.ZodEnum<{ EXPIRED: "EXPIRED"; NEW: "NEW"; EXISTING: "EXISTING"; }>; export declare const zSubscriptionGracePeriodDuration: z.ZodEnum<{ THREE_DAYS: "THREE_DAYS"; SIXTEEN_DAYS: "SIXTEEN_DAYS"; TWENTY_EIGHT_DAYS: "TWENTY_EIGHT_DAYS"; }>; /** * SubscriptionGracePeriod */ export declare const zSubscriptionGracePeriod: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; attributes: z.ZodOptional; sandboxOptIn: z.ZodOptional; duration: z.ZodOptional>; renewalType: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionGracePeriodResponse */ export declare const zSubscriptionGracePeriodResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; attributes: z.ZodOptional; sandboxOptIn: z.ZodOptional; duration: z.ZodOptional>; renewalType: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionGracePeriodUpdateRequest */ export declare const zSubscriptionGracePeriodUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; attributes: z.ZodOptional>; sandboxOptIn: z.ZodOptional>; duration: z.ZodOptional>; renewalType: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionOfferDuration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; export declare const zSubscriptionOfferEligibility: z.ZodEnum<{ STACK_WITH_INTRO_OFFERS: "STACK_WITH_INTRO_OFFERS"; REPLACE_INTRO_OFFERS: "REPLACE_INTRO_OFFERS"; }>; export declare const zSubscriptionOfferMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; /** * SubscriptionIntroductoryOffer */ export declare const zSubscriptionIntroductoryOffer: z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionIntroductoryOfferInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodOptional; attributes: z.ZodObject<{ startDate: z.ZodOptional>; endDate: z.ZodOptional>; duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; numberOfPeriods: z.ZodInt; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionIntroductoryOffersResponse */ export declare const zSubscriptionIntroductoryOffersResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionIntroductoryOfferResponse */ export declare const zSubscriptionIntroductoryOfferResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionIntroductoryOfferCreateRequest */ export declare const zSubscriptionIntroductoryOfferCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; attributes: z.ZodObject<{ startDate: z.ZodOptional>; endDate: z.ZodOptional>; duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; numberOfPeriods: z.ZodInt; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; /** * SubscriptionOfferCode */ export declare const zSubscriptionOfferCode: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionOfferCodeCustomCodesResponse */ export declare const zSubscriptionOfferCodeCustomCodesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionOfferCodeCustomCodeResponse */ export declare const zSubscriptionOfferCodeCustomCodeResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionOfferCodeOneTimeUseCodesResponse */ export declare const zSubscriptionOfferCodeOneTimeUseCodesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; values: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionOfferCodeOneTimeUseCodeResponse */ export declare const zSubscriptionOfferCodeOneTimeUseCodeResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; values: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionOfferCodesResponse */ export declare const zSubscriptionOfferCodesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; values: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodePrices: "subscriptionOfferCodePrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionOfferCodeResponse */ export declare const zSubscriptionOfferCodeResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; values: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodePrices: "subscriptionOfferCodePrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionOfferCodeCreateRequest */ export declare const zSubscriptionOfferCodeCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; attributes: z.ZodObject<{ name: z.ZodString; customerEligibilities: z.ZodArray>; offerEligibility: z.ZodEnum<{ STACK_WITH_INTRO_OFFERS: "STACK_WITH_INTRO_OFFERS"; REPLACE_INTRO_OFFERS: "REPLACE_INTRO_OFFERS"; }>; duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; numberOfPeriods: z.ZodInt; autoRenewEnabled: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; prices: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; /** * SubscriptionPromotionalOffer */ export declare const zSubscriptionPromotionalOffer: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; name: z.ZodOptional; numberOfPeriods: z.ZodOptional; offerCode: z.ZodOptional; offerMode: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionPromotionalOfferInlineCreate: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodOptional; attributes: z.ZodObject<{ duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; name: z.ZodString; numberOfPeriods: z.ZodInt; offerCode: z.ZodString; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionPromotionalOffersResponse */ export declare const zSubscriptionPromotionalOffersResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; name: z.ZodOptional; numberOfPeriods: z.ZodOptional; offerCode: z.ZodOptional; offerMode: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOfferPrices: "subscriptionPromotionalOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionPromotionalOfferResponse */ export declare const zSubscriptionPromotionalOfferResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; name: z.ZodOptional; numberOfPeriods: z.ZodOptional; offerCode: z.ZodOptional; offerMode: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOfferPrices: "subscriptionPromotionalOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionPromotionalOfferCreateRequest */ export declare const zSubscriptionPromotionalOfferCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; attributes: z.ZodObject<{ duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; name: z.ZodString; numberOfPeriods: z.ZodInt; offerCode: z.ZodString; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; prices: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; /** * SubscriptionUpdateRequest */ export declare const zSubscriptionUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional>; familySharable: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional>; groupLevel: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodObject<{ duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; name: z.ZodString; numberOfPeriods: z.ZodInt; offerCode: z.ZodString; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; id: z.ZodOptional; attributes: z.ZodOptional>; preserveCurrentPrice: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodOptional; attributes: z.ZodObject<{ startDate: z.ZodOptional>; endDate: z.ZodOptional>; duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; numberOfPeriods: z.ZodInt; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>]>>>; }, z.core.$strip>; /** * WinBackOffer */ export declare const zWinBackOffer: z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; offerId: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; periodCount: z.ZodOptional; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodOptional; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * WinBackOffersResponse */ export declare const zWinBackOffersResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; offerId: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; periodCount: z.ZodOptional; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodOptional; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * WinBackOfferResponse */ export declare const zWinBackOfferResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; offerId: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; periodCount: z.ZodOptional; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodOptional; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * WinBackOfferCreateRequest */ export declare const zWinBackOfferCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; offerId: z.ZodString; duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; periodCount: z.ZodInt; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodInt; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodObject<{ minimum: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional>; startDate: z.ZodISODate; endDate: z.ZodOptional>; priority: z.ZodEnum<{ HIGH: "HIGH"; NORMAL: "NORMAL"; }>; promotionIntent: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; prices: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zSubscriptionStatusUrlVersion: z.ZodEnum<{ V1: "V1"; V2: "V2"; }>; /** * App */ export declare const zApp: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClipsResponse */ export declare const zAppClipsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClipResponse */ export declare const zAppClipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppCustomProductPagesResponse */ export declare const zAppCustomProductPagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppCustomProductPageResponse */ export declare const zAppCustomProductPageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppInfosResponse */ export declare const zAppInfosResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; subtitle: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; privacyChoicesUrl: z.ZodOptional; privacyPolicyText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppInfoResponse */ export declare const zAppInfoResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; subtitle: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; privacyChoicesUrl: z.ZodOptional; privacyPolicyText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppPricePointsV3Response */ export declare const zAppPricePointsV3Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppPricePointV3Response */ export declare const zAppPricePointV3Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPricePoints: "appPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppPriceScheduleResponse */ export declare const zAppPriceScheduleResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPriceSchedules: "appPriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; baseTerritory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPrices: "appPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreVersionExperimentsV2Response */ export declare const zAppStoreVersionExperimentsV2Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionExperimentV2Response */ export declare const zAppStoreVersionExperimentV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppsResponse */ export declare const zAppsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterEnabledVersions: "gameCenterEnabledVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; iconAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; attributes: z.ZodOptional; sandboxOptIn: z.ZodOptional; duration: z.ZodOptional>; renewalType: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppResponse */ export declare const zAppResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterEnabledVersions: "gameCenterEnabledVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; iconAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; attributes: z.ZodOptional; sandboxOptIn: z.ZodOptional; duration: z.ZodOptional>; renewalType: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppUpdateRequest */ export declare const zAppUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional>; bundleId: z.ZodOptional>; primaryLocale: z.ZodOptional>; subscriptionStatusUrl: z.ZodOptional>; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional>; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * BackgroundAssetsResponse */ export declare const zBackgroundAssetsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; assetPackIdentifier: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BackgroundAssetResponse */ export declare const zBackgroundAssetResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; attributes: z.ZodOptional; assetPackIdentifier: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaAppLocalizationsResponse */ export declare const zBetaAppLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppLocalizationResponse */ export declare const zBetaAppLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaAppReviewDetailsResponse */ export declare const zBetaAppReviewDetailsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaAppReviewDetailResponse */ export declare const zBetaAppReviewDetailResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaGroupsResponse */ export declare const zBetaGroupsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; attributes: z.ZodOptional; deviceFamilyOsVersionFilters: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaGroupResponse */ export declare const zBetaGroupResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; attributes: z.ZodOptional; deviceFamilyOsVersionFilters: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaLicenseAgreementsResponse */ export declare const zBetaLicenseAgreementsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaLicenseAgreementResponse */ export declare const zBetaLicenseAgreementResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BetaTestersResponse */ export declare const zBetaTestersResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BetaTesterResponse */ export declare const zBetaTesterResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BuildsResponse */ export declare const zBuildsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBundles: "buildBundles"; }>; id: z.ZodString; attributes: z.ZodOptional; bundleType: z.ZodOptional>; sdkBuild: z.ZodOptional; platformBuild: z.ZodOptional; fileName: z.ZodOptional; hasSirikit: z.ZodOptional; hasOnDemandResources: z.ZodOptional; hasPrerenderedIcon: z.ZodOptional; usesLocationServices: z.ZodOptional; isIosBuildMacAppStoreCompatible: z.ZodOptional; includesSymbols: z.ZodOptional; dSYMUrl: z.ZodOptional; supportedArchitectures: z.ZodOptional>; requiredCapabilities: z.ZodOptional>; deviceProtocols: z.ZodOptional>; locales: z.ZodOptional>; entitlements: z.ZodOptional>>; baDownloadAllowance: z.ZodOptional; baMaxInstallSize: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDomainDebugStatus: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppClipInvocations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundleFileSizes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; id: z.ZodString; attributes: z.ZodOptional; cfBundleVersion: z.ZodOptional; createdDate: z.ZodOptional; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetDescriptionFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetSpiFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BuildResponse */ export declare const zBuildResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBundles: "buildBundles"; }>; id: z.ZodString; attributes: z.ZodOptional; bundleType: z.ZodOptional>; sdkBuild: z.ZodOptional; platformBuild: z.ZodOptional; fileName: z.ZodOptional; hasSirikit: z.ZodOptional; hasOnDemandResources: z.ZodOptional; hasPrerenderedIcon: z.ZodOptional; usesLocationServices: z.ZodOptional; isIosBuildMacAppStoreCompatible: z.ZodOptional; includesSymbols: z.ZodOptional; dSYMUrl: z.ZodOptional; supportedArchitectures: z.ZodOptional>; requiredCapabilities: z.ZodOptional>; deviceProtocols: z.ZodOptional>; locales: z.ZodOptional>; entitlements: z.ZodOptional>>; baDownloadAllowance: z.ZodOptional; baMaxInstallSize: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDomainDebugStatus: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppClipInvocations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundleFileSizes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; id: z.ZodString; attributes: z.ZodOptional; cfBundleVersion: z.ZodOptional; createdDate: z.ZodOptional; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetDescriptionFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetSpiFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * BundleIdsResponse */ export declare const zBundleIdsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ profiles: "profiles"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * BundleIdResponse */ export declare const zBundleIdResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ profiles: "profiles"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * CiProductsResponse */ export declare const zCiProductsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * CiProductResponse */ export declare const zCiProductResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * EndUserLicenseAgreementResponse */ export declare const zEndUserLicenseAgreementResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterDetailsResponse */ export declare const zGameCenterDetailsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterDetailResponse */ export declare const zGameCenterDetailResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterEnabledVersionsResponse * * @deprecated */ export declare const zGameCenterEnabledVersionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; iconAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterEnabledVersions: "gameCenterEnabledVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; iconAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchasesResponse * * @deprecated */ export declare const zInAppPurchasesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseResponse * * @deprecated */ export declare const zInAppPurchaseResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * NominationsResponse */ export declare const zNominationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; type: z.ZodOptional>; description: z.ZodOptional; createdDate: z.ZodOptional; lastModifiedDate: z.ZodOptional; submittedDate: z.ZodOptional; state: z.ZodOptional>; publishStartDate: z.ZodOptional; publishEndDate: z.ZodOptional; deviceFamilies: z.ZodOptional>>; locales: z.ZodOptional>; supplementalMaterialsUris: z.ZodOptional>; hasInAppEvents: z.ZodOptional; launchInSelectMarketsFirst: z.ZodOptional; notes: z.ZodOptional; preOrderEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastModifiedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppEvents: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; supportedTerritories: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * NominationResponse */ export declare const zNominationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ nominations: "nominations"; }>; id: z.ZodString; attributes: z.ZodOptional; type: z.ZodOptional>; description: z.ZodOptional; createdDate: z.ZodOptional; lastModifiedDate: z.ZodOptional; submittedDate: z.ZodOptional; state: z.ZodOptional>; publishStartDate: z.ZodOptional; publishEndDate: z.ZodOptional; deviceFamilies: z.ZodOptional>>; locales: z.ZodOptional>; supplementalMaterialsUris: z.ZodOptional>; hasInAppEvents: z.ZodOptional; launchInSelectMarketsFirst: z.ZodOptional; notes: z.ZodOptional; preOrderEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastModifiedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppEvents: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; supportedTerritories: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * PreReleaseVersionsResponse */ export declare const zPreReleaseVersionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * PrereleaseVersionResponse */ export declare const zPrereleaseVersionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * ReviewSubmissionsResponse */ export declare const zReviewSubmissionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * ReviewSubmissionResponse */ export declare const zReviewSubmissionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppWithoutIncludesResponse */ export declare const zAppWithoutIncludesResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppsWithoutIncludesResponse */ export declare const zAppsWithoutIncludesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zTerritoryCode: z.ZodEnum<{ MAC: "MAC"; ABW: "ABW"; AFG: "AFG"; AGO: "AGO"; AIA: "AIA"; ALB: "ALB"; AND: "AND"; ANT: "ANT"; ARE: "ARE"; ARG: "ARG"; ARM: "ARM"; ASM: "ASM"; ATG: "ATG"; AUS: "AUS"; AUT: "AUT"; AZE: "AZE"; BDI: "BDI"; BEL: "BEL"; BEN: "BEN"; BES: "BES"; BFA: "BFA"; BGD: "BGD"; BGR: "BGR"; BHR: "BHR"; BHS: "BHS"; BIH: "BIH"; BLR: "BLR"; BLZ: "BLZ"; BMU: "BMU"; BOL: "BOL"; BRA: "BRA"; BRB: "BRB"; BRN: "BRN"; BTN: "BTN"; BWA: "BWA"; CAF: "CAF"; CAN: "CAN"; CHE: "CHE"; CHL: "CHL"; CHN: "CHN"; CIV: "CIV"; CMR: "CMR"; COD: "COD"; COG: "COG"; COK: "COK"; COL: "COL"; COM: "COM"; CPV: "CPV"; CRI: "CRI"; CUB: "CUB"; CUW: "CUW"; CXR: "CXR"; CYM: "CYM"; CYP: "CYP"; CZE: "CZE"; DEU: "DEU"; DJI: "DJI"; DMA: "DMA"; DNK: "DNK"; DOM: "DOM"; DZA: "DZA"; ECU: "ECU"; EGY: "EGY"; ERI: "ERI"; ESP: "ESP"; EST: "EST"; ETH: "ETH"; FIN: "FIN"; FJI: "FJI"; FLK: "FLK"; FRA: "FRA"; FRO: "FRO"; FSM: "FSM"; GAB: "GAB"; GBR: "GBR"; GEO: "GEO"; GGY: "GGY"; GHA: "GHA"; GIB: "GIB"; GIN: "GIN"; GLP: "GLP"; GMB: "GMB"; GNB: "GNB"; GNQ: "GNQ"; GRC: "GRC"; GRD: "GRD"; GRL: "GRL"; GTM: "GTM"; GUF: "GUF"; GUM: "GUM"; GUY: "GUY"; HKG: "HKG"; HND: "HND"; HRV: "HRV"; HTI: "HTI"; HUN: "HUN"; IDN: "IDN"; IMN: "IMN"; IND: "IND"; IRL: "IRL"; IRQ: "IRQ"; ISL: "ISL"; ISR: "ISR"; ITA: "ITA"; JAM: "JAM"; JEY: "JEY"; JOR: "JOR"; JPN: "JPN"; KAZ: "KAZ"; KEN: "KEN"; KGZ: "KGZ"; KHM: "KHM"; KIR: "KIR"; KNA: "KNA"; KOR: "KOR"; KWT: "KWT"; LAO: "LAO"; LBN: "LBN"; LBR: "LBR"; LBY: "LBY"; LCA: "LCA"; LIE: "LIE"; LKA: "LKA"; LSO: "LSO"; LTU: "LTU"; LUX: "LUX"; LVA: "LVA"; MAR: "MAR"; MCO: "MCO"; MDA: "MDA"; MDG: "MDG"; MDV: "MDV"; MEX: "MEX"; MHL: "MHL"; MKD: "MKD"; MLI: "MLI"; MLT: "MLT"; MMR: "MMR"; MNE: "MNE"; MNG: "MNG"; MNP: "MNP"; MOZ: "MOZ"; MRT: "MRT"; MSR: "MSR"; MTQ: "MTQ"; MUS: "MUS"; MWI: "MWI"; MYS: "MYS"; MYT: "MYT"; NAM: "NAM"; NCL: "NCL"; NER: "NER"; NFK: "NFK"; NGA: "NGA"; NIC: "NIC"; NIU: "NIU"; NLD: "NLD"; NOR: "NOR"; NPL: "NPL"; NRU: "NRU"; NZL: "NZL"; OMN: "OMN"; PAK: "PAK"; PAN: "PAN"; PER: "PER"; PHL: "PHL"; PLW: "PLW"; PNG: "PNG"; POL: "POL"; PRI: "PRI"; PRT: "PRT"; PRY: "PRY"; PSE: "PSE"; PYF: "PYF"; QAT: "QAT"; REU: "REU"; ROU: "ROU"; RUS: "RUS"; RWA: "RWA"; SAU: "SAU"; SEN: "SEN"; SGP: "SGP"; SHN: "SHN"; SLB: "SLB"; SLE: "SLE"; SLV: "SLV"; SMR: "SMR"; SOM: "SOM"; SPM: "SPM"; SRB: "SRB"; SSD: "SSD"; STP: "STP"; SUR: "SUR"; SVK: "SVK"; SVN: "SVN"; SWE: "SWE"; SWZ: "SWZ"; SXM: "SXM"; SYC: "SYC"; TCA: "TCA"; TCD: "TCD"; TGO: "TGO"; THA: "THA"; TJK: "TJK"; TKM: "TKM"; TLS: "TLS"; TON: "TON"; TTO: "TTO"; TUN: "TUN"; TUR: "TUR"; TUV: "TUV"; TWN: "TWN"; TZA: "TZA"; UGA: "UGA"; UKR: "UKR"; UMI: "UMI"; URY: "URY"; USA: "USA"; UZB: "UZB"; VAT: "VAT"; VCT: "VCT"; VEN: "VEN"; VGB: "VGB"; VIR: "VIR"; VNM: "VNM"; VUT: "VUT"; WLF: "WLF"; WSM: "WSM"; XKS: "XKS"; YEM: "YEM"; ZAF: "ZAF"; ZMB: "ZMB"; ZWE: "ZWE"; }>; /** * CustomerReview */ export declare const zCustomerReview: z.ZodObject<{ type: z.ZodEnum<{ customerReviews: "customerReviews"; }>; id: z.ZodString; attributes: z.ZodOptional; title: z.ZodOptional; body: z.ZodOptional; reviewerNickname: z.ZodOptional; createdDate: z.ZodOptional; territory: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * CustomerReviewResponseV1Response */ export declare const zCustomerReviewResponseV1Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ customerReviewResponses: "customerReviewResponses"; }>; id: z.ZodString; attributes: z.ZodOptional; lastModifiedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; title: z.ZodOptional; body: z.ZodOptional; reviewerNickname: z.ZodOptional; createdDate: z.ZodOptional; territory: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * CustomerReviewsResponse */ export declare const zCustomerReviewsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; title: z.ZodOptional; body: z.ZodOptional; reviewerNickname: z.ZodOptional; createdDate: z.ZodOptional; territory: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; lastModifiedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * CustomerReviewResponse */ export declare const zCustomerReviewResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ customerReviews: "customerReviews"; }>; id: z.ZodString; attributes: z.ZodOptional; title: z.ZodOptional; body: z.ZodOptional; reviewerNickname: z.ZodOptional; createdDate: z.ZodOptional; territory: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; lastModifiedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SandboxTesterV2 */ export declare const zSandboxTesterV2: z.ZodObject<{ type: z.ZodEnum<{ sandboxTesters: "sandboxTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; acAccountName: z.ZodOptional; territory: z.ZodOptional>; applePayCompatible: z.ZodOptional; interruptPurchases: z.ZodOptional; subscriptionRenewalRate: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SandboxTestersV2Response */ export declare const zSandboxTestersV2Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; acAccountName: z.ZodOptional; territory: z.ZodOptional>; applePayCompatible: z.ZodOptional; interruptPurchases: z.ZodOptional; subscriptionRenewalRate: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SandboxTesterV2Response */ export declare const zSandboxTesterV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ sandboxTesters: "sandboxTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; acAccountName: z.ZodOptional; territory: z.ZodOptional>; applePayCompatible: z.ZodOptional; interruptPurchases: z.ZodOptional; subscriptionRenewalRate: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SandboxTesterV2UpdateRequest */ export declare const zSandboxTesterV2UpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ sandboxTesters: "sandboxTesters"; }>; id: z.ZodString; attributes: z.ZodOptional>; interruptPurchases: z.ZodOptional>; subscriptionRenewalRate: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zUploadOperation: z.ZodObject<{ method: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; /** * AppClipAdvancedExperienceImage */ export declare const zAppClipAdvancedExperienceImage: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClipAdvancedExperienceImageResponse */ export declare const zAppClipAdvancedExperienceImageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipAdvancedExperiencesResponse */ export declare const zAppClipAdvancedExperiencesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; version: z.ZodOptional; status: z.ZodOptional>; action: z.ZodOptional>; isPoweredBy: z.ZodOptional; place: z.ZodOptional; names: z.ZodOptional>; mainAddress: z.ZodOptional; structuredAddress: z.ZodOptional>; floor: z.ZodOptional; neighborhood: z.ZodOptional; locality: z.ZodOptional; stateProvince: z.ZodOptional; postalCode: z.ZodOptional; countryCode: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; displayPoint: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; source: z.ZodOptional>; }, z.core.$strip>>; mapAction: z.ZodOptional>; relationship: z.ZodOptional>; phoneNumber: z.ZodOptional; type: z.ZodOptional>; intent: z.ZodOptional; }, z.core.$strip>>; homePage: z.ZodOptional; categories: z.ZodOptional>; }, z.core.$strip>>; placeStatus: z.ZodOptional>; businessCategory: z.ZodOptional>; defaultLanguage: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; headerImage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceLocalizations: "appClipAdvancedExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; title: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClipAdvancedExperienceResponse */ export declare const zAppClipAdvancedExperienceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperiences: "appClipAdvancedExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional; version: z.ZodOptional; status: z.ZodOptional>; action: z.ZodOptional>; isPoweredBy: z.ZodOptional; place: z.ZodOptional; names: z.ZodOptional>; mainAddress: z.ZodOptional; structuredAddress: z.ZodOptional>; floor: z.ZodOptional; neighborhood: z.ZodOptional; locality: z.ZodOptional; stateProvince: z.ZodOptional; postalCode: z.ZodOptional; countryCode: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; displayPoint: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; source: z.ZodOptional>; }, z.core.$strip>>; mapAction: z.ZodOptional>; relationship: z.ZodOptional>; phoneNumber: z.ZodOptional; type: z.ZodOptional>; intent: z.ZodOptional; }, z.core.$strip>>; homePage: z.ZodOptional; categories: z.ZodOptional>; }, z.core.$strip>>; placeStatus: z.ZodOptional>; businessCategory: z.ZodOptional>; defaultLanguage: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; headerImage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceLocalizations: "appClipAdvancedExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; title: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipHeaderImage */ export declare const zAppClipHeaderImage: z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClipDefaultExperienceLocalizationsResponse */ export declare const zAppClipDefaultExperienceLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppClipDefaultExperienceLocalizationResponse */ export declare const zAppClipDefaultExperienceLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppClipHeaderImageResponse */ export declare const zAppClipHeaderImageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppEncryptionDeclarationDocument */ export declare const zAppEncryptionDeclarationDocument: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; assetToken: z.ZodOptional; downloadUrl: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppEncryptionDeclarationDocumentResponse */ export declare const zAppEncryptionDeclarationDocumentResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; assetToken: z.ZodOptional; downloadUrl: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppEncryptionDeclarationsResponse */ export declare const zAppEncryptionDeclarationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; assetToken: z.ZodOptional; downloadUrl: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppEncryptionDeclarationResponse */ export declare const zAppEncryptionDeclarationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; assetToken: z.ZodOptional; downloadUrl: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppEventScreenshot */ export declare const zAppEventScreenshot: z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppEventScreenshotsResponse */ export declare const zAppEventScreenshotsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppEventScreenshotResponse */ export declare const zAppEventScreenshotResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppEventVideoClip */ export declare const zAppEventVideoClip: z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppEventLocalizationsResponse */ export declare const zAppEventLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppEventLocalizationResponse */ export declare const zAppEventLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventLocalizations: "appEventLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppEventVideoClipsResponse */ export declare const zAppEventVideoClipsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppEventVideoClipResponse */ export declare const zAppEventVideoClipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppPreview */ export declare const zAppPreview: z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppPreviewSetsResponse */ export declare const zAppPreviewSetsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppPreviewSetResponse */ export declare const zAppPreviewSetResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppPreviewsResponse */ export declare const zAppPreviewsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppPreviewResponse */ export declare const zAppPreviewResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppScreenshot */ export declare const zAppScreenshot: z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppScreenshotSetsResponse */ export declare const zAppScreenshotSetsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppScreenshotSetResponse */ export declare const zAppScreenshotSetResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppScreenshotsResponse */ export declare const zAppScreenshotsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppScreenshotResponse */ export declare const zAppScreenshotResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreReviewAttachment */ export declare const zAppStoreReviewAttachment: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreReviewAttachmentsResponse */ export declare const zAppStoreReviewAttachmentsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreReviewAttachmentResponse */ export declare const zAppStoreReviewAttachmentResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * AppStoreReviewDetailResponse */ export declare const zAppStoreReviewDetailResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementImage */ export declare const zGameCenterAchievementImage: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementImageResponse */ export declare const zGameCenterAchievementImageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementImageV2 */ export declare const zGameCenterAchievementImageV2: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementImageV2Response */ export declare const zGameCenterAchievementImageV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementLocalizationsV2Response */ export declare const zGameCenterAchievementLocalizationsV2Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementLocalizationV2Response */ export declare const zGameCenterAchievementLocalizationV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterAchievementLocalizationsResponse */ export declare const zGameCenterAchievementLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterAchievementLocalizationResponse */ export declare const zGameCenterAchievementLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterActivityImage */ export declare const zGameCenterActivityImage: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterActivityImageResponse */ export declare const zGameCenterActivityImageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterActivityLocalizationsResponse */ export declare const zGameCenterActivityLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterActivityLocalizationResponse */ export declare const zGameCenterActivityLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterActivityVersionsResponse */ export declare const zGameCenterActivityVersionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterActivityVersionResponse */ export declare const zGameCenterActivityVersionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterChallengeImage */ export declare const zGameCenterChallengeImage: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterChallengeImageResponse */ export declare const zGameCenterChallengeImageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterChallengeLocalizationsResponse */ export declare const zGameCenterChallengeLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterChallengeLocalizationResponse */ export declare const zGameCenterChallengeLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterChallengeVersionsResponse */ export declare const zGameCenterChallengeVersionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterChallengeVersionResponse */ export declare const zGameCenterChallengeVersionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardImage */ export declare const zGameCenterLeaderboardImage: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardImageResponse */ export declare const zGameCenterLeaderboardImageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardImageV2 */ export declare const zGameCenterLeaderboardImageV2: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardImageV2Response */ export declare const zGameCenterLeaderboardImageV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardLocalizationsResponse */ export declare const zGameCenterLeaderboardLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardLocalizationResponse */ export declare const zGameCenterLeaderboardLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardLocalizationsV2Response */ export declare const zGameCenterLeaderboardLocalizationsV2Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardLocalizationV2Response */ export declare const zGameCenterLeaderboardLocalizationV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetImage */ export declare const zGameCenterLeaderboardSetImage: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetImageResponse */ export declare const zGameCenterLeaderboardSetImageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetImageV2 */ export declare const zGameCenterLeaderboardSetImageV2: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetImageV2Response */ export declare const zGameCenterLeaderboardSetImageV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetLocalizationsResponse */ export declare const zGameCenterLeaderboardSetLocalizationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetLocalizationResponse */ export declare const zGameCenterLeaderboardSetLocalizationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * GameCenterLeaderboardSetLocalizationsV2Response */ export declare const zGameCenterLeaderboardSetLocalizationsV2Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * GameCenterLeaderboardSetLocalizationV2Response */ export declare const zGameCenterLeaderboardSetLocalizationV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseAppStoreReviewScreenshot */ export declare const zInAppPurchaseAppStoreReviewScreenshot: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseAppStoreReviewScreenshotResponse */ export declare const zInAppPurchaseAppStoreReviewScreenshotResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchaseImage */ export declare const zInAppPurchaseImage: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseImagesResponse */ export declare const zInAppPurchaseImagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseImageResponse */ export declare const zInAppPurchaseImageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * InAppPurchasesV2Response */ export declare const zInAppPurchasesV2Response: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseContents: "inAppPurchaseContents"; }>; id: z.ZodString; attributes: z.ZodOptional; fileSize: z.ZodOptional; url: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePricePoints: "inAppPurchasePricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * InAppPurchaseV2Response */ export declare const zInAppPurchaseV2Response: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseContents: "inAppPurchaseContents"; }>; id: z.ZodString; attributes: z.ZodOptional; fileSize: z.ZodOptional; url: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePricePoints: "inAppPurchasePricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * RoutingAppCoverage */ export declare const zRoutingAppCoverage: z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionsResponse */ export declare const zAppStoreVersionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * AppStoreVersionResponse */ export declare const zAppStoreVersionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * RoutingAppCoverageResponse */ export declare const zRoutingAppCoverageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionAppStoreReviewScreenshot */ export declare const zSubscriptionAppStoreReviewScreenshot: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionAppStoreReviewScreenshotResponse */ export declare const zSubscriptionAppStoreReviewScreenshotResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionImage */ export declare const zSubscriptionImage: z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionImagesResponse */ export declare const zSubscriptionImagesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionImageResponse */ export declare const zSubscriptionImageResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * SubscriptionsResponse */ export declare const zSubscriptionsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; preserved: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; name: z.ZodOptional; numberOfPeriods: z.ZodOptional; offerCode: z.ZodOptional; offerMode: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; offerId: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; periodCount: z.ZodOptional; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodOptional; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * SubscriptionResponse */ export declare const zSubscriptionResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; preserved: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; name: z.ZodOptional; numberOfPeriods: z.ZodOptional; offerCode: z.ZodOptional; offerMode: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; offerId: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; periodCount: z.ZodOptional; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodOptional; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zUserRole: z.ZodEnum<{ ADMIN: "ADMIN"; FINANCE: "FINANCE"; ACCOUNT_HOLDER: "ACCOUNT_HOLDER"; SALES: "SALES"; MARKETING: "MARKETING"; APP_MANAGER: "APP_MANAGER"; DEVELOPER: "DEVELOPER"; ACCESS_TO_REPORTS: "ACCESS_TO_REPORTS"; CUSTOMER_SUPPORT: "CUSTOMER_SUPPORT"; CREATE_APPS: "CREATE_APPS"; CLOUD_MANAGED_DEVELOPER_ID: "CLOUD_MANAGED_DEVELOPER_ID"; CLOUD_MANAGED_APP_DISTRIBUTION: "CLOUD_MANAGED_APP_DISTRIBUTION"; GENERATE_INDIVIDUAL_KEYS: "GENERATE_INDIVIDUAL_KEYS"; }>; /** * UserInvitation */ export declare const zUserInvitation: z.ZodObject<{ type: z.ZodEnum<{ userInvitations: "userInvitations"; }>; id: z.ZodString; attributes: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; expirationDate: z.ZodOptional; roles: z.ZodOptional>>; allAppsVisible: z.ZodOptional; provisioningAllowed: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * UserInvitationsResponse */ export declare const zUserInvitationsResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; expirationDate: z.ZodOptional; roles: z.ZodOptional>>; allAppsVisible: z.ZodOptional; provisioningAllowed: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * UserInvitationResponse */ export declare const zUserInvitationResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ userInvitations: "userInvitations"; }>; id: z.ZodString; attributes: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; expirationDate: z.ZodOptional; roles: z.ZodOptional>>; allAppsVisible: z.ZodOptional; provisioningAllowed: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * UserInvitationCreateRequest */ export declare const zUserInvitationCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ userInvitations: "userInvitations"; }>; attributes: z.ZodObject<{ email: z.ZodEmail; firstName: z.ZodString; lastName: z.ZodString; roles: z.ZodArray>; allAppsVisible: z.ZodOptional>; provisioningAllowed: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; /** * User */ export declare const zUser: z.ZodObject<{ type: z.ZodEnum<{ users: "users"; }>; id: z.ZodString; attributes: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; roles: z.ZodOptional>>; allAppsVisible: z.ZodOptional; provisioningAllowed: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * UsersResponse */ export declare const zUsersResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; roles: z.ZodOptional>>; allAppsVisible: z.ZodOptional; provisioningAllowed: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * UserResponse */ export declare const zUserResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ users: "users"; }>; id: z.ZodString; attributes: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; roles: z.ZodOptional>>; allAppsVisible: z.ZodOptional; provisioningAllowed: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * UserUpdateRequest */ export declare const zUserUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ users: "users"; }>; id: z.ZodString; attributes: z.ZodOptional>, z.ZodNull]>>; allAppsVisible: z.ZodOptional>; provisioningAllowed: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zWebhookEventType: z.ZodEnum<{ ALTERNATIVE_DISTRIBUTION_PACKAGE_AVAILABLE_UPDATED: "ALTERNATIVE_DISTRIBUTION_PACKAGE_AVAILABLE_UPDATED"; ALTERNATIVE_DISTRIBUTION_PACKAGE_VERSION_CREATED: "ALTERNATIVE_DISTRIBUTION_PACKAGE_VERSION_CREATED"; ALTERNATIVE_DISTRIBUTION_TERRITORY_AVAILABILITY_UPDATED: "ALTERNATIVE_DISTRIBUTION_TERRITORY_AVAILABILITY_UPDATED"; APP_STORE_VERSION_APP_VERSION_STATE_UPDATED: "APP_STORE_VERSION_APP_VERSION_STATE_UPDATED"; BACKGROUND_ASSET_VERSION_APP_STORE_RELEASE_STATE_UPDATED: "BACKGROUND_ASSET_VERSION_APP_STORE_RELEASE_STATE_UPDATED"; BACKGROUND_ASSET_VERSION_EXTERNAL_BETA_RELEASE_STATE_UPDATED: "BACKGROUND_ASSET_VERSION_EXTERNAL_BETA_RELEASE_STATE_UPDATED"; BACKGROUND_ASSET_VERSION_INTERNAL_BETA_RELEASE_CREATED: "BACKGROUND_ASSET_VERSION_INTERNAL_BETA_RELEASE_CREATED"; BACKGROUND_ASSET_VERSION_STATE_UPDATED: "BACKGROUND_ASSET_VERSION_STATE_UPDATED"; BETA_FEEDBACK_CRASH_SUBMISSION_CREATED: "BETA_FEEDBACK_CRASH_SUBMISSION_CREATED"; BETA_FEEDBACK_SCREENSHOT_SUBMISSION_CREATED: "BETA_FEEDBACK_SCREENSHOT_SUBMISSION_CREATED"; BUILD_BETA_DETAIL_EXTERNAL_BUILD_STATE_UPDATED: "BUILD_BETA_DETAIL_EXTERNAL_BUILD_STATE_UPDATED"; BUILD_UPLOAD_STATE_UPDATED: "BUILD_UPLOAD_STATE_UPDATED"; }>; /** * WebhookEvent */ export declare const zWebhookEvent: z.ZodObject<{ type: z.ZodEnum<{ webhookEvents: "webhookEvents"; }>; id: z.ZodString; attributes: z.ZodOptional>; payload: z.ZodOptional; ping: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * WebhookDeliveriesResponse */ export declare const zWebhookDeliveriesResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; deliveryState: z.ZodOptional>; errorMessage: z.ZodOptional; redelivery: z.ZodOptional; sentDate: z.ZodOptional; request: z.ZodOptional; }, z.core.$strip>>; response: z.ZodOptional; body: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; payload: z.ZodOptional; ping: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * WebhookDeliveryResponse */ export declare const zWebhookDeliveryResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhookDeliveries: "webhookDeliveries"; }>; id: z.ZodString; attributes: z.ZodOptional; deliveryState: z.ZodOptional>; errorMessage: z.ZodOptional; redelivery: z.ZodOptional; sentDate: z.ZodOptional; request: z.ZodOptional; }, z.core.$strip>>; response: z.ZodOptional; body: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; payload: z.ZodOptional; ping: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * Webhook */ export declare const zWebhook: z.ZodObject<{ type: z.ZodEnum<{ webhooks: "webhooks"; }>; id: z.ZodString; attributes: z.ZodOptional; eventTypes: z.ZodOptional>>; name: z.ZodOptional; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deliveries: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * WebhooksResponse */ export declare const zWebhooksResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; eventTypes: z.ZodOptional>>; name: z.ZodOptional; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deliveries: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; /** * WebhookResponse */ export declare const zWebhookResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhooks: "webhooks"; }>; id: z.ZodString; attributes: z.ZodOptional; eventTypes: z.ZodOptional>>; name: z.ZodOptional; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deliveries: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; /** * WebhookCreateRequest */ export declare const zWebhookCreateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhooks: "webhooks"; }>; attributes: z.ZodObject<{ enabled: z.ZodBoolean; eventTypes: z.ZodArray>; name: z.ZodString; secret: z.ZodString; url: z.ZodURL; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; /** * WebhookUpdateRequest */ export declare const zWebhookUpdateRequest: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhooks: "webhooks"; }>; id: z.ZodString; attributes: z.ZodOptional>; eventTypes: z.ZodOptional>, z.ZodNull]>>; name: z.ZodOptional>; secret: z.ZodOptional>; url: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; export declare const zCsv: z.ZodString; export declare const zDiagnosticLogs: z.ZodObject<{ productData: z.ZodOptional; diagnosticInsights: z.ZodOptional; insightsCategory: z.ZodOptional; insightsString: z.ZodOptional; }, z.core.$strip>>>; diagnosticLogs: z.ZodOptional; callStacks: z.ZodOptional; isBlameFrame: z.ZodOptional; symbolName: z.ZodOptional; insightsCategory: z.ZodOptional; offsetIntoSymbol: z.ZodOptional; binaryName: z.ZodOptional; fileName: z.ZodOptional; binaryUUID: z.ZodOptional; lineNumber: z.ZodOptional; address: z.ZodOptional; offsetIntoBinaryTextSegment: z.ZodOptional; rawFrame: z.ZodOptional; subFrames: z.ZodOptional>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; diagnosticMetaData: z.ZodOptional; event: z.ZodOptional; osVersion: z.ZodOptional; appVersion: z.ZodOptional; writesCaused: z.ZodOptional; deviceType: z.ZodOptional; platformArchitecture: z.ZodOptional; eventDetail: z.ZodOptional; buildVersion: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; version: z.ZodOptional; }, z.core.$strip>; export declare const zGzip: z.ZodString; export declare const zXcodeMetrics: z.ZodObject<{ version: z.ZodOptional; insights: z.ZodOptional>; latestVersion: z.ZodOptional; metric: z.ZodOptional; summaryString: z.ZodOptional; referenceVersions: z.ZodOptional; maxLatestVersionValue: z.ZodOptional; subSystemLabel: z.ZodOptional; highImpact: z.ZodOptional; populations: z.ZodOptional; percentile: z.ZodOptional; summaryString: z.ZodOptional; referenceAverageValue: z.ZodOptional; latestVersionValue: z.ZodOptional; device: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; regressions: z.ZodOptional>; latestVersion: z.ZodOptional; metric: z.ZodOptional; summaryString: z.ZodOptional; referenceVersions: z.ZodOptional; maxLatestVersionValue: z.ZodOptional; subSystemLabel: z.ZodOptional; highImpact: z.ZodOptional; populations: z.ZodOptional; percentile: z.ZodOptional; summaryString: z.ZodOptional; referenceAverageValue: z.ZodOptional; latestVersionValue: z.ZodOptional; device: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; productData: z.ZodOptional; metricCategories: z.ZodOptional>; metrics: z.ZodOptional; goalKeys: z.ZodOptional; lowerBound: z.ZodOptional; upperBound: z.ZodOptional; }, z.core.$strip>>>; unit: z.ZodOptional; displayName: z.ZodOptional; }, z.core.$strip>>; datasets: z.ZodOptional; device: z.ZodOptional; deviceMarketingName: z.ZodOptional; }, z.core.$strip>>; points: z.ZodOptional; value: z.ZodOptional; errorMargin: z.ZodOptional; percentageBreakdown: z.ZodOptional; subSystemLabel: z.ZodOptional; }, z.core.$strip>>; goal: z.ZodOptional; }, z.core.$strip>>>; recommendedMetricGoal: z.ZodOptional; detail: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zAccessibilityDeclarationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ accessibilityDeclarations: "accessibilityDeclarations"; }>; attributes: z.ZodObject<{ deviceFamily: z.ZodEnum<{ APPLE_WATCH: "APPLE_WATCH"; IPAD: "IPAD"; IPHONE: "IPHONE"; APPLE_TV: "APPLE_TV"; MAC: "MAC"; VISION: "VISION"; }>; supportsAudioDescriptions: z.ZodOptional>; supportsCaptions: z.ZodOptional>; supportsDarkInterface: z.ZodOptional>; supportsDifferentiateWithoutColorAlone: z.ZodOptional>; supportsLargerText: z.ZodOptional>; supportsReducedMotion: z.ZodOptional>; supportsSufficientContrast: z.ZodOptional>; supportsVoiceControl: z.ZodOptional>; supportsVoiceover: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AccessibilityDeclaration */ export declare const zAccessibilityDeclarationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ accessibilityDeclarations: "accessibilityDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; supportsAudioDescriptions: z.ZodOptional; supportsCaptions: z.ZodOptional; supportsDarkInterface: z.ZodOptional; supportsDifferentiateWithoutColorAlone: z.ZodOptional; supportsLargerText: z.ZodOptional; supportsReducedMotion: z.ZodOptional; supportsSufficientContrast: z.ZodOptional; supportsVoiceControl: z.ZodOptional; supportsVoiceover: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAccessibilityDeclarationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAccessibilityDeclarationsDeleteInstanceResponse: z.ZodVoid; export declare const zAccessibilityDeclarationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AccessibilityDeclaration */ export declare const zAccessibilityDeclarationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ accessibilityDeclarations: "accessibilityDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; supportsAudioDescriptions: z.ZodOptional; supportsCaptions: z.ZodOptional; supportsDarkInterface: z.ZodOptional; supportsDifferentiateWithoutColorAlone: z.ZodOptional; supportsLargerText: z.ZodOptional; supportsReducedMotion: z.ZodOptional; supportsSufficientContrast: z.ZodOptional; supportsVoiceControl: z.ZodOptional; supportsVoiceover: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAccessibilityDeclarationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ accessibilityDeclarations: "accessibilityDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional>; supportsAudioDescriptions: z.ZodOptional>; supportsCaptions: z.ZodOptional>; supportsDarkInterface: z.ZodOptional>; supportsDifferentiateWithoutColorAlone: z.ZodOptional>; supportsLargerText: z.ZodOptional>; supportsReducedMotion: z.ZodOptional>; supportsSufficientContrast: z.ZodOptional>; supportsVoiceControl: z.ZodOptional>; supportsVoiceover: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AccessibilityDeclaration */ export declare const zAccessibilityDeclarationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ accessibilityDeclarations: "accessibilityDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; supportsAudioDescriptions: z.ZodOptional; supportsCaptions: z.ZodOptional; supportsDarkInterface: z.ZodOptional; supportsDifferentiateWithoutColorAlone: z.ZodOptional; supportsLargerText: z.ZodOptional; supportsReducedMotion: z.ZodOptional; supportsSufficientContrast: z.ZodOptional; supportsVoiceControl: z.ZodOptional; supportsVoiceover: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zActorsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodObject<{ 'filter[id]': z.ZodArray; 'fields[actors]': z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * List of Actors */ export declare const zActorsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zActorsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Actor */ export declare const zActorsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAgeRatingDeclarationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional>; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional>; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional>; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional>; parentalControls: z.ZodOptional>; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional>; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional>; userGeneratedContent: z.ZodOptional>; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AgeRatingDeclaration */ export declare const zAgeRatingDeclarationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAlternativeDistributionDomainsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AlternativeDistributionDomains */ export declare const zAlternativeDistributionDomainsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; referenceName: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAlternativeDistributionDomainsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionDomains: "alternativeDistributionDomains"; }>; attributes: z.ZodObject<{ domain: z.ZodString; referenceName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AlternativeDistributionDomain */ export declare const zAlternativeDistributionDomainsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionDomains: "alternativeDistributionDomains"; }>; id: z.ZodString; attributes: z.ZodOptional; referenceName: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAlternativeDistributionDomainsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAlternativeDistributionDomainsDeleteInstanceResponse: z.ZodVoid; export declare const zAlternativeDistributionDomainsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AlternativeDistributionDomain */ export declare const zAlternativeDistributionDomainsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionDomains: "alternativeDistributionDomains"; }>; id: z.ZodString; attributes: z.ZodOptional; referenceName: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAlternativeDistributionKeysGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional; 'fields[alternativeDistributionKeys]': z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AlternativeDistributionKeys */ export declare const zAlternativeDistributionKeysGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAlternativeDistributionKeysCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionKeys: "alternativeDistributionKeys"; }>; attributes: z.ZodObject<{ publicKey: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AlternativeDistributionKey */ export declare const zAlternativeDistributionKeysCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionKeys: "alternativeDistributionKeys"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAlternativeDistributionKeysDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAlternativeDistributionKeysDeleteInstanceResponse: z.ZodVoid; export declare const zAlternativeDistributionKeysGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AlternativeDistributionKey */ export declare const zAlternativeDistributionKeysGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionKeys: "alternativeDistributionKeys"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAlternativeDistributionPackageDeltasGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AlternativeDistributionPackageDelta */ export declare const zAlternativeDistributionPackageDeltasGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageDeltas: "alternativeDistributionPackageDeltas"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAlternativeDistributionPackageVariantsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AlternativeDistributionPackageVariant */ export declare const zAlternativeDistributionPackageVariantsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageVariants: "alternativeDistributionPackageVariants"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAlternativeDistributionPackageVersionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[alternativeDistributionPackageVariants]': z.ZodOptional>>; 'fields[alternativeDistributionPackageDeltas]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[deltas]': z.ZodOptional; 'limit[variants]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AlternativeDistributionPackageVersion */ export declare const zAlternativeDistributionPackageVersionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageVersions: "alternativeDistributionPackageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; version: z.ZodOptional; fileChecksum: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; deltas: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageDeltas: "alternativeDistributionPackageDeltas"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageVariants: "alternativeDistributionPackageVariants"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAlternativeDistributionPackagesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AlternativeDistributionPackage */ export declare const zAlternativeDistributionPackagesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; version: z.ZodOptional; fileChecksum: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; deltas: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAlternativeDistributionPackagesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[alternativeDistributionPackageVersions]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AlternativeDistributionPackage */ export declare const zAlternativeDistributionPackagesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; version: z.ZodOptional; fileChecksum: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; deltas: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAnalyticsReportInstancesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AnalyticsReportInstance */ export declare const zAnalyticsReportInstancesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ analyticsReportInstances: "analyticsReportInstances"; }>; id: z.ZodString; attributes: z.ZodOptional>; processingDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAnalyticsReportRequestsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ analyticsReportRequests: "analyticsReportRequests"; }>; attributes: z.ZodObject<{ accessType: z.ZodEnum<{ ONE_TIME_SNAPSHOT: "ONE_TIME_SNAPSHOT"; ONGOING: "ONGOING"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AnalyticsReportRequest */ export declare const zAnalyticsReportRequestsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ analyticsReportRequests: "analyticsReportRequests"; }>; id: z.ZodString; attributes: z.ZodOptional>; stoppedDueToInactivity: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; category: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAnalyticsReportRequestsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAnalyticsReportRequestsDeleteInstanceResponse: z.ZodVoid; export declare const zAnalyticsReportRequestsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[analyticsReports]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[reports]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AnalyticsReportRequest */ export declare const zAnalyticsReportRequestsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ analyticsReportRequests: "analyticsReportRequests"; }>; id: z.ZodString; attributes: z.ZodOptional>; stoppedDueToInactivity: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; category: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAnalyticsReportSegmentsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AnalyticsReportSegment */ export declare const zAnalyticsReportSegmentsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ analyticsReportSegments: "analyticsReportSegments"; }>; id: z.ZodString; attributes: z.ZodOptional; sizeInBytes: z.ZodOptional; url: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAnalyticsReportsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AnalyticsReport */ export declare const zAnalyticsReportsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ analyticsReports: "analyticsReports"; }>; id: z.ZodString; attributes: z.ZodOptional; category: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAndroidToIosAppMappingDetailsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; attributes: z.ZodObject<{ packageName: z.ZodString; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodArray; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AndroidToIosAppMappingDetail */ export declare const zAndroidToIosAppMappingDetailsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAndroidToIosAppMappingDetailsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAndroidToIosAppMappingDetailsDeleteInstanceResponse: z.ZodVoid; export declare const zAndroidToIosAppMappingDetailsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AndroidToIosAppMappingDetail */ export declare const zAndroidToIosAppMappingDetailsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAndroidToIosAppMappingDetailsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AndroidToIosAppMappingDetail */ export declare const zAndroidToIosAppMappingDetailsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppAvailabilitiesV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appAvailabilities: "appAvailabilities"; }>; attributes: z.ZodObject<{ availableInNewTerritories: z.ZodBoolean; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; territoryAvailabilities: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppAvailability */ export declare const zAppAvailabilitiesV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appAvailabilities: "appAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; releaseDate: z.ZodOptional; preOrderEnabled: z.ZodOptional; preOrderPublishDate: z.ZodOptional; contentStatuses: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppAvailabilitiesV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[territoryAvailabilities]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[territoryAvailabilities]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppAvailability */ export declare const zAppAvailabilitiesV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appAvailabilities: "appAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; releaseDate: z.ZodOptional; preOrderEnabled: z.ZodOptional; preOrderPublishDate: z.ZodOptional; contentStatuses: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCategoriesGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; 'exists[parent]': z.ZodOptional; 'fields[appCategories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[subcategories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppCategories */ export declare const zAppCategoriesGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCategoriesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; 'limit[subcategories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppCategory */ export declare const zAppCategoriesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipAdvancedExperienceImagesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppClipAdvancedExperienceImage */ export declare const zAppClipAdvancedExperienceImagesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipAdvancedExperienceImagesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppClipAdvancedExperienceImage */ export declare const zAppClipAdvancedExperienceImagesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipAdvancedExperienceImagesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppClipAdvancedExperienceImage */ export declare const zAppClipAdvancedExperienceImagesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipAdvancedExperiencesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperiences: "appClipAdvancedExperiences"; }>; attributes: z.ZodObject<{ link: z.ZodURL; action: z.ZodOptional>; isPoweredBy: z.ZodBoolean; place: z.ZodOptional; names: z.ZodOptional>; mainAddress: z.ZodOptional; structuredAddress: z.ZodOptional>; floor: z.ZodOptional; neighborhood: z.ZodOptional; locality: z.ZodOptional; stateProvince: z.ZodOptional; postalCode: z.ZodOptional; countryCode: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; displayPoint: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; source: z.ZodOptional>; }, z.core.$strip>>; mapAction: z.ZodOptional>; relationship: z.ZodOptional>; phoneNumber: z.ZodOptional; type: z.ZodOptional>; intent: z.ZodOptional; }, z.core.$strip>>; homePage: z.ZodOptional; categories: z.ZodOptional>; }, z.core.$strip>, z.ZodNull]>>; businessCategory: z.ZodOptional>; defaultLanguage: z.ZodEnum<{ AR: "AR"; CA: "CA"; CS: "CS"; DA: "DA"; DE: "DE"; EL: "EL"; EN: "EN"; ES: "ES"; FI: "FI"; FR: "FR"; HE: "HE"; HI: "HI"; HR: "HR"; HU: "HU"; ID: "ID"; IT: "IT"; JA: "JA"; KO: "KO"; MS: "MS"; NL: "NL"; NO: "NO"; PL: "PL"; PT: "PT"; RO: "RO"; RU: "RU"; SK: "SK"; SV: "SV"; TH: "TH"; TR: "TR"; UK: "UK"; VI: "VI"; ZH: "ZH"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ appClip: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; headerImage: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; localizations: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodOptional>; title: z.ZodOptional>; subtitle: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppClipAdvancedExperience */ export declare const zAppClipAdvancedExperiencesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperiences: "appClipAdvancedExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional; version: z.ZodOptional; status: z.ZodOptional>; action: z.ZodOptional>; isPoweredBy: z.ZodOptional; place: z.ZodOptional; names: z.ZodOptional>; mainAddress: z.ZodOptional; structuredAddress: z.ZodOptional>; floor: z.ZodOptional; neighborhood: z.ZodOptional; locality: z.ZodOptional; stateProvince: z.ZodOptional; postalCode: z.ZodOptional; countryCode: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; displayPoint: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; source: z.ZodOptional>; }, z.core.$strip>>; mapAction: z.ZodOptional>; relationship: z.ZodOptional>; phoneNumber: z.ZodOptional; type: z.ZodOptional>; intent: z.ZodOptional; }, z.core.$strip>>; homePage: z.ZodOptional; categories: z.ZodOptional>; }, z.core.$strip>>; placeStatus: z.ZodOptional>; businessCategory: z.ZodOptional>; defaultLanguage: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; headerImage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceLocalizations: "appClipAdvancedExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; title: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipAdvancedExperiencesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppClipAdvancedExperience */ export declare const zAppClipAdvancedExperiencesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperiences: "appClipAdvancedExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional; version: z.ZodOptional; status: z.ZodOptional>; action: z.ZodOptional>; isPoweredBy: z.ZodOptional; place: z.ZodOptional; names: z.ZodOptional>; mainAddress: z.ZodOptional; structuredAddress: z.ZodOptional>; floor: z.ZodOptional; neighborhood: z.ZodOptional; locality: z.ZodOptional; stateProvince: z.ZodOptional; postalCode: z.ZodOptional; countryCode: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; displayPoint: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; source: z.ZodOptional>; }, z.core.$strip>>; mapAction: z.ZodOptional>; relationship: z.ZodOptional>; phoneNumber: z.ZodOptional; type: z.ZodOptional>; intent: z.ZodOptional; }, z.core.$strip>>; homePage: z.ZodOptional; categories: z.ZodOptional>; }, z.core.$strip>>; placeStatus: z.ZodOptional>; businessCategory: z.ZodOptional>; defaultLanguage: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; headerImage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceLocalizations: "appClipAdvancedExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; title: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipAdvancedExperiencesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperiences: "appClipAdvancedExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; isPoweredBy: z.ZodOptional>; place: z.ZodOptional; names: z.ZodOptional>; mainAddress: z.ZodOptional; structuredAddress: z.ZodOptional>; floor: z.ZodOptional; neighborhood: z.ZodOptional; locality: z.ZodOptional; stateProvince: z.ZodOptional; postalCode: z.ZodOptional; countryCode: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; displayPoint: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; source: z.ZodOptional>; }, z.core.$strip>>; mapAction: z.ZodOptional>; relationship: z.ZodOptional>; phoneNumber: z.ZodOptional; type: z.ZodOptional>; intent: z.ZodOptional; }, z.core.$strip>>; homePage: z.ZodOptional; categories: z.ZodOptional>; }, z.core.$strip>, z.ZodNull]>>; businessCategory: z.ZodOptional>; defaultLanguage: z.ZodOptional>; removed: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; headerImage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodOptional>; title: z.ZodOptional>; subtitle: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppClipAdvancedExperience */ export declare const zAppClipAdvancedExperiencesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperiences: "appClipAdvancedExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional; version: z.ZodOptional; status: z.ZodOptional>; action: z.ZodOptional>; isPoweredBy: z.ZodOptional; place: z.ZodOptional; names: z.ZodOptional>; mainAddress: z.ZodOptional; structuredAddress: z.ZodOptional>; floor: z.ZodOptional; neighborhood: z.ZodOptional; locality: z.ZodOptional; stateProvince: z.ZodOptional; postalCode: z.ZodOptional; countryCode: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; displayPoint: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; source: z.ZodOptional>; }, z.core.$strip>>; mapAction: z.ZodOptional>; relationship: z.ZodOptional>; phoneNumber: z.ZodOptional; type: z.ZodOptional>; intent: z.ZodOptional; }, z.core.$strip>>; homePage: z.ZodOptional; categories: z.ZodOptional>; }, z.core.$strip>>; placeStatus: z.ZodOptional>; businessCategory: z.ZodOptional>; defaultLanguage: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; headerImage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceLocalizations: "appClipAdvancedExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; title: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipAppStoreReviewDetailsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; attributes: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>>; relationships: z.ZodObject<{ appClipDefaultExperience: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppClipAppStoreReviewDetail */ export declare const zAppClipAppStoreReviewDetailsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipAppStoreReviewDetailsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppClipAppStoreReviewDetail */ export declare const zAppClipAppStoreReviewDetailsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipAppStoreReviewDetailsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppClipAppStoreReviewDetail */ export declare const zAppClipAppStoreReviewDetailsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperienceLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; subtitle: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ appClipDefaultExperience: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppClipDefaultExperienceLocalization */ export declare const zAppClipDefaultExperienceLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperienceLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppClipDefaultExperienceLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zAppClipDefaultExperienceLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appClipHeaderImages]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppClipDefaultExperienceLocalization */ export declare const zAppClipDefaultExperienceLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperienceLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppClipDefaultExperienceLocalization */ export declare const zAppClipDefaultExperienceLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperiencesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ appClip: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; releaseWithAppStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceTemplate: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppClipDefaultExperience */ export declare const zAppClipDefaultExperiencesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperiencesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppClipDefaultExperiencesDeleteInstanceResponse: z.ZodVoid; export declare const zAppClipDefaultExperiencesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[appClipDefaultExperienceLocalizations]': z.ZodOptional>>; 'fields[appClipAppStoreReviewDetails]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appClipDefaultExperienceLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppClipDefaultExperience */ export declare const zAppClipDefaultExperiencesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperiencesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppClipDefaultExperience */ export declare const zAppClipDefaultExperiencesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipHeaderImagesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ appClipDefaultExperienceLocalization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppClipHeaderImage */ export declare const zAppClipHeaderImagesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipHeaderImagesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppClipHeaderImagesDeleteInstanceResponse: z.ZodVoid; export declare const zAppClipHeaderImagesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppClipHeaderImage */ export declare const zAppClipHeaderImagesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipHeaderImagesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppClipHeaderImage */ export declare const zAppClipHeaderImagesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appClipDefaultExperiences]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appClipDefaultExperiences]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppClip */ export declare const zAppClipsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; promotionalText: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ appCustomProductPageVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppCustomProductPageLocalization */ export declare const zAppCustomProductPageLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appKeywords: "appKeywords"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppCustomProductPageLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zAppCustomProductPageLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appScreenshotSets]': z.ZodOptional>>; 'fields[appPreviewSets]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appPreviewSets]': z.ZodOptional; 'limit[appScreenshotSets]': z.ZodOptional; 'limit[searchKeywords]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppCustomProductPageLocalization */ export declare const zAppCustomProductPageLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appKeywords: "appKeywords"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppCustomProductPageLocalization */ export declare const zAppCustomProductPageLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appKeywords: "appKeywords"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCustomProductPageVersionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ appCustomProductPage: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; appCustomProductPageLocalizations: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppCustomProductPageVersion */ export declare const zAppCustomProductPageVersionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCustomProductPageVersionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appCustomProductPageLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appCustomProductPageLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppCustomProductPageVersion */ export declare const zAppCustomProductPageVersionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCustomProductPageVersionsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppCustomProductPageVersion */ export declare const zAppCustomProductPageVersionsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCustomProductPagesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; attributes: z.ZodObject<{ name: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; appCustomProductPageVersions: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionTemplate: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customProductPageTemplate: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodObject<{ locale: z.ZodString; promotionalText: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodOptional; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>]>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppCustomProductPage */ export declare const zAppCustomProductPagesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCustomProductPagesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppCustomProductPagesDeleteInstanceResponse: z.ZodVoid; export declare const zAppCustomProductPagesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appCustomProductPageVersions]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appCustomProductPageVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppCustomProductPage */ export declare const zAppCustomProductPagesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCustomProductPagesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional>; visible: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppCustomProductPage */ export declare const zAppCustomProductPagesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEncryptionDeclarationDocumentsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ appEncryptionDeclaration: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppEncryptionDeclarationDocument */ export declare const zAppEncryptionDeclarationDocumentsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; assetToken: z.ZodOptional; downloadUrl: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEncryptionDeclarationDocumentsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppEncryptionDeclarationDocument */ export declare const zAppEncryptionDeclarationDocumentsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; assetToken: z.ZodOptional; downloadUrl: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEncryptionDeclarationDocumentsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppEncryptionDeclarationDocument */ export declare const zAppEncryptionDeclarationDocumentsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; assetToken: z.ZodOptional; downloadUrl: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEncryptionDeclarationsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; 'filter[app]': z.ZodOptional>; 'filter[builds]': z.ZodOptional>; 'fields[appEncryptionDeclarations]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[appEncryptionDeclarationDocuments]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[builds]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppEncryptionDeclarations */ export declare const zAppEncryptionDeclarationsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; assetToken: z.ZodOptional; downloadUrl: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppEncryptionDeclarationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; attributes: z.ZodObject<{ appDescription: z.ZodString; containsProprietaryCryptography: z.ZodBoolean; containsThirdPartyCryptography: z.ZodBoolean; availableOnFrenchStore: z.ZodBoolean; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppEncryptionDeclaration */ export declare const zAppEncryptionDeclarationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; assetToken: z.ZodOptional; downloadUrl: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEncryptionDeclarationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[appEncryptionDeclarationDocuments]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[builds]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppEncryptionDeclaration */ export declare const zAppEncryptionDeclarationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; assetToken: z.ZodOptional; downloadUrl: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEventLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventLocalizations: "appEventLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodOptional>; shortDescription: z.ZodOptional>; longDescription: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ appEvent: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppEventLocalization */ export declare const zAppEventLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventLocalizations: "appEventLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEventLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppEventLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zAppEventLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appEventScreenshots]': z.ZodOptional>>; 'fields[appEventVideoClips]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appEventScreenshots]': z.ZodOptional; 'limit[appEventVideoClips]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppEventLocalization */ export declare const zAppEventLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventLocalizations: "appEventLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEventLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventLocalizations: "appEventLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; shortDescription: z.ZodOptional>; longDescription: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppEventLocalization */ export declare const zAppEventLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventLocalizations: "appEventLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEventScreenshotsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; appEventAssetType: z.ZodEnum<{ EVENT_CARD: "EVENT_CARD"; EVENT_DETAILS_PAGE: "EVENT_DETAILS_PAGE"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ appEventLocalization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventLocalizations: "appEventLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppEventScreenshot */ export declare const zAppEventScreenshotsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEventScreenshotsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppEventScreenshotsDeleteInstanceResponse: z.ZodVoid; export declare const zAppEventScreenshotsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppEventScreenshot */ export declare const zAppEventScreenshotsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEventScreenshotsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppEventScreenshot */ export declare const zAppEventScreenshotsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEventVideoClipsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; previewFrameTimeCode: z.ZodOptional>; appEventAssetType: z.ZodEnum<{ EVENT_CARD: "EVENT_CARD"; EVENT_DETAILS_PAGE: "EVENT_DETAILS_PAGE"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ appEventLocalization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventLocalizations: "appEventLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppEventVideoClip */ export declare const zAppEventVideoClipsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEventVideoClipsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppEventVideoClipsDeleteInstanceResponse: z.ZodVoid; export declare const zAppEventVideoClipsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppEventVideoClip */ export declare const zAppEventVideoClipsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEventVideoClipsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppEventVideoClip */ export declare const zAppEventVideoClipsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEventsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; badge: z.ZodOptional>; deepLink: z.ZodOptional>; purchaseRequirement: z.ZodOptional>; primaryLocale: z.ZodOptional>; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>, z.ZodNull]>>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppEvent */ export declare const zAppEventsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEventsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppEventsDeleteInstanceResponse: z.ZodVoid; export declare const zAppEventsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appEventLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppEvent */ export declare const zAppEventsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEventsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional>; badge: z.ZodOptional>; deepLink: z.ZodOptional>; purchaseRequirement: z.ZodOptional>; primaryLocale: z.ZodOptional>; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>, z.ZodNull]>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppEvent */ export declare const zAppEventsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfoLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; subtitle: z.ZodOptional>; privacyPolicyUrl: z.ZodOptional>; privacyChoicesUrl: z.ZodOptional>; privacyPolicyText: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ appInfo: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppInfoLocalization */ export declare const zAppInfoLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; subtitle: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; privacyChoicesUrl: z.ZodOptional; privacyPolicyText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfoLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppInfoLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zAppInfoLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppInfoLocalization */ export declare const zAppInfoLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; subtitle: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; privacyChoicesUrl: z.ZodOptional; privacyPolicyText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfoLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; subtitle: z.ZodOptional>; privacyPolicyUrl: z.ZodOptional>; privacyChoicesUrl: z.ZodOptional>; privacyPolicyText: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppInfoLocalization */ export declare const zAppInfoLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; subtitle: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; privacyChoicesUrl: z.ZodOptional; privacyPolicyText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[ageRatingDeclarations]': z.ZodOptional>>; 'fields[appInfoLocalizations]': z.ZodOptional>>; 'fields[appCategories]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appInfoLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppInfo */ export declare const zAppInfosGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; subtitle: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; privacyChoicesUrl: z.ZodOptional; privacyPolicyText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppInfo */ export declare const zAppInfosUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; subtitle: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; privacyChoicesUrl: z.ZodOptional; privacyPolicyText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppPreviewSetsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; attributes: z.ZodObject<{ previewType: z.ZodEnum<{ APPLE_VISION_PRO: "APPLE_VISION_PRO"; APPLE_TV: "APPLE_TV"; IPHONE_67: "IPHONE_67"; IPHONE_61: "IPHONE_61"; IPHONE_65: "IPHONE_65"; IPHONE_58: "IPHONE_58"; IPHONE_55: "IPHONE_55"; IPHONE_47: "IPHONE_47"; IPHONE_40: "IPHONE_40"; IPHONE_35: "IPHONE_35"; IPAD_PRO_3GEN_129: "IPAD_PRO_3GEN_129"; IPAD_PRO_3GEN_11: "IPAD_PRO_3GEN_11"; IPAD_PRO_129: "IPAD_PRO_129"; IPAD_105: "IPAD_105"; IPAD_97: "IPAD_97"; DESKTOP: "DESKTOP"; }>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppPreviewSet */ export declare const zAppPreviewSetsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppPreviewSetsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppPreviewSetsDeleteInstanceResponse: z.ZodVoid; export declare const zAppPreviewSetsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appPreviews]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appPreviews]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppPreviewSet */ export declare const zAppPreviewSetsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppPreviewsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; previewFrameTimeCode: z.ZodOptional>; mimeType: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ appPreviewSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppPreview */ export declare const zAppPreviewsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppPreviewsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppPreviewsDeleteInstanceResponse: z.ZodVoid; export declare const zAppPreviewsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppPreview */ export declare const zAppPreviewsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppPreviewsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional>; previewFrameTimeCode: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppPreview */ export declare const zAppPreviewsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppPricePointsV3GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppPricePoint */ export declare const zAppPricePointsV3GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPricePoints: "appPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppPriceSchedulesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPriceSchedules: "appPriceSchedules"; }>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; baseTerritory: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; manualPrices: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodOptional; }, z.core.$strip>]>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppPriceSchedule */ export declare const zAppPriceSchedulesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPriceSchedules: "appPriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; baseTerritory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPrices: "appPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppPriceSchedulesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; 'fields[appPrices]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[automaticPrices]': z.ZodOptional; 'limit[manualPrices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppPriceSchedule */ export declare const zAppPriceSchedulesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPriceSchedules: "appPriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; baseTerritory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPrices: "appPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppScreenshotSetsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; attributes: z.ZodObject<{ screenshotDisplayType: z.ZodEnum<{ APP_IPHONE_67: "APP_IPHONE_67"; APP_IPHONE_61: "APP_IPHONE_61"; APP_IPHONE_65: "APP_IPHONE_65"; APP_IPHONE_58: "APP_IPHONE_58"; APP_IPHONE_55: "APP_IPHONE_55"; APP_IPHONE_47: "APP_IPHONE_47"; APP_IPHONE_40: "APP_IPHONE_40"; APP_IPHONE_35: "APP_IPHONE_35"; APP_IPAD_PRO_3GEN_129: "APP_IPAD_PRO_3GEN_129"; APP_IPAD_PRO_3GEN_11: "APP_IPAD_PRO_3GEN_11"; APP_IPAD_PRO_129: "APP_IPAD_PRO_129"; APP_IPAD_105: "APP_IPAD_105"; APP_IPAD_97: "APP_IPAD_97"; APP_DESKTOP: "APP_DESKTOP"; APP_WATCH_ULTRA: "APP_WATCH_ULTRA"; APP_WATCH_SERIES_10: "APP_WATCH_SERIES_10"; APP_WATCH_SERIES_7: "APP_WATCH_SERIES_7"; APP_WATCH_SERIES_4: "APP_WATCH_SERIES_4"; APP_WATCH_SERIES_3: "APP_WATCH_SERIES_3"; APP_APPLE_TV: "APP_APPLE_TV"; APP_APPLE_VISION_PRO: "APP_APPLE_VISION_PRO"; IMESSAGE_APP_IPHONE_67: "IMESSAGE_APP_IPHONE_67"; IMESSAGE_APP_IPHONE_61: "IMESSAGE_APP_IPHONE_61"; IMESSAGE_APP_IPHONE_65: "IMESSAGE_APP_IPHONE_65"; IMESSAGE_APP_IPHONE_58: "IMESSAGE_APP_IPHONE_58"; IMESSAGE_APP_IPHONE_55: "IMESSAGE_APP_IPHONE_55"; IMESSAGE_APP_IPHONE_47: "IMESSAGE_APP_IPHONE_47"; IMESSAGE_APP_IPHONE_40: "IMESSAGE_APP_IPHONE_40"; IMESSAGE_APP_IPAD_PRO_3GEN_129: "IMESSAGE_APP_IPAD_PRO_3GEN_129"; IMESSAGE_APP_IPAD_PRO_3GEN_11: "IMESSAGE_APP_IPAD_PRO_3GEN_11"; IMESSAGE_APP_IPAD_PRO_129: "IMESSAGE_APP_IPAD_PRO_129"; IMESSAGE_APP_IPAD_105: "IMESSAGE_APP_IPAD_105"; IMESSAGE_APP_IPAD_97: "IMESSAGE_APP_IPAD_97"; }>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppScreenshotSet */ export declare const zAppScreenshotSetsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppScreenshotSetsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppScreenshotSetsDeleteInstanceResponse: z.ZodVoid; export declare const zAppScreenshotSetsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appScreenshots]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appScreenshots]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppScreenshotSet */ export declare const zAppScreenshotSetsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppScreenshotsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ appScreenshotSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppScreenshot */ export declare const zAppScreenshotsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppScreenshotsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppScreenshotsDeleteInstanceResponse: z.ZodVoid; export declare const zAppScreenshotsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppScreenshot */ export declare const zAppScreenshotsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppScreenshotsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppScreenshot */ export declare const zAppScreenshotsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreReviewAttachmentsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ appStoreReviewDetail: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreReviewAttachment */ export declare const zAppStoreReviewAttachmentsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreReviewAttachmentsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppStoreReviewAttachmentsDeleteInstanceResponse: z.ZodVoid; export declare const zAppStoreReviewAttachmentsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreReviewAttachment */ export declare const zAppStoreReviewAttachmentsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreReviewAttachmentsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreReviewAttachment */ export declare const zAppStoreReviewAttachmentsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreReviewDetailsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; attributes: z.ZodOptional>; contactLastName: z.ZodOptional>; contactPhone: z.ZodOptional>; contactEmail: z.ZodOptional>; demoAccountName: z.ZodOptional>; demoAccountPassword: z.ZodOptional>; demoAccountRequired: z.ZodOptional>; notes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreReviewDetail */ export declare const zAppStoreReviewDetailsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreReviewDetailsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreReviewAttachments]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appStoreReviewAttachments]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreReviewDetail */ export declare const zAppStoreReviewDetailsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreReviewDetailsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; contactLastName: z.ZodOptional>; contactPhone: z.ZodOptional>; contactEmail: z.ZodOptional>; demoAccountName: z.ZodOptional>; demoAccountPassword: z.ZodOptional>; demoAccountRequired: z.ZodOptional>; notes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreReviewDetail */ export declare const zAppStoreReviewDetailsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ appStoreVersionExperimentTreatment: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersionExperimentTreatmentLocalization */ export declare const zAppStoreVersionExperimentTreatmentLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppStoreVersionExperimentTreatmentLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zAppStoreVersionExperimentTreatmentLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appScreenshotSets]': z.ZodOptional>>; 'fields[appPreviewSets]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appPreviewSets]': z.ZodOptional; 'limit[appScreenshotSets]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreVersionExperimentTreatmentLocalization */ export declare const zAppStoreVersionExperimentTreatmentLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; attributes: z.ZodObject<{ name: z.ZodString; appIconName: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersionExperimentTreatment */ export declare const zAppStoreVersionExperimentTreatmentsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppStoreVersionExperimentTreatmentsDeleteInstanceResponse: z.ZodVoid; export declare const zAppStoreVersionExperimentTreatmentsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatmentLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appStoreVersionExperimentTreatmentLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreVersionExperimentTreatment */ export declare const zAppStoreVersionExperimentTreatmentsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional>; appIconName: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersionExperimentTreatment */ export declare const zAppStoreVersionExperimentTreatmentsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentsV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; attributes: z.ZodObject<{ name: z.ZodString; platform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; TV_OS: "TV_OS"; VISION_OS: "VISION_OS"; }>; trafficProportion: z.ZodInt; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersionExperiment */ export declare const zAppStoreVersionExperimentsV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentsV2DeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppStoreVersionExperimentsV2DeleteInstanceResponse: z.ZodVoid; export declare const zAppStoreVersionExperimentsV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatments]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appStoreVersionExperimentTreatments]': z.ZodOptional; 'limit[controlVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreVersionExperiment */ export declare const zAppStoreVersionExperimentsV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentsV2UpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional>; trafficProportion: z.ZodOptional>; started: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersionExperiment */ export declare const zAppStoreVersionExperimentsV2UpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; attributes: z.ZodObject<{ name: z.ZodString; trafficProportion: z.ZodInt; }, z.core.$strip>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersionExperiment */ export declare const zAppStoreVersionExperimentsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppStoreVersionExperimentsDeleteInstanceResponse: z.ZodVoid; export declare const zAppStoreVersionExperimentsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatments]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appStoreVersionExperimentTreatments]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreVersionExperiment */ export declare const zAppStoreVersionExperimentsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional>; trafficProportion: z.ZodOptional>; started: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersionExperiment */ export declare const zAppStoreVersionExperimentsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; attributes: z.ZodObject<{ description: z.ZodOptional>; locale: z.ZodString; keywords: z.ZodOptional>; marketingUrl: z.ZodOptional>; promotionalText: z.ZodOptional>; supportUrl: z.ZodOptional>; whatsNew: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersionLocalization */ export declare const zAppStoreVersionLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appKeywords: "appKeywords"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppStoreVersionLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zAppStoreVersionLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appScreenshotSets]': z.ZodOptional>>; 'fields[appPreviewSets]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appPreviewSets]': z.ZodOptional; 'limit[appScreenshotSets]': z.ZodOptional; 'limit[searchKeywords]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreVersionLocalization */ export declare const zAppStoreVersionLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appKeywords: "appKeywords"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; keywords: z.ZodOptional>; marketingUrl: z.ZodOptional>; promotionalText: z.ZodOptional>; supportUrl: z.ZodOptional>; whatsNew: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersionLocalization */ export declare const zAppStoreVersionLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appKeywords: "appKeywords"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionPhasedReleasesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersionPhasedRelease */ export declare const zAppStoreVersionPhasedReleasesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionPhasedReleasesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppStoreVersionPhasedReleasesDeleteInstanceResponse: z.ZodVoid; export declare const zAppStoreVersionPhasedReleasesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersionPhasedRelease */ export declare const zAppStoreVersionPhasedReleasesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionPromotionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPromotions: "appStoreVersionPromotions"; }>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; appStoreVersionExperimentTreatment: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersionPromotion */ export declare const zAppStoreVersionPromotionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPromotions: "appStoreVersionPromotions"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionReleaseRequestsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionReleaseRequests: "appStoreVersionReleaseRequests"; }>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersionReleaseRequest */ export declare const zAppStoreVersionReleaseRequestsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionReleaseRequests: "appStoreVersionReleaseRequests"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionSubmissionsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppStoreVersionSubmissionsDeleteInstanceResponse: z.ZodVoid; export declare const zAppStoreVersionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; attributes: z.ZodObject<{ platform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; TV_OS: "TV_OS"; VISION_OS: "VISION_OS"; }>; versionString: z.ZodString; copyright: z.ZodOptional>; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional>; usesIdfa: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; appStoreVersionLocalizations: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersion */ export declare const zAppStoreVersionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppStoreVersionsDeleteInstanceResponse: z.ZodVoid; export declare const zAppStoreVersionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[ageRatingDeclarations]': z.ZodOptional>>; 'fields[appStoreVersionLocalizations]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[appStoreVersionPhasedReleases]': z.ZodOptional>>; 'fields[gameCenterAppVersions]': z.ZodOptional>>; 'fields[routingAppCoverages]': z.ZodOptional>>; 'fields[appStoreReviewDetails]': z.ZodOptional>>; 'fields[appStoreVersionSubmissions]': z.ZodOptional>>; 'fields[appClipDefaultExperiences]': z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[alternativeDistributionPackages]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appStoreVersionExperiments]': z.ZodOptional; 'limit[appStoreVersionExperimentsV2]': z.ZodOptional; 'limit[appStoreVersionLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreVersion */ export declare const zAppStoreVersionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; copyright: z.ZodOptional>; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional>; usesIdfa: z.ZodOptional>; downloadable: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppStoreVersion */ export declare const zAppStoreVersionsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppTagsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appTags: "appTags"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single AppTag */ export declare const zAppTagsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appTags: "appTags"; }>; id: z.ZodString; attributes: z.ZodOptional; visibleInAppStore: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[bundleId]': z.ZodOptional>; 'filter[sku]': z.ZodOptional>; 'filter[appStoreVersions.appStoreState]': z.ZodOptional>>; 'filter[appStoreVersions.platform]': z.ZodOptional>>; 'filter[appStoreVersions.appVersionState]': z.ZodOptional>>; 'filter[reviewSubmissions.state]': z.ZodOptional>>; 'filter[reviewSubmissions.platform]': z.ZodOptional>>; 'filter[appStoreVersions]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'exists[gameCenterEnabledVersions]': z.ZodOptional; sort: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[appEncryptionDeclarations]': z.ZodOptional>>; 'fields[ciProducts]': z.ZodOptional>>; 'fields[betaGroups]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[preReleaseVersions]': z.ZodOptional>>; 'fields[betaAppLocalizations]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[betaLicenseAgreements]': z.ZodOptional>>; 'fields[betaAppReviewDetails]': z.ZodOptional>>; 'fields[appInfos]': z.ZodOptional>>; 'fields[appClips]': z.ZodOptional>>; 'fields[endUserLicenseAgreements]': z.ZodOptional>>; 'fields[inAppPurchases]': z.ZodOptional>>; 'fields[subscriptionGroups]': z.ZodOptional>>; 'fields[gameCenterEnabledVersions]': z.ZodOptional>>; 'fields[appCustomProductPages]': z.ZodOptional>>; 'fields[promotedPurchases]': z.ZodOptional>>; 'fields[appEvents]': z.ZodOptional>>; 'fields[reviewSubmissions]': z.ZodOptional>>; 'fields[subscriptionGracePeriods]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[androidToIosAppMappingDetails]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[androidToIosAppMappingDetails]': z.ZodOptional; 'limit[appClips]': z.ZodOptional; 'limit[appCustomProductPages]': z.ZodOptional; 'limit[appEncryptionDeclarations]': z.ZodOptional; 'limit[appEvents]': z.ZodOptional; 'limit[appInfos]': z.ZodOptional; 'limit[appStoreVersionExperimentsV2]': z.ZodOptional; 'limit[appStoreVersions]': z.ZodOptional; 'limit[betaAppLocalizations]': z.ZodOptional; 'limit[betaGroups]': z.ZodOptional; 'limit[builds]': z.ZodOptional; 'limit[gameCenterEnabledVersions]': z.ZodOptional; 'limit[inAppPurchases]': z.ZodOptional; 'limit[inAppPurchasesV2]': z.ZodOptional; 'limit[preReleaseVersions]': z.ZodOptional; 'limit[promotedPurchases]': z.ZodOptional; 'limit[reviewSubmissions]': z.ZodOptional; 'limit[subscriptionGroups]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Apps */ export declare const zAppsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterEnabledVersions: "gameCenterEnabledVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; iconAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; attributes: z.ZodOptional; sandboxOptIn: z.ZodOptional; duration: z.ZodOptional>; renewalType: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appEncryptionDeclarations]': z.ZodOptional>>; 'fields[ciProducts]': z.ZodOptional>>; 'fields[betaGroups]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[preReleaseVersions]': z.ZodOptional>>; 'fields[betaAppLocalizations]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[betaLicenseAgreements]': z.ZodOptional>>; 'fields[betaAppReviewDetails]': z.ZodOptional>>; 'fields[appInfos]': z.ZodOptional>>; 'fields[appClips]': z.ZodOptional>>; 'fields[endUserLicenseAgreements]': z.ZodOptional>>; 'fields[inAppPurchases]': z.ZodOptional>>; 'fields[subscriptionGroups]': z.ZodOptional>>; 'fields[gameCenterEnabledVersions]': z.ZodOptional>>; 'fields[appCustomProductPages]': z.ZodOptional>>; 'fields[promotedPurchases]': z.ZodOptional>>; 'fields[appEvents]': z.ZodOptional>>; 'fields[reviewSubmissions]': z.ZodOptional>>; 'fields[subscriptionGracePeriods]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[androidToIosAppMappingDetails]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[androidToIosAppMappingDetails]': z.ZodOptional; 'limit[appClips]': z.ZodOptional; 'limit[appCustomProductPages]': z.ZodOptional; 'limit[appEncryptionDeclarations]': z.ZodOptional; 'limit[appEvents]': z.ZodOptional; 'limit[appInfos]': z.ZodOptional; 'limit[appStoreVersionExperimentsV2]': z.ZodOptional; 'limit[appStoreVersions]': z.ZodOptional; 'limit[betaAppLocalizations]': z.ZodOptional; 'limit[betaGroups]': z.ZodOptional; 'limit[builds]': z.ZodOptional; 'limit[gameCenterEnabledVersions]': z.ZodOptional; 'limit[inAppPurchases]': z.ZodOptional; 'limit[inAppPurchasesV2]': z.ZodOptional; 'limit[preReleaseVersions]': z.ZodOptional; 'limit[promotedPurchases]': z.ZodOptional; 'limit[reviewSubmissions]': z.ZodOptional; 'limit[subscriptionGroups]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single App */ export declare const zAppsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterEnabledVersions: "gameCenterEnabledVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; iconAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; attributes: z.ZodOptional; sandboxOptIn: z.ZodOptional; duration: z.ZodOptional>; renewalType: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional>; bundleId: z.ZodOptional>; primaryLocale: z.ZodOptional>; subscriptionStatusUrl: z.ZodOptional>; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional>; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single App */ export declare const zAppsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterEnabledVersions: "gameCenterEnabledVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; iconAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; attributes: z.ZodOptional; sandboxOptIn: z.ZodOptional; duration: z.ZodOptional>; renewalType: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBackgroundAssetUploadFilesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; attributes: z.ZodObject<{ assetType: z.ZodEnum<{ ASSET: "ASSET"; MANIFEST: "MANIFEST"; }>; fileName: z.ZodString; fileSize: z.ZodCoercedBigInt; }, z.core.$strip>; relationships: z.ZodObject<{ backgroundAssetVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BackgroundAssetUploadFile */ export declare const zBackgroundAssetUploadFilesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksum: z.ZodOptional; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBackgroundAssetUploadFilesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BackgroundAssetUploadFile */ export declare const zBackgroundAssetUploadFilesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksum: z.ZodOptional; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBackgroundAssetUploadFilesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BackgroundAssetUploadFile */ export declare const zBackgroundAssetUploadFilesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksum: z.ZodOptional; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBackgroundAssetVersionAppStoreReleasesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BackgroundAssetVersionAppStoreRelease */ export declare const zBackgroundAssetVersionAppStoreReleasesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionAppStoreReleases: "backgroundAssetVersionAppStoreReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBackgroundAssetVersionExternalBetaReleasesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BackgroundAssetVersionExternalBetaRelease */ export declare const zBackgroundAssetVersionExternalBetaReleasesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionExternalBetaReleases: "backgroundAssetVersionExternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBackgroundAssetVersionInternalBetaReleasesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BackgroundAssetVersionInternalBetaRelease */ export declare const zBackgroundAssetVersionInternalBetaReleasesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionInternalBetaReleases: "backgroundAssetVersionInternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBackgroundAssetVersionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; relationships: z.ZodObject<{ backgroundAsset: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BackgroundAssetVersion */ export declare const zBackgroundAssetVersionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksum: z.ZodOptional; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionAppStoreReleases: "backgroundAssetVersionAppStoreReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionExternalBetaReleases: "backgroundAssetVersionExternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionInternalBetaReleases: "backgroundAssetVersionInternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; attributes: z.ZodOptional; assetPackIdentifier: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBackgroundAssetVersionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BackgroundAssetVersion */ export declare const zBackgroundAssetVersionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksum: z.ZodOptional; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionAppStoreReleases: "backgroundAssetVersionAppStoreReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionExternalBetaReleases: "backgroundAssetVersionExternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionInternalBetaReleases: "backgroundAssetVersionInternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; attributes: z.ZodOptional; assetPackIdentifier: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBackgroundAssetsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; attributes: z.ZodObject<{ assetPackIdentifier: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BackgroundAsset */ export declare const zBackgroundAssetsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; attributes: z.ZodOptional; assetPackIdentifier: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBackgroundAssetsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BackgroundAsset */ export declare const zBackgroundAssetsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; attributes: z.ZodOptional; assetPackIdentifier: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBackgroundAssetsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BackgroundAsset */ export declare const zBackgroundAssetsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; attributes: z.ZodOptional; assetPackIdentifier: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppClipInvocationLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocationLocalizations: "betaAppClipInvocationLocalizations"; }>; attributes: z.ZodObject<{ title: z.ZodString; locale: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ betaAppClipInvocation: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocations: "betaAppClipInvocations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaAppClipInvocationLocalization */ export declare const zBetaAppClipInvocationLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocationLocalizations: "betaAppClipInvocationLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppClipInvocationLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaAppClipInvocationLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zBetaAppClipInvocationLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocationLocalizations: "betaAppClipInvocationLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaAppClipInvocationLocalization */ export declare const zBetaAppClipInvocationLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocationLocalizations: "betaAppClipInvocationLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppClipInvocationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocations: "betaAppClipInvocations"; }>; attributes: z.ZodObject<{ url: z.ZodURL; }, z.core.$strip>; relationships: z.ZodObject<{ buildBundle: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBundles: "buildBundles"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; betaAppClipInvocationLocalizations: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodObject<{ title: z.ZodString; locale: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaAppClipInvocation */ export declare const zBetaAppClipInvocationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocations: "betaAppClipInvocations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppClipInvocationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaAppClipInvocationsDeleteInstanceResponse: z.ZodVoid; export declare const zBetaAppClipInvocationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; 'limit[betaAppClipInvocationLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaAppClipInvocation */ export declare const zBetaAppClipInvocationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocations: "betaAppClipInvocations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppClipInvocationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocations: "betaAppClipInvocations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaAppClipInvocation */ export declare const zBetaAppClipInvocationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppClipInvocations: "betaAppClipInvocations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppLocalizationsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[app]': z.ZodOptional>; 'fields[betaAppLocalizations]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaAppLocalizations */ export declare const zBetaAppLocalizationsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaAppLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; attributes: z.ZodObject<{ feedbackEmail: z.ZodOptional>; marketingUrl: z.ZodOptional>; privacyPolicyUrl: z.ZodOptional>; tvOsPrivacyPolicy: z.ZodOptional>; description: z.ZodOptional>; locale: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaAppLocalization */ export declare const zBetaAppLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaAppLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zBetaAppLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaAppLocalization */ export declare const zBetaAppLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; marketingUrl: z.ZodOptional>; privacyPolicyUrl: z.ZodOptional>; tvOsPrivacyPolicy: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaAppLocalization */ export declare const zBetaAppLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppReviewDetailsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodObject<{ 'filter[app]': z.ZodArray; 'fields[betaAppReviewDetails]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>; }, z.core.$strip>; /** * List of BetaAppReviewDetails */ export declare const zBetaAppReviewDetailsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaAppReviewDetailsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaAppReviewDetail */ export declare const zBetaAppReviewDetailsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppReviewDetailsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; contactLastName: z.ZodOptional>; contactPhone: z.ZodOptional>; contactEmail: z.ZodOptional>; demoAccountName: z.ZodOptional>; demoAccountPassword: z.ZodOptional>; demoAccountRequired: z.ZodOptional>; notes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaAppReviewDetail */ export declare const zBetaAppReviewDetailsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppReviewSubmissionsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodObject<{ 'filter[betaReviewState]': z.ZodOptional>>; 'filter[build]': z.ZodArray; 'fields[betaAppReviewSubmissions]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>; }, z.core.$strip>; /** * List of BetaAppReviewSubmissions */ export declare const zBetaAppReviewSubmissionsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaAppReviewSubmissionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; relationships: z.ZodObject<{ build: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaAppReviewSubmission */ export declare const zBetaAppReviewSubmissionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppReviewSubmissionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaAppReviewSubmission */ export declare const zBetaAppReviewSubmissionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaBuildLocalizationsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[build]': z.ZodOptional>; 'fields[betaBuildLocalizations]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaBuildLocalizations */ export declare const zBetaBuildLocalizationsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaBuildLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; attributes: z.ZodObject<{ whatsNew: z.ZodOptional>; locale: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ build: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaBuildLocalization */ export declare const zBetaBuildLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaBuildLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaBuildLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zBetaBuildLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaBuildLocalization */ export declare const zBetaBuildLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaBuildLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaBuildLocalization */ export declare const zBetaBuildLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaCrashLogsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaCrashLog */ export declare const zBetaCrashLogsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaCrashLogs: "betaCrashLogs"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaFeedbackCrashSubmissionsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaFeedbackCrashSubmissionsDeleteInstanceResponse: z.ZodVoid; export declare const zBetaFeedbackCrashSubmissionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaFeedbackCrashSubmission */ export declare const zBetaFeedbackCrashSubmissionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaFeedbackCrashSubmissions: "betaFeedbackCrashSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional; comment: z.ZodOptional; email: z.ZodOptional; deviceModel: z.ZodOptional; osVersion: z.ZodOptional; locale: z.ZodOptional; timeZone: z.ZodOptional; architecture: z.ZodOptional; connectionType: z.ZodOptional>; pairedAppleWatch: z.ZodOptional; appUptimeInMilliseconds: z.ZodOptional>; diskBytesAvailable: z.ZodOptional>; diskBytesTotal: z.ZodOptional>; batteryPercentage: z.ZodOptional; screenWidthInPoints: z.ZodOptional; screenHeightInPoints: z.ZodOptional; appPlatform: z.ZodOptional>; devicePlatform: z.ZodOptional>; deviceFamily: z.ZodOptional>; buildBundleId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; build: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; tester: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaFeedbackScreenshotSubmissionsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaFeedbackScreenshotSubmissionsDeleteInstanceResponse: z.ZodVoid; export declare const zBetaFeedbackScreenshotSubmissionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaFeedbackScreenshotSubmission */ export declare const zBetaFeedbackScreenshotSubmissionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaFeedbackScreenshotSubmissions: "betaFeedbackScreenshotSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional; comment: z.ZodOptional; email: z.ZodOptional; deviceModel: z.ZodOptional; osVersion: z.ZodOptional; locale: z.ZodOptional; timeZone: z.ZodOptional; architecture: z.ZodOptional; connectionType: z.ZodOptional>; pairedAppleWatch: z.ZodOptional; appUptimeInMilliseconds: z.ZodOptional>; diskBytesAvailable: z.ZodOptional>; diskBytesTotal: z.ZodOptional>; batteryPercentage: z.ZodOptional; screenWidthInPoints: z.ZodOptional; screenHeightInPoints: z.ZodOptional; appPlatform: z.ZodOptional>; devicePlatform: z.ZodOptional>; deviceFamily: z.ZodOptional>; buildBundleId: z.ZodOptional; screenshots: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; tester: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaGroupsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[isInternalGroup]': z.ZodOptional>; 'filter[publicLinkEnabled]': z.ZodOptional>; 'filter[publicLinkLimitEnabled]': z.ZodOptional>; 'filter[publicLink]': z.ZodOptional>; 'filter[app]': z.ZodOptional>; 'filter[builds]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[betaGroups]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[betaTesters]': z.ZodOptional>>; 'fields[betaRecruitmentCriteria]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[betaTesters]': z.ZodOptional; 'limit[builds]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaGroups */ export declare const zBetaGroupsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; attributes: z.ZodOptional; deviceFamilyOsVersionFilters: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaGroupsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; attributes: z.ZodObject<{ name: z.ZodString; isInternalGroup: z.ZodOptional>; hasAccessToAllBuilds: z.ZodOptional>; publicLinkEnabled: z.ZodOptional>; publicLinkLimitEnabled: z.ZodOptional>; publicLinkLimit: z.ZodOptional>; feedbackEnabled: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; builds: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaGroup */ export declare const zBetaGroupsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; attributes: z.ZodOptional; deviceFamilyOsVersionFilters: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaGroupsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaGroupsDeleteInstanceResponse: z.ZodVoid; export declare const zBetaGroupsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[betaTesters]': z.ZodOptional>>; 'fields[betaRecruitmentCriteria]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[betaTesters]': z.ZodOptional; 'limit[builds]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaGroup */ export declare const zBetaGroupsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; attributes: z.ZodOptional; deviceFamilyOsVersionFilters: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaGroupsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional>; publicLinkEnabled: z.ZodOptional>; publicLinkLimitEnabled: z.ZodOptional>; publicLinkLimit: z.ZodOptional>; feedbackEnabled: z.ZodOptional>; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional>; iosBuildsAvailableForAppleVision: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaGroup */ export declare const zBetaGroupsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; attributes: z.ZodOptional; deviceFamilyOsVersionFilters: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaLicenseAgreementsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'fields[betaLicenseAgreements]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaLicenseAgreements */ export declare const zBetaLicenseAgreementsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaLicenseAgreementsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaLicenseAgreement */ export declare const zBetaLicenseAgreementsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaLicenseAgreementsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaLicenseAgreement */ export declare const zBetaLicenseAgreementsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaRecruitmentCriteriaCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; attributes: z.ZodObject<{ deviceFamilyOsVersionFilters: z.ZodArray>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; relationships: z.ZodObject<{ betaGroup: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaRecruitmentCriterion */ export declare const zBetaRecruitmentCriteriaCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; attributes: z.ZodOptional; deviceFamilyOsVersionFilters: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaRecruitmentCriteriaDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaRecruitmentCriteriaDeleteInstanceResponse: z.ZodVoid; export declare const zBetaRecruitmentCriteriaUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; attributes: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>, z.ZodNull]>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaRecruitmentCriterion */ export declare const zBetaRecruitmentCriteriaUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; attributes: z.ZodOptional; deviceFamilyOsVersionFilters: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaRecruitmentCriterionOptionsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaRecruitmentCriterionOptions */ export declare const zBetaRecruitmentCriterionOptionsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; osVersions: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTesterInvitationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaTesterInvitations: "betaTesterInvitations"; }>; relationships: z.ZodObject<{ betaTester: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaTesterInvitation */ export declare const zBetaTesterInvitationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaTesterInvitations: "betaTesterInvitations"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaTestersGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[lastName]': z.ZodOptional>; 'filter[email]': z.ZodOptional>; 'filter[inviteType]': z.ZodOptional>>; 'filter[apps]': z.ZodOptional>; 'filter[betaGroups]': z.ZodOptional>; 'filter[builds]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[betaTesters]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[betaGroups]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[apps]': z.ZodOptional; 'limit[betaGroups]': z.ZodOptional; 'limit[builds]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaTesters */ export declare const zBetaTestersGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTestersCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; attributes: z.ZodObject<{ firstName: z.ZodOptional>; lastName: z.ZodOptional>; email: z.ZodEmail; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BetaTester */ export declare const zBetaTestersCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaTestersDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zBetaTestersDeleteInstanceResponse: z.ZodUnion; export declare const zBetaTestersGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[betaGroups]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[apps]': z.ZodOptional; 'limit[betaGroups]': z.ZodOptional; 'limit[builds]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaTester */ export declare const zBetaTestersGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBetaDetailsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[buildBetaDetails]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BuildBetaDetails */ export declare const zBuildBetaDetailsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildBetaDetailsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BuildBetaDetail */ export declare const zBuildBetaDetailsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBetaDetailsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BuildBetaDetail */ export declare const zBuildBetaDetailsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBetaNotificationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBetaNotifications: "buildBetaNotifications"; }>; relationships: z.ZodObject<{ build: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BuildBetaNotification */ export declare const zBuildBetaNotificationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBetaNotifications: "buildBetaNotifications"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildUploadFilesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; attributes: z.ZodObject<{ assetType: z.ZodEnum<{ ASSET: "ASSET"; ASSET_DESCRIPTION: "ASSET_DESCRIPTION"; ASSET_SPI: "ASSET_SPI"; }>; fileName: z.ZodString; fileSize: z.ZodCoercedBigInt; uti: z.ZodEnum<{ "com.apple.binary-property-list": "com.apple.binary-property-list"; "com.apple.ipa": "com.apple.ipa"; "com.apple.pkg": "com.apple.pkg"; "com.apple.xml-property-list": "com.apple.xml-property-list"; "com.pkware.zip-archive": "com.pkware.zip-archive"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ buildUpload: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BuildUploadFile */ export declare const zBuildUploadFilesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; uti: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildUploadFilesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BuildUploadFile */ export declare const zBuildUploadFilesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; uti: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildUploadFilesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BuildUploadFile */ export declare const zBuildUploadFilesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; uti: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildUploadsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; attributes: z.ZodObject<{ cfBundleShortVersionString: z.ZodString; cfBundleVersion: z.ZodString; platform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; TV_OS: "TV_OS"; VISION_OS: "VISION_OS"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BuildUpload */ export declare const zBuildUploadsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; id: z.ZodString; attributes: z.ZodOptional; cfBundleVersion: z.ZodOptional; createdDate: z.ZodOptional; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetDescriptionFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetSpiFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; uti: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildUploadsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBuildUploadsDeleteInstanceResponse: z.ZodVoid; export declare const zBuildUploadsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BuildUpload */ export declare const zBuildUploadsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; id: z.ZodString; attributes: z.ZodOptional; cfBundleVersion: z.ZodOptional; createdDate: z.ZodOptional; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetDescriptionFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetSpiFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; uti: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[expired]': z.ZodOptional>; 'filter[processingState]': z.ZodOptional>>; 'filter[betaAppReviewSubmission.betaReviewState]': z.ZodOptional>>; 'filter[usesNonExemptEncryption]': z.ZodOptional>; 'filter[preReleaseVersion.version]': z.ZodOptional>; 'filter[preReleaseVersion.platform]': z.ZodOptional>>; 'filter[buildAudienceType]': z.ZodOptional>>; 'filter[preReleaseVersion]': z.ZodOptional>; 'filter[app]': z.ZodOptional>; 'filter[betaGroups]': z.ZodOptional>; 'filter[appStoreVersion]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'exists[usesNonExemptEncryption]': z.ZodOptional; sort: z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[preReleaseVersions]': z.ZodOptional>>; 'fields[betaTesters]': z.ZodOptional>>; 'fields[betaBuildLocalizations]': z.ZodOptional>>; 'fields[appEncryptionDeclarations]': z.ZodOptional>>; 'fields[betaAppReviewSubmissions]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[buildBetaDetails]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[buildIcons]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[betaBuildLocalizations]': z.ZodOptional; 'limit[betaGroups]': z.ZodOptional; 'limit[buildBundles]': z.ZodOptional; 'limit[icons]': z.ZodOptional; 'limit[individualTesters]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Builds */ export declare const zBuildsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBundles: "buildBundles"; }>; id: z.ZodString; attributes: z.ZodOptional; bundleType: z.ZodOptional>; sdkBuild: z.ZodOptional; platformBuild: z.ZodOptional; fileName: z.ZodOptional; hasSirikit: z.ZodOptional; hasOnDemandResources: z.ZodOptional; hasPrerenderedIcon: z.ZodOptional; usesLocationServices: z.ZodOptional; isIosBuildMacAppStoreCompatible: z.ZodOptional; includesSymbols: z.ZodOptional; dSYMUrl: z.ZodOptional; supportedArchitectures: z.ZodOptional>; requiredCapabilities: z.ZodOptional>; deviceProtocols: z.ZodOptional>; locales: z.ZodOptional>; entitlements: z.ZodOptional>>; baDownloadAllowance: z.ZodOptional; baMaxInstallSize: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDomainDebugStatus: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppClipInvocations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundleFileSizes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; id: z.ZodString; attributes: z.ZodOptional; cfBundleVersion: z.ZodOptional; createdDate: z.ZodOptional; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetDescriptionFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetSpiFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[preReleaseVersions]': z.ZodOptional>>; 'fields[betaTesters]': z.ZodOptional>>; 'fields[betaBuildLocalizations]': z.ZodOptional>>; 'fields[appEncryptionDeclarations]': z.ZodOptional>>; 'fields[betaAppReviewSubmissions]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[buildBetaDetails]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[buildIcons]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[betaBuildLocalizations]': z.ZodOptional; 'limit[betaGroups]': z.ZodOptional; 'limit[buildBundles]': z.ZodOptional; 'limit[icons]': z.ZodOptional; 'limit[individualTesters]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Build */ export declare const zBuildsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBundles: "buildBundles"; }>; id: z.ZodString; attributes: z.ZodOptional; bundleType: z.ZodOptional>; sdkBuild: z.ZodOptional; platformBuild: z.ZodOptional; fileName: z.ZodOptional; hasSirikit: z.ZodOptional; hasOnDemandResources: z.ZodOptional; hasPrerenderedIcon: z.ZodOptional; usesLocationServices: z.ZodOptional; isIosBuildMacAppStoreCompatible: z.ZodOptional; includesSymbols: z.ZodOptional; dSYMUrl: z.ZodOptional; supportedArchitectures: z.ZodOptional>; requiredCapabilities: z.ZodOptional>; deviceProtocols: z.ZodOptional>; locales: z.ZodOptional>; entitlements: z.ZodOptional>>; baDownloadAllowance: z.ZodOptional; baMaxInstallSize: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDomainDebugStatus: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppClipInvocations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundleFileSizes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; id: z.ZodString; attributes: z.ZodOptional; cfBundleVersion: z.ZodOptional; createdDate: z.ZodOptional; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetDescriptionFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetSpiFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single Build */ export declare const zBuildsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBundles: "buildBundles"; }>; id: z.ZodString; attributes: z.ZodOptional; bundleType: z.ZodOptional>; sdkBuild: z.ZodOptional; platformBuild: z.ZodOptional; fileName: z.ZodOptional; hasSirikit: z.ZodOptional; hasOnDemandResources: z.ZodOptional; hasPrerenderedIcon: z.ZodOptional; usesLocationServices: z.ZodOptional; isIosBuildMacAppStoreCompatible: z.ZodOptional; includesSymbols: z.ZodOptional; dSYMUrl: z.ZodOptional; supportedArchitectures: z.ZodOptional>; requiredCapabilities: z.ZodOptional>; deviceProtocols: z.ZodOptional>; locales: z.ZodOptional>; entitlements: z.ZodOptional>>; baDownloadAllowance: z.ZodOptional; baMaxInstallSize: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDomainDebugStatus: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppClipInvocations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundleFileSizes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; id: z.ZodString; attributes: z.ZodOptional; cfBundleVersion: z.ZodOptional; createdDate: z.ZodOptional; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetDescriptionFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetSpiFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBundleIdCapabilitiesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; attributes: z.ZodObject<{ capabilityType: z.ZodEnum<{ ICLOUD: "ICLOUD"; IN_APP_PURCHASE: "IN_APP_PURCHASE"; GAME_CENTER: "GAME_CENTER"; PUSH_NOTIFICATIONS: "PUSH_NOTIFICATIONS"; WALLET: "WALLET"; INTER_APP_AUDIO: "INTER_APP_AUDIO"; MAPS: "MAPS"; ASSOCIATED_DOMAINS: "ASSOCIATED_DOMAINS"; PERSONAL_VPN: "PERSONAL_VPN"; APP_GROUPS: "APP_GROUPS"; HEALTHKIT: "HEALTHKIT"; HOMEKIT: "HOMEKIT"; WIRELESS_ACCESSORY_CONFIGURATION: "WIRELESS_ACCESSORY_CONFIGURATION"; APPLE_PAY: "APPLE_PAY"; DATA_PROTECTION: "DATA_PROTECTION"; SIRIKIT: "SIRIKIT"; NETWORK_EXTENSIONS: "NETWORK_EXTENSIONS"; MULTIPATH: "MULTIPATH"; HOT_SPOT: "HOT_SPOT"; NFC_TAG_READING: "NFC_TAG_READING"; CLASSKIT: "CLASSKIT"; AUTOFILL_CREDENTIAL_PROVIDER: "AUTOFILL_CREDENTIAL_PROVIDER"; ACCESS_WIFI_INFORMATION: "ACCESS_WIFI_INFORMATION"; NETWORK_CUSTOM_PROTOCOL: "NETWORK_CUSTOM_PROTOCOL"; COREMEDIA_HLS_LOW_LATENCY: "COREMEDIA_HLS_LOW_LATENCY"; SYSTEM_EXTENSION_INSTALL: "SYSTEM_EXTENSION_INSTALL"; USER_MANAGEMENT: "USER_MANAGEMENT"; APPLE_ID_AUTH: "APPLE_ID_AUTH"; }>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>, z.ZodNull]>>; }, z.core.$strip>; relationships: z.ZodObject<{ bundleId: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BundleIdCapability */ export declare const zBundleIdCapabilitiesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBundleIdCapabilitiesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBundleIdCapabilitiesDeleteInstanceResponse: z.ZodVoid; export declare const zBundleIdCapabilitiesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>, z.ZodNull]>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BundleIdCapability */ export declare const zBundleIdCapabilitiesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBundleIdsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[platform]': z.ZodOptional>>; 'filter[identifier]': z.ZodOptional>; 'filter[seedId]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[bundleIds]': z.ZodOptional>>; 'fields[profiles]': z.ZodOptional>>; 'fields[bundleIdCapabilities]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[bundleIdCapabilities]': z.ZodOptional; 'limit[profiles]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BundleIds */ export declare const zBundleIdsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ profiles: "profiles"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBundleIdsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; attributes: z.ZodObject<{ name: z.ZodString; platform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; UNIVERSAL: "UNIVERSAL"; }>; identifier: z.ZodString; seedId: z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single BundleId */ export declare const zBundleIdsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ profiles: "profiles"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBundleIdsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBundleIdsDeleteInstanceResponse: z.ZodVoid; export declare const zBundleIdsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[profiles]': z.ZodOptional>>; 'fields[bundleIdCapabilities]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[bundleIdCapabilities]': z.ZodOptional; 'limit[profiles]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BundleId */ export declare const zBundleIdsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ profiles: "profiles"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBundleIdsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single BundleId */ export declare const zBundleIdsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIdCapabilities: "bundleIdCapabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ profiles: "profiles"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCertificatesGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[certificateType]': z.ZodOptional>>; 'filter[serialNumber]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[certificates]': z.ZodOptional>>; 'fields[passTypeIds]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Certificates */ export declare const zCertificatesGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCertificatesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; attributes: z.ZodObject<{ csrContent: z.ZodString; certificateType: z.ZodEnum<{ MAC_APP_DEVELOPMENT: "MAC_APP_DEVELOPMENT"; APPLE_PAY: "APPLE_PAY"; APPLE_PAY_MERCHANT_IDENTITY: "APPLE_PAY_MERCHANT_IDENTITY"; APPLE_PAY_PSP_IDENTITY: "APPLE_PAY_PSP_IDENTITY"; APPLE_PAY_RSA: "APPLE_PAY_RSA"; DEVELOPER_ID_KEXT: "DEVELOPER_ID_KEXT"; DEVELOPER_ID_KEXT_G2: "DEVELOPER_ID_KEXT_G2"; DEVELOPER_ID_APPLICATION: "DEVELOPER_ID_APPLICATION"; DEVELOPER_ID_APPLICATION_G2: "DEVELOPER_ID_APPLICATION_G2"; DEVELOPMENT: "DEVELOPMENT"; DISTRIBUTION: "DISTRIBUTION"; IDENTITY_ACCESS: "IDENTITY_ACCESS"; IOS_DEVELOPMENT: "IOS_DEVELOPMENT"; IOS_DISTRIBUTION: "IOS_DISTRIBUTION"; MAC_APP_DISTRIBUTION: "MAC_APP_DISTRIBUTION"; MAC_INSTALLER_DISTRIBUTION: "MAC_INSTALLER_DISTRIBUTION"; PASS_TYPE_ID: "PASS_TYPE_ID"; PASS_TYPE_ID_WITH_NFC: "PASS_TYPE_ID_WITH_NFC"; }>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; passTypeId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single Certificate */ export declare const zCertificatesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCertificatesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zCertificatesDeleteInstanceResponse: z.ZodVoid; export declare const zCertificatesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[passTypeIds]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Certificate */ export declare const zCertificatesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCertificatesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single Certificate */ export declare const zCertificatesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiArtifactsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CiArtifact */ export declare const zCiArtifactsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciArtifacts: "ciArtifacts"; }>; id: z.ZodString; attributes: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional; downloadUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiBuildActionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[ciBuildRuns]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CiBuildAction */ export declare const zCiBuildActionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciBuildActions: "ciBuildActions"; }>; id: z.ZodString; attributes: z.ZodOptional; actionType: z.ZodOptional>; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; artifacts: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; issues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; testResults: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; sourceCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; destinationCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; isPullRequestBuild: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; startReason: z.ZodOptional>; cancelReason: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; product: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; destinationBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiBuildRunsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciBuildRuns: "ciBuildRuns"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single CiBuildRun */ export declare const zCiBuildRunsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciBuildRuns: "ciBuildRuns"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; sourceCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; destinationCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; isPullRequestBuild: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; startReason: z.ZodOptional>; cancelReason: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; product: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; destinationBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmPullRequests: "scmPullRequests"; }>; id: z.ZodString; attributes: z.ZodOptional; number: z.ZodOptional; webUrl: z.ZodOptional; sourceRepositoryOwner: z.ZodOptional; sourceRepositoryName: z.ZodOptional; sourceBranchName: z.ZodOptional; destinationRepositoryOwner: z.ZodOptional; destinationRepositoryName: z.ZodOptional; destinationBranchName: z.ZodOptional; isClosed: z.ZodOptional; isCrossRepository: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiBuildRunsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[builds]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CiBuildRun */ export declare const zCiBuildRunsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciBuildRuns: "ciBuildRuns"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; sourceCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; destinationCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; isPullRequestBuild: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; startReason: z.ZodOptional>; cancelReason: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; product: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; destinationBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmPullRequests: "scmPullRequests"; }>; id: z.ZodString; attributes: z.ZodOptional; number: z.ZodOptional; webUrl: z.ZodOptional; sourceRepositoryOwner: z.ZodOptional; sourceRepositoryName: z.ZodOptional; sourceBranchName: z.ZodOptional; destinationRepositoryOwner: z.ZodOptional; destinationRepositoryName: z.ZodOptional; destinationBranchName: z.ZodOptional; isClosed: z.ZodOptional; isCrossRepository: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiIssuesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CiIssue */ export declare const zCiIssuesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciIssues: "ciIssues"; }>; id: z.ZodString; attributes: z.ZodOptional>; message: z.ZodOptional; fileSource: z.ZodOptional; lineNumber: z.ZodOptional; }, z.core.$strip>>; category: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiMacOsVersionsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; 'fields[ciXcodeVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[xcodeVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CiMacOsVersions */ export declare const zCiMacOsVersionsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiMacOsVersionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[ciXcodeVersions]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[xcodeVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CiMacOsVersion */ export declare const zCiMacOsVersionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciMacOsVersions: "ciMacOsVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiProductsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; 'filter[app]': z.ZodOptional>; 'fields[ciProducts]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[scmRepositories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[primaryRepositories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CiProducts */ export declare const zCiProductsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiProductsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zCiProductsDeleteInstanceResponse: z.ZodVoid; export declare const zCiProductsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[scmRepositories]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[primaryRepositories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CiProduct */ export declare const zCiProductsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiTestResultsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CiTestResult */ export declare const zCiTestResultsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciTestResults: "ciTestResults"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; status: z.ZodOptional>; fileSource: z.ZodOptional; lineNumber: z.ZodOptional; }, z.core.$strip>>; message: z.ZodOptional; destinationTestResults: z.ZodOptional; deviceName: z.ZodOptional; osVersion: z.ZodOptional; status: z.ZodOptional>; duration: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiWorkflowsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; attributes: z.ZodObject<{ name: z.ZodString; description: z.ZodString; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodArray; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>; isEnabled: z.ZodBoolean; isLockedForEditing: z.ZodOptional>; clean: z.ZodBoolean; containerFilePath: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ product: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; repository: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; xcodeVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciXcodeVersions: "ciXcodeVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; macOsVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciMacOsVersions: "ciMacOsVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single CiWorkflow */ export declare const zCiWorkflowsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciMacOsVersions: "ciMacOsVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciXcodeVersions: "ciXcodeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiWorkflowsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zCiWorkflowsDeleteInstanceResponse: z.ZodVoid; export declare const zCiWorkflowsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[scmRepositories]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CiWorkflow */ export declare const zCiWorkflowsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciMacOsVersions: "ciMacOsVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciXcodeVersions: "ciXcodeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiWorkflowsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional>; description: z.ZodOptional>; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>, z.ZodNull]>>; isEnabled: z.ZodOptional>; isLockedForEditing: z.ZodOptional>; clean: z.ZodOptional>; containerFilePath: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single CiWorkflow */ export declare const zCiWorkflowsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciMacOsVersions: "ciMacOsVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciXcodeVersions: "ciXcodeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiXcodeVersionsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; 'fields[ciMacOsVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[macOsVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CiXcodeVersions */ export declare const zCiXcodeVersionsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiXcodeVersionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[ciMacOsVersions]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[macOsVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CiXcodeVersion */ export declare const zCiXcodeVersionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciXcodeVersions: "ciXcodeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCustomerReviewResponsesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ customerReviewResponses: "customerReviewResponses"; }>; attributes: z.ZodObject<{ responseBody: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ review: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ customerReviews: "customerReviews"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single CustomerReviewResponse */ export declare const zCustomerReviewResponsesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ customerReviewResponses: "customerReviewResponses"; }>; id: z.ZodString; attributes: z.ZodOptional; lastModifiedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; title: z.ZodOptional; body: z.ZodOptional; reviewerNickname: z.ZodOptional; createdDate: z.ZodOptional; territory: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCustomerReviewResponsesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zCustomerReviewResponsesDeleteInstanceResponse: z.ZodVoid; export declare const zCustomerReviewResponsesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CustomerReviewResponse */ export declare const zCustomerReviewResponsesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ customerReviewResponses: "customerReviewResponses"; }>; id: z.ZodString; attributes: z.ZodOptional; lastModifiedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; title: z.ZodOptional; body: z.ZodOptional; reviewerNickname: z.ZodOptional; createdDate: z.ZodOptional; territory: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCustomerReviewsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[customerReviewResponses]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CustomerReview */ export declare const zCustomerReviewsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ customerReviews: "customerReviews"; }>; id: z.ZodString; attributes: z.ZodOptional; title: z.ZodOptional; body: z.ZodOptional; reviewerNickname: z.ZodOptional; createdDate: z.ZodOptional; territory: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; lastModifiedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zDevicesGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[platform]': z.ZodOptional>>; 'filter[udid]': z.ZodOptional>; 'filter[status]': z.ZodOptional>>; 'filter[id]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[devices]': z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Devices */ export declare const zDevicesGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zDevicesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; attributes: z.ZodObject<{ name: z.ZodString; platform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; UNIVERSAL: "UNIVERSAL"; }>; udid: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single Device */ export declare const zDevicesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zDevicesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Device */ export declare const zDevicesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zDevicesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; id: z.ZodString; attributes: z.ZodOptional>; status: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single Device */ export declare const zDevicesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zEndAppAvailabilityPreOrdersCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endAppAvailabilityPreOrders: "endAppAvailabilityPreOrders"; }>; relationships: z.ZodObject<{ territoryAvailabilities: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single EndAppAvailabilityPreOrder */ export declare const zEndAppAvailabilityPreOrdersCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endAppAvailabilityPreOrders: "endAppAvailabilityPreOrders"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zEndUserLicenseAgreementsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; attributes: z.ZodObject<{ agreementText: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; territories: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single EndUserLicenseAgreement */ export declare const zEndUserLicenseAgreementsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zEndUserLicenseAgreementsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zEndUserLicenseAgreementsDeleteInstanceResponse: z.ZodVoid; export declare const zEndUserLicenseAgreementsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[territories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single EndUserLicenseAgreement */ export declare const zEndUserLicenseAgreementsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zEndUserLicenseAgreementsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single EndUserLicenseAgreement */ export declare const zEndUserLicenseAgreementsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zFinanceReportsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodObject<{ 'filter[vendorNumber]': z.ZodArray; 'filter[reportType]': z.ZodArray>; 'filter[regionCode]': z.ZodArray; 'filter[reportDate]': z.ZodArray; }, z.core.$strip>; }, z.core.$strip>; /** * List of FinanceReports */ export declare const zFinanceReportsGetCollectionResponse: z.ZodString; export declare const zGameCenterAchievementImagesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterAchievementLocalization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievementImage */ export declare const zGameCenterAchievementImagesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementImagesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterAchievementImagesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterAchievementImagesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAchievementImage */ export declare const zGameCenterAchievementImagesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementImagesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievementImage */ export declare const zGameCenterAchievementImagesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementImagesV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ localization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievementImage */ export declare const zGameCenterAchievementImagesV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementImagesV2DeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterAchievementImagesV2DeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterAchievementImagesV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAchievementImage */ export declare const zGameCenterAchievementImagesV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementImagesV2UpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievementImage */ export declare const zGameCenterAchievementImagesV2UpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationsV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; beforeEarnedDescription: z.ZodString; afterEarnedDescription: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievementLocalization */ export declare const zGameCenterAchievementLocalizationsV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationsV2DeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterAchievementLocalizationsV2DeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterAchievementLocalizationsV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterAchievementImages]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAchievementLocalization */ export declare const zGameCenterAchievementLocalizationsV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationsV2UpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; beforeEarnedDescription: z.ZodOptional>; afterEarnedDescription: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievementLocalization */ export declare const zGameCenterAchievementLocalizationsV2UpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; beforeEarnedDescription: z.ZodString; afterEarnedDescription: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterAchievement: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievementLocalization */ export declare const zGameCenterAchievementLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterAchievementLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterAchievementLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterAchievementImages]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAchievementLocalization */ export declare const zGameCenterAchievementLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; beforeEarnedDescription: z.ZodOptional>; afterEarnedDescription: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievementLocalization */ export declare const zGameCenterAchievementLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementReleasesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; gameCenterAchievement: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievementRelease */ export declare const zGameCenterAchievementReleasesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementReleasesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterAchievementReleasesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterAchievementReleasesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAchievementRelease */ export declare const zGameCenterAchievementReleasesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementVersionsV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; relationships: z.ZodObject<{ achievement: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievementVersion */ export declare const zGameCenterAchievementVersionsV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementVersionsV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterAchievementLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAchievementVersion */ export declare const zGameCenterAchievementVersionsV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementsV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; vendorIdentifier: z.ZodString; points: z.ZodInt; showBeforeEarned: z.ZodBoolean; repeatable: z.ZodBoolean; activityProperties: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievement */ export declare const zGameCenterAchievementsV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementsV2DeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterAchievementsV2DeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterAchievementsV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterAchievementVersions]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAchievement */ export declare const zGameCenterAchievementsV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementsV2UpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional>; points: z.ZodOptional>; showBeforeEarned: z.ZodOptional>; repeatable: z.ZodOptional>; archived: z.ZodOptional>; activityProperties: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievement */ export declare const zGameCenterAchievementsV2UpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; vendorIdentifier: z.ZodString; points: z.ZodInt; showBeforeEarned: z.ZodBoolean; repeatable: z.ZodBoolean; activityProperties: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievement */ export declare const zGameCenterAchievementsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterAchievementsDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterAchievementsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterAchievementLocalizations]': z.ZodOptional>>; 'fields[gameCenterAchievementReleases]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAchievement */ export declare const zGameCenterAchievementsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional>; points: z.ZodOptional>; showBeforeEarned: z.ZodOptional>; repeatable: z.ZodOptional>; archived: z.ZodOptional>; activityProperties: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAchievement */ export declare const zGameCenterAchievementsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivitiesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; vendorIdentifier: z.ZodString; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional>; maximumPlayersCount: z.ZodOptional>; supportsPartyCode: z.ZodOptional>; properties: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterActivity */ export declare const zGameCenterActivitiesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivitiesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterActivitiesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterActivitiesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterActivityVersions]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[achievements]': z.ZodOptional; 'limit[achievementsV2]': z.ZodOptional; 'limit[leaderboards]': z.ZodOptional; 'limit[leaderboardsV2]': z.ZodOptional; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterActivity */ export declare const zGameCenterActivitiesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivitiesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional>; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional>; maximumPlayersCount: z.ZodOptional>; supportsPartyCode: z.ZodOptional>; archived: z.ZodOptional>; properties: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterActivity */ export declare const zGameCenterActivitiesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityImagesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; version: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterActivityImage */ export declare const zGameCenterActivityImagesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityImagesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterActivityImagesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterActivityImagesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterActivityImage */ export declare const zGameCenterActivityImagesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityImagesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterActivityImage */ export declare const zGameCenterActivityImagesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; description: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterActivityLocalization */ export declare const zGameCenterActivityLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterActivityLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterActivityLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterActivityImages]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterActivityLocalization */ export declare const zGameCenterActivityLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterActivityLocalization */ export declare const zGameCenterActivityLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityVersionReleasesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterActivityVersionRelease */ export declare const zGameCenterActivityVersionReleasesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityVersionReleasesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterActivityVersionReleasesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterActivityVersionReleasesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterActivityVersionRelease */ export declare const zGameCenterActivityVersionReleasesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityVersionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ activity: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterActivityVersion */ export declare const zGameCenterActivityVersionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityVersionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterActivityLocalizations]': z.ZodOptional>>; 'fields[gameCenterActivityImages]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterActivityVersion */ export declare const zGameCenterActivityVersionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityVersionsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterActivityVersion */ export declare const zGameCenterActivityVersionsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAppVersionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAppVersion */ export declare const zGameCenterAppVersionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAppVersionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[compatibilityVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAppVersion */ export declare const zGameCenterAppVersionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAppVersionsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterAppVersion */ export declare const zGameCenterAppVersionsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeImagesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; version: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterChallengeImage */ export declare const zGameCenterChallengeImagesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeImagesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterChallengeImagesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterChallengeImagesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterChallengeImage */ export declare const zGameCenterChallengeImagesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeImagesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterChallengeImage */ export declare const zGameCenterChallengeImagesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; description: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterChallengeLocalization */ export declare const zGameCenterChallengeLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterChallengeLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterChallengeLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterChallengeImages]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterChallengeLocalization */ export declare const zGameCenterChallengeLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterChallengeLocalization */ export declare const zGameCenterChallengeLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeVersionReleasesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterChallengeVersionRelease */ export declare const zGameCenterChallengeVersionReleasesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeVersionReleasesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterChallengeVersionReleasesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterChallengeVersionReleasesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterChallengeVersionRelease */ export declare const zGameCenterChallengeVersionReleasesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeVersionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; relationships: z.ZodObject<{ challenge: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterChallengeVersion */ export declare const zGameCenterChallengeVersionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeVersionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterChallengeLocalizations]': z.ZodOptional>>; 'fields[gameCenterChallengeImages]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterChallengeVersion */ export declare const zGameCenterChallengeVersionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; vendorIdentifier: z.ZodString; challengeType: z.ZodEnum<{ LEADERBOARD: "LEADERBOARD"; }>; repeatable: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterChallenge */ export declare const zGameCenterChallengesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterChallengesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterChallengesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterChallengeVersions]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterChallenge */ export declare const zGameCenterChallengesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional>; archived: z.ZodOptional>; repeatable: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterChallenge */ export declare const zGameCenterChallengesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterDetailsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterDetail */ export declare const zGameCenterDetailsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterDetailsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterAppVersions]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; 'fields[gameCenterAchievementReleases]': z.ZodOptional>>; 'fields[gameCenterActivityVersionReleases]': z.ZodOptional>>; 'fields[gameCenterChallengeVersionReleases]': z.ZodOptional>>; 'fields[gameCenterLeaderboardReleases]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetReleases]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[achievementReleases]': z.ZodOptional; 'limit[activityReleases]': z.ZodOptional; 'limit[challengeReleases]': z.ZodOptional; 'limit[challengesMinimumPlatformVersions]': z.ZodOptional; 'limit[gameCenterAchievements]': z.ZodOptional; 'limit[gameCenterAchievementsV2]': z.ZodOptional; 'limit[gameCenterActivities]': z.ZodOptional; 'limit[gameCenterAppVersions]': z.ZodOptional; 'limit[gameCenterChallenges]': z.ZodOptional; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[gameCenterLeaderboardSetsV2]': z.ZodOptional; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[gameCenterLeaderboardsV2]': z.ZodOptional; 'limit[leaderboardReleases]': z.ZodOptional; 'limit[leaderboardSetReleases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterDetail */ export declare const zGameCenterDetailsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterDetailsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterDetail */ export declare const zGameCenterDetailsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterGroupsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[gameCenterAchievements]': z.ZodOptional; 'limit[gameCenterAchievementsV2]': z.ZodOptional; 'limit[gameCenterActivities]': z.ZodOptional; 'limit[gameCenterChallenges]': z.ZodOptional; 'limit[gameCenterDetails]': z.ZodOptional; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[gameCenterLeaderboardSetsV2]': z.ZodOptional; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[gameCenterLeaderboardsV2]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterGroups */ export declare const zGameCenterGroupsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterGroup */ export declare const zGameCenterGroupsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterGroupsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterGroupsDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterGroupsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[gameCenterAchievements]': z.ZodOptional; 'limit[gameCenterAchievementsV2]': z.ZodOptional; 'limit[gameCenterActivities]': z.ZodOptional; 'limit[gameCenterChallenges]': z.ZodOptional; 'limit[gameCenterDetails]': z.ZodOptional; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[gameCenterLeaderboardSetsV2]': z.ZodOptional; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[gameCenterLeaderboardsV2]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterGroup */ export declare const zGameCenterGroupsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterGroupsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterGroup */ export declare const zGameCenterGroupsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardEntrySubmissionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardEntrySubmissions: "gameCenterLeaderboardEntrySubmissions"; }>; attributes: z.ZodObject<{ bundleId: z.ZodString; challengeIds: z.ZodOptional, z.ZodNull]>>; context: z.ZodOptional>; scopedPlayerId: z.ZodString; score: z.ZodString; submittedDate: z.ZodOptional>; vendorIdentifier: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardEntrySubmission */ export declare const zGameCenterLeaderboardEntrySubmissionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardEntrySubmissions: "gameCenterLeaderboardEntrySubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeIds: z.ZodOptional>; context: z.ZodOptional; scopedPlayerId: z.ZodOptional; score: z.ZodOptional; submittedDate: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardImagesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterLeaderboardLocalization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardImage */ export declare const zGameCenterLeaderboardImagesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardImagesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardImagesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardImagesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardImage */ export declare const zGameCenterLeaderboardImagesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardImagesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardImage */ export declare const zGameCenterLeaderboardImagesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardImagesV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ localization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardImage */ export declare const zGameCenterLeaderboardImagesV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardImagesV2DeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardImagesV2DeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardImagesV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardImage */ export declare const zGameCenterLeaderboardImagesV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardImagesV2UpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardImage */ export declare const zGameCenterLeaderboardImagesV2UpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional>; formatterSuffixSingular: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterLeaderboard: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardLocalization */ export declare const zGameCenterLeaderboardLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardImages]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardLocalization */ export declare const zGameCenterLeaderboardLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional>; formatterSuffixSingular: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardLocalization */ export declare const zGameCenterLeaderboardLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardLocalizationsV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional>; formatterSuffixSingular: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardLocalization */ export declare const zGameCenterLeaderboardLocalizationsV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardLocalizationsV2DeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardLocalizationsV2DeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardLocalizationsV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardImages]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardLocalization */ export declare const zGameCenterLeaderboardLocalizationsV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardLocalizationsV2UpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional>; formatterSuffixSingular: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardLocalization */ export declare const zGameCenterLeaderboardLocalizationsV2UpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardReleasesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; gameCenterLeaderboard: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardRelease */ export declare const zGameCenterLeaderboardReleasesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardReleasesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardReleasesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardReleasesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardRelease */ export declare const zGameCenterLeaderboardReleasesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetImagesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterLeaderboardSetLocalization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetImage */ export declare const zGameCenterLeaderboardSetImagesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetImagesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetImagesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetImagesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetImage */ export declare const zGameCenterLeaderboardSetImagesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetImagesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetImage */ export declare const zGameCenterLeaderboardSetImagesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetImagesV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ localization: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetImage */ export declare const zGameCenterLeaderboardSetImagesV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetImagesV2DeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetImagesV2DeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetImagesV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetImage */ export declare const zGameCenterLeaderboardSetImagesV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetImagesV2UpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetImage */ export declare const zGameCenterLeaderboardSetImagesV2UpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterLeaderboardSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetLocalization */ export declare const zGameCenterLeaderboardSetLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardSetImages]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetLocalization */ export declare const zGameCenterLeaderboardSetLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetLocalization */ export declare const zGameCenterLeaderboardSetLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetLocalizationsV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; attributes: z.ZodObject<{ locale: z.ZodString; name: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ version: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetLocalization */ export declare const zGameCenterLeaderboardSetLocalizationsV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetLocalizationsV2DeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetLocalizationsV2DeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetLocalizationsV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardSetImages]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetLocalization */ export declare const zGameCenterLeaderboardSetLocalizationsV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetLocalizationsV2UpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetLocalization */ export declare const zGameCenterLeaderboardSetLocalizationsV2UpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetMemberLocalizationsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodObject<{ 'filter[gameCenterLeaderboardSet]': z.ZodArray; 'filter[gameCenterLeaderboard]': z.ZodArray; 'fields[gameCenterLeaderboardSetMemberLocalizations]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>; }, z.core.$strip>; /** * List of GameCenterLeaderboardSetMemberLocalizations */ export declare const zGameCenterLeaderboardSetMemberLocalizationsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetMemberLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetMemberLocalizations: "gameCenterLeaderboardSetMemberLocalizations"; }>; attributes: z.ZodOptional>; locale: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ gameCenterLeaderboardSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; gameCenterLeaderboard: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetMemberLocalization */ export declare const zGameCenterLeaderboardSetMemberLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetMemberLocalizations: "gameCenterLeaderboardSetMemberLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetMemberLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetMemberLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetMemberLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetMemberLocalizations: "gameCenterLeaderboardSetMemberLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetMemberLocalization */ export declare const zGameCenterLeaderboardSetMemberLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetMemberLocalizations: "gameCenterLeaderboardSetMemberLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetReleasesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; gameCenterLeaderboardSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetRelease */ export declare const zGameCenterLeaderboardSetReleasesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetReleasesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetReleasesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetReleasesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetRelease */ export declare const zGameCenterLeaderboardSetReleasesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetVersionsV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; relationships: z.ZodObject<{ leaderboardSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetVersion */ export declare const zGameCenterLeaderboardSetVersionsV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetVersionsV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardSetLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetVersion */ export declare const zGameCenterLeaderboardSetVersionsV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; vendorIdentifier: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSet */ export declare const zGameCenterLeaderboardSetsV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsV2DeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetsV2DeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetsV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetVersions]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardSet */ export declare const zGameCenterLeaderboardSetsV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsV2UpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSet */ export declare const zGameCenterLeaderboardSetsV2UpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; vendorIdentifier: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSet */ export declare const zGameCenterLeaderboardSetsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetsDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardSetLocalizations]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetReleases]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardSet */ export declare const zGameCenterLeaderboardSetsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardSet */ export declare const zGameCenterLeaderboardSetsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardVersionsV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; relationships: z.ZodObject<{ leaderboard: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboardVersion */ export declare const zGameCenterLeaderboardVersionsV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardVersionsV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardVersion */ export declare const zGameCenterLeaderboardVersionsV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; attributes: z.ZodObject<{ defaultFormatter: z.ZodEnum<{ INTEGER: "INTEGER"; DECIMAL_POINT_1_PLACE: "DECIMAL_POINT_1_PLACE"; DECIMAL_POINT_2_PLACE: "DECIMAL_POINT_2_PLACE"; DECIMAL_POINT_3_PLACE: "DECIMAL_POINT_3_PLACE"; ELAPSED_TIME_CENTISECOND: "ELAPSED_TIME_CENTISECOND"; ELAPSED_TIME_MINUTE: "ELAPSED_TIME_MINUTE"; ELAPSED_TIME_SECOND: "ELAPSED_TIME_SECOND"; MONEY_POUND_DECIMAL: "MONEY_POUND_DECIMAL"; MONEY_POUND: "MONEY_POUND"; MONEY_DOLLAR_DECIMAL: "MONEY_DOLLAR_DECIMAL"; MONEY_DOLLAR: "MONEY_DOLLAR"; MONEY_EURO_DECIMAL: "MONEY_EURO_DECIMAL"; MONEY_EURO: "MONEY_EURO"; MONEY_FRANC_DECIMAL: "MONEY_FRANC_DECIMAL"; MONEY_FRANC: "MONEY_FRANC"; MONEY_KRONER_DECIMAL: "MONEY_KRONER_DECIMAL"; MONEY_KRONER: "MONEY_KRONER"; MONEY_YEN: "MONEY_YEN"; }>; referenceName: z.ZodString; vendorIdentifier: z.ZodString; submissionType: z.ZodEnum<{ BEST_SCORE: "BEST_SCORE"; MOST_RECENT_SCORE: "MOST_RECENT_SCORE"; }>; scoreSortType: z.ZodEnum<{ ASC: "ASC"; DESC: "DESC"; }>; scoreRangeStart: z.ZodOptional>; scoreRangeEnd: z.ZodOptional>; recurrenceStartDate: z.ZodOptional>; recurrenceDuration: z.ZodOptional>; recurrenceRule: z.ZodOptional>; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboard */ export declare const zGameCenterLeaderboardsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardsDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardLocalizations]': z.ZodOptional>>; 'fields[gameCenterLeaderboardReleases]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboard */ export declare const zGameCenterLeaderboardsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional>; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional>; scoreRangeEnd: z.ZodOptional>; recurrenceStartDate: z.ZodOptional>; recurrenceDuration: z.ZodOptional>; recurrenceRule: z.ZodOptional>; archived: z.ZodOptional>; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboard */ export declare const zGameCenterLeaderboardsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; attributes: z.ZodObject<{ defaultFormatter: z.ZodEnum<{ INTEGER: "INTEGER"; DECIMAL_POINT_1_PLACE: "DECIMAL_POINT_1_PLACE"; DECIMAL_POINT_2_PLACE: "DECIMAL_POINT_2_PLACE"; DECIMAL_POINT_3_PLACE: "DECIMAL_POINT_3_PLACE"; ELAPSED_TIME_CENTISECOND: "ELAPSED_TIME_CENTISECOND"; ELAPSED_TIME_MINUTE: "ELAPSED_TIME_MINUTE"; ELAPSED_TIME_SECOND: "ELAPSED_TIME_SECOND"; MONEY_POUND_DECIMAL: "MONEY_POUND_DECIMAL"; MONEY_POUND: "MONEY_POUND"; MONEY_DOLLAR_DECIMAL: "MONEY_DOLLAR_DECIMAL"; MONEY_DOLLAR: "MONEY_DOLLAR"; MONEY_EURO_DECIMAL: "MONEY_EURO_DECIMAL"; MONEY_EURO: "MONEY_EURO"; MONEY_FRANC_DECIMAL: "MONEY_FRANC_DECIMAL"; MONEY_FRANC: "MONEY_FRANC"; MONEY_KRONER_DECIMAL: "MONEY_KRONER_DECIMAL"; MONEY_KRONER: "MONEY_KRONER"; MONEY_YEN: "MONEY_YEN"; }>; referenceName: z.ZodString; vendorIdentifier: z.ZodString; submissionType: z.ZodEnum<{ BEST_SCORE: "BEST_SCORE"; MOST_RECENT_SCORE: "MOST_RECENT_SCORE"; }>; scoreSortType: z.ZodEnum<{ ASC: "ASC"; DESC: "DESC"; }>; scoreRangeStart: z.ZodOptional>; scoreRangeEnd: z.ZodOptional>; recurrenceStartDate: z.ZodOptional>; recurrenceDuration: z.ZodOptional>; recurrenceRule: z.ZodOptional>; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ gameCenterDetail: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboard */ export declare const zGameCenterLeaderboardsV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsV2DeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardsV2DeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterLeaderboardsV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardVersions]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboard */ export declare const zGameCenterLeaderboardsV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsV2UpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional>; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional>; scoreRangeEnd: z.ZodOptional>; recurrenceStartDate: z.ZodOptional>; recurrenceDuration: z.ZodOptional>; recurrenceRule: z.ZodOptional>; archived: z.ZodOptional>; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterLeaderboard */ export declare const zGameCenterLeaderboardsV2UpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterMatchmakingQueuesGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterMatchmakingQueues */ export declare const zGameCenterMatchmakingQueuesGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingQueuesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; classicMatchmakingBundleIds: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>; relationships: z.ZodObject<{ ruleSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterMatchmakingQueue */ export declare const zGameCenterMatchmakingQueuesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterMatchmakingQueuesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterMatchmakingQueuesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterMatchmakingQueuesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterMatchmakingQueue */ export declare const zGameCenterMatchmakingQueuesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterMatchmakingQueuesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; id: z.ZodString; attributes: z.ZodOptional, z.ZodNull]>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterMatchmakingQueue */ export declare const zGameCenterMatchmakingQueuesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetTestsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSetTests: "gameCenterMatchmakingRuleSetTests"; }>; relationships: z.ZodObject<{ matchmakingRuleSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; matchmakingRequests: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodObject<{ playerId: z.ZodString; properties: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>, z.ZodNull]>>; }, z.core.$strip>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTestRequests: "gameCenterMatchmakingTestRequests"; }>; id: z.ZodOptional; attributes: z.ZodObject<{ requestName: z.ZodString; secondsInQueue: z.ZodInt; locale: z.ZodOptional>; location: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; minPlayers: z.ZodOptional>; maxPlayers: z.ZodOptional>; playerCount: z.ZodOptional>; bundleId: z.ZodString; platform: z.ZodEnum<{ IOS: "IOS"; MAC_OS: "MAC_OS"; TV_OS: "TV_OS"; VISION_OS: "VISION_OS"; }>; appVersion: z.ZodString; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>]>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterMatchmakingRuleSetTest */ export declare const zGameCenterMatchmakingRuleSetTestsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSetTests: "gameCenterMatchmakingRuleSetTests"; }>; id: z.ZodString; attributes: z.ZodOptional; teamAssignments: z.ZodOptional; team: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTestPlayerProperties: "gameCenterMatchmakingTestPlayerProperties"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTestRequests: "gameCenterMatchmakingTestRequests"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; 'fields[gameCenterMatchmakingTeams]': z.ZodOptional>>; 'fields[gameCenterMatchmakingRules]': z.ZodOptional>>; 'fields[gameCenterMatchmakingQueues]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[matchmakingQueues]': z.ZodOptional; 'limit[rules]': z.ZodOptional; 'limit[teams]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterMatchmakingRuleSets */ export declare const zGameCenterMatchmakingRuleSetsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; type: z.ZodOptional>; expression: z.ZodOptional; weight: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; id: z.ZodString; attributes: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; ruleLanguageVersion: z.ZodInt; minPlayers: z.ZodInt; maxPlayers: z.ZodInt; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterMatchmakingRuleSet */ export declare const zGameCenterMatchmakingRuleSetsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; type: z.ZodOptional>; expression: z.ZodOptional; weight: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; id: z.ZodString; attributes: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterMatchmakingRuleSetsDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterMatchmakingRuleSetsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterMatchmakingTeams]': z.ZodOptional>>; 'fields[gameCenterMatchmakingRules]': z.ZodOptional>>; 'fields[gameCenterMatchmakingQueues]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[matchmakingQueues]': z.ZodOptional; 'limit[rules]': z.ZodOptional; 'limit[teams]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterMatchmakingRuleSet */ export declare const zGameCenterMatchmakingRuleSetsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; type: z.ZodOptional>; expression: z.ZodOptional; weight: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; id: z.ZodString; attributes: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; maxPlayers: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterMatchmakingRuleSet */ export declare const zGameCenterMatchmakingRuleSetsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingQueues: "gameCenterMatchmakingQueues"; }>; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; type: z.ZodOptional>; expression: z.ZodOptional; weight: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; id: z.ZodString; attributes: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRulesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; description: z.ZodString; type: z.ZodEnum<{ COMPATIBLE: "COMPATIBLE"; DISTANCE: "DISTANCE"; MATCH: "MATCH"; TEAM: "TEAM"; }>; expression: z.ZodString; weight: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ ruleSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterMatchmakingRule */ export declare const zGameCenterMatchmakingRulesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; type: z.ZodOptional>; expression: z.ZodOptional; weight: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRulesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterMatchmakingRulesDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterMatchmakingRulesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; id: z.ZodString; attributes: z.ZodOptional>; expression: z.ZodOptional>; weight: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterMatchmakingRule */ export declare const zGameCenterMatchmakingRulesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRules: "gameCenterMatchmakingRules"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; type: z.ZodOptional>; expression: z.ZodOptional; weight: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterMatchmakingTeamsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; minPlayers: z.ZodInt; maxPlayers: z.ZodInt; }, z.core.$strip>; relationships: z.ZodObject<{ ruleSet: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingRuleSets: "gameCenterMatchmakingRuleSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterMatchmakingTeam */ export declare const zGameCenterMatchmakingTeamsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; id: z.ZodString; attributes: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterMatchmakingTeamsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterMatchmakingTeamsDeleteInstanceResponse: z.ZodVoid; export declare const zGameCenterMatchmakingTeamsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; id: z.ZodString; attributes: z.ZodOptional>; maxPlayers: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterMatchmakingTeam */ export declare const zGameCenterMatchmakingTeamsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterMatchmakingTeams: "gameCenterMatchmakingTeams"; }>; id: z.ZodString; attributes: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterPlayerAchievementSubmissionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterPlayerAchievementSubmissions: "gameCenterPlayerAchievementSubmissions"; }>; attributes: z.ZodObject<{ bundleId: z.ZodString; challengeIds: z.ZodOptional, z.ZodNull]>>; percentageAchieved: z.ZodInt; scopedPlayerId: z.ZodString; submittedDate: z.ZodOptional>; vendorIdentifier: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single GameCenterPlayerAchievementSubmission */ export declare const zGameCenterPlayerAchievementSubmissionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterPlayerAchievementSubmissions: "gameCenterPlayerAchievementSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeIds: z.ZodOptional>; percentageAchieved: z.ZodOptional; scopedPlayerId: z.ZodOptional; submittedDate: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseAppStoreReviewScreenshotsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ inAppPurchaseV2: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseAppStoreReviewScreenshot */ export declare const zInAppPurchaseAppStoreReviewScreenshotsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseAppStoreReviewScreenshotsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zInAppPurchaseAppStoreReviewScreenshotsDeleteInstanceResponse: z.ZodVoid; export declare const zInAppPurchaseAppStoreReviewScreenshotsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchaseAppStoreReviewScreenshot */ export declare const zInAppPurchaseAppStoreReviewScreenshotsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseAppStoreReviewScreenshotsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseAppStoreReviewScreenshot */ export declare const zInAppPurchaseAppStoreReviewScreenshotsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseAvailabilitiesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; attributes: z.ZodObject<{ availableInNewTerritories: z.ZodBoolean; }, z.core.$strip>; relationships: z.ZodObject<{ inAppPurchase: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; availableTerritories: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseAvailability */ export declare const zInAppPurchaseAvailabilitiesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseAvailabilitiesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[availableTerritories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchaseAvailability */ export declare const zInAppPurchaseAvailabilitiesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseContentsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchaseContent */ export declare const zInAppPurchaseContentsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseContents: "inAppPurchaseContents"; }>; id: z.ZodString; attributes: z.ZodOptional; fileSize: z.ZodOptional; url: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseImagesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ inAppPurchase: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseImage */ export declare const zInAppPurchaseImagesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseImagesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zInAppPurchaseImagesDeleteInstanceResponse: z.ZodVoid; export declare const zInAppPurchaseImagesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchaseImage */ export declare const zInAppPurchaseImagesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseImagesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseImage */ export declare const zInAppPurchaseImagesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; attributes: z.ZodObject<{ name: z.ZodString; locale: z.ZodString; description: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ inAppPurchaseV2: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseLocalization */ export declare const zInAppPurchaseLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zInAppPurchaseLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zInAppPurchaseLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchaseLocalization */ export declare const zInAppPurchaseLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseLocalization */ export declare const zInAppPurchaseLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodeCustomCodesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; attributes: z.ZodObject<{ customCode: z.ZodString; numberOfCodes: z.ZodInt; expirationDate: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ offerCode: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseOfferCodeCustomCode */ export declare const zInAppPurchaseOfferCodeCustomCodesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodeCustomCodesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchaseOfferCodeCustomCode */ export declare const zInAppPurchaseOfferCodeCustomCodesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodeCustomCodesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseOfferCodeCustomCode */ export declare const zInAppPurchaseOfferCodeCustomCodesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodeOneTimeUseCodesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; attributes: z.ZodObject<{ numberOfCodes: z.ZodInt; expirationDate: z.ZodISODate; environment: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ offerCode: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseOfferCodeOneTimeUseCode */ export declare const zInAppPurchaseOfferCodeOneTimeUseCodesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodeOneTimeUseCodesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchaseOfferCodeOneTimeUseCode */ export declare const zInAppPurchaseOfferCodeOneTimeUseCodesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodeOneTimeUseCodesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseOfferCodeOneTimeUseCode */ export declare const zInAppPurchaseOfferCodeOneTimeUseCodesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; attributes: z.ZodObject<{ name: z.ZodString; customerEligibilities: z.ZodArray>; }, z.core.$strip>; relationships: z.ZodObject<{ inAppPurchase: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; prices: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseOfferCode */ export declare const zInAppPurchaseOfferCodesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferPrices: "inAppPurchaseOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[inAppPurchaseOfferCodeOneTimeUseCodes]': z.ZodOptional>>; 'fields[inAppPurchaseOfferCodeCustomCodes]': z.ZodOptional>>; 'fields[inAppPurchaseOfferPrices]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[customCodes]': z.ZodOptional; 'limit[oneTimeUseCodes]': z.ZodOptional; 'limit[prices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchaseOfferCode */ export declare const zInAppPurchaseOfferCodesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferPrices: "inAppPurchaseOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseOfferCode */ export declare const zInAppPurchaseOfferCodesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferPrices: "inAppPurchaseOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasePriceSchedulesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; relationships: z.ZodObject<{ inAppPurchase: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; baseTerritory: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; manualPrices: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodOptional>; endDate: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchasePricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodOptional; }, z.core.$strip>]>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchasePriceSchedule */ export declare const zInAppPurchasePriceSchedulesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePrices: "inAppPurchasePrices"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; manual: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasePriceSchedulesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; 'fields[inAppPurchasePrices]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[automaticPrices]': z.ZodOptional; 'limit[manualPrices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchasePriceSchedule */ export declare const zInAppPurchasePriceSchedulesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePrices: "inAppPurchasePrices"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; manual: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchaseSubmissionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseSubmissions: "inAppPurchaseSubmissions"; }>; relationships: z.ZodObject<{ inAppPurchaseV2: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseSubmission */ export declare const zInAppPurchaseSubmissionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseSubmissions: "inAppPurchaseSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; 'limit[apps]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchase */ export declare const zInAppPurchasesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasesV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; attributes: z.ZodObject<{ name: z.ZodString; productId: z.ZodString; inAppPurchaseType: z.ZodEnum<{ NON_CONSUMABLE: "NON_CONSUMABLE"; CONSUMABLE: "CONSUMABLE"; NON_RENEWING_SUBSCRIPTION: "NON_RENEWING_SUBSCRIPTION"; }>; reviewNote: z.ZodOptional>; familySharable: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchase */ export declare const zInAppPurchasesV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseContents: "inAppPurchaseContents"; }>; id: z.ZodString; attributes: z.ZodOptional; fileSize: z.ZodOptional; url: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePricePoints: "inAppPurchasePricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasesV2DeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zInAppPurchasesV2DeleteInstanceResponse: z.ZodVoid; export declare const zInAppPurchasesV2GetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[inAppPurchaseLocalizations]': z.ZodOptional>>; 'fields[inAppPurchasePricePoints]': z.ZodOptional>>; 'fields[inAppPurchaseContents]': z.ZodOptional>>; 'fields[inAppPurchaseAppStoreReviewScreenshots]': z.ZodOptional>>; 'fields[promotedPurchases]': z.ZodOptional>>; 'fields[inAppPurchasePriceSchedules]': z.ZodOptional>>; 'fields[inAppPurchaseAvailabilities]': z.ZodOptional>>; 'fields[inAppPurchaseImages]': z.ZodOptional>>; 'fields[inAppPurchaseOfferCodes]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[images]': z.ZodOptional; 'limit[inAppPurchaseLocalizations]': z.ZodOptional; 'limit[offerCodes]': z.ZodOptional; 'limit[pricePoints]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchase */ export declare const zInAppPurchasesV2GetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseContents: "inAppPurchaseContents"; }>; id: z.ZodString; attributes: z.ZodOptional; fileSize: z.ZodOptional; url: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePricePoints: "inAppPurchasePricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasesV2UpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional>; reviewNote: z.ZodOptional>; familySharable: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchase */ export declare const zInAppPurchasesV2UpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseContents: "inAppPurchaseContents"; }>; id: z.ZodString; attributes: z.ZodOptional; fileSize: z.ZodOptional; url: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePricePoints: "inAppPurchasePricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zMarketplaceSearchDetailsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceSearchDetails: "marketplaceSearchDetails"; }>; attributes: z.ZodObject<{ catalogUrl: z.ZodURL; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single MarketplaceSearchDetail */ export declare const zMarketplaceSearchDetailsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceSearchDetails: "marketplaceSearchDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zMarketplaceSearchDetailsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zMarketplaceSearchDetailsDeleteInstanceResponse: z.ZodVoid; export declare const zMarketplaceSearchDetailsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceSearchDetails: "marketplaceSearchDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single MarketplaceSearchDetail */ export declare const zMarketplaceSearchDetailsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceSearchDetails: "marketplaceSearchDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zMarketplaceWebhooksGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of MarketplaceWebhooks */ export declare const zMarketplaceWebhooksGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zMarketplaceWebhooksCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceWebhooks: "marketplaceWebhooks"; }>; attributes: z.ZodObject<{ endpointUrl: z.ZodURL; secret: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single MarketplaceWebhook */ export declare const zMarketplaceWebhooksCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceWebhooks: "marketplaceWebhooks"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zMarketplaceWebhooksDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zMarketplaceWebhooksDeleteInstanceResponse: z.ZodVoid; export declare const zMarketplaceWebhooksUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceWebhooks: "marketplaceWebhooks"; }>; id: z.ZodString; attributes: z.ZodOptional>; secret: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single MarketplaceWebhook */ export declare const zMarketplaceWebhooksUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceWebhooks: "marketplaceWebhooks"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zMerchantIdsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[identifier]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[merchantIds]': z.ZodOptional>>; 'fields[certificates]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[certificates]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of MerchantIds */ export declare const zMerchantIdsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zMerchantIdsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ merchantIds: "merchantIds"; }>; attributes: z.ZodObject<{ name: z.ZodString; identifier: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single MerchantId */ export declare const zMerchantIdsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ merchantIds: "merchantIds"; }>; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zMerchantIdsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zMerchantIdsDeleteInstanceResponse: z.ZodVoid; export declare const zMerchantIdsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[certificates]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[certificates]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single MerchantId */ export declare const zMerchantIdsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ merchantIds: "merchantIds"; }>; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zMerchantIdsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ merchantIds: "merchantIds"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single MerchantId */ export declare const zMerchantIdsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ merchantIds: "merchantIds"; }>; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zNominationsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodObject<{ 'filter[type]': z.ZodOptional>>; 'filter[state]': z.ZodArray>; 'filter[relatedApps]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[nominations]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[inAppEvents]': z.ZodOptional; 'limit[relatedApps]': z.ZodOptional; 'limit[supportedTerritories]': z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * List of Nominations */ export declare const zNominationsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; type: z.ZodOptional>; description: z.ZodOptional; createdDate: z.ZodOptional; lastModifiedDate: z.ZodOptional; submittedDate: z.ZodOptional; state: z.ZodOptional>; publishStartDate: z.ZodOptional; publishEndDate: z.ZodOptional; deviceFamilies: z.ZodOptional>>; locales: z.ZodOptional>; supplementalMaterialsUris: z.ZodOptional>; hasInAppEvents: z.ZodOptional; launchInSelectMarketsFirst: z.ZodOptional; notes: z.ZodOptional; preOrderEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastModifiedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppEvents: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; supportedTerritories: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zNominationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ nominations: "nominations"; }>; attributes: z.ZodObject<{ name: z.ZodString; type: z.ZodEnum<{ APP_LAUNCH: "APP_LAUNCH"; APP_ENHANCEMENTS: "APP_ENHANCEMENTS"; NEW_CONTENT: "NEW_CONTENT"; }>; description: z.ZodString; submitted: z.ZodBoolean; publishStartDate: z.ZodISODateTime; publishEndDate: z.ZodOptional>; deviceFamilies: z.ZodOptional>, z.ZodNull]>>; locales: z.ZodOptional, z.ZodNull]>>; supplementalMaterialsUris: z.ZodOptional, z.ZodNull]>>; hasInAppEvents: z.ZodOptional>; launchInSelectMarketsFirst: z.ZodOptional>; notes: z.ZodOptional>; preOrderEnabled: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ relatedApps: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; inAppEvents: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; supportedTerritories: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single Nomination */ export declare const zNominationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ nominations: "nominations"; }>; id: z.ZodString; attributes: z.ZodOptional; type: z.ZodOptional>; description: z.ZodOptional; createdDate: z.ZodOptional; lastModifiedDate: z.ZodOptional; submittedDate: z.ZodOptional; state: z.ZodOptional>; publishStartDate: z.ZodOptional; publishEndDate: z.ZodOptional; deviceFamilies: z.ZodOptional>>; locales: z.ZodOptional>; supplementalMaterialsUris: z.ZodOptional>; hasInAppEvents: z.ZodOptional; launchInSelectMarketsFirst: z.ZodOptional; notes: z.ZodOptional; preOrderEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastModifiedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppEvents: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; supportedTerritories: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zNominationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zNominationsDeleteInstanceResponse: z.ZodVoid; export declare const zNominationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; 'limit[inAppEvents]': z.ZodOptional; 'limit[relatedApps]': z.ZodOptional; 'limit[supportedTerritories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Nomination */ export declare const zNominationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ nominations: "nominations"; }>; id: z.ZodString; attributes: z.ZodOptional; type: z.ZodOptional>; description: z.ZodOptional; createdDate: z.ZodOptional; lastModifiedDate: z.ZodOptional; submittedDate: z.ZodOptional; state: z.ZodOptional>; publishStartDate: z.ZodOptional; publishEndDate: z.ZodOptional; deviceFamilies: z.ZodOptional>>; locales: z.ZodOptional>; supplementalMaterialsUris: z.ZodOptional>; hasInAppEvents: z.ZodOptional; launchInSelectMarketsFirst: z.ZodOptional; notes: z.ZodOptional; preOrderEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastModifiedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppEvents: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; supportedTerritories: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zNominationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ nominations: "nominations"; }>; id: z.ZodString; attributes: z.ZodOptional>; type: z.ZodOptional>; description: z.ZodOptional>; submitted: z.ZodOptional>; archived: z.ZodOptional>; publishStartDate: z.ZodOptional>; publishEndDate: z.ZodOptional>; deviceFamilies: z.ZodOptional>, z.ZodNull]>>; locales: z.ZodOptional, z.ZodNull]>>; supplementalMaterialsUris: z.ZodOptional, z.ZodNull]>>; hasInAppEvents: z.ZodOptional>; launchInSelectMarketsFirst: z.ZodOptional>; notes: z.ZodOptional>; preOrderEnabled: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppEvents: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; supportedTerritories: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single Nomination */ export declare const zNominationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ nominations: "nominations"; }>; id: z.ZodString; attributes: z.ZodOptional; type: z.ZodOptional>; description: z.ZodOptional; createdDate: z.ZodOptional; lastModifiedDate: z.ZodOptional; submittedDate: z.ZodOptional; state: z.ZodOptional>; publishStartDate: z.ZodOptional; publishEndDate: z.ZodOptional; deviceFamilies: z.ZodOptional>>; locales: z.ZodOptional>; supplementalMaterialsUris: z.ZodOptional>; hasInAppEvents: z.ZodOptional; launchInSelectMarketsFirst: z.ZodOptional; notes: z.ZodOptional; preOrderEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastModifiedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppEvents: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; supportedTerritories: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zPassTypeIdsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[identifier]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[passTypeIds]': z.ZodOptional>>; 'fields[certificates]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[certificates]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of PassTypeIds */ export declare const zPassTypeIdsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zPassTypeIdsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ passTypeIds: "passTypeIds"; }>; attributes: z.ZodObject<{ name: z.ZodString; identifier: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single PassTypeId */ export declare const zPassTypeIdsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ passTypeIds: "passTypeIds"; }>; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zPassTypeIdsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zPassTypeIdsDeleteInstanceResponse: z.ZodVoid; export declare const zPassTypeIdsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[certificates]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[certificates]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single PassTypeId */ export declare const zPassTypeIdsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ passTypeIds: "passTypeIds"; }>; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zPassTypeIdsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ passTypeIds: "passTypeIds"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single PassTypeId */ export declare const zPassTypeIdsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ passTypeIds: "passTypeIds"; }>; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zPreReleaseVersionsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; 'filter[builds.expired]': z.ZodOptional>; 'filter[builds.processingState]': z.ZodOptional>>; 'filter[builds.version]': z.ZodOptional>; 'filter[platform]': z.ZodOptional>>; 'filter[version]': z.ZodOptional>; 'filter[app]': z.ZodOptional>; 'filter[builds]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[preReleaseVersions]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[builds]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of PreReleaseVersions */ export declare const zPreReleaseVersionsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zPreReleaseVersionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[builds]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single PrereleaseVersion */ export declare const zPreReleaseVersionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zProfilesGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[profileType]': z.ZodOptional>>; 'filter[profileState]': z.ZodOptional>>; 'filter[id]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[profiles]': z.ZodOptional>>; 'fields[bundleIds]': z.ZodOptional>>; 'fields[devices]': z.ZodOptional>>; 'fields[certificates]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[certificates]': z.ZodOptional; 'limit[devices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Profiles */ export declare const zProfilesGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zProfilesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ profiles: "profiles"; }>; attributes: z.ZodObject<{ name: z.ZodString; profileType: z.ZodEnum<{ IOS_APP_DEVELOPMENT: "IOS_APP_DEVELOPMENT"; IOS_APP_STORE: "IOS_APP_STORE"; IOS_APP_ADHOC: "IOS_APP_ADHOC"; IOS_APP_INHOUSE: "IOS_APP_INHOUSE"; MAC_APP_DEVELOPMENT: "MAC_APP_DEVELOPMENT"; MAC_APP_STORE: "MAC_APP_STORE"; MAC_APP_DIRECT: "MAC_APP_DIRECT"; TVOS_APP_DEVELOPMENT: "TVOS_APP_DEVELOPMENT"; TVOS_APP_STORE: "TVOS_APP_STORE"; TVOS_APP_ADHOC: "TVOS_APP_ADHOC"; TVOS_APP_INHOUSE: "TVOS_APP_INHOUSE"; MAC_CATALYST_APP_DEVELOPMENT: "MAC_CATALYST_APP_DEVELOPMENT"; MAC_CATALYST_APP_STORE: "MAC_CATALYST_APP_STORE"; MAC_CATALYST_APP_DIRECT: "MAC_CATALYST_APP_DIRECT"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ bundleId: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; devices: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single Profile */ export declare const zProfilesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ profiles: "profiles"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zProfilesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zProfilesDeleteInstanceResponse: z.ZodVoid; export declare const zProfilesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[bundleIds]': z.ZodOptional>>; 'fields[devices]': z.ZodOptional>>; 'fields[certificates]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[certificates]': z.ZodOptional; 'limit[devices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Profile */ export declare const zProfilesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ profiles: "profiles"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ certificates: "certificates"; }>; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ devices: "devices"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zPromotedPurchasesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; attributes: z.ZodObject<{ visibleForAllUsers: z.ZodBoolean; enabled: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; inAppPurchaseV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single PromotedPurchase */ export declare const zPromotedPurchasesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zPromotedPurchasesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zPromotedPurchasesDeleteInstanceResponse: z.ZodVoid; export declare const zPromotedPurchasesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single PromotedPurchase */ export declare const zPromotedPurchasesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zPromotedPurchasesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional>; enabled: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single PromotedPurchase */ export declare const zPromotedPurchasesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zReviewSubmissionItemsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; relationships: z.ZodObject<{ reviewSubmission: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single ReviewSubmissionItem */ export declare const zReviewSubmissionItemsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zReviewSubmissionItemsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zReviewSubmissionItemsDeleteInstanceResponse: z.ZodVoid; export declare const zReviewSubmissionItemsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; id: z.ZodString; attributes: z.ZodOptional>; removed: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single ReviewSubmissionItem */ export declare const zReviewSubmissionItemsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zReviewSubmissionsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodObject<{ 'filter[platform]': z.ZodOptional>>; 'filter[state]': z.ZodOptional>>; 'filter[app]': z.ZodArray; 'fields[reviewSubmissions]': z.ZodOptional>>; 'fields[reviewSubmissionItems]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[items]': z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * List of ReviewSubmissions */ export declare const zReviewSubmissionsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zReviewSubmissionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single ReviewSubmission */ export declare const zReviewSubmissionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zReviewSubmissionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[reviewSubmissionItems]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[items]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single ReviewSubmission */ export declare const zReviewSubmissionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zReviewSubmissionsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submitted: z.ZodOptional>; canceled: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single ReviewSubmission */ export declare const zReviewSubmissionsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zRoutingAppCoveragesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ appStoreVersion: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single RoutingAppCoverage */ export declare const zRoutingAppCoveragesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zRoutingAppCoveragesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zRoutingAppCoveragesDeleteInstanceResponse: z.ZodVoid; export declare const zRoutingAppCoveragesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single RoutingAppCoverage */ export declare const zRoutingAppCoveragesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zRoutingAppCoveragesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single RoutingAppCoverage */ export declare const zRoutingAppCoveragesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSalesReportsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodObject<{ 'filter[vendorNumber]': z.ZodArray; 'filter[reportType]': z.ZodArray>; 'filter[reportSubType]': z.ZodArray>; 'filter[frequency]': z.ZodArray>; 'filter[reportDate]': z.ZodOptional>; 'filter[version]': z.ZodOptional>; }, z.core.$strip>; }, z.core.$strip>; /** * List of SalesReports */ export declare const zSalesReportsGetCollectionResponse: z.ZodString; export declare const zSandboxTestersV2GetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SandboxTesters */ export declare const zSandboxTestersV2GetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; acAccountName: z.ZodOptional; territory: z.ZodOptional>; applePayCompatible: z.ZodOptional; interruptPurchases: z.ZodOptional; subscriptionRenewalRate: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSandboxTestersV2UpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ sandboxTesters: "sandboxTesters"; }>; id: z.ZodString; attributes: z.ZodOptional>; interruptPurchases: z.ZodOptional>; subscriptionRenewalRate: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single SandboxTester */ export declare const zSandboxTestersV2UpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ sandboxTesters: "sandboxTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; acAccountName: z.ZodOptional; territory: z.ZodOptional>; applePayCompatible: z.ZodOptional; interruptPurchases: z.ZodOptional; subscriptionRenewalRate: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSandboxTestersClearPurchaseHistoryRequestV2CreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ sandboxTestersClearPurchaseHistoryRequest: "sandboxTestersClearPurchaseHistoryRequest"; }>; relationships: z.ZodObject<{ sandboxTesters: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SandboxTestersClearPurchaseHistoryRequest */ export declare const zSandboxTestersClearPurchaseHistoryRequestV2CreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ sandboxTestersClearPurchaseHistoryRequest: "sandboxTestersClearPurchaseHistoryRequest"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zScmGitReferencesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single ScmGitReference */ export declare const zScmGitReferencesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zScmProvidersGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of ScmProviders */ export declare const zScmProvidersGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>>; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zScmProvidersGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single ScmProvider */ export declare const zScmProvidersGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ scmProviders: "scmProviders"; }>; id: z.ZodString; attributes: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>>; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zScmPullRequestsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single ScmPullRequest */ export declare const zScmPullRequestsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ scmPullRequests: "scmPullRequests"; }>; id: z.ZodString; attributes: z.ZodOptional; number: z.ZodOptional; webUrl: z.ZodOptional; sourceRepositoryOwner: z.ZodOptional; sourceRepositoryName: z.ZodOptional; sourceBranchName: z.ZodOptional; destinationRepositoryOwner: z.ZodOptional; destinationRepositoryName: z.ZodOptional; destinationBranchName: z.ZodOptional; isClosed: z.ZodOptional; isCrossRepository: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zScmRepositoriesGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'fields[scmRepositories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of ScmRepositories */ export declare const zScmRepositoriesGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmProviders: "scmProviders"; }>; id: z.ZodString; attributes: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>>; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zScmRepositoriesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single ScmRepository */ export declare const zScmRepositoriesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmProviders: "scmProviders"; }>; id: z.ZodString; attributes: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>>; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionAppStoreReviewScreenshotsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionAppStoreReviewScreenshot */ export declare const zSubscriptionAppStoreReviewScreenshotsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionAppStoreReviewScreenshotsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zSubscriptionAppStoreReviewScreenshotsDeleteInstanceResponse: z.ZodVoid; export declare const zSubscriptionAppStoreReviewScreenshotsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionAppStoreReviewScreenshot */ export declare const zSubscriptionAppStoreReviewScreenshotsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionAppStoreReviewScreenshotsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionAppStoreReviewScreenshot */ export declare const zSubscriptionAppStoreReviewScreenshotsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionAvailabilitiesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; attributes: z.ZodObject<{ availableInNewTerritories: z.ZodBoolean; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; availableTerritories: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionAvailability */ export declare const zSubscriptionAvailabilitiesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionAvailabilitiesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[availableTerritories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionAvailability */ export declare const zSubscriptionAvailabilitiesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionGracePeriodsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionGracePeriod */ export declare const zSubscriptionGracePeriodsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; attributes: z.ZodOptional; sandboxOptIn: z.ZodOptional; duration: z.ZodOptional>; renewalType: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionGracePeriodsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; attributes: z.ZodOptional>; sandboxOptIn: z.ZodOptional>; duration: z.ZodOptional>; renewalType: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionGracePeriod */ export declare const zSubscriptionGracePeriodsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; attributes: z.ZodOptional; sandboxOptIn: z.ZodOptional; duration: z.ZodOptional>; renewalType: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionGroupLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; attributes: z.ZodObject<{ name: z.ZodString; customAppName: z.ZodOptional>; locale: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ subscriptionGroup: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionGroupLocalization */ export declare const zSubscriptionGroupLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; customAppName: z.ZodOptional; locale: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionGroupLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zSubscriptionGroupLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zSubscriptionGroupLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionGroupLocalization */ export declare const zSubscriptionGroupLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; customAppName: z.ZodOptional; locale: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionGroupLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; customAppName: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionGroupLocalization */ export declare const zSubscriptionGroupLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; customAppName: z.ZodOptional; locale: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionGroupSubmissionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupSubmissions: "subscriptionGroupSubmissions"; }>; relationships: z.ZodObject<{ subscriptionGroup: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionGroupSubmission */ export declare const zSubscriptionGroupSubmissionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupSubmissions: "subscriptionGroupSubmissions"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionGroupsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionGroup */ export declare const zSubscriptionGroupsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; customAppName: z.ZodOptional; locale: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionGroupsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zSubscriptionGroupsDeleteInstanceResponse: z.ZodVoid; export declare const zSubscriptionGroupsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[subscriptions]': z.ZodOptional>>; 'fields[subscriptionGroupLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[subscriptionGroupLocalizations]': z.ZodOptional; 'limit[subscriptions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionGroup */ export declare const zSubscriptionGroupsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; customAppName: z.ZodOptional; locale: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionGroupsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionGroup */ export declare const zSubscriptionGroupsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; customAppName: z.ZodOptional; locale: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionImagesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; attributes: z.ZodObject<{ fileSize: z.ZodInt; fileName: z.ZodString; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionImage */ export declare const zSubscriptionImagesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionImagesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zSubscriptionImagesDeleteInstanceResponse: z.ZodVoid; export declare const zSubscriptionImagesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionImage */ export declare const zSubscriptionImagesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionImagesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; id: z.ZodString; attributes: z.ZodOptional>; uploaded: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionImage */ export declare const zSubscriptionImagesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionIntroductoryOffersCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; attributes: z.ZodObject<{ startDate: z.ZodOptional>; endDate: z.ZodOptional>; duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; numberOfPeriods: z.ZodInt; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionIntroductoryOffer */ export declare const zSubscriptionIntroductoryOffersCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionIntroductoryOffersDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zSubscriptionIntroductoryOffersDeleteInstanceResponse: z.ZodVoid; export declare const zSubscriptionIntroductoryOffersUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionIntroductoryOffer */ export declare const zSubscriptionIntroductoryOffersUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionLocalizationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; attributes: z.ZodObject<{ name: z.ZodString; locale: z.ZodString; description: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionLocalization */ export declare const zSubscriptionLocalizationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionLocalizationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zSubscriptionLocalizationsDeleteInstanceResponse: z.ZodVoid; export declare const zSubscriptionLocalizationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionLocalization */ export declare const zSubscriptionLocalizationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionLocalizationsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; description: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionLocalization */ export declare const zSubscriptionLocalizationsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionOfferCodeCustomCodesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; attributes: z.ZodObject<{ customCode: z.ZodString; numberOfCodes: z.ZodInt; expirationDate: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ offerCode: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionOfferCodeCustomCode */ export declare const zSubscriptionOfferCodeCustomCodesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionOfferCodeCustomCodesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionOfferCodeCustomCode */ export declare const zSubscriptionOfferCodeCustomCodesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionOfferCodeCustomCodesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionOfferCodeCustomCode */ export declare const zSubscriptionOfferCodeCustomCodesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionOfferCodeOneTimeUseCodesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; attributes: z.ZodObject<{ numberOfCodes: z.ZodInt; expirationDate: z.ZodISODate; environment: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ offerCode: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionOfferCodeOneTimeUseCode */ export declare const zSubscriptionOfferCodeOneTimeUseCodesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; values: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionOfferCodeOneTimeUseCodesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionOfferCodeOneTimeUseCode */ export declare const zSubscriptionOfferCodeOneTimeUseCodesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; values: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionOfferCodeOneTimeUseCodesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionOfferCodeOneTimeUseCode */ export declare const zSubscriptionOfferCodeOneTimeUseCodesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; values: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionOfferCodesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; attributes: z.ZodObject<{ name: z.ZodString; customerEligibilities: z.ZodArray>; offerEligibility: z.ZodEnum<{ STACK_WITH_INTRO_OFFERS: "STACK_WITH_INTRO_OFFERS"; REPLACE_INTRO_OFFERS: "REPLACE_INTRO_OFFERS"; }>; duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; numberOfPeriods: z.ZodInt; autoRenewEnabled: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; prices: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionOfferCode */ export declare const zSubscriptionOfferCodesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; values: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodePrices: "subscriptionOfferCodePrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionOfferCodesGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[subscriptionOfferCodeOneTimeUseCodes]': z.ZodOptional>>; 'fields[subscriptionOfferCodeCustomCodes]': z.ZodOptional>>; 'fields[subscriptionOfferCodePrices]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[customCodes]': z.ZodOptional; 'limit[oneTimeUseCodes]': z.ZodOptional; 'limit[prices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionOfferCode */ export declare const zSubscriptionOfferCodesGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; values: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodePrices: "subscriptionOfferCodePrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionOfferCodesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionOfferCode */ export declare const zSubscriptionOfferCodesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; values: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodePrices: "subscriptionOfferCodePrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionPricePointsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionPricePoint */ export declare const zSubscriptionPricePointsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionPricesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; attributes: z.ZodOptional>; preserveCurrentPrice: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionPrice */ export declare const zSubscriptionPricesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; preserved: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionPricesDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zSubscriptionPricesDeleteInstanceResponse: z.ZodVoid; export declare const zSubscriptionPromotionalOffersCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; attributes: z.ZodObject<{ duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; name: z.ZodString; numberOfPeriods: z.ZodInt; offerCode: z.ZodString; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; prices: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionPromotionalOffer */ export declare const zSubscriptionPromotionalOffersCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; name: z.ZodOptional; numberOfPeriods: z.ZodOptional; offerCode: z.ZodOptional; offerMode: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOfferPrices: "subscriptionPromotionalOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionPromotionalOffersDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zSubscriptionPromotionalOffersDeleteInstanceResponse: z.ZodVoid; export declare const zSubscriptionPromotionalOffersGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[subscriptionPromotionalOfferPrices]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[prices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionPromotionalOffer */ export declare const zSubscriptionPromotionalOffersGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; name: z.ZodOptional; numberOfPeriods: z.ZodOptional; offerCode: z.ZodOptional; offerMode: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOfferPrices: "subscriptionPromotionalOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionPromotionalOffersUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionPromotionalOffer */ export declare const zSubscriptionPromotionalOffersUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; name: z.ZodOptional; numberOfPeriods: z.ZodOptional; offerCode: z.ZodOptional; offerMode: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOfferPrices: "subscriptionPromotionalOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionSubmissionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionSubmissions: "subscriptionSubmissions"; }>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionSubmission */ export declare const zSubscriptionSubmissionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionSubmissions: "subscriptionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; attributes: z.ZodObject<{ name: z.ZodString; productId: z.ZodString; familySharable: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional>; groupLevel: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ group: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single Subscription */ export declare const zSubscriptionsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; preserved: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; name: z.ZodOptional; numberOfPeriods: z.ZodOptional; offerCode: z.ZodOptional; offerMode: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; offerId: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; periodCount: z.ZodOptional; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodOptional; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zSubscriptionsDeleteInstanceResponse: z.ZodVoid; export declare const zSubscriptionsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[subscriptionLocalizations]': z.ZodOptional>>; 'fields[subscriptionAppStoreReviewScreenshots]': z.ZodOptional>>; 'fields[subscriptionIntroductoryOffers]': z.ZodOptional>>; 'fields[subscriptionPromotionalOffers]': z.ZodOptional>>; 'fields[subscriptionOfferCodes]': z.ZodOptional>>; 'fields[subscriptionPrices]': z.ZodOptional>>; 'fields[promotedPurchases]': z.ZodOptional>>; 'fields[subscriptionAvailabilities]': z.ZodOptional>>; 'fields[winBackOffers]': z.ZodOptional>>; 'fields[subscriptionImages]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[images]': z.ZodOptional; 'limit[introductoryOffers]': z.ZodOptional; 'limit[offerCodes]': z.ZodOptional; 'limit[prices]': z.ZodOptional; 'limit[promotionalOffers]': z.ZodOptional; 'limit[subscriptionLocalizations]': z.ZodOptional; 'limit[winBackOffers]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Subscription */ export declare const zSubscriptionsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; preserved: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; name: z.ZodOptional; numberOfPeriods: z.ZodOptional; offerCode: z.ZodOptional; offerMode: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; offerId: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; periodCount: z.ZodOptional; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodOptional; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionsUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional>; familySharable: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional>; groupLevel: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; attributes: z.ZodObject<{ duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; name: z.ZodString; numberOfPeriods: z.ZodInt; offerCode: z.ZodString; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; id: z.ZodOptional; attributes: z.ZodOptional>; preserveCurrentPrice: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodOptional; attributes: z.ZodObject<{ startDate: z.ZodOptional>; endDate: z.ZodOptional>; duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; numberOfPeriods: z.ZodInt; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>]>>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single Subscription */ export declare const zSubscriptionsUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; preserved: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; name: z.ZodOptional; numberOfPeriods: z.ZodOptional; offerCode: z.ZodOptional; offerMode: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; offerId: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; periodCount: z.ZodOptional; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodOptional; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zTerritoriesGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Territories */ export declare const zTerritoriesGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zTerritoryAvailabilitiesUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territoryAvailabilities: "territoryAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional>; releaseDate: z.ZodOptional>; preOrderEnabled: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single TerritoryAvailability */ export declare const zTerritoryAvailabilitiesUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territoryAvailabilities: "territoryAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; releaseDate: z.ZodOptional; preOrderEnabled: z.ZodOptional; preOrderPublishDate: z.ZodOptional; contentStatuses: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zUserInvitationsGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[roles]': z.ZodOptional>>; 'filter[visibleApps]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[userInvitations]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[visibleApps]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of UserInvitations */ export declare const zUserInvitationsGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; expirationDate: z.ZodOptional; roles: z.ZodOptional>>; allAppsVisible: z.ZodOptional; provisioningAllowed: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUserInvitationsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ userInvitations: "userInvitations"; }>; attributes: z.ZodObject<{ email: z.ZodEmail; firstName: z.ZodString; lastName: z.ZodString; roles: z.ZodArray>; allAppsVisible: z.ZodOptional>; provisioningAllowed: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single UserInvitation */ export declare const zUserInvitationsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ userInvitations: "userInvitations"; }>; id: z.ZodString; attributes: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; expirationDate: z.ZodOptional; roles: z.ZodOptional>>; allAppsVisible: z.ZodOptional; provisioningAllowed: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zUserInvitationsDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zUserInvitationsDeleteInstanceResponse: z.ZodVoid; export declare const zUserInvitationsGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[visibleApps]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single UserInvitation */ export declare const zUserInvitationsGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ userInvitations: "userInvitations"; }>; id: z.ZodString; attributes: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; expirationDate: z.ZodOptional; roles: z.ZodOptional>>; allAppsVisible: z.ZodOptional; provisioningAllowed: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zUsersGetCollectionData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodOptional; query: z.ZodOptional>; 'filter[roles]': z.ZodOptional>>; 'filter[visibleApps]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[users]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[visibleApps]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Users */ export declare const zUsersGetCollectionResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; roles: z.ZodOptional>>; allAppsVisible: z.ZodOptional; provisioningAllowed: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUsersDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zUsersDeleteInstanceResponse: z.ZodVoid; export declare const zUsersGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[visibleApps]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single User */ export declare const zUsersGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ users: "users"; }>; id: z.ZodString; attributes: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; roles: z.ZodOptional>>; allAppsVisible: z.ZodOptional; provisioningAllowed: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zUsersUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ users: "users"; }>; id: z.ZodString; attributes: z.ZodOptional>, z.ZodNull]>>; allAppsVisible: z.ZodOptional>; provisioningAllowed: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single User */ export declare const zUsersUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ users: "users"; }>; id: z.ZodString; attributes: z.ZodOptional; firstName: z.ZodOptional; lastName: z.ZodOptional; roles: z.ZodOptional>>; allAppsVisible: z.ZodOptional; provisioningAllowed: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zWebhookDeliveriesCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhookDeliveries: "webhookDeliveries"; }>; relationships: z.ZodObject<{ template: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhookDeliveries: "webhookDeliveries"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single WebhookDelivery */ export declare const zWebhookDeliveriesCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhookDeliveries: "webhookDeliveries"; }>; id: z.ZodString; attributes: z.ZodOptional; deliveryState: z.ZodOptional>; errorMessage: z.ZodOptional; redelivery: z.ZodOptional; sentDate: z.ZodOptional; request: z.ZodOptional; }, z.core.$strip>>; response: z.ZodOptional; body: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; payload: z.ZodOptional; ping: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zWebhookPingsCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhookPings: "webhookPings"; }>; relationships: z.ZodObject<{ webhook: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhooks: "webhooks"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single WebhookPing */ export declare const zWebhookPingsCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhookPings: "webhookPings"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zWebhooksCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhooks: "webhooks"; }>; attributes: z.ZodObject<{ enabled: z.ZodBoolean; eventTypes: z.ZodArray>; name: z.ZodString; secret: z.ZodString; url: z.ZodURL; }, z.core.$strip>; relationships: z.ZodObject<{ app: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single Webhook */ export declare const zWebhooksCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhooks: "webhooks"; }>; id: z.ZodString; attributes: z.ZodOptional; eventTypes: z.ZodOptional>>; name: z.ZodOptional; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deliveries: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zWebhooksDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zWebhooksDeleteInstanceResponse: z.ZodVoid; export declare const zWebhooksGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Webhook */ export declare const zWebhooksGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhooks: "webhooks"; }>; id: z.ZodString; attributes: z.ZodOptional; eventTypes: z.ZodOptional>>; name: z.ZodOptional; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deliveries: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zWebhooksUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhooks: "webhooks"; }>; id: z.ZodString; attributes: z.ZodOptional>; eventTypes: z.ZodOptional>, z.ZodNull]>>; name: z.ZodOptional>; secret: z.ZodOptional>; url: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single Webhook */ export declare const zWebhooksUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ webhooks: "webhooks"; }>; id: z.ZodString; attributes: z.ZodOptional; eventTypes: z.ZodOptional>>; name: z.ZodOptional; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deliveries: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zWinBackOffersCreateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; attributes: z.ZodObject<{ referenceName: z.ZodString; offerId: z.ZodString; duration: z.ZodEnum<{ ONE_WEEK: "ONE_WEEK"; ONE_MONTH: "ONE_MONTH"; TWO_MONTHS: "TWO_MONTHS"; THREE_MONTHS: "THREE_MONTHS"; SIX_MONTHS: "SIX_MONTHS"; ONE_YEAR: "ONE_YEAR"; THREE_DAYS: "THREE_DAYS"; TWO_WEEKS: "TWO_WEEKS"; }>; offerMode: z.ZodEnum<{ PAY_AS_YOU_GO: "PAY_AS_YOU_GO"; PAY_UP_FRONT: "PAY_UP_FRONT"; FREE_TRIAL: "FREE_TRIAL"; }>; periodCount: z.ZodInt; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodInt; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodObject<{ minimum: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional>; startDate: z.ZodISODate; endDate: z.ZodOptional>; priority: z.ZodEnum<{ HIGH: "HIGH"; NORMAL: "NORMAL"; }>; promotionIntent: z.ZodOptional>; }, z.core.$strip>; relationships: z.ZodObject<{ subscription: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; prices: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; path: z.ZodOptional; query: z.ZodOptional; }, z.core.$strip>; /** * Single WinBackOffer */ export declare const zWinBackOffersCreateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; offerId: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; periodCount: z.ZodOptional; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodOptional; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zWinBackOffersDeleteInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zWinBackOffersDeleteInstanceResponse: z.ZodVoid; export declare const zWinBackOffersGetInstanceData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[winBackOfferPrices]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[prices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single WinBackOffer */ export declare const zWinBackOffersGetInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; offerId: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; periodCount: z.ZodOptional; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodOptional; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zWinBackOffersUpdateInstanceData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional>; startDate: z.ZodOptional>; endDate: z.ZodOptional>; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single WinBackOffer */ export declare const zWinBackOffersUpdateInstanceResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; offerId: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; periodCount: z.ZodOptional; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodOptional; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAlternativeDistributionPackageVersionsDeltasGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAlternativeDistributionPackageVersionsDeltasGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAlternativeDistributionPackageVersionsDeltasGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AlternativeDistributionPackageDeltas */ export declare const zAlternativeDistributionPackageVersionsDeltasGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAlternativeDistributionPackageVersionsVariantsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAlternativeDistributionPackageVersionsVariantsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAlternativeDistributionPackageVersionsVariantsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AlternativeDistributionPackageVariants */ export declare const zAlternativeDistributionPackageVersionsVariantsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAlternativeDistributionPackagesVersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAlternativeDistributionPackagesVersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAlternativeDistributionPackagesVersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[alternativeDistributionPackageVersions]': z.ZodOptional>>; 'fields[alternativeDistributionPackageVariants]': z.ZodOptional>>; 'fields[alternativeDistributionPackageDeltas]': z.ZodOptional>>; 'fields[alternativeDistributionPackages]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[variants]': z.ZodOptional; 'limit[deltas]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AlternativeDistributionPackageVersions */ export declare const zAlternativeDistributionPackagesVersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; version: z.ZodOptional; fileChecksum: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; deltas: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageDeltas: "alternativeDistributionPackageDeltas"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackageVariants: "alternativeDistributionPackageVariants"; }>; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; alternativeDistributionKeyBlob: z.ZodOptional; fileChecksum: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAnalyticsReportInstancesSegmentsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAnalyticsReportInstancesSegmentsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAnalyticsReportInstancesSegmentsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AnalyticsReportSegments */ export declare const zAnalyticsReportInstancesSegmentsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; sizeInBytes: z.ZodOptional; url: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAnalyticsReportRequestsReportsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAnalyticsReportRequestsReportsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAnalyticsReportRequestsReportsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[category]': z.ZodOptional>>; 'fields[analyticsReports]': z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AnalyticsReports */ export declare const zAnalyticsReportRequestsReportsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; category: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAnalyticsReportsInstancesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAnalyticsReportsInstancesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAnalyticsReportsInstancesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[processingDate]': z.ZodOptional>; 'fields[analyticsReportInstances]': z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AnalyticsReportInstances */ export declare const zAnalyticsReportsInstancesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; processingDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAvailabilitiesV2TerritoryAvailabilitiesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppAvailabilitiesV2TerritoryAvailabilitiesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppAvailabilitiesV2TerritoryAvailabilitiesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of TerritoryAvailabilities */ export declare const zAppAvailabilitiesV2TerritoryAvailabilitiesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; releaseDate: z.ZodOptional; preOrderEnabled: z.ZodOptional; preOrderPublishDate: z.ZodOptional; contentStatuses: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCategoriesParentGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppCategoriesParentGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCategoriesParentGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppCategory with get */ export declare const zAppCategoriesParentGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppCategoriesSubcategoriesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppCategoriesSubcategoriesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCategoriesSubcategoriesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppCategories with get */ export declare const zAppCategoriesSubcategoriesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppClipDefaultExperienceLocalizationsAppClipHeaderImageGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppClipDefaultExperienceLocalizationsAppClipHeaderImageGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperienceLocalizationsAppClipHeaderImageGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appClipDefaultExperienceLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppClipHeaderImage */ export declare const zAppClipDefaultExperienceLocalizationsAppClipHeaderImageGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperiencesAppClipAppStoreReviewDetailGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppClipDefaultExperiencesAppClipAppStoreReviewDetailGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperiencesAppClipAppStoreReviewDetailGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appClipDefaultExperiences]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppClipAppStoreReviewDetail */ export declare const zAppClipDefaultExperiencesAppClipAppStoreReviewDetailGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperiencesAppClipDefaultExperienceLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppClipDefaultExperiencesAppClipDefaultExperienceLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppClipDefaultExperiencesAppClipDefaultExperienceLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[appClipDefaultExperienceLocalizations]': z.ZodOptional>>; 'fields[appClipDefaultExperiences]': z.ZodOptional>>; 'fields[appClipHeaderImages]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppClipDefaultExperienceLocalizations */ export declare const zAppClipDefaultExperiencesAppClipDefaultExperienceLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipHeaderImages: "appClipHeaderImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppClipDefaultExperiencesReleaseWithAppStoreVersionGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppClipDefaultExperiencesReleaseWithAppStoreVersionGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipDefaultExperiencesReleaseWithAppStoreVersionUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppClipDefaultExperiencesReleaseWithAppStoreVersionUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zAppClipDefaultExperiencesReleaseWithAppStoreVersionGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[ageRatingDeclarations]': z.ZodOptional>>; 'fields[appStoreVersionLocalizations]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[appStoreVersionPhasedReleases]': z.ZodOptional>>; 'fields[gameCenterAppVersions]': z.ZodOptional>>; 'fields[routingAppCoverages]': z.ZodOptional>>; 'fields[appStoreReviewDetails]': z.ZodOptional>>; 'fields[appStoreVersionSubmissions]': z.ZodOptional>>; 'fields[appClipDefaultExperiences]': z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[alternativeDistributionPackages]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appStoreVersionLocalizations]': z.ZodOptional; 'limit[appStoreVersionExperiments]': z.ZodOptional; 'limit[appStoreVersionExperimentsV2]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreVersion */ export declare const zAppClipDefaultExperiencesReleaseWithAppStoreVersionGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppClipsAppClipAdvancedExperiencesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppClipsAppClipAdvancedExperiencesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppClipsAppClipAdvancedExperiencesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[placeStatus]': z.ZodOptional>>; 'filter[action]': z.ZodOptional>>; 'fields[appClipAdvancedExperiences]': z.ZodOptional>>; 'fields[appClips]': z.ZodOptional>>; 'fields[appClipAdvancedExperienceImages]': z.ZodOptional>>; 'fields[appClipAdvancedExperienceLocalizations]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppClipAdvancedExperiences */ export declare const zAppClipsAppClipAdvancedExperiencesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; version: z.ZodOptional; status: z.ZodOptional>; action: z.ZodOptional>; isPoweredBy: z.ZodOptional; place: z.ZodOptional; names: z.ZodOptional>; mainAddress: z.ZodOptional; structuredAddress: z.ZodOptional>; floor: z.ZodOptional; neighborhood: z.ZodOptional; locality: z.ZodOptional; stateProvince: z.ZodOptional; postalCode: z.ZodOptional; countryCode: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; displayPoint: z.ZodOptional; longitude: z.ZodOptional; }, z.core.$strip>>; source: z.ZodOptional>; }, z.core.$strip>>; mapAction: z.ZodOptional>; relationship: z.ZodOptional>; phoneNumber: z.ZodOptional; type: z.ZodOptional>; intent: z.ZodOptional; }, z.core.$strip>>; homePage: z.ZodOptional; categories: z.ZodOptional>; }, z.core.$strip>>; placeStatus: z.ZodOptional>; businessCategory: z.ZodOptional>; defaultLanguage: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; headerImage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceImages: "appClipAdvancedExperienceImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAdvancedExperienceLocalizations: "appClipAdvancedExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional>; title: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppClipsAppClipDefaultExperiencesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppClipsAppClipDefaultExperiencesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppClipsAppClipDefaultExperiencesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; 'fields[appClipDefaultExperiences]': z.ZodOptional>>; 'fields[appClips]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[appClipDefaultExperienceLocalizations]': z.ZodOptional>>; 'fields[appClipAppStoreReviewDetails]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appClipDefaultExperienceLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppClipDefaultExperiences */ export declare const zAppClipsAppClipDefaultExperiencesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationsAppPreviewSetsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppCustomProductPageLocalizationsAppPreviewSetsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationsAppPreviewSetsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[appStoreVersionLocalization]': z.ZodOptional>; 'filter[appStoreVersionExperimentTreatmentLocalization]': z.ZodOptional>; 'fields[appPreviewSets]': z.ZodOptional>>; 'fields[appStoreVersionLocalizations]': z.ZodOptional>>; 'fields[appCustomProductPageLocalizations]': z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatmentLocalizations]': z.ZodOptional>>; 'fields[appPreviews]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appPreviews]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppPreviewSets */ export declare const zAppCustomProductPageLocalizationsAppPreviewSetsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationsAppScreenshotSetsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppCustomProductPageLocalizationsAppScreenshotSetsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationsAppScreenshotSetsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[appStoreVersionLocalization]': z.ZodOptional>; 'filter[appStoreVersionExperimentTreatmentLocalization]': z.ZodOptional>; 'fields[appScreenshotSets]': z.ZodOptional>>; 'fields[appStoreVersionLocalizations]': z.ZodOptional>>; 'fields[appCustomProductPageLocalizations]': z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatmentLocalizations]': z.ZodOptional>>; 'fields[appScreenshots]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appScreenshots]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppScreenshotSets */ export declare const zAppCustomProductPageLocalizationsAppScreenshotSetsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationsSearchKeywordsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppCustomProductPageLocalizationsSearchKeywordsDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zAppCustomProductPageLocalizationsSearchKeywordsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppCustomProductPageLocalizationsSearchKeywordsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPageLocalizationsSearchKeywordsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppCustomProductPageLocalizationsSearchKeywordsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zAppCustomProductPageLocalizationsSearchKeywordsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[locale]': z.ZodOptional>; 'fields[appKeywords]': z.ZodOptional>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppKeywords */ export declare const zAppCustomProductPageLocalizationsSearchKeywordsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPageVersionsAppCustomProductPageLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppCustomProductPageVersionsAppCustomProductPageLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPageVersionsAppCustomProductPageLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[appCustomProductPageLocalizations]': z.ZodOptional>>; 'fields[appCustomProductPageVersions]': z.ZodOptional>>; 'fields[appScreenshotSets]': z.ZodOptional>>; 'fields[appPreviewSets]': z.ZodOptional>>; 'fields[appKeywords]': z.ZodOptional>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appScreenshotSets]': z.ZodOptional; 'limit[appPreviewSets]': z.ZodOptional; 'limit[searchKeywords]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppCustomProductPageLocalizations */ export declare const zAppCustomProductPageVersionsAppCustomProductPageLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appKeywords: "appKeywords"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPagesAppCustomProductPageVersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppCustomProductPagesAppCustomProductPageVersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppCustomProductPagesAppCustomProductPageVersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appCustomProductPageVersions]': z.ZodOptional>>; 'fields[appCustomProductPages]': z.ZodOptional>>; 'fields[appCustomProductPageLocalizations]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appCustomProductPageLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppCustomProductPageVersions */ export declare const zAppCustomProductPagesAppCustomProductPageVersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppEncryptionDeclarationsAppGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppEncryptionDeclarationsAppGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEncryptionDeclarationsAppGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single App with get */ export declare const zAppEncryptionDeclarationsAppGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEncryptionDeclarationsAppEncryptionDeclarationDocumentGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppEncryptionDeclarationsAppEncryptionDeclarationDocumentGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEncryptionDeclarationsAppEncryptionDeclarationDocumentGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppEncryptionDeclarationDocument */ export declare const zAppEncryptionDeclarationsAppEncryptionDeclarationDocumentGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; assetToken: z.ZodOptional; downloadUrl: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppEncryptionDeclarationsBuildsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppEncryptionDeclarationsBuildsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zAppEventLocalizationsAppEventScreenshotsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppEventLocalizationsAppEventScreenshotsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppEventLocalizationsAppEventScreenshotsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appEventLocalizations]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppEventScreenshots */ export declare const zAppEventLocalizationsAppEventScreenshotsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppEventLocalizationsAppEventVideoClipsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppEventLocalizationsAppEventVideoClipsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppEventLocalizationsAppEventVideoClipsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appEventLocalizations]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppEventVideoClips */ export declare const zAppEventLocalizationsAppEventVideoClipsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppEventsLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppEventsLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppEventsLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appEvents]': z.ZodOptional>>; 'fields[appEventScreenshots]': z.ZodOptional>>; 'fields[appEventVideoClips]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appEventScreenshots]': z.ZodOptional; 'limit[appEventVideoClips]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppEventLocalizations */ export declare const zAppEventsLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEventScreenshots: "appEventScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEventVideoClips: "appEventVideoClips"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; appEventAssetType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppInfosAgeRatingDeclarationGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppInfosAgeRatingDeclarationGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosAgeRatingDeclarationGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AgeRatingDeclaration */ export declare const zAppInfosAgeRatingDeclarationGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosAppInfoLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppInfosAppInfoLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppInfosAppInfoLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[appInfoLocalizations]': z.ZodOptional>>; 'fields[appInfos]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppInfoLocalizations */ export declare const zAppInfosAppInfoLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; subtitle: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; privacyChoicesUrl: z.ZodOptional; privacyPolicyText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppInfosPrimaryCategoryGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppInfosPrimaryCategoryGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosPrimaryCategoryGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; 'limit[subcategories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppCategory */ export declare const zAppInfosPrimaryCategoryGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosPrimarySubcategoryOneGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppInfosPrimarySubcategoryOneGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosPrimarySubcategoryOneGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; 'limit[subcategories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppCategory */ export declare const zAppInfosPrimarySubcategoryOneGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosPrimarySubcategoryTwoGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppInfosPrimarySubcategoryTwoGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosPrimarySubcategoryTwoGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; 'limit[subcategories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppCategory */ export declare const zAppInfosPrimarySubcategoryTwoGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosSecondaryCategoryGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppInfosSecondaryCategoryGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosSecondaryCategoryGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; 'limit[subcategories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppCategory */ export declare const zAppInfosSecondaryCategoryGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosSecondarySubcategoryOneGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppInfosSecondarySubcategoryOneGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosSecondarySubcategoryOneGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; 'limit[subcategories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppCategory */ export declare const zAppInfosSecondarySubcategoryOneGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosSecondarySubcategoryTwoGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppInfosSecondarySubcategoryTwoGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosSecondarySubcategoryTwoGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; include: z.ZodOptional>>; 'limit[subcategories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppCategory */ export declare const zAppInfosSecondarySubcategoryTwoGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppInfosTerritoryAgeRatingsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppInfosTerritoryAgeRatingsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppInfosTerritoryAgeRatingsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of TerritoryAgeRatings */ export declare const zAppInfosTerritoryAgeRatingsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPreviewSetsAppPreviewsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppPreviewSetsAppPreviewsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPreviewSetsAppPreviewsReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppPreviewSetsAppPreviewsReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zAppPreviewSetsAppPreviewsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appPreviewSets]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppPreviews */ export declare const zAppPreviewSetsAppPreviewsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPricePointsV3EqualizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppPricePointsV3EqualizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPricePointsV3EqualizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[appPricePoints]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppPricePoints */ export declare const zAppPricePointsV3EqualizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPriceSchedulesAutomaticPricesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppPriceSchedulesAutomaticPricesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPriceSchedulesAutomaticPricesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[endDate]': z.ZodOptional>; 'filter[territory]': z.ZodOptional>; 'fields[appPrices]': z.ZodOptional>>; 'fields[appPricePoints]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppPrices */ export declare const zAppPriceSchedulesAutomaticPricesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPricePoints: "appPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPriceSchedulesBaseTerritoryGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppPriceSchedulesBaseTerritoryGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppPriceSchedulesBaseTerritoryGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Territory */ export declare const zAppPriceSchedulesBaseTerritoryGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppPriceSchedulesManualPricesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppPriceSchedulesManualPricesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppPriceSchedulesManualPricesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[endDate]': z.ZodOptional>; 'filter[territory]': z.ZodOptional>; 'fields[appPrices]': z.ZodOptional>>; 'fields[appPricePoints]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppPrices */ export declare const zAppPriceSchedulesManualPricesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPricePoints: "appPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppScreenshotSetsAppScreenshotsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppScreenshotSetsAppScreenshotsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppScreenshotSetsAppScreenshotsReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppScreenshotSetsAppScreenshotsReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zAppScreenshotSetsAppScreenshotsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appScreenshotSets]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppScreenshots */ export declare const zAppScreenshotSetsAppScreenshotsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreReviewDetailsAppStoreReviewAttachmentsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppStoreReviewDetailsAppStoreReviewAttachmentsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreReviewDetailsAppStoreReviewAttachmentsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreReviewDetails]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppStoreReviewAttachments */ export declare const zAppStoreReviewDetailsAppStoreReviewAttachmentsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentLocalizationsAppPreviewSetsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppStoreVersionExperimentTreatmentLocalizationsAppPreviewSetsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentLocalizationsAppPreviewSetsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[appStoreVersionLocalization]': z.ZodOptional>; 'filter[appCustomProductPageLocalization]': z.ZodOptional>; 'fields[appPreviewSets]': z.ZodOptional>>; 'fields[appStoreVersionLocalizations]': z.ZodOptional>>; 'fields[appCustomProductPageLocalizations]': z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatmentLocalizations]': z.ZodOptional>>; 'fields[appPreviews]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appPreviews]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppPreviewSets */ export declare const zAppStoreVersionExperimentTreatmentLocalizationsAppPreviewSetsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentLocalizationsAppScreenshotSetsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppStoreVersionExperimentTreatmentLocalizationsAppScreenshotSetsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentLocalizationsAppScreenshotSetsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[appStoreVersionLocalization]': z.ZodOptional>; 'filter[appCustomProductPageLocalization]': z.ZodOptional>; 'fields[appScreenshotSets]': z.ZodOptional>>; 'fields[appStoreVersionLocalizations]': z.ZodOptional>>; 'fields[appCustomProductPageLocalizations]': z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatmentLocalizations]': z.ZodOptional>>; 'fields[appScreenshots]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appScreenshots]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppScreenshotSets */ export declare const zAppStoreVersionExperimentTreatmentLocalizationsAppScreenshotSetsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentsAppStoreVersionExperimentTreatmentLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppStoreVersionExperimentTreatmentsAppStoreVersionExperimentTreatmentLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentTreatmentsAppStoreVersionExperimentTreatmentLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[appStoreVersionExperimentTreatmentLocalizations]': z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatments]': z.ZodOptional>>; 'fields[appScreenshotSets]': z.ZodOptional>>; 'fields[appPreviewSets]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appScreenshotSets]': z.ZodOptional; 'limit[appPreviewSets]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppStoreVersionExperimentTreatmentLocalizations */ export declare const zAppStoreVersionExperimentTreatmentsAppStoreVersionExperimentTreatmentLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentsV2AppStoreVersionExperimentTreatmentsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppStoreVersionExperimentsV2AppStoreVersionExperimentTreatmentsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentsV2AppStoreVersionExperimentTreatmentsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatmentLocalizations]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appStoreVersionExperimentTreatmentLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppStoreVersionExperimentTreatments */ export declare const zAppStoreVersionExperimentsV2AppStoreVersionExperimentTreatmentsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentsAppStoreVersionExperimentTreatmentsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppStoreVersionExperimentsAppStoreVersionExperimentTreatmentsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionExperimentsAppStoreVersionExperimentTreatmentsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatmentLocalizations]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appStoreVersionExperimentTreatmentLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppStoreVersionExperimentTreatments */ export declare const zAppStoreVersionExperimentsAppStoreVersionExperimentTreatmentsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionLocalizationsAppPreviewSetsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppStoreVersionLocalizationsAppPreviewSetsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionLocalizationsAppPreviewSetsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[appCustomProductPageLocalization]': z.ZodOptional>; 'filter[appStoreVersionExperimentTreatmentLocalization]': z.ZodOptional>; 'fields[appPreviewSets]': z.ZodOptional>>; 'fields[appStoreVersionLocalizations]': z.ZodOptional>>; 'fields[appCustomProductPageLocalizations]': z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatmentLocalizations]': z.ZodOptional>>; 'fields[appPreviews]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appPreviews]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppPreviewSets */ export declare const zAppStoreVersionLocalizationsAppPreviewSetsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviews: "appPreviews"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; previewFrameTimeCode: z.ZodOptional; mimeType: z.ZodOptional; videoUrl: z.ZodOptional; previewFrameImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; previewImage: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; videoDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionLocalizationsAppScreenshotSetsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppStoreVersionLocalizationsAppScreenshotSetsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionLocalizationsAppScreenshotSetsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[appCustomProductPageLocalization]': z.ZodOptional>; 'filter[appStoreVersionExperimentTreatmentLocalization]': z.ZodOptional>; 'fields[appScreenshotSets]': z.ZodOptional>>; 'fields[appStoreVersionLocalizations]': z.ZodOptional>>; 'fields[appCustomProductPageLocalizations]': z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatmentLocalizations]': z.ZodOptional>>; 'fields[appScreenshots]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appScreenshots]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppScreenshotSets */ export declare const zAppStoreVersionLocalizationsAppScreenshotSetsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshots: "appScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatmentLocalizations: "appStoreVersionExperimentTreatmentLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionLocalizationsSearchKeywordsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppStoreVersionLocalizationsSearchKeywordsDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zAppStoreVersionLocalizationsSearchKeywordsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppStoreVersionLocalizationsSearchKeywordsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionLocalizationsSearchKeywordsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppStoreVersionLocalizationsSearchKeywordsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zAppStoreVersionLocalizationsSearchKeywordsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[locale]': z.ZodOptional>; 'fields[appKeywords]': z.ZodOptional>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppKeywords */ export declare const zAppStoreVersionLocalizationsSearchKeywordsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionsAgeRatingDeclarationGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppStoreVersionsAgeRatingDeclarationGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsAgeRatingDeclarationGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AgeRatingDeclaration with get */ export declare const zAppStoreVersionsAgeRatingDeclarationGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsAlternativeDistributionPackageGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppStoreVersionsAlternativeDistributionPackageGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsAlternativeDistributionPackageGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[alternativeDistributionPackageVersions]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AlternativeDistributionPackage */ export declare const zAppStoreVersionsAlternativeDistributionPackageGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; urlExpirationDate: z.ZodOptional; version: z.ZodOptional; fileChecksum: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; deltas: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsAppClipDefaultExperienceGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppStoreVersionsAppClipDefaultExperienceGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsAppClipDefaultExperienceUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppStoreVersionsAppClipDefaultExperienceUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zAppStoreVersionsAppClipDefaultExperienceGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appClips]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[appClipDefaultExperienceLocalizations]': z.ZodOptional>>; 'fields[appClipAppStoreReviewDetails]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appClipDefaultExperienceLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppClipDefaultExperience */ export declare const zAppStoreVersionsAppClipDefaultExperienceGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipAppStoreReviewDetails: "appClipAppStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperienceLocalizations: "appClipDefaultExperienceLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; subtitle: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipHeaderImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsAppStoreReviewDetailGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppStoreVersionsAppStoreReviewDetailGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsAppStoreReviewDetailGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[appStoreReviewAttachments]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appStoreReviewAttachments]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreReviewDetail */ export declare const zAppStoreVersionsAppStoreReviewDetailGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewAttachments: "appStoreReviewAttachments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsAppStoreVersionExperimentsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppStoreVersionsAppStoreVersionExperimentsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionsAppStoreVersionExperimentsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatments]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appStoreVersionExperimentTreatments]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppStoreVersionExperiments */ export declare const zAppStoreVersionsAppStoreVersionExperimentsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionsAppStoreVersionExperimentsV2GetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppStoreVersionsAppStoreVersionExperimentsV2GetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionsAppStoreVersionExperimentsV2GetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatments]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[controlVersions]': z.ZodOptional; 'limit[appStoreVersionExperimentTreatments]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppStoreVersionExperiments */ export declare const zAppStoreVersionsAppStoreVersionExperimentsV2GetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionsAppStoreVersionLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppStoreVersionsAppStoreVersionLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionsAppStoreVersionLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[appStoreVersionLocalizations]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[appScreenshotSets]': z.ZodOptional>>; 'fields[appPreviewSets]': z.ZodOptional>>; 'fields[appKeywords]': z.ZodOptional>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appScreenshotSets]': z.ZodOptional; 'limit[appPreviewSets]': z.ZodOptional; 'limit[searchKeywords]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppStoreVersionLocalizations */ export declare const zAppStoreVersionsAppStoreVersionLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appKeywords: "appKeywords"; }>; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPreviewSets: "appPreviewSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPreviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appScreenshotSets: "appScreenshotSets"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalization: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionsAppStoreVersionPhasedReleaseGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppStoreVersionsAppStoreVersionPhasedReleaseGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsAppStoreVersionPhasedReleaseGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreVersionPhasedRelease with get */ export declare const zAppStoreVersionsAppStoreVersionPhasedReleaseGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsAppStoreVersionSubmissionGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppStoreVersionsAppStoreVersionSubmissionGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsAppStoreVersionSubmissionGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreVersionSubmission */ export declare const zAppStoreVersionsAppStoreVersionSubmissionGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsBuildGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppStoreVersionsBuildGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsBuildUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppStoreVersionsBuildUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zAppStoreVersionsBuildGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Build with get */ export declare const zAppStoreVersionsBuildGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsCustomerReviewsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppStoreVersionsCustomerReviewsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionsCustomerReviewsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[rating]': z.ZodOptional>; 'exists[publishedResponse]': z.ZodOptional; sort: z.ZodOptional>>; 'fields[customerReviews]': z.ZodOptional>>; 'fields[customerReviewResponses]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CustomerReviews */ export declare const zAppStoreVersionsCustomerReviewsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; title: z.ZodOptional; body: z.ZodOptional; reviewerNickname: z.ZodOptional; createdDate: z.ZodOptional; territory: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; lastModifiedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppStoreVersionsGameCenterAppVersionGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppStoreVersionsGameCenterAppVersionGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsGameCenterAppVersionGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[compatibilityVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAppVersion */ export declare const zAppStoreVersionsGameCenterAppVersionGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsRoutingAppCoverageGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppStoreVersionsRoutingAppCoverageGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppStoreVersionsRoutingAppCoverageGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single RoutingAppCoverage */ export declare const zAppStoreVersionsRoutingAppCoverageGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppTagsTerritoriesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppTagsTerritoriesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppTagsTerritoriesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Territories */ export declare const zAppTagsTerritoriesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAccessibilityDeclarationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsAccessibilityDeclarationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAccessibilityDeclarationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[state]': z.ZodOptional>>; 'fields[accessibilityDeclarations]': z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AccessibilityDeclarations */ export declare const zAppsAccessibilityDeclarationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; supportsAudioDescriptions: z.ZodOptional; supportsCaptions: z.ZodOptional; supportsDarkInterface: z.ZodOptional; supportsDifferentiateWithoutColorAlone: z.ZodOptional; supportsLargerText: z.ZodOptional; supportsReducedMotion: z.ZodOptional; supportsSufficientContrast: z.ZodOptional; supportsVoiceControl: z.ZodOptional; supportsVoiceover: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAlternativeDistributionKeyGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppsAlternativeDistributionKeyGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionKeys: "alternativeDistributionKeys"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsAlternativeDistributionKeyGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AlternativeDistributionKey */ export declare const zAppsAlternativeDistributionKeyGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionKeys: "alternativeDistributionKeys"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsAnalyticsReportRequestsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsAnalyticsReportRequestsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAnalyticsReportRequestsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[analyticsReportRequests]': z.ZodOptional>>; 'fields[analyticsReports]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[reports]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AnalyticsReportRequests */ export declare const zAppsAnalyticsReportRequestsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; stoppedDueToInactivity: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; category: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAndroidToIosAppMappingDetailsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsAndroidToIosAppMappingDetailsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAndroidToIosAppMappingDetailsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AndroidToIosAppMappingDetails */ export declare const zAppsAndroidToIosAppMappingDetailsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppAvailabilityV2GetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppsAppAvailabilityV2GetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appAvailabilities: "appAvailabilities"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsAppAvailabilityV2GetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[territoryAvailabilities]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[territoryAvailabilities]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppAvailability */ export declare const zAppsAppAvailabilityV2GetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appAvailabilities: "appAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; releaseDate: z.ZodOptional; preOrderEnabled: z.ZodOptional; preOrderPublishDate: z.ZodOptional; contentStatuses: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsAppClipsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsAppClipsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppClipsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[appClips]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[appClipDefaultExperiences]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appClipDefaultExperiences]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppClips */ export declare const zAppsAppClipsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppCustomProductPagesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsAppCustomProductPagesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppCustomProductPagesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[appCustomProductPages]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[appCustomProductPageVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appCustomProductPageVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppCustomProductPages */ export declare const zAppsAppCustomProductPagesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageLocalizations: "appCustomProductPageLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; promotionalText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppEncryptionDeclarationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsAppEncryptionDeclarationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppEncryptionDeclarationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[builds]': z.ZodOptional>; 'fields[appEncryptionDeclarations]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[appEncryptionDeclarationDocuments]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[builds]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppEncryptionDeclarations */ export declare const zAppsAppEncryptionDeclarationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarationDocuments: "appEncryptionDeclarationDocuments"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; assetToken: z.ZodOptional; downloadUrl: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppEventsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsAppEventsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppEventsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[id]': z.ZodOptional>; 'fields[appEvents]': z.ZodOptional>>; 'fields[appEventLocalizations]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppEvents */ export declare const zAppsAppEventsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; shortDescription: z.ZodOptional; longDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEventScreenshots: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEventVideoClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppInfosGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsAppInfosGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppInfosGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[ageRatingDeclarations]': z.ZodOptional>>; 'fields[appInfoLocalizations]': z.ZodOptional>>; 'fields[appCategories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appInfoLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppInfos */ export declare const zAppsAppInfosGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCategories: "appCategories"; }>; id: z.ZodString; attributes: z.ZodOptional>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; parent: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appInfoLocalizations: "appInfoLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; subtitle: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; privacyChoicesUrl: z.ZodOptional; privacyPolicyText: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppPricePointsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsAppPricePointsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppPricePointsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[appPricePoints]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppPricePoints */ export declare const zAppsAppPricePointsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppPriceScheduleGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppsAppPriceScheduleGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPriceSchedules: "appPriceSchedules"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsAppPriceScheduleGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; 'fields[appPrices]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[manualPrices]': z.ZodOptional; 'limit[automaticPrices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppPriceSchedule */ export declare const zAppsAppPriceScheduleGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appPriceSchedules: "appPriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; baseTerritory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appPrices: "appPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsAppStoreVersionExperimentsV2GetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsAppStoreVersionExperimentsV2GetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppStoreVersionExperimentsV2GetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[appStoreVersionExperimentTreatments]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[controlVersions]': z.ZodOptional; 'limit[appStoreVersionExperimentTreatments]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppStoreVersionExperiments */ export declare const zAppsAppStoreVersionExperimentsV2GetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperimentTreatments: "appStoreVersionExperimentTreatments"; }>; id: z.ZodString; attributes: z.ZodOptional; appIcon: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; appIconName: z.ZodOptional; promotedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatmentLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppStoreVersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsAppStoreVersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppStoreVersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[versionString]': z.ZodOptional>; 'filter[appStoreState]': z.ZodOptional>>; 'filter[appVersionState]': z.ZodOptional>>; 'filter[id]': z.ZodOptional>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[ageRatingDeclarations]': z.ZodOptional>>; 'fields[appStoreVersionLocalizations]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[appStoreVersionPhasedReleases]': z.ZodOptional>>; 'fields[gameCenterAppVersions]': z.ZodOptional>>; 'fields[routingAppCoverages]': z.ZodOptional>>; 'fields[appStoreReviewDetails]': z.ZodOptional>>; 'fields[appStoreVersionSubmissions]': z.ZodOptional>>; 'fields[appClipDefaultExperiences]': z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[alternativeDistributionPackages]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[appStoreVersionLocalizations]': z.ZodOptional; 'limit[appStoreVersionExperiments]': z.ZodOptional; 'limit[appStoreVersionExperimentsV2]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppStoreVersions */ export declare const zAppsAppStoreVersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppTagsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsAppTagsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsAppTagsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; sort: z.ZodOptional>>; 'fields[appTags]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[territories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppTags */ export declare const zAppsAppTagsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; visibleInAppStore: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBackgroundAssetsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsBackgroundAssetsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBackgroundAssetsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[assetPackIdentifier]': z.ZodOptional>; 'fields[backgroundAssets]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[backgroundAssetVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BackgroundAssets */ export declare const zAppsBackgroundAssetsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; assetPackIdentifier: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBetaAppLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsBetaAppLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBetaAppLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaAppLocalizations with get */ export declare const zAppsBetaAppLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBetaAppReviewDetailGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppsBetaAppReviewDetailGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsBetaAppReviewDetailGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaAppReviewDetail with get */ export declare const zAppsBetaAppReviewDetailGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsBetaFeedbackCrashSubmissionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsBetaFeedbackCrashSubmissionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBetaFeedbackCrashSubmissionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[osVersion]': z.ZodOptional>; 'filter[appPlatform]': z.ZodOptional>>; 'filter[devicePlatform]': z.ZodOptional>>; 'filter[build]': z.ZodOptional>; 'filter[build.preReleaseVersion]': z.ZodOptional>; 'filter[tester]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[betaFeedbackCrashSubmissions]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[betaTesters]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaFeedbackCrashSubmissions */ export declare const zAppsBetaFeedbackCrashSubmissionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; comment: z.ZodOptional; email: z.ZodOptional; deviceModel: z.ZodOptional; osVersion: z.ZodOptional; locale: z.ZodOptional; timeZone: z.ZodOptional; architecture: z.ZodOptional; connectionType: z.ZodOptional>; pairedAppleWatch: z.ZodOptional; appUptimeInMilliseconds: z.ZodOptional>; diskBytesAvailable: z.ZodOptional>; diskBytesTotal: z.ZodOptional>; batteryPercentage: z.ZodOptional; screenWidthInPoints: z.ZodOptional; screenHeightInPoints: z.ZodOptional; appPlatform: z.ZodOptional>; devicePlatform: z.ZodOptional>; deviceFamily: z.ZodOptional>; buildBundleId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; build: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; tester: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBetaFeedbackScreenshotSubmissionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsBetaFeedbackScreenshotSubmissionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBetaFeedbackScreenshotSubmissionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[osVersion]': z.ZodOptional>; 'filter[appPlatform]': z.ZodOptional>>; 'filter[devicePlatform]': z.ZodOptional>>; 'filter[build]': z.ZodOptional>; 'filter[build.preReleaseVersion]': z.ZodOptional>; 'filter[tester]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[betaFeedbackScreenshotSubmissions]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[betaTesters]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaFeedbackScreenshotSubmissions */ export declare const zAppsBetaFeedbackScreenshotSubmissionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; comment: z.ZodOptional; email: z.ZodOptional; deviceModel: z.ZodOptional; osVersion: z.ZodOptional; locale: z.ZodOptional; timeZone: z.ZodOptional; architecture: z.ZodOptional; connectionType: z.ZodOptional>; pairedAppleWatch: z.ZodOptional; appUptimeInMilliseconds: z.ZodOptional>; diskBytesAvailable: z.ZodOptional>; diskBytesTotal: z.ZodOptional>; batteryPercentage: z.ZodOptional; screenWidthInPoints: z.ZodOptional; screenHeightInPoints: z.ZodOptional; appPlatform: z.ZodOptional>; devicePlatform: z.ZodOptional>; deviceFamily: z.ZodOptional>; buildBundleId: z.ZodOptional; screenshots: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; tester: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBetaGroupsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsBetaGroupsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBetaGroupsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaGroups with get */ export declare const zAppsBetaGroupsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBetaLicenseAgreementGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppsBetaLicenseAgreementGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsBetaLicenseAgreementGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaLicenseAgreement with get */ export declare const zAppsBetaLicenseAgreementGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsBetaTestersDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zAppsBetaTestersDeleteToManyRelationshipResponse: z.ZodUnion; export declare const zAppsBuildUploadsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsBuildUploadsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBuildUploadsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[cfBundleVersion]': z.ZodOptional>; 'filter[platform]': z.ZodOptional>>; 'filter[state]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[buildUploads]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[buildUploadFiles]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BuildUploads */ export declare const zAppsBuildUploadsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; cfBundleVersion: z.ZodOptional; createdDate: z.ZodOptional; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetDescriptionFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetSpiFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildUploadFiles: "buildUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; uti: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBuildsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsBuildsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBuildsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Builds with get */ export declare const zAppsBuildsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsCiProductGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppsCiProductGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsCiProductGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[bundleIds]': z.ZodOptional>>; 'fields[scmRepositories]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[primaryRepositories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CiProduct */ export declare const zAppsCiProductGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsCustomerReviewSummarizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodObject<{ 'filter[platform]': z.ZodArray>; 'filter[territory]': z.ZodOptional>; 'fields[customerReviewSummarizations]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>; }, z.core.$strip>; /** * List of CustomerReviewSummarizations */ export declare const zAppsCustomerReviewSummarizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; platform: z.ZodOptional>; text: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsCustomerReviewsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsCustomerReviewsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsCustomerReviewsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[rating]': z.ZodOptional>; 'exists[publishedResponse]': z.ZodOptional; sort: z.ZodOptional>>; 'fields[customerReviews]': z.ZodOptional>>; 'fields[customerReviewResponses]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CustomerReviews */ export declare const zAppsCustomerReviewsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; title: z.ZodOptional; body: z.ZodOptional; reviewerNickname: z.ZodOptional; createdDate: z.ZodOptional; territory: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; lastModifiedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsEndUserLicenseAgreementGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppsEndUserLicenseAgreementGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsEndUserLicenseAgreementGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single EndUserLicenseAgreement with get */ export declare const zAppsEndUserLicenseAgreementGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsGameCenterDetailGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppsGameCenterDetailGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsGameCenterDetailGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[gameCenterAppVersions]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; 'fields[gameCenterAchievementReleases]': z.ZodOptional>>; 'fields[gameCenterActivityVersionReleases]': z.ZodOptional>>; 'fields[gameCenterChallengeVersionReleases]': z.ZodOptional>>; 'fields[gameCenterLeaderboardReleases]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetReleases]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[gameCenterAppVersions]': z.ZodOptional; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[gameCenterLeaderboardsV2]': z.ZodOptional; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[gameCenterLeaderboardSetsV2]': z.ZodOptional; 'limit[gameCenterAchievements]': z.ZodOptional; 'limit[gameCenterAchievementsV2]': z.ZodOptional; 'limit[gameCenterActivities]': z.ZodOptional; 'limit[gameCenterChallenges]': z.ZodOptional; 'limit[achievementReleases]': z.ZodOptional; 'limit[activityReleases]': z.ZodOptional; 'limit[challengeReleases]': z.ZodOptional; 'limit[leaderboardReleases]': z.ZodOptional; 'limit[leaderboardSetReleases]': z.ZodOptional; 'limit[challengesMinimumPlatformVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterDetail */ export declare const zAppsGameCenterDetailGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsGameCenterEnabledVersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsGameCenterEnabledVersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsGameCenterEnabledVersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[versionString]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[gameCenterEnabledVersions]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[compatibleVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterEnabledVersions */ export declare const zAppsGameCenterEnabledVersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; iconAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterEnabledVersions: "gameCenterEnabledVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; iconAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsInAppPurchasesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsInAppPurchasesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsInAppPurchasesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[canBeSubmitted]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[inAppPurchases]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[apps]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of InAppPurchases */ export declare const zAppsInAppPurchasesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsInAppPurchasesV2GetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsInAppPurchasesV2GetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsInAppPurchasesV2GetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[name]': z.ZodOptional>; 'filter[state]': z.ZodOptional>>; 'filter[inAppPurchaseType]': z.ZodOptional>>; sort: z.ZodOptional>>; 'fields[inAppPurchases]': z.ZodOptional>>; 'fields[inAppPurchaseLocalizations]': z.ZodOptional>>; 'fields[inAppPurchaseContents]': z.ZodOptional>>; 'fields[inAppPurchaseAppStoreReviewScreenshots]': z.ZodOptional>>; 'fields[promotedPurchases]': z.ZodOptional>>; 'fields[inAppPurchasePriceSchedules]': z.ZodOptional>>; 'fields[inAppPurchaseAvailabilities]': z.ZodOptional>>; 'fields[inAppPurchaseImages]': z.ZodOptional>>; 'fields[inAppPurchaseOfferCodes]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[inAppPurchaseLocalizations]': z.ZodOptional; 'limit[images]': z.ZodOptional; 'limit[offerCodes]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of InAppPurchases */ export declare const zAppsInAppPurchasesV2GetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseContents: "inAppPurchaseContents"; }>; id: z.ZodString; attributes: z.ZodOptional; fileSize: z.ZodOptional; url: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseImages: "inAppPurchaseImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseLocalizations: "inAppPurchaseLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodes: "inAppPurchaseOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePricePoints: "inAppPurchasePricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsMarketplaceSearchDetailGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppsMarketplaceSearchDetailGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceSearchDetails: "marketplaceSearchDetails"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsMarketplaceSearchDetailGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single MarketplaceSearchDetail */ export declare const zAppsMarketplaceSearchDetailGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ marketplaceSearchDetails: "marketplaceSearchDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsPerfPowerMetricsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[metricType]': z.ZodOptional>>; 'filter[deviceType]': z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of PerfPowerMetrics */ export declare const zAppsPerfPowerMetricsGetToManyRelatedResponse: z.ZodObject<{ version: z.ZodOptional; insights: z.ZodOptional>; latestVersion: z.ZodOptional; metric: z.ZodOptional; summaryString: z.ZodOptional; referenceVersions: z.ZodOptional; maxLatestVersionValue: z.ZodOptional; subSystemLabel: z.ZodOptional; highImpact: z.ZodOptional; populations: z.ZodOptional; percentile: z.ZodOptional; summaryString: z.ZodOptional; referenceAverageValue: z.ZodOptional; latestVersionValue: z.ZodOptional; device: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; regressions: z.ZodOptional>; latestVersion: z.ZodOptional; metric: z.ZodOptional; summaryString: z.ZodOptional; referenceVersions: z.ZodOptional; maxLatestVersionValue: z.ZodOptional; subSystemLabel: z.ZodOptional; highImpact: z.ZodOptional; populations: z.ZodOptional; percentile: z.ZodOptional; summaryString: z.ZodOptional; referenceAverageValue: z.ZodOptional; latestVersionValue: z.ZodOptional; device: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; productData: z.ZodOptional; metricCategories: z.ZodOptional>; metrics: z.ZodOptional; goalKeys: z.ZodOptional; lowerBound: z.ZodOptional; upperBound: z.ZodOptional; }, z.core.$strip>>>; unit: z.ZodOptional; displayName: z.ZodOptional; }, z.core.$strip>>; datasets: z.ZodOptional; device: z.ZodOptional; deviceMarketingName: z.ZodOptional; }, z.core.$strip>>; points: z.ZodOptional; value: z.ZodOptional; errorMargin: z.ZodOptional; percentageBreakdown: z.ZodOptional; subSystemLabel: z.ZodOptional; }, z.core.$strip>>; goal: z.ZodOptional; }, z.core.$strip>>>; recommendedMetricGoal: z.ZodOptional; detail: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zAppsPreReleaseVersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsPreReleaseVersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsPreReleaseVersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of PreReleaseVersions with get */ export declare const zAppsPreReleaseVersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsPromotedPurchasesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsPromotedPurchasesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsPromotedPurchasesReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zAppsPromotedPurchasesReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zAppsPromotedPurchasesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[inAppPurchases]': z.ZodOptional>>; 'fields[subscriptions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of PromotedPurchases */ export declare const zAppsPromotedPurchasesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsReviewSubmissionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsReviewSubmissionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsReviewSubmissionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[state]': z.ZodOptional>>; 'fields[reviewSubmissions]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[reviewSubmissionItems]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[actors]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[items]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of ReviewSubmissions */ export declare const zAppsReviewSubmissionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ actors: "actors"; }>; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissionItems: "reviewSubmissionItems"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsSearchKeywordsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsSearchKeywordsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsSearchKeywordsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[locale]': z.ZodOptional>; 'fields[appKeywords]': z.ZodOptional>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of AppKeywords */ export declare const zAppsSearchKeywordsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsSubscriptionGracePeriodGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zAppsSubscriptionGracePeriodGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsSubscriptionGracePeriodGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionGracePeriod */ export declare const zAppsSubscriptionGracePeriodGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; attributes: z.ZodOptional; sandboxOptIn: z.ZodOptional; duration: z.ZodOptional>; renewalType: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zAppsSubscriptionGroupsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsSubscriptionGroupsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsSubscriptionGroupsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[subscriptions.state]': z.ZodOptional>>; sort: z.ZodOptional>>; 'fields[subscriptionGroups]': z.ZodOptional>>; 'fields[subscriptions]': z.ZodOptional>>; 'fields[subscriptionGroupLocalizations]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[subscriptions]': z.ZodOptional; 'limit[subscriptionGroupLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionGroups */ export declare const zAppsSubscriptionGroupsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroupLocalizations: "subscriptionGroupLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; customAppName: z.ZodOptional; locale: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsWebhooksGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zAppsWebhooksGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsWebhooksGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Webhooks */ export declare const zAppsWebhooksGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; eventTypes: z.ZodOptional>>; name: z.ZodOptional; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deliveries: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBackgroundAssetVersionsBackgroundAssetUploadFilesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBackgroundAssetVersionsBackgroundAssetUploadFilesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBackgroundAssetVersionsBackgroundAssetUploadFilesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BackgroundAssetUploadFiles */ export declare const zBackgroundAssetVersionsBackgroundAssetUploadFilesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksum: z.ZodOptional; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBackgroundAssetsVersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBackgroundAssetsVersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBackgroundAssetsVersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[version]': z.ZodOptional>; 'filter[internalBetaRelease.state]': z.ZodOptional>>; 'filter[externalBetaRelease.state]': z.ZodOptional>>; 'filter[appStoreRelease.state]': z.ZodOptional>>; sort: z.ZodOptional>>; 'fields[backgroundAssetVersions]': z.ZodOptional>>; 'fields[backgroundAssets]': z.ZodOptional>>; 'fields[backgroundAssetVersionInternalBetaReleases]': z.ZodOptional>>; 'fields[backgroundAssetVersionExternalBetaReleases]': z.ZodOptional>>; 'fields[backgroundAssetVersionAppStoreReleases]': z.ZodOptional>>; 'fields[backgroundAssetUploadFiles]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BackgroundAssetVersions */ export declare const zBackgroundAssetsVersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetUploadFiles: "backgroundAssetUploadFiles"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksum: z.ZodOptional; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionAppStoreReleases: "backgroundAssetVersionAppStoreReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionExternalBetaReleases: "backgroundAssetVersionExternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersionInternalBetaReleases: "backgroundAssetVersionInternalBetaReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssets: "backgroundAssets"; }>; id: z.ZodString; attributes: z.ZodOptional; assetPackIdentifier: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaAppLocalizationsAppGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBetaAppLocalizationsAppGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppLocalizationsAppGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single App with get */ export declare const zBetaAppLocalizationsAppGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppReviewDetailsAppGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBetaAppReviewDetailsAppGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppReviewDetailsAppGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single App with get */ export declare const zBetaAppReviewDetailsAppGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppReviewSubmissionsBuildGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBetaAppReviewSubmissionsBuildGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaAppReviewSubmissionsBuildGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Build with get */ export declare const zBetaAppReviewSubmissionsBuildGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaBuildLocalizationsBuildGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBetaBuildLocalizationsBuildGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaBuildLocalizationsBuildGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Build with get */ export declare const zBetaBuildLocalizationsBuildGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaFeedbackCrashSubmissionsCrashLogGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBetaFeedbackCrashSubmissionsCrashLogGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaCrashLogs: "betaCrashLogs"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaFeedbackCrashSubmissionsCrashLogGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaCrashLog */ export declare const zBetaFeedbackCrashSubmissionsCrashLogGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaCrashLogs: "betaCrashLogs"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaGroupsAppGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBetaGroupsAppGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaGroupsAppGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single App with get */ export declare const zBetaGroupsAppGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaGroupsBetaRecruitmentCriteriaGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBetaGroupsBetaRecruitmentCriteriaGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaGroupsBetaRecruitmentCriteriaGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaRecruitmentCriterion */ export declare const zBetaGroupsBetaRecruitmentCriteriaGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriteria: "betaRecruitmentCriteria"; }>; id: z.ZodString; attributes: z.ZodOptional; deviceFamilyOsVersionFilters: z.ZodOptional>; minimumOsInclusive: z.ZodOptional; maximumOsInclusive: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaGroupsBetaRecruitmentCriterionCompatibleBuildCheckGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBetaGroupsBetaRecruitmentCriterionCompatibleBuildCheckGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriterionCompatibleBuildChecks: "betaRecruitmentCriterionCompatibleBuildChecks"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaGroupsBetaRecruitmentCriterionCompatibleBuildCheckGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaRecruitmentCriterionCompatibleBuildCheck */ export declare const zBetaGroupsBetaRecruitmentCriterionCompatibleBuildCheckGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaRecruitmentCriterionCompatibleBuildChecks: "betaRecruitmentCriterionCompatibleBuildChecks"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaGroupsBetaTestersDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaGroupsBetaTestersDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zBetaGroupsBetaTestersGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBetaGroupsBetaTestersGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaGroupsBetaTestersCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaGroupsBetaTestersCreateToManyRelationshipResponse: z.ZodVoid; export declare const zBetaGroupsBetaTestersGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaTesters with get */ export declare const zBetaGroupsBetaTestersGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaGroupsBuildsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaGroupsBuildsDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zBetaGroupsBuildsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBetaGroupsBuildsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaGroupsBuildsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaGroupsBuildsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zBetaGroupsBuildsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Builds with get */ export declare const zBetaGroupsBuildsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaLicenseAgreementsAppGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBetaLicenseAgreementsAppGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaLicenseAgreementsAppGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single App with get */ export declare const zBetaLicenseAgreementsAppGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBetaTestersAppsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; export declare const zBetaTestersAppsDeleteToManyRelationshipResponse: z.ZodUnion; export declare const zBetaTestersAppsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBetaTestersAppsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTestersAppsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Apps with get */ export declare const zBetaTestersAppsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTestersBetaGroupsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaTestersBetaGroupsDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zBetaTestersBetaGroupsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBetaTestersBetaGroupsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTestersBetaGroupsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaTestersBetaGroupsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zBetaTestersBetaGroupsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaGroups with get */ export declare const zBetaTestersBetaGroupsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTestersBuildsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaTestersBuildsDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zBetaTestersBuildsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBetaTestersBuildsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTestersBuildsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBetaTestersBuildsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zBetaTestersBuildsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Builds with get */ export declare const zBetaTestersBuildsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildBetaDetailsBuildGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBuildBetaDetailsBuildGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBetaDetailsBuildGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[preReleaseVersions]': z.ZodOptional>>; 'fields[betaTesters]': z.ZodOptional>>; 'fields[betaGroups]': z.ZodOptional>>; 'fields[betaBuildLocalizations]': z.ZodOptional>>; 'fields[appEncryptionDeclarations]': z.ZodOptional>>; 'fields[betaAppReviewSubmissions]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[buildBetaDetails]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[buildIcons]': z.ZodOptional>>; 'fields[buildBundles]': z.ZodOptional>>; 'fields[buildUploads]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[individualTesters]': z.ZodOptional; 'limit[betaGroups]': z.ZodOptional; 'limit[betaBuildLocalizations]': z.ZodOptional; 'limit[icons]': z.ZodOptional; 'limit[buildBundles]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Build */ export declare const zBuildBetaDetailsBuildGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBundles: "buildBundles"; }>; id: z.ZodString; attributes: z.ZodOptional; bundleType: z.ZodOptional>; sdkBuild: z.ZodOptional; platformBuild: z.ZodOptional; fileName: z.ZodOptional; hasSirikit: z.ZodOptional; hasOnDemandResources: z.ZodOptional; hasPrerenderedIcon: z.ZodOptional; usesLocationServices: z.ZodOptional; isIosBuildMacAppStoreCompatible: z.ZodOptional; includesSymbols: z.ZodOptional; dSYMUrl: z.ZodOptional; supportedArchitectures: z.ZodOptional>; requiredCapabilities: z.ZodOptional>; deviceProtocols: z.ZodOptional>; locales: z.ZodOptional>; entitlements: z.ZodOptional>>; baDownloadAllowance: z.ZodOptional; baMaxInstallSize: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDomainDebugStatus: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppClipInvocations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundleFileSizes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; id: z.ZodString; attributes: z.ZodOptional; cfBundleVersion: z.ZodOptional; createdDate: z.ZodOptional; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetDescriptionFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetSpiFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBundlesAppClipDomainCacheStatusGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBuildBundlesAppClipDomainCacheStatusGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDomainStatuses: "appClipDomainStatuses"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBundlesAppClipDomainCacheStatusGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppClipDomainStatus */ export declare const zBuildBundlesAppClipDomainCacheStatusGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDomainStatuses: "appClipDomainStatuses"; }>; id: z.ZodString; attributes: z.ZodOptional; isValid: z.ZodOptional; lastUpdatedDate: z.ZodOptional; errorCode: z.ZodOptional>; }, z.core.$strip>>>; lastUpdatedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBundlesAppClipDomainDebugStatusGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBuildBundlesAppClipDomainDebugStatusGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDomainStatuses: "appClipDomainStatuses"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBundlesAppClipDomainDebugStatusGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppClipDomainStatus */ export declare const zBuildBundlesAppClipDomainDebugStatusGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appClipDomainStatuses: "appClipDomainStatuses"; }>; id: z.ZodString; attributes: z.ZodOptional; isValid: z.ZodOptional; lastUpdatedDate: z.ZodOptional; errorCode: z.ZodOptional>; }, z.core.$strip>>>; lastUpdatedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildBundlesBetaAppClipInvocationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBuildBundlesBetaAppClipInvocationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildBundlesBetaAppClipInvocationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[betaAppClipInvocationLocalizations]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[betaAppClipInvocationLocalizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaAppClipInvocations */ export declare const zBuildBundlesBetaAppClipInvocationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildBundlesBuildBundleFileSizesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBuildBundlesBuildBundleFileSizesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildBundlesBuildBundleFileSizesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BuildBundleFileSizes */ export declare const zBuildBundlesBuildBundleFileSizesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; osVersion: z.ZodOptional; downloadBytes: z.ZodOptional; installBytes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildUploadsBuildUploadFilesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBuildUploadsBuildUploadFilesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildUploadsBuildUploadFilesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BuildUploadFiles */ export declare const zBuildUploadsBuildUploadFilesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional>; sourceFileChecksums: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional>; offset: z.ZodOptional>; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; expiration: z.ZodOptional; partNumber: z.ZodOptional>; entityTag: z.ZodOptional; }, z.core.$strip>>>; uti: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildsAppGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBuildsAppGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildsAppGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single App with get */ export declare const zBuildsAppGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildsAppEncryptionDeclarationGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBuildsAppEncryptionDeclarationGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildsAppEncryptionDeclarationUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBuildsAppEncryptionDeclarationUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zBuildsAppEncryptionDeclarationGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppEncryptionDeclaration with get */ export declare const zBuildsAppEncryptionDeclarationGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildsAppStoreVersionGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBuildsAppStoreVersionGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildsAppStoreVersionGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[ageRatingDeclarations]': z.ZodOptional>>; 'fields[appStoreVersionLocalizations]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[appStoreVersionPhasedReleases]': z.ZodOptional>>; 'fields[gameCenterAppVersions]': z.ZodOptional>>; 'fields[routingAppCoverages]': z.ZodOptional>>; 'fields[appStoreReviewDetails]': z.ZodOptional>>; 'fields[appStoreVersionSubmissions]': z.ZodOptional>>; 'fields[appClipDefaultExperiences]': z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[alternativeDistributionPackages]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appStoreVersionLocalizations]': z.ZodOptional; 'limit[appStoreVersionExperiments]': z.ZodOptional; 'limit[appStoreVersionExperimentsV2]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreVersion */ export declare const zBuildsAppStoreVersionGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildsBetaAppReviewSubmissionGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBuildsBetaAppReviewSubmissionGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildsBetaAppReviewSubmissionGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BetaAppReviewSubmission with get */ export declare const zBuildsBetaAppReviewSubmissionGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildsBetaBuildLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBuildsBetaBuildLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildsBetaBuildLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaBuildLocalizations with get */ export declare const zBuildsBetaBuildLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildsBetaGroupsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBuildsBetaGroupsDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zBuildsBetaGroupsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBuildsBetaGroupsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zBuildsBuildBetaDetailGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBuildsBuildBetaDetailGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildsBuildBetaDetailGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BuildBetaDetail */ export declare const zBuildsBuildBetaDetailGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildsDiagnosticSignaturesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBuildsDiagnosticSignaturesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildsDiagnosticSignaturesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[diagnosticSignatures]': z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of DiagnosticSignatures */ export declare const zBuildsDiagnosticSignaturesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; signature: z.ZodOptional; weight: z.ZodOptional; insight: z.ZodOptional>; direction: z.ZodOptional>; referenceVersions: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildsIconsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBuildsIconsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildsIconsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BuildIcons with get */ export declare const zBuildsIconsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildsIndividualTestersDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBuildsIndividualTestersDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zBuildsIndividualTestersGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBuildsIndividualTestersGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildsIndividualTestersCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zBuildsIndividualTestersCreateToManyRelationshipResponse: z.ZodVoid; export declare const zBuildsIndividualTestersGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BetaTesters with get */ export declare const zBuildsIndividualTestersGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildsPerfPowerMetricsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[metricType]': z.ZodOptional>>; 'filter[deviceType]': z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of PerfPowerMetrics */ export declare const zBuildsPerfPowerMetricsGetToManyRelatedResponse: z.ZodObject<{ version: z.ZodOptional; insights: z.ZodOptional>; latestVersion: z.ZodOptional; metric: z.ZodOptional; summaryString: z.ZodOptional; referenceVersions: z.ZodOptional; maxLatestVersionValue: z.ZodOptional; subSystemLabel: z.ZodOptional; highImpact: z.ZodOptional; populations: z.ZodOptional; percentile: z.ZodOptional; summaryString: z.ZodOptional; referenceAverageValue: z.ZodOptional; latestVersionValue: z.ZodOptional; device: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; regressions: z.ZodOptional>; latestVersion: z.ZodOptional; metric: z.ZodOptional; summaryString: z.ZodOptional; referenceVersions: z.ZodOptional; maxLatestVersionValue: z.ZodOptional; subSystemLabel: z.ZodOptional; highImpact: z.ZodOptional; populations: z.ZodOptional; percentile: z.ZodOptional; summaryString: z.ZodOptional; referenceAverageValue: z.ZodOptional; latestVersionValue: z.ZodOptional; device: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; productData: z.ZodOptional; metricCategories: z.ZodOptional>; metrics: z.ZodOptional; goalKeys: z.ZodOptional; lowerBound: z.ZodOptional; upperBound: z.ZodOptional; }, z.core.$strip>>>; unit: z.ZodOptional; displayName: z.ZodOptional; }, z.core.$strip>>; datasets: z.ZodOptional; device: z.ZodOptional; deviceMarketingName: z.ZodOptional; }, z.core.$strip>>; points: z.ZodOptional; value: z.ZodOptional; errorMargin: z.ZodOptional; percentageBreakdown: z.ZodOptional; subSystemLabel: z.ZodOptional; }, z.core.$strip>>; goal: z.ZodOptional; }, z.core.$strip>>>; recommendedMetricGoal: z.ZodOptional; detail: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zBuildsPreReleaseVersionGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBuildsPreReleaseVersionGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBuildsPreReleaseVersionGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single PrereleaseVersion with get */ export declare const zBuildsPreReleaseVersionGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBundleIdsAppGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zBundleIdsAppGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBundleIdsAppGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single App with get */ export declare const zBundleIdsAppGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zBundleIdsBundleIdCapabilitiesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBundleIdsBundleIdCapabilitiesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBundleIdsBundleIdCapabilitiesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of BundleIdCapabilities with get */ export declare const zBundleIdsBundleIdCapabilitiesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; settings: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; visible: z.ZodOptional; allowedInstances: z.ZodOptional>; minInstances: z.ZodOptional; options: z.ZodOptional>; name: z.ZodOptional; description: z.ZodOptional; enabledByDefault: z.ZodOptional; enabled: z.ZodOptional; supportsWildcard: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBundleIdsProfilesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zBundleIdsProfilesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBundleIdsProfilesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Profiles with get */ export declare const zBundleIdsProfilesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; profileType: z.ZodOptional>; profileState: z.ZodOptional>; profileContent: z.ZodOptional; uuid: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; devices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; certificates: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCertificatesPassTypeIdGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zCertificatesPassTypeIdGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ passTypeIds: "passTypeIds"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCertificatesPassTypeIdGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[certificates]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[certificates]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single PassTypeId */ export declare const zCertificatesPassTypeIdGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ passTypeIds: "passTypeIds"; }>; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiBuildActionsArtifactsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zCiBuildActionsArtifactsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildActionsArtifactsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CiArtifacts */ export declare const zCiBuildActionsArtifactsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; fileName: z.ZodOptional; fileSize: z.ZodOptional; downloadUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildActionsBuildRunGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zCiBuildActionsBuildRunGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciBuildRuns: "ciBuildRuns"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiBuildActionsBuildRunGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[ciWorkflows]': z.ZodOptional>>; 'fields[ciProducts]': z.ZodOptional>>; 'fields[scmGitReferences]': z.ZodOptional>>; 'fields[scmPullRequests]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[builds]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CiBuildRun */ export declare const zCiBuildActionsBuildRunGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ ciBuildRuns: "ciBuildRuns"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; sourceCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; destinationCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; isPullRequestBuild: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; startReason: z.ZodOptional>; cancelReason: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; product: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; destinationBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmPullRequests: "scmPullRequests"; }>; id: z.ZodString; attributes: z.ZodOptional; number: z.ZodOptional; webUrl: z.ZodOptional; sourceRepositoryOwner: z.ZodOptional; sourceRepositoryName: z.ZodOptional; sourceBranchName: z.ZodOptional; destinationRepositoryOwner: z.ZodOptional; destinationRepositoryName: z.ZodOptional; destinationBranchName: z.ZodOptional; isClosed: z.ZodOptional; isCrossRepository: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiBuildActionsIssuesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zCiBuildActionsIssuesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildActionsIssuesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CiIssues */ export declare const zCiBuildActionsIssuesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; message: z.ZodOptional; fileSource: z.ZodOptional; lineNumber: z.ZodOptional; }, z.core.$strip>>; category: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildActionsTestResultsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zCiBuildActionsTestResultsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildActionsTestResultsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CiTestResults */ export declare const zCiBuildActionsTestResultsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; status: z.ZodOptional>; fileSource: z.ZodOptional; lineNumber: z.ZodOptional; }, z.core.$strip>>; message: z.ZodOptional; destinationTestResults: z.ZodOptional; deviceName: z.ZodOptional; osVersion: z.ZodOptional; status: z.ZodOptional>; duration: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildRunsActionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zCiBuildRunsActionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildRunsActionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[ciBuildRuns]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CiBuildActions */ export declare const zCiBuildRunsActionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; actionType: z.ZodOptional>; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; artifacts: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; issues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; testResults: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; sourceCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; destinationCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; isPullRequestBuild: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; startReason: z.ZodOptional>; cancelReason: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; product: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; destinationBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildRunsBuildsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zCiBuildRunsBuildsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiBuildRunsBuildsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[expired]': z.ZodOptional>; 'filter[processingState]': z.ZodOptional>>; 'filter[betaAppReviewSubmission.betaReviewState]': z.ZodOptional>>; 'filter[usesNonExemptEncryption]': z.ZodOptional>; 'filter[preReleaseVersion.version]': z.ZodOptional>; 'filter[preReleaseVersion.platform]': z.ZodOptional>>; 'filter[buildAudienceType]': z.ZodOptional>>; 'filter[preReleaseVersion]': z.ZodOptional>; 'filter[app]': z.ZodOptional>; 'filter[betaGroups]': z.ZodOptional>; 'filter[appStoreVersion]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'exists[usesNonExemptEncryption]': z.ZodOptional; sort: z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[preReleaseVersions]': z.ZodOptional>>; 'fields[betaTesters]': z.ZodOptional>>; 'fields[betaGroups]': z.ZodOptional>>; 'fields[betaBuildLocalizations]': z.ZodOptional>>; 'fields[appEncryptionDeclarations]': z.ZodOptional>>; 'fields[betaAppReviewSubmissions]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[buildBetaDetails]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[buildIcons]': z.ZodOptional>>; 'fields[buildBundles]': z.ZodOptional>>; 'fields[buildUploads]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[individualTesters]': z.ZodOptional; 'limit[betaGroups]': z.ZodOptional; 'limit[betaBuildLocalizations]': z.ZodOptional; 'limit[icons]': z.ZodOptional; 'limit[buildBundles]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Builds */ export declare const zCiBuildRunsBuildsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewSubmissions: "betaAppReviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaBuildLocalizations: "betaBuildLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaTesters: "betaTesters"; }>; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBetaDetails: "buildBetaDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; internalBuildState: z.ZodOptional>; externalBuildState: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildBundles: "buildBundles"; }>; id: z.ZodString; attributes: z.ZodOptional; bundleType: z.ZodOptional>; sdkBuild: z.ZodOptional; platformBuild: z.ZodOptional; fileName: z.ZodOptional; hasSirikit: z.ZodOptional; hasOnDemandResources: z.ZodOptional; hasPrerenderedIcon: z.ZodOptional; usesLocationServices: z.ZodOptional; isIosBuildMacAppStoreCompatible: z.ZodOptional; includesSymbols: z.ZodOptional; dSYMUrl: z.ZodOptional; supportedArchitectures: z.ZodOptional>; requiredCapabilities: z.ZodOptional>; deviceProtocols: z.ZodOptional>; locales: z.ZodOptional>; entitlements: z.ZodOptional>>; baDownloadAllowance: z.ZodOptional; baMaxInstallSize: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDomainDebugStatus: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppClipInvocations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundleFileSizes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildUploads: "buildUploads"; }>; id: z.ZodString; attributes: z.ZodOptional; cfBundleVersion: z.ZodOptional; createdDate: z.ZodOptional; state: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetDescriptionFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetSpiFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiMacOsVersionsXcodeVersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zCiMacOsVersionsXcodeVersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiMacOsVersionsXcodeVersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[ciMacOsVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[macOsVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CiXcodeVersions */ export declare const zCiMacOsVersionsXcodeVersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiProductsAdditionalRepositoriesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zCiProductsAdditionalRepositoriesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiProductsAdditionalRepositoriesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[scmRepositories]': z.ZodOptional>>; 'fields[scmProviders]': z.ZodOptional>>; 'fields[scmGitReferences]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of ScmRepositories */ export declare const zCiProductsAdditionalRepositoriesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmProviders: "scmProviders"; }>; id: z.ZodString; attributes: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>>; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiProductsAppGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zCiProductsAppGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiProductsAppGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appEncryptionDeclarations]': z.ZodOptional>>; 'fields[buildIcons]': z.ZodOptional>>; 'fields[ciProducts]': z.ZodOptional>>; 'fields[betaGroups]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[preReleaseVersions]': z.ZodOptional>>; 'fields[betaAppLocalizations]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[betaLicenseAgreements]': z.ZodOptional>>; 'fields[betaAppReviewDetails]': z.ZodOptional>>; 'fields[appInfos]': z.ZodOptional>>; 'fields[appClips]': z.ZodOptional>>; 'fields[endUserLicenseAgreements]': z.ZodOptional>>; 'fields[inAppPurchases]': z.ZodOptional>>; 'fields[subscriptionGroups]': z.ZodOptional>>; 'fields[gameCenterEnabledVersions]': z.ZodOptional>>; 'fields[appCustomProductPages]': z.ZodOptional>>; 'fields[promotedPurchases]': z.ZodOptional>>; 'fields[appEvents]': z.ZodOptional>>; 'fields[reviewSubmissions]': z.ZodOptional>>; 'fields[subscriptionGracePeriods]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[androidToIosAppMappingDetails]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appEncryptionDeclarations]': z.ZodOptional; 'limit[betaGroups]': z.ZodOptional; 'limit[appStoreVersions]': z.ZodOptional; 'limit[preReleaseVersions]': z.ZodOptional; 'limit[betaAppLocalizations]': z.ZodOptional; 'limit[builds]': z.ZodOptional; 'limit[appInfos]': z.ZodOptional; 'limit[appClips]': z.ZodOptional; 'limit[inAppPurchases]': z.ZodOptional; 'limit[subscriptionGroups]': z.ZodOptional; 'limit[gameCenterEnabledVersions]': z.ZodOptional; 'limit[appCustomProductPages]': z.ZodOptional; 'limit[inAppPurchasesV2]': z.ZodOptional; 'limit[promotedPurchases]': z.ZodOptional; 'limit[appEvents]': z.ZodOptional; 'limit[reviewSubmissions]': z.ZodOptional; 'limit[appStoreVersionExperimentsV2]': z.ZodOptional; 'limit[androidToIosAppMappingDetails]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single App */ export declare const zCiProductsAppGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ androidToIosAppMappingDetails: "androidToIosAppMappingDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; appSigningKeyPublicCertificateSha256Fingerprints: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClips: "appClips"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAdvancedExperiences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPages: "appCustomProductPages"; }>; id: z.ZodString; attributes: z.ZodOptional; url: z.ZodOptional; visible: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEncryptionDeclarations: "appEncryptionDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; usesEncryption: z.ZodOptional; exempt: z.ZodOptional; containsProprietaryCryptography: z.ZodOptional; containsThirdPartyCryptography: z.ZodOptional; availableOnFrenchStore: z.ZodOptional; platform: z.ZodOptional>; uploadedDate: z.ZodOptional; documentUrl: z.ZodOptional; documentName: z.ZodOptional; documentType: z.ZodOptional; appEncryptionDeclarationState: z.ZodOptional>; codeValue: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclarationDocument: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appInfos: "appInfos"; }>; id: z.ZodString; attributes: z.ZodOptional>; state: z.ZodOptional>; appStoreAgeRating: z.ZodOptional>; australiaAgeRating: z.ZodOptional>; brazilAgeRating: z.ZodOptional>; brazilAgeRatingV2: z.ZodOptional>; franceAgeRating: z.ZodOptional>; koreaAgeRating: z.ZodOptional>; kidsAgeBand: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfoLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; primaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; primarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondaryCategory: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryOne: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; secondarySubcategoryTwo: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territoryAgeRatings: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; latestControlVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; controlVersions: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppLocalizations: "betaAppLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; marketingUrl: z.ZodOptional; privacyPolicyUrl: z.ZodOptional; tvOsPrivacyPolicy: z.ZodOptional; description: z.ZodOptional; locale: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaAppReviewDetails: "betaAppReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaGroups: "betaGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; isInternalGroup: z.ZodOptional; hasAccessToAllBuilds: z.ZodOptional; publicLinkEnabled: z.ZodOptional; publicLinkId: z.ZodOptional; publicLinkLimitEnabled: z.ZodOptional; publicLinkLimit: z.ZodOptional; publicLink: z.ZodOptional; feedbackEnabled: z.ZodOptional; iosBuildsAvailableForAppleSiliconMac: z.ZodOptional; iosBuildsAvailableForAppleVision: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaRecruitmentCriteria: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaRecruitmentCriterionCompatibleBuildCheck: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ betaLicenseAgreements: "betaLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ buildIcons: "buildIcons"; }>; id: z.ZodString; attributes: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; iconType: z.ZodOptional>; masked: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ endUserLicenseAgreements: "endUserLicenseAgreements"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterEnabledVersions: "gameCenterEnabledVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; iconAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ preReleaseVersions: "preReleaseVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ reviewSubmissions: "reviewSubmissions"; }>; id: z.ZodString; attributes: z.ZodOptional>; submittedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; items: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionForReview: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; submittedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; lastUpdatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGracePeriods: "subscriptionGracePeriods"; }>; id: z.ZodString; attributes: z.ZodOptional; sandboxOptIn: z.ZodOptional; duration: z.ZodOptional>; renewalType: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiProductsBuildRunsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zCiProductsBuildRunsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiProductsBuildRunsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; sort: z.ZodOptional>>; 'fields[ciBuildRuns]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[ciWorkflows]': z.ZodOptional>>; 'fields[ciProducts]': z.ZodOptional>>; 'fields[scmGitReferences]': z.ZodOptional>>; 'fields[scmPullRequests]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[builds]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CiBuildRuns */ export declare const zCiProductsBuildRunsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; sourceCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; destinationCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; isPullRequestBuild: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; startReason: z.ZodOptional>; cancelReason: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; product: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; destinationBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmPullRequests: "scmPullRequests"; }>; id: z.ZodString; attributes: z.ZodOptional; number: z.ZodOptional; webUrl: z.ZodOptional; sourceRepositoryOwner: z.ZodOptional; sourceRepositoryName: z.ZodOptional; sourceBranchName: z.ZodOptional; destinationRepositoryOwner: z.ZodOptional; destinationRepositoryName: z.ZodOptional; destinationBranchName: z.ZodOptional; isClosed: z.ZodOptional; isCrossRepository: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiProductsPrimaryRepositoriesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zCiProductsPrimaryRepositoriesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiProductsPrimaryRepositoriesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[scmRepositories]': z.ZodOptional>>; 'fields[scmProviders]': z.ZodOptional>>; 'fields[scmGitReferences]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of ScmRepositories */ export declare const zCiProductsPrimaryRepositoriesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmProviders: "scmProviders"; }>; id: z.ZodString; attributes: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>>; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiProductsWorkflowsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zCiProductsWorkflowsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiProductsWorkflowsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[ciProducts]': z.ZodOptional>>; 'fields[scmRepositories]': z.ZodOptional>>; 'fields[ciXcodeVersions]': z.ZodOptional>>; 'fields[ciMacOsVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CiWorkflows */ export declare const zCiProductsWorkflowsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciMacOsVersions: "ciMacOsVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciXcodeVersions: "ciXcodeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiWorkflowsBuildRunsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zCiWorkflowsBuildRunsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiWorkflowsBuildRunsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; sort: z.ZodOptional>>; 'fields[ciBuildRuns]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[ciWorkflows]': z.ZodOptional>>; 'fields[ciProducts]': z.ZodOptional>>; 'fields[scmGitReferences]': z.ZodOptional>>; 'fields[scmPullRequests]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[builds]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CiBuildRuns */ export declare const zCiWorkflowsBuildRunsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; startedDate: z.ZodOptional; finishedDate: z.ZodOptional; sourceCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; destinationCommit: z.ZodOptional; message: z.ZodOptional; author: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; committer: z.ZodOptional; avatarUrl: z.ZodOptional; }, z.core.$strip>>; webUrl: z.ZodOptional; }, z.core.$strip>>; isPullRequestBuild: z.ZodOptional; issueCounts: z.ZodOptional; errors: z.ZodOptional; testFailures: z.ZodOptional; warnings: z.ZodOptional; }, z.core.$strip>>; executionProgress: z.ZodOptional>; completionStatus: z.ZodOptional>; startReason: z.ZodOptional>; cancelReason: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; workflow: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; product: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; sourceBranchOrTag: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; destinationBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequest: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciProducts: "ciProducts"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; productType: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; bundleId: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; workflows: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; primaryRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; additionalRepositories: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ciWorkflows: "ciWorkflows"; }>; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; branchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; tagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; pullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; filesAndFoldersRule: z.ZodOptional>; matchers: z.ZodOptional; fileExtension: z.ZodOptional; fileName: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; autoCancel: z.ZodOptional; }, z.core.$strip>>; scheduledStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; schedule: z.ZodOptional>; days: z.ZodOptional>>; hour: z.ZodOptional; minute: z.ZodOptional; timezone: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; manualBranchStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualTagStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; manualPullRequestStartCondition: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; destination: z.ZodOptional; patterns: z.ZodOptional; isPrefix: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; actions: z.ZodOptional; actionType: z.ZodOptional>; destination: z.ZodOptional>; buildDistributionAudience: z.ZodOptional>; testConfiguration: z.ZodOptional>; testPlanName: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; runtimeName: z.ZodOptional; runtimeIdentifier: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; scheme: z.ZodOptional; platform: z.ZodOptional>; isRequiredToPass: z.ZodOptional; }, z.core.$strip>>>; isEnabled: z.ZodOptional; isLockedForEditing: z.ZodOptional; clean: z.ZodOptional; containerFilePath: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; repository: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; xcodeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; macOsVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildRuns: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmPullRequests: "scmPullRequests"; }>; id: z.ZodString; attributes: z.ZodOptional; number: z.ZodOptional; webUrl: z.ZodOptional; sourceRepositoryOwner: z.ZodOptional; sourceRepositoryName: z.ZodOptional; sourceBranchName: z.ZodOptional; destinationRepositoryOwner: z.ZodOptional; destinationRepositoryName: z.ZodOptional; destinationBranchName: z.ZodOptional; isClosed: z.ZodOptional; isCrossRepository: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiWorkflowsRepositoryGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zCiWorkflowsRepositoryGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiWorkflowsRepositoryGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[scmProviders]': z.ZodOptional>>; 'fields[scmGitReferences]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single ScmRepository */ export declare const zCiWorkflowsRepositoryGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ scmRepositories: "scmRepositories"; }>; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmProviders: "scmProviders"; }>; id: z.ZodString; attributes: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>>; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCiXcodeVersionsMacOsVersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zCiXcodeVersionsMacOsVersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCiXcodeVersionsMacOsVersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[ciXcodeVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[xcodeVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of CiMacOsVersions */ export declare const zCiXcodeVersionsMacOsVersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; testDestinations: z.ZodOptional; deviceTypeIdentifier: z.ZodOptional; availableRuntimes: z.ZodOptional; runtimeIdentifier: z.ZodOptional; }, z.core.$strip>>>; kind: z.ZodOptional>; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zCustomerReviewsResponseGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zCustomerReviewsResponseGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ customerReviewResponses: "customerReviewResponses"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zCustomerReviewsResponseGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[customerReviews]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single CustomerReviewResponse */ export declare const zCustomerReviewsResponseGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ customerReviewResponses: "customerReviewResponses"; }>; id: z.ZodString; attributes: z.ZodOptional; lastModifiedDate: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; title: z.ZodOptional; body: z.ZodOptional; reviewerNickname: z.ZodOptional; createdDate: z.ZodOptional; territory: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zDiagnosticSignaturesLogsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of DiagnosticLogs */ export declare const zDiagnosticSignaturesLogsGetToManyRelatedResponse: z.ZodObject<{ productData: z.ZodOptional; diagnosticInsights: z.ZodOptional; insightsCategory: z.ZodOptional; insightsString: z.ZodOptional; }, z.core.$strip>>>; diagnosticLogs: z.ZodOptional; callStacks: z.ZodOptional; isBlameFrame: z.ZodOptional; symbolName: z.ZodOptional; insightsCategory: z.ZodOptional; offsetIntoSymbol: z.ZodOptional; binaryName: z.ZodOptional; fileName: z.ZodOptional; binaryUUID: z.ZodOptional; lineNumber: z.ZodOptional; address: z.ZodOptional; offsetIntoBinaryTextSegment: z.ZodOptional; rawFrame: z.ZodOptional; subFrames: z.ZodOptional>>; }, z.core.$strip>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; diagnosticMetaData: z.ZodOptional; event: z.ZodOptional; osVersion: z.ZodOptional; appVersion: z.ZodOptional; writesCaused: z.ZodOptional; deviceType: z.ZodOptional; platformArchitecture: z.ZodOptional; eventDetail: z.ZodOptional; buildVersion: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>>>; version: z.ZodOptional; }, z.core.$strip>; export declare const zEndUserLicenseAgreementsTerritoriesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zEndUserLicenseAgreementsTerritoriesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zEndUserLicenseAgreementsTerritoriesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Territories with get */ export declare const zEndUserLicenseAgreementsTerritoriesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationsV2ImageGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterAchievementLocalizationsV2ImageGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationsV2ImageGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterAchievementLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAchievementImage */ export declare const zGameCenterAchievementLocalizationsV2ImageGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationsGameCenterAchievementGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterAchievementLocalizationsGameCenterAchievementGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationsGameCenterAchievementGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterAchievementLocalizations]': z.ZodOptional>>; 'fields[gameCenterAchievementReleases]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAchievement */ export declare const zGameCenterAchievementLocalizationsGameCenterAchievementGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationsGameCenterAchievementImageGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterAchievementLocalizationsGameCenterAchievementImageGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementLocalizationsGameCenterAchievementImageGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterAchievementLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAchievementImage */ export declare const zGameCenterAchievementLocalizationsGameCenterAchievementImageGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementVersionsV2LocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterAchievementVersionsV2LocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAchievementVersionsV2LocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterAchievementVersions]': z.ZodOptional>>; 'fields[gameCenterAchievementImages]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterAchievementLocalizations */ export declare const zGameCenterAchievementVersionsV2LocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAchievementsV2ActivityUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterAchievementsV2ActivityUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zGameCenterAchievementsV2VersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterAchievementsV2VersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAchievementsV2VersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterAchievementLocalizations]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterAchievementVersions */ export declare const zGameCenterAchievementsV2VersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAchievementsActivityUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterAchievementsActivityUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zGameCenterAchievementsGroupAchievementGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterAchievementsGroupAchievementGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementsGroupAchievementUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterAchievementsGroupAchievementUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zGameCenterAchievementsGroupAchievementGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterAchievementLocalizations]': z.ZodOptional>>; 'fields[gameCenterAchievementReleases]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterAchievement */ export declare const zGameCenterAchievementsGroupAchievementGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAchievementsLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterAchievementsLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAchievementsLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterAchievementImages]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterAchievementLocalizations */ export declare const zGameCenterAchievementsLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementImages: "gameCenterAchievementImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAchievementsReleasesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterAchievementsReleasesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAchievementsReleasesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[gameCenterDetail]': z.ZodOptional>; 'fields[gameCenterAchievementReleases]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterAchievements]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterAchievementReleases */ export declare const zGameCenterAchievementsReleasesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterActivitiesAchievementsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterActivitiesAchievementsDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterActivitiesAchievementsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterActivitiesAchievementsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterActivitiesAchievementsV2DeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterActivitiesAchievementsV2DeleteToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterActivitiesAchievementsV2CreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterActivitiesAchievementsV2CreateToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterActivitiesLeaderboardsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterActivitiesLeaderboardsDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterActivitiesLeaderboardsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterActivitiesLeaderboardsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterActivitiesLeaderboardsV2DeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterActivitiesLeaderboardsV2DeleteToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterActivitiesLeaderboardsV2CreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterActivitiesLeaderboardsV2CreateToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterActivitiesVersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterActivitiesVersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterActivitiesVersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterActivityLocalizations]': z.ZodOptional>>; 'fields[gameCenterActivityImages]': z.ZodOptional>>; 'fields[gameCenterActivityVersionReleases]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterActivityVersions */ export declare const zGameCenterActivitiesVersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityLocalizations: "gameCenterActivityLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterActivityLocalizationsImageGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterActivityLocalizationsImageGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityLocalizationsImageGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterActivityImage */ export declare const zGameCenterActivityLocalizationsImageGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityVersionsDefaultImageGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterActivityVersionsDefaultImageGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityVersionsDefaultImageGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterActivityImage */ export declare const zGameCenterActivityVersionsDefaultImageGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterActivityVersionsLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterActivityVersionsLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterActivityVersionsLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterActivityVersions]': z.ZodOptional>>; 'fields[gameCenterActivityImages]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterActivityLocalizations */ export declare const zGameCenterActivityVersionsLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityImages: "gameCenterActivityImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAppVersionsAppStoreVersionGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterAppVersionsAppStoreVersionGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAppVersionsAppStoreVersionGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[ageRatingDeclarations]': z.ZodOptional>>; 'fields[appStoreVersionLocalizations]': z.ZodOptional>>; 'fields[builds]': z.ZodOptional>>; 'fields[appStoreVersionPhasedReleases]': z.ZodOptional>>; 'fields[gameCenterAppVersions]': z.ZodOptional>>; 'fields[routingAppCoverages]': z.ZodOptional>>; 'fields[appStoreReviewDetails]': z.ZodOptional>>; 'fields[appStoreVersionSubmissions]': z.ZodOptional>>; 'fields[appClipDefaultExperiences]': z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[alternativeDistributionPackages]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[appStoreVersionLocalizations]': z.ZodOptional; 'limit[appStoreVersionExperiments]': z.ZodOptional; 'limit[appStoreVersionExperimentsV2]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single AppStoreVersion */ export declare const zGameCenterAppVersionsAppStoreVersionGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ ageRatingDeclarations: "ageRatingDeclarations"; }>; id: z.ZodString; attributes: z.ZodOptional; alcoholTobaccoOrDrugUseOrReferences: z.ZodOptional>; contests: z.ZodOptional>; gambling: z.ZodOptional; gamblingSimulated: z.ZodOptional>; gunsOrOtherWeapons: z.ZodOptional>; healthOrWellnessTopics: z.ZodOptional; kidsAgeBand: z.ZodOptional>; lootBox: z.ZodOptional; medicalOrTreatmentInformation: z.ZodOptional>; messagingAndChat: z.ZodOptional; parentalControls: z.ZodOptional; profanityOrCrudeHumor: z.ZodOptional>; ageAssurance: z.ZodOptional; sexualContentGraphicAndNudity: z.ZodOptional>; sexualContentOrNudity: z.ZodOptional>; horrorOrFearThemes: z.ZodOptional>; matureOrSuggestiveThemes: z.ZodOptional>; unrestrictedWebAccess: z.ZodOptional; userGeneratedContent: z.ZodOptional; violenceCartoonOrFantasy: z.ZodOptional>; violenceRealisticProlongedGraphicOrSadistic: z.ZodOptional>; violenceRealistic: z.ZodOptional>; ageRatingOverride: z.ZodOptional>; ageRatingOverrideV2: z.ZodOptional>; koreaAgeRatingOverride: z.ZodOptional>; developerAgeRatingInfoUrl: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ alternativeDistributionPackages: "alternativeDistributionPackages"; }>; id: z.ZodString; attributes: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; composite: z.ZodOptional; algorithm: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appClipDefaultExperiences: "appClipDefaultExperiences"; }>; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releaseWithAppStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperienceLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClipAppStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreReviewDetails: "appStoreReviewDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; contactLastName: z.ZodOptional; contactPhone: z.ZodOptional; contactEmail: z.ZodOptional; demoAccountName: z.ZodOptional; demoAccountPassword: z.ZodOptional; demoAccountRequired: z.ZodOptional; notes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewAttachments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionLocalizations: "appStoreVersionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; keywords: z.ZodOptional; marketingUrl: z.ZodOptional; promotionalText: z.ZodOptional; supportUrl: z.ZodOptional; whatsNew: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appScreenshotSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPreviewSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionPhasedReleases: "appStoreVersionPhasedReleases"; }>; id: z.ZodString; attributes: z.ZodOptional>; startDate: z.ZodOptional; totalPauseDuration: z.ZodOptional; currentDayNumber: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionSubmissions: "appStoreVersionSubmissions"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ builds: "builds"; }>; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ routingAppCoverages: "routingAppCoverages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterAppVersionsCompatibilityVersionsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterAppVersionsCompatibilityVersionsDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterAppVersionsCompatibilityVersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterAppVersionsCompatibilityVersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterAppVersionsCompatibilityVersionsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterAppVersionsCompatibilityVersionsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterAppVersionsCompatibilityVersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[gameCenterAppVersions]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[compatibilityVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterAppVersions */ export declare const zGameCenterAppVersionsCompatibilityVersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterChallengeLocalizationsImageGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterChallengeLocalizationsImageGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeLocalizationsImageGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterChallengeImage */ export declare const zGameCenterChallengeLocalizationsImageGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeVersionsDefaultImageGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterChallengeVersionsDefaultImageGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeVersionsDefaultImageGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterChallengeImage */ export declare const zGameCenterChallengeVersionsDefaultImageGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterChallengeVersionsLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterChallengeVersionsLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterChallengeVersionsLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterChallengeVersions]': z.ZodOptional>>; 'fields[gameCenterChallengeImages]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterChallengeLocalizations */ export declare const zGameCenterChallengeVersionsLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterChallengesLeaderboardUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterChallengesLeaderboardUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zGameCenterChallengesLeaderboardV2UpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterChallengesLeaderboardV2UpdateToOneRelationshipResponse: z.ZodVoid; export declare const zGameCenterChallengesVersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterChallengesVersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterChallengesVersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; 'fields[gameCenterChallengeLocalizations]': z.ZodOptional>>; 'fields[gameCenterChallengeVersionReleases]': z.ZodOptional>>; 'fields[gameCenterChallengeImages]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterChallengeVersions */ export declare const zGameCenterChallengesVersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeImages: "gameCenterChallengeImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeLocalizations: "gameCenterChallengeLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsAchievementReleasesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsAchievementReleasesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsAchievementReleasesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[gameCenterAchievement]': z.ZodOptional>; 'fields[gameCenterAchievementReleases]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterAchievements]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterAchievementReleases */ export declare const zGameCenterDetailsAchievementReleasesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsActivityReleasesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsActivityReleasesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsActivityReleasesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterActivityVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterActivityVersionReleases */ export declare const zGameCenterDetailsActivityReleasesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsChallengeReleasesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsChallengeReleasesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsChallengeReleasesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterChallengeVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterChallengeVersionReleases */ export declare const zGameCenterDetailsChallengeReleasesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsChallengesMinimumPlatformVersionsReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterDetailsChallengesMinimumPlatformVersionsReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterDetailsGameCenterAchievementsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsGameCenterAchievementsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterAchievementsReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterDetailsGameCenterAchievementsReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterDetailsGameCenterAchievementsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[archived]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterAchievementLocalizations]': z.ZodOptional>>; 'fields[gameCenterAchievementReleases]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterAchievements */ export declare const zGameCenterDetailsGameCenterAchievementsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterAchievementsV2GetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsGameCenterAchievementsV2GetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterAchievementsV2ReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterDetailsGameCenterAchievementsV2ReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterDetailsGameCenterAchievementsV2GetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[archived]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterAchievementVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterAchievements */ export declare const zGameCenterDetailsGameCenterAchievementsV2GetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterActivitiesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsGameCenterActivitiesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterActivitiesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterActivityVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[achievements]': z.ZodOptional; 'limit[achievementsV2]': z.ZodOptional; 'limit[leaderboards]': z.ZodOptional; 'limit[leaderboardsV2]': z.ZodOptional; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterActivities */ export declare const zGameCenterDetailsGameCenterActivitiesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterAppVersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsGameCenterAppVersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterAppVersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[gameCenterAppVersions]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[compatibilityVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterAppVersions */ export declare const zGameCenterDetailsGameCenterAppVersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterChallengesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsGameCenterChallengesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterChallengesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[archived]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterChallenges]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterChallengeVersions]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterChallenges */ export declare const zGameCenterDetailsGameCenterChallengesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterGroupGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterDetailsGameCenterGroupGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterGroupGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[gameCenterDetails]': z.ZodOptional; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[gameCenterLeaderboardsV2]': z.ZodOptional; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[gameCenterLeaderboardSetsV2]': z.ZodOptional; 'limit[gameCenterAchievements]': z.ZodOptional; 'limit[gameCenterAchievementsV2]': z.ZodOptional; 'limit[gameCenterActivities]': z.ZodOptional; 'limit[gameCenterChallenges]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterGroup */ export declare const zGameCenterDetailsGameCenterGroupGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterLeaderboardSetsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsGameCenterLeaderboardSetsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterLeaderboardSetsReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterDetailsGameCenterLeaderboardSetsReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterDetailsGameCenterLeaderboardSetsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetLocalizations]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetReleases]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardSets */ export declare const zGameCenterDetailsGameCenterLeaderboardSetsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterLeaderboardSetsV2GetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsGameCenterLeaderboardSetsV2GetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterLeaderboardSetsV2ReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterDetailsGameCenterLeaderboardSetsV2ReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterDetailsGameCenterLeaderboardSetsV2GetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardSets */ export declare const zGameCenterDetailsGameCenterLeaderboardSetsV2GetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterLeaderboardsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsGameCenterLeaderboardsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterLeaderboardsReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterDetailsGameCenterLeaderboardsReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterDetailsGameCenterLeaderboardsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[archived]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterLeaderboardLocalizations]': z.ZodOptional>>; 'fields[gameCenterLeaderboardReleases]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboards */ export declare const zGameCenterDetailsGameCenterLeaderboardsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterLeaderboardsV2GetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsGameCenterLeaderboardsV2GetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsGameCenterLeaderboardsV2ReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterDetailsGameCenterLeaderboardsV2ReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterDetailsGameCenterLeaderboardsV2GetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[archived]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; 'fields[gameCenterLeaderboardVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboards */ export declare const zGameCenterDetailsGameCenterLeaderboardsV2GetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsLeaderboardReleasesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsLeaderboardReleasesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsLeaderboardReleasesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[gameCenterLeaderboard]': z.ZodOptional>; 'fields[gameCenterLeaderboardReleases]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardReleases */ export declare const zGameCenterDetailsLeaderboardReleasesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsLeaderboardSetReleasesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterDetailsLeaderboardSetReleasesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsLeaderboardSetReleasesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[gameCenterLeaderboardSet]': z.ZodOptional>; 'fields[gameCenterLeaderboardSetReleases]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardSetReleases */ export declare const zGameCenterDetailsLeaderboardSetReleasesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterEnabledVersionsCompatibleVersionsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterEnabledVersionsCompatibleVersionsDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterEnabledVersionsCompatibleVersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterEnabledVersionsCompatibleVersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterEnabledVersionsCompatibleVersionsReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterEnabledVersionsCompatibleVersionsReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterEnabledVersionsCompatibleVersionsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterEnabledVersionsCompatibleVersionsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterEnabledVersionsCompatibleVersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[versionString]': z.ZodOptional>; 'filter[app]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[gameCenterEnabledVersions]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[compatibleVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterEnabledVersions */ export declare const zGameCenterEnabledVersionsCompatibleVersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; iconAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterEnabledVersions: "gameCenterEnabledVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; iconAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterAchievementsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterGroupsGameCenterAchievementsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterAchievementsReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterGroupsGameCenterAchievementsReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterGroupsGameCenterAchievementsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[archived]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterAchievementLocalizations]': z.ZodOptional>>; 'fields[gameCenterAchievementReleases]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterAchievements */ export declare const zGameCenterGroupsGameCenterAchievementsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementLocalizations: "gameCenterAchievementLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; beforeEarnedDescription: z.ZodOptional; afterEarnedDescription: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterAchievementsV2GetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterGroupsGameCenterAchievementsV2GetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterAchievementsV2ReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterGroupsGameCenterAchievementsV2ReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterGroupsGameCenterAchievementsV2GetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[archived]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterAchievementVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterAchievements */ export declare const zGameCenterGroupsGameCenterAchievementsV2GetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterActivitiesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterGroupsGameCenterActivitiesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterActivitiesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterActivityVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[achievements]': z.ZodOptional; 'limit[achievementsV2]': z.ZodOptional; 'limit[leaderboards]': z.ZodOptional; 'limit[leaderboardsV2]': z.ZodOptional; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterActivities */ export declare const zGameCenterGroupsGameCenterActivitiesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterChallengesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterGroupsGameCenterChallengesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterChallengesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[archived]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterChallenges]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterChallengeVersions]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterChallenges */ export declare const zGameCenterGroupsGameCenterChallengesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterDetailsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterGroupsGameCenterDetailsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterDetailsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[apps]': z.ZodOptional>>; 'fields[gameCenterAppVersions]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterAchievements]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; 'fields[gameCenterAchievementReleases]': z.ZodOptional>>; 'fields[gameCenterActivityVersionReleases]': z.ZodOptional>>; 'fields[gameCenterChallengeVersionReleases]': z.ZodOptional>>; 'fields[gameCenterLeaderboardReleases]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetReleases]': z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[gameCenterAppVersions]': z.ZodOptional; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[gameCenterLeaderboardsV2]': z.ZodOptional; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[gameCenterLeaderboardSetsV2]': z.ZodOptional; 'limit[gameCenterAchievements]': z.ZodOptional; 'limit[gameCenterAchievementsV2]': z.ZodOptional; 'limit[gameCenterActivities]': z.ZodOptional; 'limit[gameCenterChallenges]': z.ZodOptional; 'limit[achievementReleases]': z.ZodOptional; 'limit[activityReleases]': z.ZodOptional; 'limit[challengeReleases]': z.ZodOptional; 'limit[leaderboardReleases]': z.ZodOptional; 'limit[leaderboardSetReleases]': z.ZodOptional; 'limit[challengesMinimumPlatformVersions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterDetails */ export declare const zGameCenterGroupsGameCenterDetailsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementReleases: "gameCenterAchievementReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievement: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievements: "gameCenterAchievements"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; points: z.ZodOptional; showBeforeEarned: z.ZodOptional; repeatable: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupAchievement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersionReleases: "gameCenterActivityVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAppVersions: "gameCenterAppVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersionReleases: "gameCenterChallengeVersionReleases"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterLeaderboardSetsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterGroupsGameCenterLeaderboardSetsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterLeaderboardSetsReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterGroupsGameCenterLeaderboardSetsReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterGroupsGameCenterLeaderboardSetsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetLocalizations]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetReleases]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardSets */ export declare const zGameCenterGroupsGameCenterLeaderboardSetsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterLeaderboardSetsV2GetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterGroupsGameCenterLeaderboardSetsV2GetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterLeaderboardSetsV2ReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterGroupsGameCenterLeaderboardSetsV2ReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterGroupsGameCenterLeaderboardSetsV2GetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardSets */ export declare const zGameCenterGroupsGameCenterLeaderboardSetsV2GetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterLeaderboardsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterGroupsGameCenterLeaderboardsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterLeaderboardsReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterGroupsGameCenterLeaderboardsReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterGroupsGameCenterLeaderboardsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[archived]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterLeaderboardLocalizations]': z.ZodOptional>>; 'fields[gameCenterLeaderboardReleases]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboards */ export declare const zGameCenterGroupsGameCenterLeaderboardsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterLeaderboardsV2GetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterGroupsGameCenterLeaderboardsV2GetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterGroupsGameCenterLeaderboardsV2ReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterGroupsGameCenterLeaderboardsV2ReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterGroupsGameCenterLeaderboardsV2GetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[archived]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; 'fields[gameCenterLeaderboardVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboards */ export declare const zGameCenterGroupsGameCenterLeaderboardsV2GetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardLocalizationsGameCenterLeaderboardImageGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterLeaderboardLocalizationsGameCenterLeaderboardImageGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardLocalizationsGameCenterLeaderboardImageGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardImage */ export declare const zGameCenterLeaderboardLocalizationsGameCenterLeaderboardImageGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardLocalizationsV2ImageGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterLeaderboardLocalizationsV2ImageGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardLocalizationsV2ImageGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardImage */ export declare const zGameCenterLeaderboardLocalizationsV2ImageGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetLocalizationsGameCenterLeaderboardSetImageGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterLeaderboardSetLocalizationsGameCenterLeaderboardSetImageGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetLocalizationsGameCenterLeaderboardSetImageGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardSetLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetImage */ export declare const zGameCenterLeaderboardSetLocalizationsGameCenterLeaderboardSetImageGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetLocalizationsV2ImageGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterLeaderboardSetLocalizationsV2ImageGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetLocalizationsV2ImageGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardSetLocalizations]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardSetImage */ export declare const zGameCenterLeaderboardSetLocalizationsV2ImageGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterLeaderboardLocalizations]': z.ZodOptional>>; 'fields[gameCenterLeaderboardReleases]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboard */ export declare const zGameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardSetGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardSetGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardSetGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetLocalizations]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetReleases]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardSet */ export declare const zGameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardSetGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetVersionsV2LocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterLeaderboardSetVersionsV2LocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetVersionsV2LocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardSetVersions]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetImages]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardSetLocalizations */ export declare const zGameCenterLeaderboardSetVersionsV2LocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsV2GameCenterLeaderboardsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetsV2GameCenterLeaderboardsDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetsV2GameCenterLeaderboardsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterLeaderboardSetsV2GameCenterLeaderboardsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsV2GameCenterLeaderboardsReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetsV2GameCenterLeaderboardsReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetsV2GameCenterLeaderboardsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetsV2GameCenterLeaderboardsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetsV2GameCenterLeaderboardsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[archived]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; 'fields[gameCenterLeaderboardVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[versions]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboards */ export declare const zGameCenterLeaderboardSetsV2GameCenterLeaderboardsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsV2VersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterLeaderboardSetsV2VersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsV2VersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetLocalizations]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardSetVersions */ export declare const zGameCenterLeaderboardSetsV2VersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsGameCenterLeaderboardsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetsGameCenterLeaderboardsDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetsGameCenterLeaderboardsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterLeaderboardSetsGameCenterLeaderboardsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsGameCenterLeaderboardsReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetsGameCenterLeaderboardsReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetsGameCenterLeaderboardsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetsGameCenterLeaderboardsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetsGameCenterLeaderboardsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[archived]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterLeaderboardLocalizations]': z.ZodOptional>>; 'fields[gameCenterLeaderboardReleases]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboards */ export declare const zGameCenterLeaderboardSetsGameCenterLeaderboardsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsGroupLeaderboardSetGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterLeaderboardSetsGroupLeaderboardSetGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsGroupLeaderboardSetUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardSetsGroupLeaderboardSetUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zGameCenterLeaderboardSetsGroupLeaderboardSetGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetLocalizations]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetReleases]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; 'limit[gameCenterLeaderboards]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboardSet */ export declare const zGameCenterLeaderboardSetsGroupLeaderboardSetGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetLocalizations: "gameCenterLeaderboardSetLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetReleases: "gameCenterLeaderboardSetReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterLeaderboardSetsLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetImages]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardSetLocalizations */ export declare const zGameCenterLeaderboardSetsLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetImages: "gameCenterLeaderboardSetImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsReleasesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterLeaderboardSetsReleasesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardSetsReleasesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[gameCenterDetail]': z.ZodOptional>; 'fields[gameCenterLeaderboardSetReleases]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardSetReleases */ export declare const zGameCenterLeaderboardSetsReleasesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardVersionsV2LocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterLeaderboardVersionsV2LocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardVersionsV2LocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboardVersions]': z.ZodOptional>>; 'fields[gameCenterLeaderboardImages]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardLocalizations */ export declare const zGameCenterLeaderboardVersionsV2LocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsActivityUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardsActivityUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zGameCenterLeaderboardsChallengeUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardsChallengeUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zGameCenterLeaderboardsGroupLeaderboardGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zGameCenterLeaderboardsGroupLeaderboardGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsGroupLeaderboardUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardsGroupLeaderboardUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zGameCenterLeaderboardsGroupLeaderboardGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterGroups]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSets]': z.ZodOptional>>; 'fields[gameCenterLeaderboardLocalizations]': z.ZodOptional>>; 'fields[gameCenterLeaderboardReleases]': z.ZodOptional>>; 'fields[gameCenterActivities]': z.ZodOptional>>; 'fields[gameCenterChallenges]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[gameCenterLeaderboardSets]': z.ZodOptional; 'limit[localizations]': z.ZodOptional; 'limit[releases]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single GameCenterLeaderboard */ export declare const zGameCenterLeaderboardsGroupLeaderboardGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; playStyle: z.ZodOptional>; minimumPlayersCount: z.ZodOptional; maximumPlayersCount: z.ZodOptional; supportsPartyCode: z.ZodOptional; archived: z.ZodOptional; properties: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; achievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; archived: z.ZodOptional; challengeType: z.ZodOptional>; repeatable: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; leaderboardV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterGroups: "gameCenterGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardReleases: "gameCenterLeaderboardReleases"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSets: "gameCenterLeaderboardSets"; }>; id: z.ZodString; attributes: z.ZodOptional; vendorIdentifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboardSet: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterLeaderboardsLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardImages]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardLocalizations */ export declare const zGameCenterLeaderboardsLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardImages: "gameCenterLeaderboardImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsReleasesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterLeaderboardsReleasesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsReleasesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[gameCenterDetail]': z.ZodOptional>; 'fields[gameCenterLeaderboardReleases]': z.ZodOptional>>; 'fields[gameCenterDetails]': z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardReleases */ export declare const zGameCenterLeaderboardsReleasesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterDetails: "gameCenterDetails"; }>; id: z.ZodString; attributes: z.ZodOptional; challengeEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboards: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterLeaderboardSetsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievements: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterAchievementsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterActivities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterChallenges: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboard: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultGroupLeaderboardV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; achievementReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activityReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengeReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; leaderboardSetReleases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; challengesMinimumPlatformVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; groupLeaderboard: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsV2ActivityUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivities: "gameCenterActivities"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardsV2ActivityUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zGameCenterLeaderboardsV2ChallengeUpdateToOneRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallenges: "gameCenterChallenges"; }>; id: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zGameCenterLeaderboardsV2ChallengeUpdateToOneRelationshipResponse: z.ZodVoid; export declare const zGameCenterLeaderboardsV2VersionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterLeaderboardsV2VersionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterLeaderboardsV2VersionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterLeaderboards]': z.ZodOptional>>; 'fields[gameCenterLeaderboardLocalizations]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[localizations]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterLeaderboardVersions */ export declare const zGameCenterLeaderboardsV2VersionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardLocalizations: "gameCenterLeaderboardLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; formatterOverride: z.ZodOptional>; formatterSuffix: z.ZodOptional; formatterSuffixSingular: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; image: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboards: "gameCenterLeaderboards"; }>; id: z.ZodString; attributes: z.ZodOptional>; referenceName: z.ZodOptional; vendorIdentifier: z.ZodOptional; submissionType: z.ZodOptional>; scoreSortType: z.ZodOptional>; scoreRangeStart: z.ZodOptional; scoreRangeEnd: z.ZodOptional; recurrenceStartDate: z.ZodOptional; recurrenceDuration: z.ZodOptional; recurrenceRule: z.ZodOptional; archived: z.ZodOptional; activityProperties: z.ZodOptional>; visibility: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterGroup: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSets: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; activity: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; challenge: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; versions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetsMatchmakingQueuesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterMatchmakingRuleSetsMatchmakingQueuesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetsMatchmakingQueuesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[gameCenterMatchmakingRuleSets]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterMatchmakingQueues */ export declare const zGameCenterMatchmakingRuleSetsMatchmakingQueuesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; classicMatchmakingBundleIds: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; experimentRuleSet: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; ruleLanguageVersion: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; rules: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; matchmakingQueues: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetsRulesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterMatchmakingRuleSetsRulesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetsRulesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterMatchmakingRules */ export declare const zGameCenterMatchmakingRuleSetsRulesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; description: z.ZodOptional; type: z.ZodOptional>; expression: z.ZodOptional; weight: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetsTeamsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zGameCenterMatchmakingRuleSetsTeamsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRuleSetsTeamsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of GameCenterMatchmakingTeams */ export declare const zGameCenterMatchmakingRuleSetsTeamsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; minPlayers: z.ZodOptional; maxPlayers: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseAvailabilitiesAvailableTerritoriesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zInAppPurchaseAvailabilitiesAvailableTerritoriesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseAvailabilitiesAvailableTerritoriesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Territories */ export declare const zInAppPurchaseAvailabilitiesAvailableTerritoriesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodeOneTimeUseCodesValuesGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single InAppPurchaseOfferCodeOneTimeUseCodeValue */ export declare const zInAppPurchaseOfferCodeOneTimeUseCodesValuesGetToOneRelatedResponse: z.ZodString; export declare const zInAppPurchaseOfferCodesCustomCodesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zInAppPurchaseOfferCodesCustomCodesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodesCustomCodesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[actors]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of InAppPurchaseOfferCodeCustomCodes */ export declare const zInAppPurchaseOfferCodesCustomCodesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodesOneTimeUseCodesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zInAppPurchaseOfferCodesOneTimeUseCodesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodesOneTimeUseCodesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[actors]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of InAppPurchaseOfferCodeOneTimeUseCodes */ export declare const zInAppPurchaseOfferCodesOneTimeUseCodesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; userFirstName: z.ZodOptional; userLastName: z.ZodOptional; userEmail: z.ZodOptional; apiKeyId: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodesPricesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zInAppPurchaseOfferCodesPricesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchaseOfferCodesPricesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[inAppPurchaseOfferPrices]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; 'fields[inAppPurchasePricePoints]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of InAppPurchaseOfferPrices */ export declare const zInAppPurchaseOfferCodesPricesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePricePoints: "inAppPurchasePricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasePricePointsEqualizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zInAppPurchasePricePointsEqualizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasePricePointsEqualizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[inAppPurchaseV2]': z.ZodOptional>; 'fields[inAppPurchasePricePoints]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of InAppPurchasePricePoints */ export declare const zInAppPurchasePricePointsEqualizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasePriceSchedulesAutomaticPricesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zInAppPurchasePriceSchedulesAutomaticPricesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasePriceSchedulesAutomaticPricesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[inAppPurchasePrices]': z.ZodOptional>>; 'fields[inAppPurchasePricePoints]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of InAppPurchasePrices */ export declare const zInAppPurchasePriceSchedulesAutomaticPricesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; manual: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePricePoints: "inAppPurchasePricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasePriceSchedulesBaseTerritoryGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zInAppPurchasePriceSchedulesBaseTerritoryGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasePriceSchedulesBaseTerritoryGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single Territory */ export declare const zInAppPurchasePriceSchedulesBaseTerritoryGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasePriceSchedulesManualPricesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zInAppPurchasePriceSchedulesManualPricesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasePriceSchedulesManualPricesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[inAppPurchasePrices]': z.ZodOptional>>; 'fields[inAppPurchasePricePoints]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of InAppPurchasePrices */ export declare const zInAppPurchasePriceSchedulesManualPricesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; manual: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePricePoints: "inAppPurchasePricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasesV2AppStoreReviewScreenshotGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zInAppPurchasesV2AppStoreReviewScreenshotGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasesV2AppStoreReviewScreenshotGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[inAppPurchases]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchaseAppStoreReviewScreenshot */ export declare const zInAppPurchasesV2AppStoreReviewScreenshotGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAppStoreReviewScreenshots: "inAppPurchaseAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasesV2ContentGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zInAppPurchasesV2ContentGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseContents: "inAppPurchaseContents"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasesV2ContentGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[inAppPurchases]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchaseContent */ export declare const zInAppPurchasesV2ContentGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseContents: "inAppPurchaseContents"; }>; id: z.ZodString; attributes: z.ZodOptional; fileSize: z.ZodOptional; url: z.ZodOptional; lastModifiedDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasesV2IapPriceScheduleGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zInAppPurchasesV2IapPriceScheduleGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasesV2IapPriceScheduleGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; 'fields[inAppPurchasePrices]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[manualPrices]': z.ZodOptional; 'limit[automaticPrices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchasePriceSchedule */ export declare const zInAppPurchasesV2IapPriceScheduleGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePriceSchedules: "inAppPurchasePriceSchedules"; }>; id: z.ZodString; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manualPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; automaticPrices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchasePrices: "inAppPurchasePrices"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; manual: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasesV2ImagesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zInAppPurchasesV2ImagesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasesV2ImagesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[inAppPurchases]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of InAppPurchaseImages */ export declare const zInAppPurchasesV2ImagesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasesV2InAppPurchaseAvailabilityGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zInAppPurchasesV2InAppPurchaseAvailabilityGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasesV2InAppPurchaseAvailabilityGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[availableTerritories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single InAppPurchaseAvailability */ export declare const zInAppPurchasesV2InAppPurchaseAvailabilityGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseAvailabilities: "inAppPurchaseAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasesV2InAppPurchaseLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zInAppPurchasesV2InAppPurchaseLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasesV2InAppPurchaseLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[inAppPurchases]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of InAppPurchaseLocalizations */ export declare const zInAppPurchasesV2InAppPurchaseLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasesV2OfferCodesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zInAppPurchasesV2OfferCodesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasesV2OfferCodesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[inAppPurchaseOfferCodes]': z.ZodOptional>>; 'fields[inAppPurchaseOfferCodeOneTimeUseCodes]': z.ZodOptional>>; 'fields[inAppPurchaseOfferCodeCustomCodes]': z.ZodOptional>>; 'fields[inAppPurchaseOfferPrices]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[oneTimeUseCodes]': z.ZodOptional; 'limit[customCodes]': z.ZodOptional; 'limit[prices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of InAppPurchaseOfferCodes */ export declare const zInAppPurchasesV2OfferCodesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeCustomCodes: "inAppPurchaseOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferCodeOneTimeUseCodes: "inAppPurchaseOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; createdByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; deactivatedByActor: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchaseOfferPrices: "inAppPurchaseOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; pricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasesV2PricePointsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zInAppPurchasesV2PricePointsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasesV2PricePointsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[inAppPurchasePricePoints]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of InAppPurchasePricePoints */ export declare const zInAppPurchasesV2PricePointsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zInAppPurchasesV2PromotedPurchaseGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zInAppPurchasesV2PromotedPurchaseGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zInAppPurchasesV2PromotedPurchaseGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[inAppPurchases]': z.ZodOptional>>; 'fields[subscriptions]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single PromotedPurchase */ export declare const zInAppPurchasesV2PromotedPurchaseGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zMerchantIdsCertificatesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zMerchantIdsCertificatesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zMerchantIdsCertificatesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[certificateType]': z.ZodOptional>>; 'filter[serialNumber]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[certificates]': z.ZodOptional>>; 'fields[passTypeIds]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Certificates */ export declare const zMerchantIdsCertificatesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zPassTypeIdsCertificatesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zPassTypeIdsCertificatesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zPassTypeIdsCertificatesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[certificateType]': z.ZodOptional>>; 'filter[serialNumber]': z.ZodOptional>; 'filter[id]': z.ZodOptional>; sort: z.ZodOptional>>; 'fields[certificates]': z.ZodOptional>>; 'fields[passTypeIds]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Certificates */ export declare const zPassTypeIdsCertificatesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; identifier: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zPreReleaseVersionsAppGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zPreReleaseVersionsAppGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zPreReleaseVersionsAppGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single App with get */ export declare const zPreReleaseVersionsAppGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ apps: "apps"; }>; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zPreReleaseVersionsBuildsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zPreReleaseVersionsBuildsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zPreReleaseVersionsBuildsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Builds with get */ export declare const zPreReleaseVersionsBuildsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; uploadedDate: z.ZodOptional; expirationDate: z.ZodOptional; expired: z.ZodOptional; minOsVersion: z.ZodOptional; lsMinimumSystemVersion: z.ZodOptional; computedMinMacOsVersion: z.ZodOptional; computedMinVisionOsVersion: z.ZodOptional; iconAssetToken: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; processingState: z.ZodOptional>; buildAudienceType: z.ZodOptional>; usesNonExemptEncryption: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; individualTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaBuildLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEncryptionDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; buildBetaDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; icons: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildBundles: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; buildUpload: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; diagnosticSignatures: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zProfilesBundleIdGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zProfilesBundleIdGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zProfilesBundleIdGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single BundleId with get */ export declare const zProfilesBundleIdGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ bundleIds: "bundleIds"; }>; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; identifier: z.ZodOptional; seedId: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; bundleIdCapabilities: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; app: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zProfilesCertificatesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zProfilesCertificatesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zProfilesCertificatesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Certificates with get */ export declare const zProfilesCertificatesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; certificateType: z.ZodOptional>; displayName: z.ZodOptional; serialNumber: z.ZodOptional; platform: z.ZodOptional>; expirationDate: z.ZodOptional; certificateContent: z.ZodOptional; activated: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zProfilesDevicesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zProfilesDevicesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zProfilesDevicesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Devices with get */ export declare const zProfilesDevicesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; platform: z.ZodOptional>; udid: z.ZodOptional; deviceClass: z.ZodOptional>; status: z.ZodOptional>; model: z.ZodOptional; addedDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zReviewSubmissionsItemsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zReviewSubmissionsItemsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zReviewSubmissionsItemsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[appStoreVersions]': z.ZodOptional>>; 'fields[appCustomProductPageVersions]': z.ZodOptional>>; 'fields[appStoreVersionExperiments]': z.ZodOptional>>; 'fields[appEvents]': z.ZodOptional>>; 'fields[backgroundAssetVersions]': z.ZodOptional>>; 'fields[gameCenterAchievementVersions]': z.ZodOptional>>; 'fields[gameCenterActivityVersions]': z.ZodOptional>>; 'fields[gameCenterChallengeVersions]': z.ZodOptional>>; 'fields[gameCenterLeaderboardSetVersions]': z.ZodOptional>>; 'fields[gameCenterLeaderboardVersions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of ReviewSubmissionItems */ export declare const zReviewSubmissionsItemsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiment: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentV2: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appEvent: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAchievementVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterActivityVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterChallengeVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardSetVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterLeaderboardVersion: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appCustomProductPageVersions: "appCustomProductPageVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; deepLink: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPageLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appEvents: "appEvents"; }>; id: z.ZodString; attributes: z.ZodOptional; badge: z.ZodOptional>; eventState: z.ZodOptional>; deepLink: z.ZodOptional; purchaseRequirement: z.ZodOptional; primaryLocale: z.ZodOptional; priority: z.ZodOptional>; purpose: z.ZodOptional>; territorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; archivedTerritorySchedules: z.ZodOptional>; publishStart: z.ZodOptional; eventStart: z.ZodOptional; eventEnd: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersionExperiments: "appStoreVersionExperiments"; }>; id: z.ZodString; attributes: z.ZodOptional; trafficProportion: z.ZodOptional; state: z.ZodOptional>; reviewRequired: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentTreatments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ appStoreVersions: "appStoreVersions"; }>; id: z.ZodString; attributes: z.ZodOptional>; versionString: z.ZodOptional; appStoreState: z.ZodOptional>; appVersionState: z.ZodOptional>; copyright: z.ZodOptional; reviewType: z.ZodOptional>; releaseType: z.ZodOptional>; earliestReleaseDate: z.ZodOptional; usesIdfa: z.ZodOptional; downloadable: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ageRatingDeclaration: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; build: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionPhasedRelease: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterAppVersion: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; routingAppCoverage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionSubmission: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appClipDefaultExperience: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperiments: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; alternativeDistributionPackage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ backgroundAssetVersions: "backgroundAssetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; platforms: z.ZodOptional>>; state: z.ZodOptional>; stateDetails: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; infos: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; version: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; internalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; externalBetaRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreRelease: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; assetFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; manifestFile: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssetUploadFiles: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterAchievementVersions: "gameCenterAchievementVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterActivityVersions: "gameCenterActivityVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; fallbackUrl: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterChallengeVersions: "gameCenterChallengeVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; releases: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; defaultImage: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardSetVersions: "gameCenterLeaderboardSetVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ gameCenterLeaderboardVersions: "gameCenterLeaderboardVersions"; }>; id: z.ZodString; attributes: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; localizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zScmProvidersRepositoriesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zScmProvidersRepositoriesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zScmProvidersRepositoriesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[scmRepositories]': z.ZodOptional>>; 'fields[scmProviders]': z.ZodOptional>>; 'fields[scmGitReferences]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of ScmRepositories */ export declare const zScmProvidersRepositoriesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmGitReferences: "scmGitReferences"; }>; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ scmProviders: "scmProviders"; }>; id: z.ZodString; attributes: z.ZodOptional>; displayName: z.ZodOptional; isOnPremise: z.ZodOptional; }, z.core.$strip>>; url: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zScmRepositoriesGitReferencesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zScmRepositoriesGitReferencesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zScmRepositoriesGitReferencesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[scmRepositories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of ScmGitReferences */ export declare const zScmRepositoriesGitReferencesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; canonicalName: z.ZodOptional; isDeleted: z.ZodOptional; kind: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zScmRepositoriesPullRequestsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zScmRepositoriesPullRequestsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zScmRepositoriesPullRequestsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[scmRepositories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of ScmPullRequests */ export declare const zScmRepositoriesPullRequestsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; number: z.ZodOptional; webUrl: z.ZodOptional; sourceRepositoryOwner: z.ZodOptional; sourceRepositoryName: z.ZodOptional; sourceBranchName: z.ZodOptional; destinationRepositoryOwner: z.ZodOptional; destinationRepositoryName: z.ZodOptional; destinationBranchName: z.ZodOptional; isClosed: z.ZodOptional; isCrossRepository: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; httpCloneUrl: z.ZodOptional; sshCloneUrl: z.ZodOptional; ownerName: z.ZodOptional; repositoryName: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; defaultBranch: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; gitReferences: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; pullRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionAvailabilitiesAvailableTerritoriesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionAvailabilitiesAvailableTerritoriesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionAvailabilitiesAvailableTerritoriesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Territories */ export declare const zSubscriptionAvailabilitiesAvailableTerritoriesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionGroupsSubscriptionGroupLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionGroupsSubscriptionGroupLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionGroupsSubscriptionGroupLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[subscriptionGroups]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionGroupLocalizations */ export declare const zSubscriptionGroupsSubscriptionGroupLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; customAppName: z.ZodOptional; locale: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionGroupsSubscriptionsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionGroupsSubscriptionsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionGroupsSubscriptionsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[name]': z.ZodOptional>; 'filter[state]': z.ZodOptional>>; sort: z.ZodOptional>>; 'fields[subscriptions]': z.ZodOptional>>; 'fields[subscriptionLocalizations]': z.ZodOptional>>; 'fields[subscriptionAppStoreReviewScreenshots]': z.ZodOptional>>; 'fields[subscriptionGroups]': z.ZodOptional>>; 'fields[subscriptionIntroductoryOffers]': z.ZodOptional>>; 'fields[subscriptionPromotionalOffers]': z.ZodOptional>>; 'fields[subscriptionOfferCodes]': z.ZodOptional>>; 'fields[subscriptionPrices]': z.ZodOptional>>; 'fields[promotedPurchases]': z.ZodOptional>>; 'fields[subscriptionAvailabilities]': z.ZodOptional>>; 'fields[winBackOffers]': z.ZodOptional>>; 'fields[subscriptionImages]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[subscriptionLocalizations]': z.ZodOptional; 'limit[introductoryOffers]': z.ZodOptional; 'limit[promotionalOffers]': z.ZodOptional; 'limit[offerCodes]': z.ZodOptional; 'limit[prices]': z.ZodOptional; 'limit[winBackOffers]': z.ZodOptional; 'limit[images]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Subscriptions */ export declare const zSubscriptionGroupsSubscriptionsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionGroups: "subscriptionGroups"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroupLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionImages: "subscriptionImages"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionIntroductoryOffers: "subscriptionIntroductoryOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionLocalizations: "subscriptionLocalizations"; }>; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodes: "subscriptionOfferCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPrices: "subscriptionPrices"; }>; id: z.ZodString; attributes: z.ZodOptional; preserved: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOffers: "subscriptionPromotionalOffers"; }>; id: z.ZodString; attributes: z.ZodOptional>; name: z.ZodOptional; numberOfPeriods: z.ZodOptional; offerCode: z.ZodOptional; offerMode: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ winBackOffers: "winBackOffers"; }>; id: z.ZodString; attributes: z.ZodOptional; offerId: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; periodCount: z.ZodOptional; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodOptional; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionOfferCodeOneTimeUseCodesValuesGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Single SubscriptionOfferCodeOneTimeUseCodeValue */ export declare const zSubscriptionOfferCodeOneTimeUseCodesValuesGetToOneRelatedResponse: z.ZodString; export declare const zSubscriptionOfferCodesCustomCodesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionOfferCodesCustomCodesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionOfferCodesCustomCodesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[subscriptionOfferCodes]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionOfferCodeCustomCodes */ export declare const zSubscriptionOfferCodesCustomCodesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionOfferCodesOneTimeUseCodesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionOfferCodesOneTimeUseCodesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionOfferCodesOneTimeUseCodesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[subscriptionOfferCodes]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionOfferCodeOneTimeUseCodes */ export declare const zSubscriptionOfferCodesOneTimeUseCodesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; values: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionOfferCodesPricesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionOfferCodesPricesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionOfferCodesPricesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[subscriptionOfferCodePrices]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; 'fields[subscriptionPricePoints]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionOfferCodePrices */ export declare const zSubscriptionOfferCodesPricesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionPricePointsEqualizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionPricePointsEqualizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionPricePointsEqualizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[subscription]': z.ZodOptional>; 'fields[subscriptionPricePoints]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionPricePoints */ export declare const zSubscriptionPricePointsEqualizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionPromotionalOffersPricesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionPromotionalOffersPricesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionPromotionalOffersPricesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[subscriptionPromotionalOfferPrices]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; 'fields[subscriptionPricePoints]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionPromotionalOfferPrices */ export declare const zSubscriptionPromotionalOffersPricesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsAppStoreReviewScreenshotGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zSubscriptionsAppStoreReviewScreenshotGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionsAppStoreReviewScreenshotGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[subscriptions]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionAppStoreReviewScreenshot */ export declare const zSubscriptionsAppStoreReviewScreenshotGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAppStoreReviewScreenshots: "subscriptionAppStoreReviewScreenshots"; }>; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; assetToken: z.ZodOptional; assetType: z.ZodOptional; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; assetDeliveryState: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; warnings: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionsImagesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionsImagesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsImagesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[subscriptions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionImages */ export declare const zSubscriptionsImagesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; fileName: z.ZodOptional; sourceFileChecksum: z.ZodOptional; assetToken: z.ZodOptional; imageAsset: z.ZodOptional; width: z.ZodOptional; height: z.ZodOptional; }, z.core.$strip>>; uploadOperations: z.ZodOptional; url: z.ZodOptional; length: z.ZodOptional; offset: z.ZodOptional; requestHeaders: z.ZodOptional; value: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>>; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsIntroductoryOffersDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zSubscriptionsIntroductoryOffersDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zSubscriptionsIntroductoryOffersGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionsIntroductoryOffersGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsIntroductoryOffersGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[subscriptionIntroductoryOffers]': z.ZodOptional>>; 'fields[subscriptions]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; 'fields[subscriptionPricePoints]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionIntroductoryOffers */ export declare const zSubscriptionsIntroductoryOffersGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; endDate: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; territory: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsOfferCodesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionsOfferCodesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsOfferCodesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[subscriptionOfferCodes]': z.ZodOptional>>; 'fields[subscriptions]': z.ZodOptional>>; 'fields[subscriptionOfferCodeOneTimeUseCodes]': z.ZodOptional>>; 'fields[subscriptionOfferCodeCustomCodes]': z.ZodOptional>>; 'fields[subscriptionOfferCodePrices]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[oneTimeUseCodes]': z.ZodOptional; 'limit[customCodes]': z.ZodOptional; 'limit[prices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionOfferCodes */ export declare const zSubscriptionsOfferCodesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; customerEligibilities: z.ZodOptional>>; offerEligibility: z.ZodOptional>; duration: z.ZodOptional>; offerMode: z.ZodOptional>; numberOfPeriods: z.ZodOptional; totalNumberOfCodes: z.ZodOptional; productionCodeCount: z.ZodOptional; sandboxCodeCount: z.ZodOptional; active: z.ZodOptional; autoRenewEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; oneTimeUseCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; customCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeCustomCodes: "subscriptionOfferCodeCustomCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; numberOfCodes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodeOneTimeUseCodes: "subscriptionOfferCodeOneTimeUseCodes"; }>; id: z.ZodString; attributes: z.ZodOptional; createdDate: z.ZodOptional; expirationDate: z.ZodOptional; active: z.ZodOptional; environment: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; values: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionOfferCodePrices: "subscriptionOfferCodePrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsPricePointsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionsPricePointsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsPricePointsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[subscriptionPricePoints]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionPricePoints */ export declare const zSubscriptionsPricePointsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsPricesDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zSubscriptionsPricesDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zSubscriptionsPricesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionsPricesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsPricesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'filter[territory]': z.ZodOptional>; 'fields[subscriptionPrices]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; 'fields[subscriptionPricePoints]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionPrices */ export declare const zSubscriptionsPricesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; preserved: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsPromotedPurchaseGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zSubscriptionsPromotedPurchaseGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionsPromotedPurchaseGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[inAppPurchases]': z.ZodOptional>>; 'fields[subscriptions]': z.ZodOptional>>; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * Single PromotedPurchase */ export declare const zSubscriptionsPromotedPurchaseGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ promotedPurchases: "promotedPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; enabled: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscription: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ inAppPurchases: "inAppPurchases"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; inAppPurchaseType: z.ZodOptional>; state: z.ZodOptional>; reviewNote: z.ZodOptional; familySharable: z.ZodOptional; contentHosting: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; content: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; iapPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchaseAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionsPromotionalOffersGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionsPromotionalOffersGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsPromotionalOffersGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[subscriptionPromotionalOffers]': z.ZodOptional>>; 'fields[subscriptions]': z.ZodOptional>>; 'fields[subscriptionPromotionalOfferPrices]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[prices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionPromotionalOffers */ export declare const zSubscriptionsPromotionalOffersGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional>; name: z.ZodOptional; numberOfPeriods: z.ZodOptional; offerCode: z.ZodOptional; offerMode: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPromotionalOfferPrices: "subscriptionPromotionalOfferPrices"; }>; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptions: "subscriptions"; }>; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsSubscriptionAvailabilityGetToOneRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Related linkage */ export declare const zSubscriptionsSubscriptionAvailabilityGetToOneRelationshipResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; id: z.ZodString; }, z.core.$strip>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionsSubscriptionAvailabilityGetToOneRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; include: z.ZodOptional>>; 'limit[availableTerritories]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Single SubscriptionAvailability */ export declare const zSubscriptionsSubscriptionAvailabilityGetToOneRelatedResponse: z.ZodObject<{ data: z.ZodObject<{ type: z.ZodEnum<{ subscriptionAvailabilities: "subscriptionAvailabilities"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; }, z.core.$strip>; }, z.core.$strip>; export declare const zSubscriptionsSubscriptionLocalizationsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionsSubscriptionLocalizationsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsSubscriptionLocalizationsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[subscriptions]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of SubscriptionLocalizations */ export declare const zSubscriptionsSubscriptionLocalizationsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; locale: z.ZodOptional; description: z.ZodOptional; state: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; productId: z.ZodOptional; familySharable: z.ZodOptional; state: z.ZodOptional>; subscriptionPeriod: z.ZodOptional>; reviewNote: z.ZodOptional; groupLevel: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreReviewScreenshot: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; group: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; introductoryOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotionalOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; offerCodes: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; prices: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; pricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; promotedPurchase: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionAvailability: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; winBackOffers: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; images: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsWinBackOffersGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zSubscriptionsWinBackOffersGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zSubscriptionsWinBackOffersGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'fields[winBackOfferPrices]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; 'limit[prices]': z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of WinBackOffers */ export declare const zSubscriptionsWinBackOffersGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; offerId: z.ZodOptional; duration: z.ZodOptional>; offerMode: z.ZodOptional>; periodCount: z.ZodOptional; customerEligibilityPaidSubscriptionDurationInMonths: z.ZodOptional; customerEligibilityTimeSinceLastSubscribedInMonths: z.ZodOptional; maximum: z.ZodOptional; }, z.core.$strip>>; customerEligibilityWaitBetweenOffersInMonths: z.ZodOptional; startDate: z.ZodOptional; endDate: z.ZodOptional; priority: z.ZodOptional>; promotionIntent: z.ZodOptional>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUserInvitationsVisibleAppsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zUserInvitationsVisibleAppsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUserInvitationsVisibleAppsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Apps with get */ export declare const zUserInvitationsVisibleAppsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUsersVisibleAppsDeleteToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zUsersVisibleAppsDeleteToManyRelationshipResponse: z.ZodVoid; export declare const zUsersVisibleAppsGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zUsersVisibleAppsGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zUsersVisibleAppsReplaceToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zUsersVisibleAppsReplaceToManyRelationshipResponse: z.ZodVoid; export declare const zUsersVisibleAppsCreateToManyRelationshipData: z.ZodObject<{ body: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>; /** * Success (no content) */ export declare const zUsersVisibleAppsCreateToManyRelationshipResponse: z.ZodVoid; export declare const zUsersVisibleAppsGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of Apps with get */ export declare const zUsersVisibleAppsGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; name: z.ZodOptional; bundleId: z.ZodOptional; sku: z.ZodOptional; primaryLocale: z.ZodOptional; isOrEverWasMadeForKids: z.ZodOptional; subscriptionStatusUrl: z.ZodOptional; subscriptionStatusUrlVersion: z.ZodOptional>; subscriptionStatusUrlForSandbox: z.ZodOptional; subscriptionStatusUrlVersionForSandbox: z.ZodOptional>; contentRightsDeclaration: z.ZodOptional>; streamlinedPurchasingEnabled: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appEncryptionDeclarations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreIcon: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; ciProduct: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaTesters: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appStoreVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appTags: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; preReleaseVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaAppLocalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; betaAppReviewDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appInfos: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appClips: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appPricePoints: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; endUserLicenseAgreement: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appPriceSchedule: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appAvailabilityV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; inAppPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; gameCenterEnabledVersions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; perfPowerMetrics: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; appCustomProductPages: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; inAppPurchasesV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; promotedPurchases: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; appEvents: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; reviewSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; subscriptionGracePeriod: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; customerReviews: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; customerReviewSummarizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; appStoreVersionExperimentsV2: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; alternativeDistributionKey: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; analyticsReportRequests: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; marketplaceSearchDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; buildUploads: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; backgroundAssets: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackScreenshotSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; betaFeedbackCrashSubmissions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; searchKeywords: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; webhooks: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; androidToIosAppMappingDetails: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zWebhooksDeliveriesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zWebhooksDeliveriesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zWebhooksDeliveriesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>>; 'filter[createdDateGreaterThanOrEqualTo]': z.ZodOptional>; 'filter[createdDateLessThan]': z.ZodOptional>; 'fields[webhookDeliveries]': z.ZodOptional>>; 'fields[webhookEvents]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of WebhookDeliveries */ export declare const zWebhooksDeliveriesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; attributes: z.ZodOptional; deliveryState: z.ZodOptional>; errorMessage: z.ZodOptional; redelivery: z.ZodOptional; sentDate: z.ZodOptional; request: z.ZodOptional; }, z.core.$strip>>; response: z.ZodOptional; body: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional>; payload: z.ZodOptional; ping: z.ZodOptional; createdDate: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zWinBackOffersPricesGetToManyRelationshipData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * List of related linkages */ export declare const zWinBackOffersPricesGetToManyRelationshipResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zWinBackOffersPricesGetToManyRelatedData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; 'fields[winBackOfferPrices]': z.ZodOptional>>; 'fields[territories]': z.ZodOptional>>; 'fields[subscriptionPricePoints]': z.ZodOptional>>; limit: z.ZodOptional; include: z.ZodOptional>>; }, z.core.$strip>>; }, z.core.$strip>; /** * List of WinBackOfferPrices */ export declare const zWinBackOffersPricesGetToManyRelatedResponse: z.ZodObject<{ data: z.ZodArray; id: z.ZodString; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; subscriptionPricePoint: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; included: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ subscriptionPricePoints: "subscriptionPricePoints"; }>; id: z.ZodString; attributes: z.ZodOptional; proceeds: z.ZodOptional; proceedsYear2: z.ZodOptional; }, z.core.$strip>>; relationships: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>; }, z.core.$strip>>; equalizations: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>, z.ZodIntersection; }, z.core.$strip>, z.ZodObject<{ type: z.ZodEnum<{ territories: "territories"; }>; id: z.ZodString; attributes: z.ZodOptional; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zAppsBetaTesterUsagesGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; groupBy: z.ZodOptional>>; 'filter[betaTesters]': z.ZodOptional; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Metrics data response */ export declare const zAppsBetaTesterUsagesGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; sessionCount: z.ZodOptional; feedbackCount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zBetaGroupsBetaTesterUsagesGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional>; groupBy: z.ZodOptional>>; 'filter[betaTesters]': z.ZodOptional; limit: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Metrics data response */ export declare const zBetaGroupsBetaTesterUsagesGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; sessionCount: z.ZodOptional; feedbackCount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; included: z.ZodOptional; id: z.ZodString; attributes: z.ZodOptional; lastName: z.ZodOptional; email: z.ZodOptional; inviteType: z.ZodOptional>; state: z.ZodOptional>; appDevices: z.ZodOptional; platform: z.ZodOptional>; osVersion: z.ZodOptional; appBuildVersion: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; relationships: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; betaGroups: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; builds: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; data: z.ZodOptional; id: z.ZodString; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>>; }, z.core.$strip>; export declare const zBetaGroupsPublicLinkUsagesGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Metrics data response */ export declare const zBetaGroupsPublicLinkUsagesGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; acceptedCount: z.ZodOptional; didNotAcceptCount: z.ZodOptional; didNotMeetCriteriaCount: z.ZodOptional; notRelevantRatio: z.ZodOptional; notClearRatio: z.ZodOptional; notInterestingRatio: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBetaTestersBetaTesterUsagesGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodObject<{ period: z.ZodOptional>; 'filter[apps]': z.ZodString; limit: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * Metrics data response */ export declare const zBetaTestersBetaTesterUsagesGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; sessionCount: z.ZodOptional; feedbackCount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zBuildsBetaBuildUsagesGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>; /** * Metrics data response */ export declare const zBuildsBetaBuildUsagesGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; installCount: z.ZodOptional; sessionCount: z.ZodOptional; feedbackCount: z.ZodOptional; inviteCount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsClassicMatchmakingRequestsGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodObject<{ granularity: z.ZodEnum<{ P1D: "P1D"; PT1H: "PT1H"; PT15M: "PT15M"; }>; groupBy: z.ZodOptional>>; 'filter[result]': z.ZodOptional>; sort: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * Metrics data response */ export declare const zGameCenterDetailsClassicMatchmakingRequestsGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; averageSecondsInQueue: z.ZodOptional; p50SecondsInQueue: z.ZodOptional; p95SecondsInQueue: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterDetailsRuleBasedMatchmakingRequestsGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodObject<{ granularity: z.ZodEnum<{ P1D: "P1D"; PT1H: "PT1H"; PT15M: "PT15M"; }>; groupBy: z.ZodOptional>>; 'filter[result]': z.ZodOptional>; sort: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * Metrics data response */ export declare const zGameCenterDetailsRuleBasedMatchmakingRequestsGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; averageSecondsInQueue: z.ZodOptional; p50SecondsInQueue: z.ZodOptional; p95SecondsInQueue: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional>; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingQueuesExperimentMatchmakingQueueSizesGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodObject<{ granularity: z.ZodEnum<{ P1D: "P1D"; PT1H: "PT1H"; PT15M: "PT15M"; }>; sort: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * Metrics data response */ export declare const zGameCenterMatchmakingQueuesExperimentMatchmakingQueueSizesGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; averageNumberOfRequests: z.ZodOptional; p50NumberOfRequests: z.ZodOptional; p95NumberOfRequests: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingQueuesExperimentMatchmakingRequestsGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodObject<{ granularity: z.ZodEnum<{ P1D: "P1D"; PT1H: "PT1H"; PT15M: "PT15M"; }>; groupBy: z.ZodOptional>>; 'filter[result]': z.ZodOptional>; 'filter[gameCenterDetail]': z.ZodOptional; sort: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * Metrics data response */ export declare const zGameCenterMatchmakingQueuesExperimentMatchmakingRequestsGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; averageSecondsInQueue: z.ZodOptional; p50SecondsInQueue: z.ZodOptional; p95SecondsInQueue: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingQueuesMatchmakingQueueSizesGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodObject<{ granularity: z.ZodEnum<{ P1D: "P1D"; PT1H: "PT1H"; PT15M: "PT15M"; }>; sort: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * Metrics data response */ export declare const zGameCenterMatchmakingQueuesMatchmakingQueueSizesGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; averageNumberOfRequests: z.ZodOptional; p50NumberOfRequests: z.ZodOptional; p95NumberOfRequests: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingQueuesMatchmakingRequestsGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodObject<{ granularity: z.ZodEnum<{ P1D: "P1D"; PT1H: "PT1H"; PT15M: "PT15M"; }>; groupBy: z.ZodOptional>>; 'filter[result]': z.ZodOptional>; 'filter[gameCenterDetail]': z.ZodOptional; sort: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * Metrics data response */ export declare const zGameCenterMatchmakingQueuesMatchmakingRequestsGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; averageSecondsInQueue: z.ZodOptional; p50SecondsInQueue: z.ZodOptional; p95SecondsInQueue: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional>; }, z.core.$strip>>; gameCenterDetail: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingQueuesMatchmakingSessionsGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodObject<{ granularity: z.ZodEnum<{ P1D: "P1D"; PT1H: "PT1H"; PT15M: "PT15M"; }>; sort: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * Metrics data response */ export declare const zGameCenterMatchmakingQueuesMatchmakingSessionsGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; averagePlayerCount: z.ZodOptional; p50PlayerCount: z.ZodOptional; p95PlayerCount: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRulesMatchmakingBooleanRuleResultsGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodObject<{ granularity: z.ZodEnum<{ P1D: "P1D"; PT1H: "PT1H"; PT15M: "PT15M"; }>; groupBy: z.ZodOptional>>; 'filter[result]': z.ZodOptional; 'filter[gameCenterMatchmakingQueue]': z.ZodOptional; sort: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * Metrics data response */ export declare const zGameCenterMatchmakingRulesMatchmakingBooleanRuleResultsGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; gameCenterMatchmakingQueue: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRulesMatchmakingNumberRuleResultsGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodObject<{ granularity: z.ZodEnum<{ P1D: "P1D"; PT1H: "PT1H"; PT15M: "PT15M"; }>; groupBy: z.ZodOptional>>; 'filter[gameCenterMatchmakingQueue]': z.ZodOptional; sort: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * Metrics data response */ export declare const zGameCenterMatchmakingRulesMatchmakingNumberRuleResultsGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; averageResult: z.ZodOptional; p50Result: z.ZodOptional; p95Result: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>; export declare const zGameCenterMatchmakingRulesMatchmakingRuleErrorsGetMetricsData: z.ZodObject<{ body: z.ZodOptional; path: z.ZodObject<{ id: z.ZodString; }, z.core.$strip>; query: z.ZodObject<{ granularity: z.ZodEnum<{ P1D: "P1D"; PT1H: "PT1H"; PT15M: "PT15M"; }>; groupBy: z.ZodOptional>>; 'filter[gameCenterMatchmakingQueue]': z.ZodOptional; sort: z.ZodOptional>>; limit: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>; /** * Metrics data response */ export declare const zGameCenterMatchmakingRulesMatchmakingRuleErrorsGetMetricsResponse: z.ZodObject<{ data: z.ZodArray; end: z.ZodOptional; values: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; dimensions: z.ZodOptional; related: z.ZodOptional; }, z.core.$strip>>; data: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>; granularity: z.ZodOptional>; }, z.core.$strip>>; links: z.ZodObject<{ self: z.ZodString; first: z.ZodOptional; next: z.ZodOptional; }, z.core.$strip>; meta: z.ZodOptional; limit: z.ZodInt; nextCursor: z.ZodOptional; }, z.core.$strip>; }, z.core.$strip>>; }, z.core.$strip>;