@bradford-tech/asc-sdk 0.0.3 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -1
- package/dist/client/client/client.gen.d.ts.map +1 -1
- package/dist/client/client/client.gen.js +104 -120
- package/dist/client/client/client.gen.js.map +1 -1
- package/dist/client/client/types.gen.d.ts +5 -2
- package/dist/client/client/types.gen.d.ts.map +1 -1
- package/dist/client/client/utils.gen.d.ts +5 -1
- package/dist/client/client/utils.gen.d.ts.map +1 -1
- package/dist/client/client/utils.gen.js.map +1 -1
- package/dist/client/sdk.gen.d.ts.map +1 -1
- package/dist/client/sdk.gen.js +193 -0
- package/dist/client/sdk.gen.js.map +1 -1
- package/dist/client/types.gen.d.ts +885 -22
- package/dist/client/types.gen.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -3011,6 +3011,18 @@ export type AppPriceV2 = {
|
|
|
3011
3011
|
export type AppPriceV2InlineCreate = {
|
|
3012
3012
|
type: "appPrices";
|
|
3013
3013
|
id?: string;
|
|
3014
|
+
attributes?: {
|
|
3015
|
+
startDate?: Date | null;
|
|
3016
|
+
endDate?: Date | null;
|
|
3017
|
+
};
|
|
3018
|
+
relationships?: {
|
|
3019
|
+
appPricePoint?: {
|
|
3020
|
+
data?: {
|
|
3021
|
+
type: "appPricePoints";
|
|
3022
|
+
id: string;
|
|
3023
|
+
};
|
|
3024
|
+
};
|
|
3025
|
+
};
|
|
3014
3026
|
};
|
|
3015
3027
|
/**
|
|
3016
3028
|
* AppPricesV2Response
|
|
@@ -7547,6 +7559,12 @@ export type CustomerReview = {
|
|
|
7547
7559
|
id: string;
|
|
7548
7560
|
};
|
|
7549
7561
|
};
|
|
7562
|
+
reviewTerritory?: {
|
|
7563
|
+
data?: {
|
|
7564
|
+
type: "territories";
|
|
7565
|
+
id: string;
|
|
7566
|
+
};
|
|
7567
|
+
};
|
|
7550
7568
|
};
|
|
7551
7569
|
links?: ResourceLinks;
|
|
7552
7570
|
};
|
|
@@ -7555,7 +7573,11 @@ export type CustomerReview = {
|
|
|
7555
7573
|
*/
|
|
7556
7574
|
export type CustomerReviewsResponse = {
|
|
7557
7575
|
data: Array<CustomerReview>;
|
|
7558
|
-
included?: Array<
|
|
7576
|
+
included?: Array<({
|
|
7577
|
+
type: "customerReviewResponses";
|
|
7578
|
+
} & CustomerReviewResponseV1) | ({
|
|
7579
|
+
type: "territories";
|
|
7580
|
+
} & Territory)>;
|
|
7559
7581
|
links: PagedDocumentLinks;
|
|
7560
7582
|
meta?: PagingInformation;
|
|
7561
7583
|
};
|
|
@@ -7564,7 +7586,11 @@ export type CustomerReviewsResponse = {
|
|
|
7564
7586
|
*/
|
|
7565
7587
|
export type CustomerReviewResponse = {
|
|
7566
7588
|
data: CustomerReview;
|
|
7567
|
-
included?: Array<
|
|
7589
|
+
included?: Array<({
|
|
7590
|
+
type: "customerReviewResponses";
|
|
7591
|
+
} & CustomerReviewResponseV1) | ({
|
|
7592
|
+
type: "territories";
|
|
7593
|
+
} & Territory)>;
|
|
7568
7594
|
links: DocumentLinks;
|
|
7569
7595
|
};
|
|
7570
7596
|
/**
|
|
@@ -11232,8 +11258,8 @@ export type GameCenterMatchmakingTestPlayerProperty = {
|
|
|
11232
11258
|
export type GameCenterMatchmakingTestPlayerPropertyInlineCreate = {
|
|
11233
11259
|
type: "gameCenterMatchmakingTestPlayerProperties";
|
|
11234
11260
|
id?: string;
|
|
11235
|
-
attributes
|
|
11236
|
-
playerId
|
|
11261
|
+
attributes?: {
|
|
11262
|
+
playerId?: string;
|
|
11237
11263
|
properties?: Array<Property> | null;
|
|
11238
11264
|
};
|
|
11239
11265
|
};
|
|
@@ -11248,17 +11274,17 @@ export type GameCenterMatchmakingTestRequest = {
|
|
|
11248
11274
|
export type GameCenterMatchmakingTestRequestInlineCreate = {
|
|
11249
11275
|
type: "gameCenterMatchmakingTestRequests";
|
|
11250
11276
|
id?: string;
|
|
11251
|
-
attributes
|
|
11252
|
-
requestName
|
|
11253
|
-
secondsInQueue
|
|
11277
|
+
attributes?: {
|
|
11278
|
+
requestName?: string;
|
|
11279
|
+
secondsInQueue?: number;
|
|
11254
11280
|
locale?: "AR-SA" | "CA-ES" | "CS-CZ" | "DA-DK" | "DE-DE" | "EL-GR" | "EN-AU" | "EN-GB" | "EN-US" | "EN-KY" | "ES-ES" | "ES-MX" | "FI-FI" | "FR-CA" | "FR-FR" | "HI-IN" | "HR-HR" | "HU-HU" | "ID-ID" | "IT-IT" | "IW-IL" | "JA-JP" | "KO-KR" | "MS-MY" | "NL-NL" | "NO-NO" | "PL-PL" | "PT-BR" | "PT-PT" | "RO-RO" | "RU-RU" | "SK-SK" | "SV-SE" | "TH-TH" | "TR-TR" | "UK-UA" | "ZH-CN" | "ZH-TW" | "ZH-HK";
|
|
11255
11281
|
location?: Location;
|
|
11256
11282
|
minPlayers?: number | null;
|
|
11257
11283
|
maxPlayers?: number | null;
|
|
11258
11284
|
playerCount?: number | null;
|
|
11259
|
-
bundleId
|
|
11260
|
-
platform
|
|
11261
|
-
appVersion
|
|
11285
|
+
bundleId?: string;
|
|
11286
|
+
platform?: Platform;
|
|
11287
|
+
appVersion?: string;
|
|
11262
11288
|
};
|
|
11263
11289
|
relationships?: {
|
|
11264
11290
|
matchmakingPlayerProperties?: {
|
|
@@ -15264,7 +15290,7 @@ export type TerritoryAvailability = {
|
|
|
15264
15290
|
releaseDate?: Date;
|
|
15265
15291
|
preOrderEnabled?: boolean;
|
|
15266
15292
|
preOrderPublishDate?: Date;
|
|
15267
|
-
contentStatuses?: Array<"AVAILABLE" | "AVAILABLE_FOR_PREORDER_ON_DATE" | "PROCESSING_TO_NOT_AVAILABLE" | "PROCESSING_TO_AVAILABLE" | "PROCESSING_TO_PRE_ORDER" | "AVAILABLE_FOR_SALE_UNRELEASED_APP" | "PREORDER_ON_UNRELEASED_APP" | "AVAILABLE_FOR_PREORDER" | "MISSING_RATING" | "CANNOT_SELL_RESTRICTED_RATING" | "BRAZIL_REQUIRED_TAX_ID" | "MISSING_GRN" | "UNVERIFIED_GRN" | "ICP_NUMBER_INVALID" | "ICP_NUMBER_MISSING" | "TRADER_STATUS_NOT_PROVIDED" | "TRADER_STATUS_VERIFICATION_FAILED" | "TRADER_STATUS_VERIFICATION_STATUS_MISSING" | "CANNOT_SELL_SEVENTEEN_PLUS_APPS" | "CANNOT_SELL_SEXUALLY_EXPLICIT" | "CANNOT_SELL_NON_IOS_GAMES" | "CANNOT_SELL_SEVENTEEN_PLUS_GAMES" | "CANNOT_SELL_CASINO" | "CANNOT_SELL_CASINO_WITHOUT_GRAC" | "CANNOT_SELL_CASINO_WITHOUT_AGE_VERIFICATION" | "CANNOT_SELL_ADULT_ONLY" | "CANNOT_SELL_GAMBLING_CONTESTS" | "CANNOT_SELL_GAMBLING" | "CANNOT_SELL_CONTESTS" | "CANNOT_SELL_NINETEEN_PLUS_WITHOUT_GRAC" | "CANNOT_SELL" | "CANNOT_SELL_FREQUENT_INTENSE_GAMBLING" | "CANNOT_SELL_FREQUENT_INTENSE_ALCOHOL_TOBACCO_DRUGS" | "CANNOT_SELL_FREQUENT_INTENSE_VIOLENCE" | "CANNOT_SELL_FREQUENT_INTENSE_SEXUAL_CONTENT_NUDITY" | "CANNOT_SELL_INFREQUENT_MILD_ALCOHOL_TOBACCO_DRUGS" | "CANNOT_SELL_INFREQUENT_MILD_SEXUAL_CONTENT_NUDITY" | "CANNOT_SELL_FREQUENT_INTENSE" | "CANNOT_SELL_FREQUENT_INTENSE_WITHOUT_GRAC" | "CANNOT_SELL_FREQUENT_GAMBLING" | "CANNOT_SELL_FREQUENT_ALCOHOL_TOBACCO_DRUGS" | "CANNOT_SELL_FREQUENT_VIOLENCE" | "CANNOT_SELL_FREQUENT_SEXUAL_CONTENT_NUDITY" | "CANNOT_SELL_INFREQUENT_ALCOHOL_TOBACCO_DRUGS" | "CANNOT_SELL_INFREQUENT_SEXUAL_CONTENT_NUDITY" | "CANNOT_SELL_FREQUENT" | "CANNOT_SELL_FREQUENT_WITHOUT_GRAC">;
|
|
15293
|
+
contentStatuses?: Array<"AVAILABLE" | "AVAILABLE_FOR_PREORDER_ON_DATE" | "PROCESSING_TO_NOT_AVAILABLE" | "PROCESSING_TO_AVAILABLE" | "PROCESSING_TO_PRE_ORDER" | "AVAILABLE_FOR_SALE_UNRELEASED_APP" | "PREORDER_ON_UNRELEASED_APP" | "AVAILABLE_FOR_PREORDER" | "MISSING_RATING" | "CANNOT_SELL_RESTRICTED_RATING" | "BRAZIL_REQUIRED_TAX_ID" | "BRAZIL_GAMBLING_NOT_VERIFIED" | "MISSING_GRN" | "UNVERIFIED_GRN" | "ICP_NUMBER_INVALID" | "ICP_NUMBER_MISSING" | "TRADER_STATUS_NOT_PROVIDED" | "TRADER_STATUS_VERIFICATION_FAILED" | "TRADER_STATUS_VERIFICATION_STATUS_MISSING" | "CANNOT_SELL_SEVENTEEN_PLUS_APPS" | "CANNOT_SELL_SEXUALLY_EXPLICIT" | "CANNOT_SELL_NON_IOS_GAMES" | "CANNOT_SELL_SEVENTEEN_PLUS_GAMES" | "CANNOT_SELL_CASINO" | "CANNOT_SELL_CASINO_WITHOUT_GRAC" | "CANNOT_SELL_CASINO_WITHOUT_AGE_VERIFICATION" | "CANNOT_SELL_ADULT_ONLY" | "CANNOT_SELL_GAMBLING_CONTESTS" | "CANNOT_SELL_GAMBLING" | "CANNOT_SELL_CONTESTS" | "CANNOT_SELL_NINETEEN_PLUS_WITHOUT_GRAC" | "CANNOT_SELL" | "CANNOT_SELL_FREQUENT_INTENSE_GAMBLING" | "CANNOT_SELL_FREQUENT_INTENSE_ALCOHOL_TOBACCO_DRUGS" | "CANNOT_SELL_FREQUENT_INTENSE_VIOLENCE" | "CANNOT_SELL_FREQUENT_INTENSE_SEXUAL_CONTENT_NUDITY" | "CANNOT_SELL_INFREQUENT_MILD_ALCOHOL_TOBACCO_DRUGS" | "CANNOT_SELL_INFREQUENT_MILD_SEXUAL_CONTENT_NUDITY" | "CANNOT_SELL_FREQUENT_INTENSE" | "CANNOT_SELL_FREQUENT_INTENSE_WITHOUT_GRAC" | "CANNOT_SELL_FREQUENT_GAMBLING" | "CANNOT_SELL_FREQUENT_ALCOHOL_TOBACCO_DRUGS" | "CANNOT_SELL_FREQUENT_VIOLENCE" | "CANNOT_SELL_FREQUENT_SEXUAL_CONTENT_NUDITY" | "CANNOT_SELL_INFREQUENT_ALCOHOL_TOBACCO_DRUGS" | "CANNOT_SELL_INFREQUENT_SEXUAL_CONTENT_NUDITY" | "CANNOT_SELL_FREQUENT" | "CANNOT_SELL_FREQUENT_WITHOUT_GRAC">;
|
|
15268
15294
|
};
|
|
15269
15295
|
relationships?: {
|
|
15270
15296
|
territory?: {
|
|
@@ -15279,6 +15305,19 @@ export type TerritoryAvailability = {
|
|
|
15279
15305
|
export type TerritoryAvailabilityInlineCreate = {
|
|
15280
15306
|
type: "territoryAvailabilities";
|
|
15281
15307
|
id?: string;
|
|
15308
|
+
attributes?: {
|
|
15309
|
+
available?: boolean | null;
|
|
15310
|
+
releaseDate?: Date | null;
|
|
15311
|
+
preOrderEnabled?: boolean | null;
|
|
15312
|
+
};
|
|
15313
|
+
relationships?: {
|
|
15314
|
+
territory?: {
|
|
15315
|
+
data?: {
|
|
15316
|
+
type: "territories";
|
|
15317
|
+
id: string;
|
|
15318
|
+
};
|
|
15319
|
+
};
|
|
15320
|
+
};
|
|
15282
15321
|
};
|
|
15283
15322
|
/**
|
|
15284
15323
|
* TerritoryAvailabilitiesResponse
|
|
@@ -19459,6 +19498,10 @@ export type AlternativeDistributionPackageVersionsGetInstanceData = {
|
|
|
19459
19498
|
* the fields to include for returned resources of type alternativeDistributionPackageDeltas
|
|
19460
19499
|
*/
|
|
19461
19500
|
"fields[alternativeDistributionPackageDeltas]"?: Array<"url" | "urlExpirationDate" | "alternativeDistributionKeyBlob" | "fileChecksum">;
|
|
19501
|
+
/**
|
|
19502
|
+
* the fields to include for returned resources of type alternativeDistributionPackages
|
|
19503
|
+
*/
|
|
19504
|
+
"fields[alternativeDistributionPackages]"?: Array<"sourceFileChecksum" | "versions">;
|
|
19462
19505
|
/**
|
|
19463
19506
|
* comma-separated list of relationships to include
|
|
19464
19507
|
*/
|
|
@@ -20476,6 +20519,18 @@ export type AppClipAdvancedExperiencesGetInstanceData = {
|
|
|
20476
20519
|
* the fields to include for returned resources of type appClipAdvancedExperiences
|
|
20477
20520
|
*/
|
|
20478
20521
|
"fields[appClipAdvancedExperiences]"?: Array<"link" | "version" | "status" | "action" | "isPoweredBy" | "place" | "placeStatus" | "businessCategory" | "defaultLanguage" | "appClip" | "headerImage" | "localizations">;
|
|
20522
|
+
/**
|
|
20523
|
+
* the fields to include for returned resources of type appClips
|
|
20524
|
+
*/
|
|
20525
|
+
"fields[appClips]"?: Array<"bundleId" | "app" | "appClipDefaultExperiences" | "appClipAdvancedExperiences">;
|
|
20526
|
+
/**
|
|
20527
|
+
* the fields to include for returned resources of type appClipAdvancedExperienceImages
|
|
20528
|
+
*/
|
|
20529
|
+
"fields[appClipAdvancedExperienceImages]"?: Array<"fileSize" | "fileName" | "sourceFileChecksum" | "imageAsset" | "uploadOperations" | "assetDeliveryState">;
|
|
20530
|
+
/**
|
|
20531
|
+
* the fields to include for returned resources of type appClipAdvancedExperienceLocalizations
|
|
20532
|
+
*/
|
|
20533
|
+
"fields[appClipAdvancedExperienceLocalizations]"?: Array<"language" | "title" | "subtitle">;
|
|
20479
20534
|
/**
|
|
20480
20535
|
* comma-separated list of relationships to include
|
|
20481
20536
|
*/
|
|
@@ -20625,6 +20680,10 @@ export type AppClipAppStoreReviewDetailsGetInstanceData = {
|
|
|
20625
20680
|
* the fields to include for returned resources of type appClipAppStoreReviewDetails
|
|
20626
20681
|
*/
|
|
20627
20682
|
"fields[appClipAppStoreReviewDetails]"?: Array<"invocationUrls" | "appClipDefaultExperience">;
|
|
20683
|
+
/**
|
|
20684
|
+
* the fields to include for returned resources of type appClipDefaultExperiences
|
|
20685
|
+
*/
|
|
20686
|
+
"fields[appClipDefaultExperiences]"?: Array<"action" | "appClip" | "releaseWithAppStoreVersion" | "appClipDefaultExperienceLocalizations" | "appClipAppStoreReviewDetail">;
|
|
20628
20687
|
/**
|
|
20629
20688
|
* comma-separated list of relationships to include
|
|
20630
20689
|
*/
|
|
@@ -20811,6 +20870,10 @@ export type AppClipDefaultExperienceLocalizationsGetInstanceData = {
|
|
|
20811
20870
|
* the fields to include for returned resources of type appClipDefaultExperienceLocalizations
|
|
20812
20871
|
*/
|
|
20813
20872
|
"fields[appClipDefaultExperienceLocalizations]"?: Array<"locale" | "subtitle" | "appClipDefaultExperience" | "appClipHeaderImage">;
|
|
20873
|
+
/**
|
|
20874
|
+
* the fields to include for returned resources of type appClipDefaultExperiences
|
|
20875
|
+
*/
|
|
20876
|
+
"fields[appClipDefaultExperiences]"?: Array<"action" | "appClip" | "releaseWithAppStoreVersion" | "appClipDefaultExperienceLocalizations" | "appClipAppStoreReviewDetail">;
|
|
20814
20877
|
/**
|
|
20815
20878
|
* the fields to include for returned resources of type appClipHeaderImages
|
|
20816
20879
|
*/
|
|
@@ -21001,6 +21064,10 @@ export type AppClipDefaultExperiencesGetInstanceData = {
|
|
|
21001
21064
|
* the fields to include for returned resources of type appClipDefaultExperiences
|
|
21002
21065
|
*/
|
|
21003
21066
|
"fields[appClipDefaultExperiences]"?: Array<"action" | "appClip" | "releaseWithAppStoreVersion" | "appClipDefaultExperienceLocalizations" | "appClipAppStoreReviewDetail">;
|
|
21067
|
+
/**
|
|
21068
|
+
* the fields to include for returned resources of type appClips
|
|
21069
|
+
*/
|
|
21070
|
+
"fields[appClips]"?: Array<"bundleId" | "app" | "appClipDefaultExperiences" | "appClipAdvancedExperiences">;
|
|
21004
21071
|
/**
|
|
21005
21072
|
* the fields to include for returned resources of type appStoreVersions
|
|
21006
21073
|
*/
|
|
@@ -21203,6 +21270,10 @@ export type AppClipHeaderImagesGetInstanceData = {
|
|
|
21203
21270
|
* the fields to include for returned resources of type appClipHeaderImages
|
|
21204
21271
|
*/
|
|
21205
21272
|
"fields[appClipHeaderImages]"?: Array<"fileSize" | "fileName" | "sourceFileChecksum" | "imageAsset" | "uploadOperations" | "assetDeliveryState" | "appClipDefaultExperienceLocalization">;
|
|
21273
|
+
/**
|
|
21274
|
+
* the fields to include for returned resources of type appClipDefaultExperienceLocalizations
|
|
21275
|
+
*/
|
|
21276
|
+
"fields[appClipDefaultExperienceLocalizations]"?: Array<"locale" | "subtitle" | "appClipDefaultExperience" | "appClipHeaderImage">;
|
|
21206
21277
|
/**
|
|
21207
21278
|
* comma-separated list of relationships to include
|
|
21208
21279
|
*/
|
|
@@ -21305,6 +21376,10 @@ export type AppClipsGetInstanceData = {
|
|
|
21305
21376
|
* the fields to include for returned resources of type appClips
|
|
21306
21377
|
*/
|
|
21307
21378
|
"fields[appClips]"?: Array<"bundleId" | "app" | "appClipDefaultExperiences" | "appClipAdvancedExperiences">;
|
|
21379
|
+
/**
|
|
21380
|
+
* the fields to include for returned resources of type apps
|
|
21381
|
+
*/
|
|
21382
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
21308
21383
|
/**
|
|
21309
21384
|
* the fields to include for returned resources of type appClipDefaultExperiences
|
|
21310
21385
|
*/
|
|
@@ -21447,6 +21522,10 @@ export type AppCustomProductPageLocalizationsGetInstanceData = {
|
|
|
21447
21522
|
* the fields to include for returned resources of type appCustomProductPageLocalizations
|
|
21448
21523
|
*/
|
|
21449
21524
|
"fields[appCustomProductPageLocalizations]"?: Array<"locale" | "promotionalText" | "appCustomProductPageVersion" | "appScreenshotSets" | "appPreviewSets" | "searchKeywords">;
|
|
21525
|
+
/**
|
|
21526
|
+
* the fields to include for returned resources of type appCustomProductPageVersions
|
|
21527
|
+
*/
|
|
21528
|
+
"fields[appCustomProductPageVersions]"?: Array<"version" | "state" | "deepLink" | "appCustomProductPage" | "appCustomProductPageLocalizations">;
|
|
21450
21529
|
/**
|
|
21451
21530
|
* the fields to include for returned resources of type appScreenshotSets
|
|
21452
21531
|
*/
|
|
@@ -21612,6 +21691,10 @@ export type AppCustomProductPageVersionsGetInstanceData = {
|
|
|
21612
21691
|
* the fields to include for returned resources of type appCustomProductPageVersions
|
|
21613
21692
|
*/
|
|
21614
21693
|
"fields[appCustomProductPageVersions]"?: Array<"version" | "state" | "deepLink" | "appCustomProductPage" | "appCustomProductPageLocalizations">;
|
|
21694
|
+
/**
|
|
21695
|
+
* the fields to include for returned resources of type appCustomProductPages
|
|
21696
|
+
*/
|
|
21697
|
+
"fields[appCustomProductPages]"?: Array<"name" | "url" | "visible" | "app" | "appCustomProductPageVersions">;
|
|
21615
21698
|
/**
|
|
21616
21699
|
* the fields to include for returned resources of type appCustomProductPageLocalizations
|
|
21617
21700
|
*/
|
|
@@ -21806,6 +21889,10 @@ export type AppCustomProductPagesGetInstanceData = {
|
|
|
21806
21889
|
* the fields to include for returned resources of type appCustomProductPages
|
|
21807
21890
|
*/
|
|
21808
21891
|
"fields[appCustomProductPages]"?: Array<"name" | "url" | "visible" | "app" | "appCustomProductPageVersions">;
|
|
21892
|
+
/**
|
|
21893
|
+
* the fields to include for returned resources of type apps
|
|
21894
|
+
*/
|
|
21895
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
21809
21896
|
/**
|
|
21810
21897
|
* the fields to include for returned resources of type appCustomProductPageVersions
|
|
21811
21898
|
*/
|
|
@@ -22072,6 +22159,12 @@ export type AppEncryptionDeclarationsGetCollectionData = {
|
|
|
22072
22159
|
* @deprecated
|
|
22073
22160
|
*/
|
|
22074
22161
|
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
22162
|
+
/**
|
|
22163
|
+
* the fields to include for returned resources of type builds
|
|
22164
|
+
*
|
|
22165
|
+
* @deprecated
|
|
22166
|
+
*/
|
|
22167
|
+
"fields[builds]"?: Array<"version" | "uploadedDate" | "expirationDate" | "expired" | "minOsVersion" | "lsMinimumSystemVersion" | "computedMinMacOsVersion" | "computedMinVisionOsVersion" | "iconAssetToken" | "processingState" | "buildAudienceType" | "usesNonExemptEncryption" | "preReleaseVersion" | "individualTesters" | "betaGroups" | "betaBuildLocalizations" | "appEncryptionDeclaration" | "betaAppReviewSubmission" | "app" | "buildBetaDetail" | "appStoreVersion" | "icons" | "buildBundles" | "buildUpload" | "perfPowerMetrics" | "diagnosticSignatures">;
|
|
22075
22168
|
/**
|
|
22076
22169
|
* the fields to include for returned resources of type appEncryptionDeclarationDocuments
|
|
22077
22170
|
*/
|
|
@@ -22179,6 +22272,12 @@ export type AppEncryptionDeclarationsGetInstanceData = {
|
|
|
22179
22272
|
* @deprecated
|
|
22180
22273
|
*/
|
|
22181
22274
|
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
22275
|
+
/**
|
|
22276
|
+
* the fields to include for returned resources of type builds
|
|
22277
|
+
*
|
|
22278
|
+
* @deprecated
|
|
22279
|
+
*/
|
|
22280
|
+
"fields[builds]"?: Array<"version" | "uploadedDate" | "expirationDate" | "expired" | "minOsVersion" | "lsMinimumSystemVersion" | "computedMinMacOsVersion" | "computedMinVisionOsVersion" | "iconAssetToken" | "processingState" | "buildAudienceType" | "usesNonExemptEncryption" | "preReleaseVersion" | "individualTesters" | "betaGroups" | "betaBuildLocalizations" | "appEncryptionDeclaration" | "betaAppReviewSubmission" | "app" | "buildBetaDetail" | "appStoreVersion" | "icons" | "buildBundles" | "buildUpload" | "perfPowerMetrics" | "diagnosticSignatures">;
|
|
22182
22281
|
/**
|
|
22183
22282
|
* the fields to include for returned resources of type appEncryptionDeclarationDocuments
|
|
22184
22283
|
*/
|
|
@@ -22321,6 +22420,10 @@ export type AppEventLocalizationsGetInstanceData = {
|
|
|
22321
22420
|
* the fields to include for returned resources of type appEventLocalizations
|
|
22322
22421
|
*/
|
|
22323
22422
|
"fields[appEventLocalizations]"?: Array<"locale" | "name" | "shortDescription" | "longDescription" | "appEvent" | "appEventScreenshots" | "appEventVideoClips">;
|
|
22423
|
+
/**
|
|
22424
|
+
* the fields to include for returned resources of type appEvents
|
|
22425
|
+
*/
|
|
22426
|
+
"fields[appEvents]"?: Array<"referenceName" | "badge" | "eventState" | "deepLink" | "purchaseRequirement" | "primaryLocale" | "priority" | "purpose" | "territorySchedules" | "archivedTerritorySchedules" | "localizations">;
|
|
22324
22427
|
/**
|
|
22325
22428
|
* the fields to include for returned resources of type appEventScreenshots
|
|
22326
22429
|
*/
|
|
@@ -22523,6 +22626,10 @@ export type AppEventScreenshotsGetInstanceData = {
|
|
|
22523
22626
|
* the fields to include for returned resources of type appEventScreenshots
|
|
22524
22627
|
*/
|
|
22525
22628
|
"fields[appEventScreenshots]"?: Array<"fileSize" | "fileName" | "imageAsset" | "assetToken" | "uploadOperations" | "assetDeliveryState" | "appEventAssetType" | "appEventLocalization">;
|
|
22629
|
+
/**
|
|
22630
|
+
* the fields to include for returned resources of type appEventLocalizations
|
|
22631
|
+
*/
|
|
22632
|
+
"fields[appEventLocalizations]"?: Array<"locale" | "name" | "shortDescription" | "longDescription" | "appEvent" | "appEventScreenshots" | "appEventVideoClips">;
|
|
22526
22633
|
/**
|
|
22527
22634
|
* comma-separated list of relationships to include
|
|
22528
22635
|
*/
|
|
@@ -22709,6 +22816,10 @@ export type AppEventVideoClipsGetInstanceData = {
|
|
|
22709
22816
|
* the fields to include for returned resources of type appEventVideoClips
|
|
22710
22817
|
*/
|
|
22711
22818
|
"fields[appEventVideoClips]"?: Array<"fileSize" | "fileName" | "previewFrameTimeCode" | "videoUrl" | "previewFrameImage" | "previewImage" | "uploadOperations" | "assetDeliveryState" | "videoDeliveryState" | "appEventAssetType" | "appEventLocalization">;
|
|
22819
|
+
/**
|
|
22820
|
+
* the fields to include for returned resources of type appEventLocalizations
|
|
22821
|
+
*/
|
|
22822
|
+
"fields[appEventLocalizations]"?: Array<"locale" | "name" | "shortDescription" | "longDescription" | "appEvent" | "appEventScreenshots" | "appEventVideoClips">;
|
|
22712
22823
|
/**
|
|
22713
22824
|
* comma-separated list of relationships to include
|
|
22714
22825
|
*/
|
|
@@ -23089,6 +23200,10 @@ export type AppInfoLocalizationsGetInstanceData = {
|
|
|
23089
23200
|
* the fields to include for returned resources of type appInfoLocalizations
|
|
23090
23201
|
*/
|
|
23091
23202
|
"fields[appInfoLocalizations]"?: Array<"locale" | "name" | "subtitle" | "privacyPolicyUrl" | "privacyChoicesUrl" | "privacyPolicyText" | "appInfo">;
|
|
23203
|
+
/**
|
|
23204
|
+
* the fields to include for returned resources of type appInfos
|
|
23205
|
+
*/
|
|
23206
|
+
"fields[appInfos]"?: Array<"appStoreState" | "state" | "appStoreAgeRating" | "australiaAgeRating" | "brazilAgeRating" | "brazilAgeRatingV2" | "franceAgeRating" | "koreaAgeRating" | "kidsAgeBand" | "app" | "ageRatingDeclaration" | "appInfoLocalizations" | "primaryCategory" | "primarySubcategoryOne" | "primarySubcategoryTwo" | "secondaryCategory" | "secondarySubcategoryOne" | "secondarySubcategoryTwo" | "territoryAgeRatings">;
|
|
23092
23207
|
/**
|
|
23093
23208
|
* comma-separated list of relationships to include
|
|
23094
23209
|
*/
|
|
@@ -23191,6 +23306,10 @@ export type AppInfosGetInstanceData = {
|
|
|
23191
23306
|
* the fields to include for returned resources of type appInfos
|
|
23192
23307
|
*/
|
|
23193
23308
|
"fields[appInfos]"?: Array<"appStoreState" | "state" | "appStoreAgeRating" | "australiaAgeRating" | "brazilAgeRating" | "brazilAgeRatingV2" | "franceAgeRating" | "koreaAgeRating" | "kidsAgeBand" | "app" | "ageRatingDeclaration" | "appInfoLocalizations" | "primaryCategory" | "primarySubcategoryOne" | "primarySubcategoryTwo" | "secondaryCategory" | "secondarySubcategoryOne" | "secondarySubcategoryTwo" | "territoryAgeRatings">;
|
|
23309
|
+
/**
|
|
23310
|
+
* the fields to include for returned resources of type apps
|
|
23311
|
+
*/
|
|
23312
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
23194
23313
|
/**
|
|
23195
23314
|
* the fields to include for returned resources of type ageRatingDeclarations
|
|
23196
23315
|
*/
|
|
@@ -23393,6 +23512,18 @@ export type AppPreviewSetsGetInstanceData = {
|
|
|
23393
23512
|
* the fields to include for returned resources of type appPreviewSets
|
|
23394
23513
|
*/
|
|
23395
23514
|
"fields[appPreviewSets]"?: Array<"previewType" | "appStoreVersionLocalization" | "appCustomProductPageLocalization" | "appStoreVersionExperimentTreatmentLocalization" | "appPreviews">;
|
|
23515
|
+
/**
|
|
23516
|
+
* the fields to include for returned resources of type appStoreVersionLocalizations
|
|
23517
|
+
*/
|
|
23518
|
+
"fields[appStoreVersionLocalizations]"?: Array<"description" | "locale" | "keywords" | "marketingUrl" | "promotionalText" | "supportUrl" | "whatsNew" | "appStoreVersion" | "appScreenshotSets" | "appPreviewSets" | "searchKeywords">;
|
|
23519
|
+
/**
|
|
23520
|
+
* the fields to include for returned resources of type appCustomProductPageLocalizations
|
|
23521
|
+
*/
|
|
23522
|
+
"fields[appCustomProductPageLocalizations]"?: Array<"locale" | "promotionalText" | "appCustomProductPageVersion" | "appScreenshotSets" | "appPreviewSets" | "searchKeywords">;
|
|
23523
|
+
/**
|
|
23524
|
+
* the fields to include for returned resources of type appStoreVersionExperimentTreatmentLocalizations
|
|
23525
|
+
*/
|
|
23526
|
+
"fields[appStoreVersionExperimentTreatmentLocalizations]"?: Array<"locale" | "appStoreVersionExperimentTreatment" | "appScreenshotSets" | "appPreviewSets">;
|
|
23396
23527
|
/**
|
|
23397
23528
|
* the fields to include for returned resources of type appPreviews
|
|
23398
23529
|
*/
|
|
@@ -23535,6 +23666,10 @@ export type AppPreviewsGetInstanceData = {
|
|
|
23535
23666
|
* the fields to include for returned resources of type appPreviews
|
|
23536
23667
|
*/
|
|
23537
23668
|
"fields[appPreviews]"?: Array<"fileSize" | "fileName" | "sourceFileChecksum" | "previewFrameTimeCode" | "mimeType" | "videoUrl" | "previewFrameImage" | "previewImage" | "uploadOperations" | "assetDeliveryState" | "videoDeliveryState" | "appPreviewSet">;
|
|
23669
|
+
/**
|
|
23670
|
+
* the fields to include for returned resources of type appPreviewSets
|
|
23671
|
+
*/
|
|
23672
|
+
"fields[appPreviewSets]"?: Array<"previewType" | "appStoreVersionLocalization" | "appCustomProductPageLocalization" | "appStoreVersionExperimentTreatmentLocalization" | "appPreviews">;
|
|
23538
23673
|
/**
|
|
23539
23674
|
* comma-separated list of relationships to include
|
|
23540
23675
|
*/
|
|
@@ -23637,6 +23772,14 @@ export type AppPricePointsV3GetInstanceData = {
|
|
|
23637
23772
|
* the fields to include for returned resources of type appPricePoints
|
|
23638
23773
|
*/
|
|
23639
23774
|
"fields[appPricePoints]"?: Array<"customerPrice" | "proceeds" | "app" | "equalizations" | "territory">;
|
|
23775
|
+
/**
|
|
23776
|
+
* the fields to include for returned resources of type apps
|
|
23777
|
+
*/
|
|
23778
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
23779
|
+
/**
|
|
23780
|
+
* the fields to include for returned resources of type territories
|
|
23781
|
+
*/
|
|
23782
|
+
"fields[territories]"?: Array<"currency">;
|
|
23640
23783
|
/**
|
|
23641
23784
|
* comma-separated list of relationships to include
|
|
23642
23785
|
*/
|
|
@@ -23730,6 +23873,10 @@ export type AppPriceSchedulesGetInstanceData = {
|
|
|
23730
23873
|
* the fields to include for returned resources of type appPriceSchedules
|
|
23731
23874
|
*/
|
|
23732
23875
|
"fields[appPriceSchedules]"?: Array<"app" | "baseTerritory" | "manualPrices" | "automaticPrices">;
|
|
23876
|
+
/**
|
|
23877
|
+
* the fields to include for returned resources of type apps
|
|
23878
|
+
*/
|
|
23879
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
23733
23880
|
/**
|
|
23734
23881
|
* the fields to include for returned resources of type territories
|
|
23735
23882
|
*/
|
|
@@ -23880,6 +24027,18 @@ export type AppScreenshotSetsGetInstanceData = {
|
|
|
23880
24027
|
* the fields to include for returned resources of type appScreenshotSets
|
|
23881
24028
|
*/
|
|
23882
24029
|
"fields[appScreenshotSets]"?: Array<"screenshotDisplayType" | "appStoreVersionLocalization" | "appCustomProductPageLocalization" | "appStoreVersionExperimentTreatmentLocalization" | "appScreenshots">;
|
|
24030
|
+
/**
|
|
24031
|
+
* the fields to include for returned resources of type appStoreVersionLocalizations
|
|
24032
|
+
*/
|
|
24033
|
+
"fields[appStoreVersionLocalizations]"?: Array<"description" | "locale" | "keywords" | "marketingUrl" | "promotionalText" | "supportUrl" | "whatsNew" | "appStoreVersion" | "appScreenshotSets" | "appPreviewSets" | "searchKeywords">;
|
|
24034
|
+
/**
|
|
24035
|
+
* the fields to include for returned resources of type appCustomProductPageLocalizations
|
|
24036
|
+
*/
|
|
24037
|
+
"fields[appCustomProductPageLocalizations]"?: Array<"locale" | "promotionalText" | "appCustomProductPageVersion" | "appScreenshotSets" | "appPreviewSets" | "searchKeywords">;
|
|
24038
|
+
/**
|
|
24039
|
+
* the fields to include for returned resources of type appStoreVersionExperimentTreatmentLocalizations
|
|
24040
|
+
*/
|
|
24041
|
+
"fields[appStoreVersionExperimentTreatmentLocalizations]"?: Array<"locale" | "appStoreVersionExperimentTreatment" | "appScreenshotSets" | "appPreviewSets">;
|
|
23883
24042
|
/**
|
|
23884
24043
|
* the fields to include for returned resources of type appScreenshots
|
|
23885
24044
|
*/
|
|
@@ -24022,6 +24181,10 @@ export type AppScreenshotsGetInstanceData = {
|
|
|
24022
24181
|
* the fields to include for returned resources of type appScreenshots
|
|
24023
24182
|
*/
|
|
24024
24183
|
"fields[appScreenshots]"?: Array<"fileSize" | "fileName" | "sourceFileChecksum" | "imageAsset" | "assetToken" | "assetType" | "uploadOperations" | "assetDeliveryState" | "appScreenshotSet">;
|
|
24184
|
+
/**
|
|
24185
|
+
* the fields to include for returned resources of type appScreenshotSets
|
|
24186
|
+
*/
|
|
24187
|
+
"fields[appScreenshotSets]"?: Array<"screenshotDisplayType" | "appStoreVersionLocalization" | "appCustomProductPageLocalization" | "appStoreVersionExperimentTreatmentLocalization" | "appScreenshots">;
|
|
24025
24188
|
/**
|
|
24026
24189
|
* comma-separated list of relationships to include
|
|
24027
24190
|
*/
|
|
@@ -24208,6 +24371,10 @@ export type AppStoreReviewAttachmentsGetInstanceData = {
|
|
|
24208
24371
|
* the fields to include for returned resources of type appStoreReviewAttachments
|
|
24209
24372
|
*/
|
|
24210
24373
|
"fields[appStoreReviewAttachments]"?: Array<"fileSize" | "fileName" | "sourceFileChecksum" | "uploadOperations" | "assetDeliveryState" | "appStoreReviewDetail">;
|
|
24374
|
+
/**
|
|
24375
|
+
* the fields to include for returned resources of type appStoreReviewDetails
|
|
24376
|
+
*/
|
|
24377
|
+
"fields[appStoreReviewDetails]"?: Array<"contactFirstName" | "contactLastName" | "contactPhone" | "contactEmail" | "demoAccountName" | "demoAccountPassword" | "demoAccountRequired" | "notes" | "appStoreVersion" | "appStoreReviewAttachments">;
|
|
24211
24378
|
/**
|
|
24212
24379
|
* comma-separated list of relationships to include
|
|
24213
24380
|
*/
|
|
@@ -24353,6 +24520,10 @@ export type AppStoreReviewDetailsGetInstanceData = {
|
|
|
24353
24520
|
* the fields to include for returned resources of type appStoreReviewDetails
|
|
24354
24521
|
*/
|
|
24355
24522
|
"fields[appStoreReviewDetails]"?: Array<"contactFirstName" | "contactLastName" | "contactPhone" | "contactEmail" | "demoAccountName" | "demoAccountPassword" | "demoAccountRequired" | "notes" | "appStoreVersion" | "appStoreReviewAttachments">;
|
|
24523
|
+
/**
|
|
24524
|
+
* the fields to include for returned resources of type appStoreVersions
|
|
24525
|
+
*/
|
|
24526
|
+
"fields[appStoreVersions]"?: Array<"platform" | "versionString" | "appStoreState" | "appVersionState" | "copyright" | "reviewType" | "releaseType" | "earliestReleaseDate" | "usesIdfa" | "downloadable" | "createdDate" | "app" | "appStoreVersionLocalizations" | "build" | "appStoreVersionPhasedRelease" | "gameCenterAppVersion" | "routingAppCoverage" | "appStoreReviewDetail" | "appStoreVersionSubmission" | "appClipDefaultExperience" | "appStoreVersionExperiments" | "appStoreVersionExperimentsV2" | "customerReviews" | "alternativeDistributionPackage">;
|
|
24356
24527
|
/**
|
|
24357
24528
|
* the fields to include for returned resources of type appStoreReviewAttachments
|
|
24358
24529
|
*/
|
|
@@ -24547,6 +24718,10 @@ export type AppStoreVersionExperimentTreatmentLocalizationsGetInstanceData = {
|
|
|
24547
24718
|
* the fields to include for returned resources of type appStoreVersionExperimentTreatmentLocalizations
|
|
24548
24719
|
*/
|
|
24549
24720
|
"fields[appStoreVersionExperimentTreatmentLocalizations]"?: Array<"locale" | "appStoreVersionExperimentTreatment" | "appScreenshotSets" | "appPreviewSets">;
|
|
24721
|
+
/**
|
|
24722
|
+
* the fields to include for returned resources of type appStoreVersionExperimentTreatments
|
|
24723
|
+
*/
|
|
24724
|
+
"fields[appStoreVersionExperimentTreatments]"?: Array<"name" | "appIcon" | "appIconName" | "promotedDate" | "appStoreVersionExperiment" | "appStoreVersionExperimentV2" | "appStoreVersionExperimentTreatmentLocalizations">;
|
|
24550
24725
|
/**
|
|
24551
24726
|
* the fields to include for returned resources of type appScreenshotSets
|
|
24552
24727
|
*/
|
|
@@ -24697,6 +24872,10 @@ export type AppStoreVersionExperimentTreatmentsGetInstanceData = {
|
|
|
24697
24872
|
* the fields to include for returned resources of type appStoreVersionExperimentTreatments
|
|
24698
24873
|
*/
|
|
24699
24874
|
"fields[appStoreVersionExperimentTreatments]"?: Array<"name" | "appIcon" | "appIconName" | "promotedDate" | "appStoreVersionExperiment" | "appStoreVersionExperimentV2" | "appStoreVersionExperimentTreatmentLocalizations">;
|
|
24875
|
+
/**
|
|
24876
|
+
* the fields to include for returned resources of type appStoreVersionExperiments
|
|
24877
|
+
*/
|
|
24878
|
+
"fields[appStoreVersionExperiments]"?: Array<"name" | "trafficProportion" | "state" | "reviewRequired" | "startDate" | "endDate" | "appStoreVersion" | "appStoreVersionExperimentTreatments" | "platform" | "app" | "latestControlVersion" | "controlVersions">;
|
|
24700
24879
|
/**
|
|
24701
24880
|
* the fields to include for returned resources of type appStoreVersionExperimentTreatmentLocalizations
|
|
24702
24881
|
*/
|
|
@@ -24891,6 +25070,14 @@ export type AppStoreVersionExperimentsV2GetInstanceData = {
|
|
|
24891
25070
|
* the fields to include for returned resources of type appStoreVersionExperiments
|
|
24892
25071
|
*/
|
|
24893
25072
|
"fields[appStoreVersionExperiments]"?: Array<"name" | "platform" | "trafficProportion" | "state" | "reviewRequired" | "startDate" | "endDate" | "app" | "latestControlVersion" | "controlVersions" | "appStoreVersionExperimentTreatments">;
|
|
25073
|
+
/**
|
|
25074
|
+
* the fields to include for returned resources of type apps
|
|
25075
|
+
*/
|
|
25076
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
25077
|
+
/**
|
|
25078
|
+
* the fields to include for returned resources of type appStoreVersions
|
|
25079
|
+
*/
|
|
25080
|
+
"fields[appStoreVersions]"?: Array<"platform" | "versionString" | "appStoreState" | "appVersionState" | "copyright" | "reviewType" | "releaseType" | "earliestReleaseDate" | "usesIdfa" | "downloadable" | "createdDate" | "app" | "appStoreVersionLocalizations" | "build" | "appStoreVersionPhasedRelease" | "gameCenterAppVersion" | "routingAppCoverage" | "appStoreReviewDetail" | "appStoreVersionSubmission" | "appClipDefaultExperience" | "appStoreVersionExperiments" | "appStoreVersionExperimentsV2" | "customerReviews" | "alternativeDistributionPackage">;
|
|
24894
25081
|
/**
|
|
24895
25082
|
* the fields to include for returned resources of type appStoreVersionExperimentTreatments
|
|
24896
25083
|
*/
|
|
@@ -25089,6 +25276,10 @@ export type AppStoreVersionLocalizationsGetInstanceData = {
|
|
|
25089
25276
|
* the fields to include for returned resources of type appStoreVersionLocalizations
|
|
25090
25277
|
*/
|
|
25091
25278
|
"fields[appStoreVersionLocalizations]"?: Array<"description" | "locale" | "keywords" | "marketingUrl" | "promotionalText" | "supportUrl" | "whatsNew" | "appStoreVersion" | "appScreenshotSets" | "appPreviewSets" | "searchKeywords">;
|
|
25279
|
+
/**
|
|
25280
|
+
* the fields to include for returned resources of type appStoreVersions
|
|
25281
|
+
*/
|
|
25282
|
+
"fields[appStoreVersions]"?: Array<"platform" | "versionString" | "appStoreState" | "appVersionState" | "copyright" | "reviewType" | "releaseType" | "earliestReleaseDate" | "usesIdfa" | "downloadable" | "createdDate" | "app" | "appStoreVersionLocalizations" | "build" | "appStoreVersionPhasedRelease" | "gameCenterAppVersion" | "routingAppCoverage" | "appStoreReviewDetail" | "appStoreVersionSubmission" | "appClipDefaultExperience" | "appStoreVersionExperiments" | "appStoreVersionExperimentsV2" | "customerReviews" | "alternativeDistributionPackage">;
|
|
25092
25283
|
/**
|
|
25093
25284
|
* the fields to include for returned resources of type appScreenshotSets
|
|
25094
25285
|
*/
|
|
@@ -25517,6 +25708,10 @@ export type AppStoreVersionsGetInstanceData = {
|
|
|
25517
25708
|
* the fields to include for returned resources of type appStoreVersions
|
|
25518
25709
|
*/
|
|
25519
25710
|
"fields[appStoreVersions]"?: Array<"platform" | "versionString" | "appStoreState" | "appVersionState" | "copyright" | "reviewType" | "releaseType" | "earliestReleaseDate" | "usesIdfa" | "downloadable" | "createdDate" | "app" | "appStoreVersionLocalizations" | "build" | "appStoreVersionPhasedRelease" | "gameCenterAppVersion" | "routingAppCoverage" | "appStoreReviewDetail" | "appStoreVersionSubmission" | "appClipDefaultExperience" | "appStoreVersionExperiments" | "appStoreVersionExperimentsV2" | "customerReviews" | "alternativeDistributionPackage">;
|
|
25711
|
+
/**
|
|
25712
|
+
* the fields to include for returned resources of type apps
|
|
25713
|
+
*/
|
|
25714
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
25520
25715
|
/**
|
|
25521
25716
|
* the fields to include for returned resources of type appStoreVersionLocalizations
|
|
25522
25717
|
*/
|
|
@@ -25778,6 +25973,10 @@ export type AppsGetCollectionData = {
|
|
|
25778
25973
|
* the fields to include for returned resources of type appEncryptionDeclarations
|
|
25779
25974
|
*/
|
|
25780
25975
|
"fields[appEncryptionDeclarations]"?: Array<"appDescription" | "createdDate" | "usesEncryption" | "exempt" | "containsProprietaryCryptography" | "containsThirdPartyCryptography" | "availableOnFrenchStore" | "platform" | "uploadedDate" | "documentUrl" | "documentName" | "documentType" | "appEncryptionDeclarationState" | "codeValue" | "app" | "builds" | "appEncryptionDeclarationDocument">;
|
|
25976
|
+
/**
|
|
25977
|
+
* the fields to include for returned resources of type buildIcons
|
|
25978
|
+
*/
|
|
25979
|
+
"fields[buildIcons]"?: Array<"iconAsset" | "iconType" | "masked" | "name">;
|
|
25781
25980
|
/**
|
|
25782
25981
|
* the fields to include for returned resources of type ciProducts
|
|
25783
25982
|
*/
|
|
@@ -25998,6 +26197,10 @@ export type AppsGetInstanceData = {
|
|
|
25998
26197
|
* the fields to include for returned resources of type appEncryptionDeclarations
|
|
25999
26198
|
*/
|
|
26000
26199
|
"fields[appEncryptionDeclarations]"?: Array<"appDescription" | "createdDate" | "usesEncryption" | "exempt" | "containsProprietaryCryptography" | "containsThirdPartyCryptography" | "availableOnFrenchStore" | "platform" | "uploadedDate" | "documentUrl" | "documentName" | "documentType" | "appEncryptionDeclarationState" | "codeValue" | "app" | "builds" | "appEncryptionDeclarationDocument">;
|
|
26200
|
+
/**
|
|
26201
|
+
* the fields to include for returned resources of type buildIcons
|
|
26202
|
+
*/
|
|
26203
|
+
"fields[buildIcons]"?: Array<"iconAsset" | "iconType" | "masked" | "name">;
|
|
26001
26204
|
/**
|
|
26002
26205
|
* the fields to include for returned resources of type ciProducts
|
|
26003
26206
|
*/
|
|
@@ -26407,6 +26610,10 @@ export type BackgroundAssetVersionAppStoreReleasesGetInstanceData = {
|
|
|
26407
26610
|
* the fields to include for returned resources of type backgroundAssetVersionAppStoreReleases
|
|
26408
26611
|
*/
|
|
26409
26612
|
"fields[backgroundAssetVersionAppStoreReleases]"?: Array<"state" | "backgroundAssetVersion">;
|
|
26613
|
+
/**
|
|
26614
|
+
* the fields to include for returned resources of type backgroundAssetVersions
|
|
26615
|
+
*/
|
|
26616
|
+
"fields[backgroundAssetVersions]"?: Array<"createdDate" | "platforms" | "state" | "stateDetails" | "version" | "backgroundAsset" | "internalBetaRelease" | "externalBetaRelease" | "appStoreRelease" | "assetFile" | "manifestFile" | "backgroundAssetUploadFiles">;
|
|
26410
26617
|
/**
|
|
26411
26618
|
* comma-separated list of relationships to include
|
|
26412
26619
|
*/
|
|
@@ -26457,6 +26664,10 @@ export type BackgroundAssetVersionExternalBetaReleasesGetInstanceData = {
|
|
|
26457
26664
|
* the fields to include for returned resources of type backgroundAssetVersionExternalBetaReleases
|
|
26458
26665
|
*/
|
|
26459
26666
|
"fields[backgroundAssetVersionExternalBetaReleases]"?: Array<"state" | "backgroundAssetVersion">;
|
|
26667
|
+
/**
|
|
26668
|
+
* the fields to include for returned resources of type backgroundAssetVersions
|
|
26669
|
+
*/
|
|
26670
|
+
"fields[backgroundAssetVersions]"?: Array<"createdDate" | "platforms" | "state" | "stateDetails" | "version" | "backgroundAsset" | "internalBetaRelease" | "externalBetaRelease" | "appStoreRelease" | "assetFile" | "manifestFile" | "backgroundAssetUploadFiles">;
|
|
26460
26671
|
/**
|
|
26461
26672
|
* comma-separated list of relationships to include
|
|
26462
26673
|
*/
|
|
@@ -26507,6 +26718,10 @@ export type BackgroundAssetVersionInternalBetaReleasesGetInstanceData = {
|
|
|
26507
26718
|
* the fields to include for returned resources of type backgroundAssetVersionInternalBetaReleases
|
|
26508
26719
|
*/
|
|
26509
26720
|
"fields[backgroundAssetVersionInternalBetaReleases]"?: Array<"state" | "backgroundAssetVersion">;
|
|
26721
|
+
/**
|
|
26722
|
+
* the fields to include for returned resources of type backgroundAssetVersions
|
|
26723
|
+
*/
|
|
26724
|
+
"fields[backgroundAssetVersions]"?: Array<"createdDate" | "platforms" | "state" | "stateDetails" | "version" | "backgroundAsset" | "internalBetaRelease" | "externalBetaRelease" | "appStoreRelease" | "assetFile" | "manifestFile" | "backgroundAssetUploadFiles">;
|
|
26510
26725
|
/**
|
|
26511
26726
|
* comma-separated list of relationships to include
|
|
26512
26727
|
*/
|
|
@@ -26600,6 +26815,26 @@ export type BackgroundAssetVersionsGetInstanceData = {
|
|
|
26600
26815
|
* the fields to include for returned resources of type backgroundAssetVersions
|
|
26601
26816
|
*/
|
|
26602
26817
|
"fields[backgroundAssetVersions]"?: Array<"createdDate" | "platforms" | "state" | "stateDetails" | "version" | "backgroundAsset" | "internalBetaRelease" | "externalBetaRelease" | "appStoreRelease" | "assetFile" | "manifestFile" | "backgroundAssetUploadFiles">;
|
|
26818
|
+
/**
|
|
26819
|
+
* the fields to include for returned resources of type backgroundAssets
|
|
26820
|
+
*/
|
|
26821
|
+
"fields[backgroundAssets]"?: Array<"archived" | "assetPackIdentifier" | "createdDate" | "usedBytes" | "app" | "versions" | "appStoreVersion" | "internalBetaVersion" | "externalBetaVersion">;
|
|
26822
|
+
/**
|
|
26823
|
+
* the fields to include for returned resources of type backgroundAssetVersionInternalBetaReleases
|
|
26824
|
+
*/
|
|
26825
|
+
"fields[backgroundAssetVersionInternalBetaReleases]"?: Array<"state" | "backgroundAssetVersion">;
|
|
26826
|
+
/**
|
|
26827
|
+
* the fields to include for returned resources of type backgroundAssetVersionExternalBetaReleases
|
|
26828
|
+
*/
|
|
26829
|
+
"fields[backgroundAssetVersionExternalBetaReleases]"?: Array<"state" | "backgroundAssetVersion">;
|
|
26830
|
+
/**
|
|
26831
|
+
* the fields to include for returned resources of type backgroundAssetVersionAppStoreReleases
|
|
26832
|
+
*/
|
|
26833
|
+
"fields[backgroundAssetVersionAppStoreReleases]"?: Array<"state" | "backgroundAssetVersion">;
|
|
26834
|
+
/**
|
|
26835
|
+
* the fields to include for returned resources of type backgroundAssetUploadFiles
|
|
26836
|
+
*/
|
|
26837
|
+
"fields[backgroundAssetUploadFiles]"?: Array<"assetDeliveryState" | "assetToken" | "assetType" | "fileName" | "fileSize" | "sourceFileChecksum" | "sourceFileChecksums" | "uploadOperations">;
|
|
26603
26838
|
/**
|
|
26604
26839
|
* comma-separated list of relationships to include
|
|
26605
26840
|
*/
|
|
@@ -26693,6 +26928,14 @@ export type BackgroundAssetsGetInstanceData = {
|
|
|
26693
26928
|
* the fields to include for returned resources of type backgroundAssets
|
|
26694
26929
|
*/
|
|
26695
26930
|
"fields[backgroundAssets]"?: Array<"archived" | "assetPackIdentifier" | "createdDate" | "usedBytes" | "app" | "versions" | "appStoreVersion" | "internalBetaVersion" | "externalBetaVersion">;
|
|
26931
|
+
/**
|
|
26932
|
+
* the fields to include for returned resources of type apps
|
|
26933
|
+
*/
|
|
26934
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
26935
|
+
/**
|
|
26936
|
+
* the fields to include for returned resources of type backgroundAssetVersions
|
|
26937
|
+
*/
|
|
26938
|
+
"fields[backgroundAssetVersions]"?: Array<"createdDate" | "platforms" | "state" | "stateDetails" | "version" | "backgroundAsset" | "internalBetaRelease" | "externalBetaRelease" | "appStoreRelease" | "assetFile" | "manifestFile" | "backgroundAssetUploadFiles">;
|
|
26696
26939
|
/**
|
|
26697
26940
|
* comma-separated list of relationships to include
|
|
26698
26941
|
*/
|
|
@@ -27015,6 +27258,10 @@ export type BetaAppClipInvocationsGetInstanceData = {
|
|
|
27015
27258
|
* the fields to include for returned resources of type betaAppClipInvocations
|
|
27016
27259
|
*/
|
|
27017
27260
|
"fields[betaAppClipInvocations]"?: Array<"url" | "betaAppClipInvocationLocalizations">;
|
|
27261
|
+
/**
|
|
27262
|
+
* the fields to include for returned resources of type betaAppClipInvocationLocalizations
|
|
27263
|
+
*/
|
|
27264
|
+
"fields[betaAppClipInvocationLocalizations]"?: Array<"title" | "locale">;
|
|
27018
27265
|
/**
|
|
27019
27266
|
* comma-separated list of relationships to include
|
|
27020
27267
|
*/
|
|
@@ -28015,6 +28262,14 @@ export type BetaFeedbackCrashSubmissionsGetInstanceData = {
|
|
|
28015
28262
|
* the fields to include for returned resources of type betaFeedbackCrashSubmissions
|
|
28016
28263
|
*/
|
|
28017
28264
|
"fields[betaFeedbackCrashSubmissions]"?: Array<"createdDate" | "comment" | "email" | "deviceModel" | "osVersion" | "locale" | "timeZone" | "architecture" | "connectionType" | "pairedAppleWatch" | "appUptimeInMilliseconds" | "diskBytesAvailable" | "diskBytesTotal" | "batteryPercentage" | "screenWidthInPoints" | "screenHeightInPoints" | "appPlatform" | "devicePlatform" | "deviceFamily" | "buildBundleId" | "crashLog" | "build" | "tester">;
|
|
28265
|
+
/**
|
|
28266
|
+
* the fields to include for returned resources of type builds
|
|
28267
|
+
*/
|
|
28268
|
+
"fields[builds]"?: Array<"version" | "uploadedDate" | "expirationDate" | "expired" | "minOsVersion" | "lsMinimumSystemVersion" | "computedMinMacOsVersion" | "computedMinVisionOsVersion" | "iconAssetToken" | "processingState" | "buildAudienceType" | "usesNonExemptEncryption" | "preReleaseVersion" | "individualTesters" | "betaGroups" | "betaBuildLocalizations" | "appEncryptionDeclaration" | "betaAppReviewSubmission" | "app" | "buildBetaDetail" | "appStoreVersion" | "icons" | "buildBundles" | "buildUpload" | "perfPowerMetrics" | "diagnosticSignatures">;
|
|
28269
|
+
/**
|
|
28270
|
+
* the fields to include for returned resources of type betaTesters
|
|
28271
|
+
*/
|
|
28272
|
+
"fields[betaTesters]"?: Array<"firstName" | "lastName" | "email" | "inviteType" | "state" | "appDevices" | "apps" | "betaGroups" | "builds">;
|
|
28018
28273
|
/**
|
|
28019
28274
|
* comma-separated list of relationships to include
|
|
28020
28275
|
*/
|
|
@@ -28106,6 +28361,14 @@ export type BetaFeedbackScreenshotSubmissionsGetInstanceData = {
|
|
|
28106
28361
|
* the fields to include for returned resources of type betaFeedbackScreenshotSubmissions
|
|
28107
28362
|
*/
|
|
28108
28363
|
"fields[betaFeedbackScreenshotSubmissions]"?: Array<"createdDate" | "comment" | "email" | "deviceModel" | "osVersion" | "locale" | "timeZone" | "architecture" | "connectionType" | "pairedAppleWatch" | "appUptimeInMilliseconds" | "diskBytesAvailable" | "diskBytesTotal" | "batteryPercentage" | "screenWidthInPoints" | "screenHeightInPoints" | "appPlatform" | "devicePlatform" | "deviceFamily" | "buildBundleId" | "screenshots" | "build" | "tester">;
|
|
28364
|
+
/**
|
|
28365
|
+
* the fields to include for returned resources of type builds
|
|
28366
|
+
*/
|
|
28367
|
+
"fields[builds]"?: Array<"version" | "uploadedDate" | "expirationDate" | "expired" | "minOsVersion" | "lsMinimumSystemVersion" | "computedMinMacOsVersion" | "computedMinVisionOsVersion" | "iconAssetToken" | "processingState" | "buildAudienceType" | "usesNonExemptEncryption" | "preReleaseVersion" | "individualTesters" | "betaGroups" | "betaBuildLocalizations" | "appEncryptionDeclaration" | "betaAppReviewSubmission" | "app" | "buildBetaDetail" | "appStoreVersion" | "icons" | "buildBundles" | "buildUpload" | "perfPowerMetrics" | "diagnosticSignatures">;
|
|
28368
|
+
/**
|
|
28369
|
+
* the fields to include for returned resources of type betaTesters
|
|
28370
|
+
*/
|
|
28371
|
+
"fields[betaTesters]"?: Array<"firstName" | "lastName" | "email" | "inviteType" | "state" | "appDevices" | "apps" | "betaGroups" | "builds">;
|
|
28109
28372
|
/**
|
|
28110
28373
|
* comma-separated list of relationships to include
|
|
28111
28374
|
*/
|
|
@@ -29548,6 +29811,14 @@ export type BuildUploadsGetInstanceData = {
|
|
|
29548
29811
|
* the fields to include for returned resources of type buildUploads
|
|
29549
29812
|
*/
|
|
29550
29813
|
"fields[buildUploads]"?: Array<"cfBundleShortVersionString" | "cfBundleVersion" | "createdDate" | "state" | "platform" | "uploadedDate" | "build" | "assetFile" | "assetDescriptionFile" | "assetSpiFile" | "buildUploadFiles">;
|
|
29814
|
+
/**
|
|
29815
|
+
* the fields to include for returned resources of type builds
|
|
29816
|
+
*/
|
|
29817
|
+
"fields[builds]"?: Array<"version" | "uploadedDate" | "expirationDate" | "expired" | "minOsVersion" | "lsMinimumSystemVersion" | "computedMinMacOsVersion" | "computedMinVisionOsVersion" | "iconAssetToken" | "processingState" | "buildAudienceType" | "usesNonExemptEncryption" | "preReleaseVersion" | "individualTesters" | "betaGroups" | "betaBuildLocalizations" | "appEncryptionDeclaration" | "betaAppReviewSubmission" | "app" | "buildBetaDetail" | "appStoreVersion" | "icons" | "buildBundles" | "buildUpload" | "perfPowerMetrics" | "diagnosticSignatures">;
|
|
29818
|
+
/**
|
|
29819
|
+
* the fields to include for returned resources of type buildUploadFiles
|
|
29820
|
+
*/
|
|
29821
|
+
"fields[buildUploadFiles]"?: Array<"assetDeliveryState" | "assetToken" | "assetType" | "fileName" | "fileSize" | "sourceFileChecksums" | "uploadOperations" | "uti">;
|
|
29551
29822
|
/**
|
|
29552
29823
|
* comma-separated list of relationships to include
|
|
29553
29824
|
*/
|
|
@@ -29661,6 +29932,10 @@ export type BuildsGetCollectionData = {
|
|
|
29661
29932
|
* the fields to include for returned resources of type betaTesters
|
|
29662
29933
|
*/
|
|
29663
29934
|
"fields[betaTesters]"?: Array<"firstName" | "lastName" | "email" | "inviteType" | "state" | "appDevices" | "apps" | "betaGroups" | "builds">;
|
|
29935
|
+
/**
|
|
29936
|
+
* the fields to include for returned resources of type betaGroups
|
|
29937
|
+
*/
|
|
29938
|
+
"fields[betaGroups]"?: Array<"name" | "createdDate" | "isInternalGroup" | "hasAccessToAllBuilds" | "publicLinkEnabled" | "publicLinkId" | "publicLinkLimitEnabled" | "publicLinkLimit" | "publicLink" | "feedbackEnabled" | "iosBuildsAvailableForAppleSiliconMac" | "iosBuildsAvailableForAppleVision" | "app" | "builds" | "betaTesters" | "betaRecruitmentCriteria" | "betaRecruitmentCriterionCompatibleBuildCheck">;
|
|
29664
29939
|
/**
|
|
29665
29940
|
* the fields to include for returned resources of type betaBuildLocalizations
|
|
29666
29941
|
*/
|
|
@@ -29689,6 +29964,14 @@ export type BuildsGetCollectionData = {
|
|
|
29689
29964
|
* the fields to include for returned resources of type buildIcons
|
|
29690
29965
|
*/
|
|
29691
29966
|
"fields[buildIcons]"?: Array<"iconAsset" | "iconType" | "masked" | "name">;
|
|
29967
|
+
/**
|
|
29968
|
+
* the fields to include for returned resources of type buildBundles
|
|
29969
|
+
*/
|
|
29970
|
+
"fields[buildBundles]"?: Array<"bundleId" | "bundleType" | "sdkBuild" | "platformBuild" | "fileName" | "hasSirikit" | "hasOnDemandResources" | "hasPrerenderedIcon" | "usesLocationServices" | "isIosBuildMacAppStoreCompatible" | "includesSymbols" | "dSYMUrl" | "supportedArchitectures" | "requiredCapabilities" | "deviceProtocols" | "locales" | "entitlements" | "baDownloadAllowance" | "baMaxInstallSize" | "minimumOsVersion" | "appClipDomainCacheStatus" | "appClipDomainDebugStatus" | "betaAppClipInvocations" | "buildBundleFileSizes">;
|
|
29971
|
+
/**
|
|
29972
|
+
* the fields to include for returned resources of type buildUploads
|
|
29973
|
+
*/
|
|
29974
|
+
"fields[buildUploads]"?: Array<"cfBundleShortVersionString" | "cfBundleVersion" | "createdDate" | "state" | "platform" | "uploadedDate" | "build" | "assetFile" | "assetDescriptionFile" | "assetSpiFile" | "buildUploadFiles">;
|
|
29692
29975
|
/**
|
|
29693
29976
|
* maximum resources per page
|
|
29694
29977
|
*/
|
|
@@ -29767,6 +30050,10 @@ export type BuildsGetInstanceData = {
|
|
|
29767
30050
|
* the fields to include for returned resources of type betaTesters
|
|
29768
30051
|
*/
|
|
29769
30052
|
"fields[betaTesters]"?: Array<"firstName" | "lastName" | "email" | "inviteType" | "state" | "appDevices" | "apps" | "betaGroups" | "builds">;
|
|
30053
|
+
/**
|
|
30054
|
+
* the fields to include for returned resources of type betaGroups
|
|
30055
|
+
*/
|
|
30056
|
+
"fields[betaGroups]"?: Array<"name" | "createdDate" | "isInternalGroup" | "hasAccessToAllBuilds" | "publicLinkEnabled" | "publicLinkId" | "publicLinkLimitEnabled" | "publicLinkLimit" | "publicLink" | "feedbackEnabled" | "iosBuildsAvailableForAppleSiliconMac" | "iosBuildsAvailableForAppleVision" | "app" | "builds" | "betaTesters" | "betaRecruitmentCriteria" | "betaRecruitmentCriterionCompatibleBuildCheck">;
|
|
29770
30057
|
/**
|
|
29771
30058
|
* the fields to include for returned resources of type betaBuildLocalizations
|
|
29772
30059
|
*/
|
|
@@ -29795,6 +30082,14 @@ export type BuildsGetInstanceData = {
|
|
|
29795
30082
|
* the fields to include for returned resources of type buildIcons
|
|
29796
30083
|
*/
|
|
29797
30084
|
"fields[buildIcons]"?: Array<"iconAsset" | "iconType" | "masked" | "name">;
|
|
30085
|
+
/**
|
|
30086
|
+
* the fields to include for returned resources of type buildBundles
|
|
30087
|
+
*/
|
|
30088
|
+
"fields[buildBundles]"?: Array<"bundleId" | "bundleType" | "sdkBuild" | "platformBuild" | "fileName" | "hasSirikit" | "hasOnDemandResources" | "hasPrerenderedIcon" | "usesLocationServices" | "isIosBuildMacAppStoreCompatible" | "includesSymbols" | "dSYMUrl" | "supportedArchitectures" | "requiredCapabilities" | "deviceProtocols" | "locales" | "entitlements" | "baDownloadAllowance" | "baMaxInstallSize" | "minimumOsVersion" | "appClipDomainCacheStatus" | "appClipDomainDebugStatus" | "betaAppClipInvocations" | "buildBundleFileSizes">;
|
|
30089
|
+
/**
|
|
30090
|
+
* the fields to include for returned resources of type buildUploads
|
|
30091
|
+
*/
|
|
30092
|
+
"fields[buildUploads]"?: Array<"cfBundleShortVersionString" | "cfBundleVersion" | "createdDate" | "state" | "platform" | "uploadedDate" | "build" | "assetFile" | "assetDescriptionFile" | "assetSpiFile" | "buildUploadFiles">;
|
|
29798
30093
|
/**
|
|
29799
30094
|
* comma-separated list of relationships to include
|
|
29800
30095
|
*/
|
|
@@ -30754,6 +31049,22 @@ export type CiBuildRunsGetInstanceData = {
|
|
|
30754
31049
|
* the fields to include for returned resources of type builds
|
|
30755
31050
|
*/
|
|
30756
31051
|
"fields[builds]"?: Array<"version" | "uploadedDate" | "expirationDate" | "expired" | "minOsVersion" | "lsMinimumSystemVersion" | "computedMinMacOsVersion" | "computedMinVisionOsVersion" | "iconAssetToken" | "processingState" | "buildAudienceType" | "usesNonExemptEncryption" | "preReleaseVersion" | "individualTesters" | "betaGroups" | "betaBuildLocalizations" | "appEncryptionDeclaration" | "betaAppReviewSubmission" | "app" | "buildBetaDetail" | "appStoreVersion" | "icons" | "buildBundles" | "buildUpload" | "perfPowerMetrics" | "diagnosticSignatures">;
|
|
31052
|
+
/**
|
|
31053
|
+
* the fields to include for returned resources of type ciWorkflows
|
|
31054
|
+
*/
|
|
31055
|
+
"fields[ciWorkflows]"?: Array<"name" | "description" | "branchStartCondition" | "tagStartCondition" | "pullRequestStartCondition" | "scheduledStartCondition" | "manualBranchStartCondition" | "manualTagStartCondition" | "manualPullRequestStartCondition" | "actions" | "isEnabled" | "isLockedForEditing" | "clean" | "containerFilePath" | "lastModifiedDate" | "product" | "repository" | "xcodeVersion" | "macOsVersion" | "buildRuns">;
|
|
31056
|
+
/**
|
|
31057
|
+
* the fields to include for returned resources of type ciProducts
|
|
31058
|
+
*/
|
|
31059
|
+
"fields[ciProducts]"?: Array<"name" | "createdDate" | "productType" | "app" | "bundleId" | "workflows" | "primaryRepositories" | "additionalRepositories" | "buildRuns">;
|
|
31060
|
+
/**
|
|
31061
|
+
* the fields to include for returned resources of type scmGitReferences
|
|
31062
|
+
*/
|
|
31063
|
+
"fields[scmGitReferences]"?: Array<"name" | "canonicalName" | "isDeleted" | "kind" | "repository">;
|
|
31064
|
+
/**
|
|
31065
|
+
* the fields to include for returned resources of type scmPullRequests
|
|
31066
|
+
*/
|
|
31067
|
+
"fields[scmPullRequests]"?: Array<"title" | "number" | "webUrl" | "sourceRepositoryOwner" | "sourceRepositoryName" | "sourceBranchName" | "destinationRepositoryOwner" | "destinationRepositoryName" | "destinationBranchName" | "isClosed" | "isCrossRepository" | "repository">;
|
|
30757
31068
|
/**
|
|
30758
31069
|
* comma-separated list of relationships to include
|
|
30759
31070
|
*/
|
|
@@ -30972,6 +31283,10 @@ export type CiProductsGetCollectionData = {
|
|
|
30972
31283
|
* the fields to include for returned resources of type apps
|
|
30973
31284
|
*/
|
|
30974
31285
|
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
31286
|
+
/**
|
|
31287
|
+
* the fields to include for returned resources of type bundleIds
|
|
31288
|
+
*/
|
|
31289
|
+
"fields[bundleIds]"?: Array<"name" | "platform" | "identifier" | "seedId" | "profiles" | "bundleIdCapabilities" | "app">;
|
|
30975
31290
|
/**
|
|
30976
31291
|
* the fields to include for returned resources of type scmRepositories
|
|
30977
31292
|
*/
|
|
@@ -31075,6 +31390,10 @@ export type CiProductsGetInstanceData = {
|
|
|
31075
31390
|
* the fields to include for returned resources of type apps
|
|
31076
31391
|
*/
|
|
31077
31392
|
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
31393
|
+
/**
|
|
31394
|
+
* the fields to include for returned resources of type bundleIds
|
|
31395
|
+
*/
|
|
31396
|
+
"fields[bundleIds]"?: Array<"name" | "platform" | "identifier" | "seedId" | "profiles" | "bundleIdCapabilities" | "app">;
|
|
31078
31397
|
/**
|
|
31079
31398
|
* the fields to include for returned resources of type scmRepositories
|
|
31080
31399
|
*/
|
|
@@ -31263,10 +31582,22 @@ export type CiWorkflowsGetInstanceData = {
|
|
|
31263
31582
|
* the fields to include for returned resources of type ciWorkflows
|
|
31264
31583
|
*/
|
|
31265
31584
|
"fields[ciWorkflows]"?: Array<"name" | "description" | "branchStartCondition" | "tagStartCondition" | "pullRequestStartCondition" | "scheduledStartCondition" | "manualBranchStartCondition" | "manualTagStartCondition" | "manualPullRequestStartCondition" | "actions" | "isEnabled" | "isLockedForEditing" | "clean" | "containerFilePath" | "lastModifiedDate" | "product" | "repository" | "xcodeVersion" | "macOsVersion" | "buildRuns">;
|
|
31585
|
+
/**
|
|
31586
|
+
* the fields to include for returned resources of type ciProducts
|
|
31587
|
+
*/
|
|
31588
|
+
"fields[ciProducts]"?: Array<"name" | "createdDate" | "productType" | "app" | "bundleId" | "workflows" | "primaryRepositories" | "additionalRepositories" | "buildRuns">;
|
|
31266
31589
|
/**
|
|
31267
31590
|
* the fields to include for returned resources of type scmRepositories
|
|
31268
31591
|
*/
|
|
31269
31592
|
"fields[scmRepositories]"?: Array<"lastAccessedDate" | "httpCloneUrl" | "sshCloneUrl" | "ownerName" | "repositoryName" | "scmProvider" | "defaultBranch" | "gitReferences" | "pullRequests">;
|
|
31593
|
+
/**
|
|
31594
|
+
* the fields to include for returned resources of type ciXcodeVersions
|
|
31595
|
+
*/
|
|
31596
|
+
"fields[ciXcodeVersions]"?: Array<"version" | "name" | "testDestinations" | "macOsVersions">;
|
|
31597
|
+
/**
|
|
31598
|
+
* the fields to include for returned resources of type ciMacOsVersions
|
|
31599
|
+
*/
|
|
31600
|
+
"fields[ciMacOsVersions]"?: Array<"version" | "name" | "xcodeVersions">;
|
|
31270
31601
|
/**
|
|
31271
31602
|
* comma-separated list of relationships to include
|
|
31272
31603
|
*/
|
|
@@ -31564,6 +31895,10 @@ export type CustomerReviewResponsesGetInstanceData = {
|
|
|
31564
31895
|
* the fields to include for returned resources of type customerReviewResponses
|
|
31565
31896
|
*/
|
|
31566
31897
|
"fields[customerReviewResponses]"?: Array<"responseBody" | "lastModifiedDate" | "state" | "review">;
|
|
31898
|
+
/**
|
|
31899
|
+
* the fields to include for returned resources of type customerReviews
|
|
31900
|
+
*/
|
|
31901
|
+
"fields[customerReviews]"?: Array<"rating" | "title" | "body" | "reviewerNickname" | "createdDate" | "territory" | "response" | "reviewTerritory">;
|
|
31567
31902
|
/**
|
|
31568
31903
|
* comma-separated list of relationships to include
|
|
31569
31904
|
*/
|
|
@@ -31613,15 +31948,19 @@ export type CustomerReviewsGetInstanceData = {
|
|
|
31613
31948
|
/**
|
|
31614
31949
|
* the fields to include for returned resources of type customerReviews
|
|
31615
31950
|
*/
|
|
31616
|
-
"fields[customerReviews]"?: Array<"rating" | "title" | "body" | "reviewerNickname" | "createdDate" | "territory" | "response">;
|
|
31951
|
+
"fields[customerReviews]"?: Array<"rating" | "title" | "body" | "reviewerNickname" | "createdDate" | "territory" | "response" | "reviewTerritory">;
|
|
31617
31952
|
/**
|
|
31618
31953
|
* the fields to include for returned resources of type customerReviewResponses
|
|
31619
31954
|
*/
|
|
31620
31955
|
"fields[customerReviewResponses]"?: Array<"responseBody" | "lastModifiedDate" | "state" | "review">;
|
|
31956
|
+
/**
|
|
31957
|
+
* the fields to include for returned resources of type territories
|
|
31958
|
+
*/
|
|
31959
|
+
"fields[territories]"?: Array<"currency">;
|
|
31621
31960
|
/**
|
|
31622
31961
|
* comma-separated list of relationships to include
|
|
31623
31962
|
*/
|
|
31624
|
-
include?: Array<"response">;
|
|
31963
|
+
include?: Array<"response" | "reviewTerritory">;
|
|
31625
31964
|
};
|
|
31626
31965
|
url: "/v1/customerReviews/{id}";
|
|
31627
31966
|
};
|
|
@@ -32001,6 +32340,10 @@ export type EndUserLicenseAgreementsGetInstanceData = {
|
|
|
32001
32340
|
* the fields to include for returned resources of type endUserLicenseAgreements
|
|
32002
32341
|
*/
|
|
32003
32342
|
"fields[endUserLicenseAgreements]"?: Array<"agreementText" | "app" | "territories">;
|
|
32343
|
+
/**
|
|
32344
|
+
* the fields to include for returned resources of type apps
|
|
32345
|
+
*/
|
|
32346
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
32004
32347
|
/**
|
|
32005
32348
|
* the fields to include for returned resources of type territories
|
|
32006
32349
|
*/
|
|
@@ -32244,6 +32587,10 @@ export type GameCenterAchievementImagesV2GetInstanceData = {
|
|
|
32244
32587
|
* the fields to include for returned resources of type gameCenterAchievementImages
|
|
32245
32588
|
*/
|
|
32246
32589
|
"fields[gameCenterAchievementImages]"?: Array<"fileSize" | "fileName" | "imageAsset" | "uploadOperations" | "assetDeliveryState" | "localization">;
|
|
32590
|
+
/**
|
|
32591
|
+
* the fields to include for returned resources of type gameCenterAchievementLocalizations
|
|
32592
|
+
*/
|
|
32593
|
+
"fields[gameCenterAchievementLocalizations]"?: Array<"locale" | "name" | "beforeEarnedDescription" | "afterEarnedDescription" | "version" | "image">;
|
|
32247
32594
|
/**
|
|
32248
32595
|
* comma-separated list of relationships to include
|
|
32249
32596
|
*/
|
|
@@ -32430,6 +32777,10 @@ export type GameCenterAchievementLocalizationsV2GetInstanceData = {
|
|
|
32430
32777
|
* the fields to include for returned resources of type gameCenterAchievementLocalizations
|
|
32431
32778
|
*/
|
|
32432
32779
|
"fields[gameCenterAchievementLocalizations]"?: Array<"locale" | "name" | "beforeEarnedDescription" | "afterEarnedDescription" | "version" | "image">;
|
|
32780
|
+
/**
|
|
32781
|
+
* the fields to include for returned resources of type gameCenterAchievementVersions
|
|
32782
|
+
*/
|
|
32783
|
+
"fields[gameCenterAchievementVersions]"?: Array<"version" | "state" | "achievement" | "localizations">;
|
|
32433
32784
|
/**
|
|
32434
32785
|
* the fields to include for returned resources of type gameCenterAchievementImages
|
|
32435
32786
|
*/
|
|
@@ -32579,6 +32930,10 @@ export type GameCenterAchievementVersionsV2GetInstanceData = {
|
|
|
32579
32930
|
* the fields to include for returned resources of type gameCenterAchievementVersions
|
|
32580
32931
|
*/
|
|
32581
32932
|
"fields[gameCenterAchievementVersions]"?: Array<"version" | "state" | "achievement" | "localizations">;
|
|
32933
|
+
/**
|
|
32934
|
+
* the fields to include for returned resources of type gameCenterAchievements
|
|
32935
|
+
*/
|
|
32936
|
+
"fields[gameCenterAchievements]"?: Array<"referenceName" | "vendorIdentifier" | "points" | "showBeforeEarned" | "repeatable" | "archived" | "activityProperties" | "gameCenterDetail" | "gameCenterGroup" | "activity" | "versions">;
|
|
32582
32937
|
/**
|
|
32583
32938
|
* the fields to include for returned resources of type gameCenterAchievementLocalizations
|
|
32584
32939
|
*/
|
|
@@ -32721,6 +33076,18 @@ export type GameCenterAchievementsV2GetInstanceData = {
|
|
|
32721
33076
|
* the fields to include for returned resources of type gameCenterAchievements
|
|
32722
33077
|
*/
|
|
32723
33078
|
"fields[gameCenterAchievements]"?: Array<"referenceName" | "vendorIdentifier" | "points" | "showBeforeEarned" | "repeatable" | "archived" | "activityProperties" | "gameCenterDetail" | "gameCenterGroup" | "activity" | "versions">;
|
|
33079
|
+
/**
|
|
33080
|
+
* the fields to include for returned resources of type gameCenterDetails
|
|
33081
|
+
*/
|
|
33082
|
+
"fields[gameCenterDetails]"?: Array<"arcadeEnabled" | "challengeEnabled" | "app" | "gameCenterAppVersions" | "gameCenterGroup" | "gameCenterLeaderboards" | "gameCenterLeaderboardsV2" | "gameCenterLeaderboardSets" | "gameCenterLeaderboardSetsV2" | "gameCenterAchievements" | "gameCenterAchievementsV2" | "gameCenterActivities" | "gameCenterChallenges" | "defaultLeaderboard" | "defaultLeaderboardV2" | "defaultGroupLeaderboard" | "defaultGroupLeaderboardV2" | "achievementReleases" | "activityReleases" | "challengeReleases" | "leaderboardReleases" | "leaderboardSetReleases" | "challengesMinimumPlatformVersions">;
|
|
33083
|
+
/**
|
|
33084
|
+
* the fields to include for returned resources of type gameCenterGroups
|
|
33085
|
+
*/
|
|
33086
|
+
"fields[gameCenterGroups]"?: Array<"referenceName" | "gameCenterDetails" | "gameCenterLeaderboards" | "gameCenterLeaderboardsV2" | "gameCenterLeaderboardSets" | "gameCenterLeaderboardSetsV2" | "gameCenterAchievements" | "gameCenterAchievementsV2" | "gameCenterActivities" | "gameCenterChallenges">;
|
|
33087
|
+
/**
|
|
33088
|
+
* the fields to include for returned resources of type gameCenterActivities
|
|
33089
|
+
*/
|
|
33090
|
+
"fields[gameCenterActivities]"?: Array<"referenceName" | "vendorIdentifier" | "playStyle" | "minimumPlayersCount" | "maximumPlayersCount" | "supportsPartyCode" | "archived" | "properties" | "gameCenterDetail" | "gameCenterGroup" | "achievements" | "achievementsV2" | "leaderboards" | "leaderboardsV2" | "versions">;
|
|
32724
33091
|
/**
|
|
32725
33092
|
* the fields to include for returned resources of type gameCenterAchievementVersions
|
|
32726
33093
|
*/
|
|
@@ -32915,6 +33282,22 @@ export type GameCenterActivitiesGetInstanceData = {
|
|
|
32915
33282
|
* the fields to include for returned resources of type gameCenterActivities
|
|
32916
33283
|
*/
|
|
32917
33284
|
"fields[gameCenterActivities]"?: Array<"referenceName" | "vendorIdentifier" | "playStyle" | "minimumPlayersCount" | "maximumPlayersCount" | "supportsPartyCode" | "archived" | "properties" | "gameCenterDetail" | "gameCenterGroup" | "achievements" | "achievementsV2" | "leaderboards" | "leaderboardsV2" | "versions">;
|
|
33285
|
+
/**
|
|
33286
|
+
* the fields to include for returned resources of type gameCenterDetails
|
|
33287
|
+
*/
|
|
33288
|
+
"fields[gameCenterDetails]"?: Array<"arcadeEnabled" | "challengeEnabled" | "app" | "gameCenterAppVersions" | "gameCenterGroup" | "gameCenterLeaderboards" | "gameCenterLeaderboardsV2" | "gameCenterLeaderboardSets" | "gameCenterLeaderboardSetsV2" | "gameCenterAchievements" | "gameCenterAchievementsV2" | "gameCenterActivities" | "gameCenterChallenges" | "defaultLeaderboard" | "defaultLeaderboardV2" | "defaultGroupLeaderboard" | "defaultGroupLeaderboardV2" | "achievementReleases" | "activityReleases" | "challengeReleases" | "leaderboardReleases" | "leaderboardSetReleases" | "challengesMinimumPlatformVersions">;
|
|
33289
|
+
/**
|
|
33290
|
+
* the fields to include for returned resources of type gameCenterGroups
|
|
33291
|
+
*/
|
|
33292
|
+
"fields[gameCenterGroups]"?: Array<"referenceName" | "gameCenterDetails" | "gameCenterLeaderboards" | "gameCenterLeaderboardsV2" | "gameCenterLeaderboardSets" | "gameCenterLeaderboardSetsV2" | "gameCenterAchievements" | "gameCenterAchievementsV2" | "gameCenterActivities" | "gameCenterChallenges">;
|
|
33293
|
+
/**
|
|
33294
|
+
* the fields to include for returned resources of type gameCenterAchievements
|
|
33295
|
+
*/
|
|
33296
|
+
"fields[gameCenterAchievements]"?: Array<"referenceName" | "vendorIdentifier" | "points" | "showBeforeEarned" | "repeatable" | "archived" | "activityProperties" | "gameCenterDetail" | "gameCenterGroup" | "groupAchievement" | "localizations" | "releases" | "activity" | "versions">;
|
|
33297
|
+
/**
|
|
33298
|
+
* the fields to include for returned resources of type gameCenterLeaderboards
|
|
33299
|
+
*/
|
|
33300
|
+
"fields[gameCenterLeaderboards]"?: Array<"defaultFormatter" | "referenceName" | "vendorIdentifier" | "submissionType" | "scoreSortType" | "scoreRangeStart" | "scoreRangeEnd" | "recurrenceStartDate" | "recurrenceDuration" | "recurrenceRule" | "archived" | "activityProperties" | "visibility" | "gameCenterDetail" | "gameCenterGroup" | "groupLeaderboard" | "gameCenterLeaderboardSets" | "localizations" | "releases" | "activity" | "challenge" | "versions">;
|
|
32918
33301
|
/**
|
|
32919
33302
|
* the fields to include for returned resources of type gameCenterActivityVersions
|
|
32920
33303
|
*/
|
|
@@ -33311,6 +33694,10 @@ export type GameCenterActivityLocalizationsGetInstanceData = {
|
|
|
33311
33694
|
* the fields to include for returned resources of type gameCenterActivityLocalizations
|
|
33312
33695
|
*/
|
|
33313
33696
|
"fields[gameCenterActivityLocalizations]"?: Array<"locale" | "name" | "description" | "version" | "image">;
|
|
33697
|
+
/**
|
|
33698
|
+
* the fields to include for returned resources of type gameCenterActivityVersions
|
|
33699
|
+
*/
|
|
33700
|
+
"fields[gameCenterActivityVersions]"?: Array<"version" | "state" | "fallbackUrl" | "activity" | "localizations" | "defaultImage" | "releases">;
|
|
33314
33701
|
/**
|
|
33315
33702
|
* the fields to include for returned resources of type gameCenterActivityImages
|
|
33316
33703
|
*/
|
|
@@ -33460,6 +33847,10 @@ export type GameCenterActivityVersionsGetInstanceData = {
|
|
|
33460
33847
|
* the fields to include for returned resources of type gameCenterActivityVersions
|
|
33461
33848
|
*/
|
|
33462
33849
|
"fields[gameCenterActivityVersions]"?: Array<"version" | "state" | "fallbackUrl" | "activity" | "localizations" | "defaultImage" | "releases">;
|
|
33850
|
+
/**
|
|
33851
|
+
* the fields to include for returned resources of type gameCenterActivities
|
|
33852
|
+
*/
|
|
33853
|
+
"fields[gameCenterActivities]"?: Array<"referenceName" | "vendorIdentifier" | "playStyle" | "minimumPlayersCount" | "maximumPlayersCount" | "supportsPartyCode" | "archived" | "properties" | "gameCenterDetail" | "gameCenterGroup" | "achievements" | "achievementsV2" | "leaderboards" | "leaderboardsV2" | "versions">;
|
|
33463
33854
|
/**
|
|
33464
33855
|
* the fields to include for returned resources of type gameCenterActivityLocalizations
|
|
33465
33856
|
*/
|
|
@@ -33468,6 +33859,12 @@ export type GameCenterActivityVersionsGetInstanceData = {
|
|
|
33468
33859
|
* the fields to include for returned resources of type gameCenterActivityImages
|
|
33469
33860
|
*/
|
|
33470
33861
|
"fields[gameCenterActivityImages]"?: Array<"fileSize" | "fileName" | "imageAsset" | "uploadOperations" | "assetDeliveryState">;
|
|
33862
|
+
/**
|
|
33863
|
+
* the fields to include for returned resources of type gameCenterActivityVersionReleases
|
|
33864
|
+
*
|
|
33865
|
+
* @deprecated
|
|
33866
|
+
*/
|
|
33867
|
+
"fields[gameCenterActivityVersionReleases]"?: Array<"version">;
|
|
33471
33868
|
/**
|
|
33472
33869
|
* comma-separated list of relationships to include
|
|
33473
33870
|
*/
|
|
@@ -33999,6 +34396,10 @@ export type GameCenterChallengeLocalizationsGetInstanceData = {
|
|
|
33999
34396
|
* the fields to include for returned resources of type gameCenterChallengeLocalizations
|
|
34000
34397
|
*/
|
|
34001
34398
|
"fields[gameCenterChallengeLocalizations]"?: Array<"locale" | "name" | "description" | "version" | "image">;
|
|
34399
|
+
/**
|
|
34400
|
+
* the fields to include for returned resources of type gameCenterChallengeVersions
|
|
34401
|
+
*/
|
|
34402
|
+
"fields[gameCenterChallengeVersions]"?: Array<"version" | "state" | "challenge" | "localizations" | "releases" | "defaultImage">;
|
|
34002
34403
|
/**
|
|
34003
34404
|
* the fields to include for returned resources of type gameCenterChallengeImages
|
|
34004
34405
|
*/
|
|
@@ -34148,10 +34549,20 @@ export type GameCenterChallengeVersionsGetInstanceData = {
|
|
|
34148
34549
|
* the fields to include for returned resources of type gameCenterChallengeVersions
|
|
34149
34550
|
*/
|
|
34150
34551
|
"fields[gameCenterChallengeVersions]"?: Array<"version" | "state" | "challenge" | "localizations" | "releases" | "defaultImage">;
|
|
34552
|
+
/**
|
|
34553
|
+
* the fields to include for returned resources of type gameCenterChallenges
|
|
34554
|
+
*/
|
|
34555
|
+
"fields[gameCenterChallenges]"?: Array<"referenceName" | "vendorIdentifier" | "archived" | "challengeType" | "repeatable" | "gameCenterDetail" | "gameCenterGroup" | "versions" | "leaderboard" | "leaderboardV2">;
|
|
34151
34556
|
/**
|
|
34152
34557
|
* the fields to include for returned resources of type gameCenterChallengeLocalizations
|
|
34153
34558
|
*/
|
|
34154
34559
|
"fields[gameCenterChallengeLocalizations]"?: Array<"locale" | "name" | "description" | "version" | "image">;
|
|
34560
|
+
/**
|
|
34561
|
+
* the fields to include for returned resources of type gameCenterChallengeVersionReleases
|
|
34562
|
+
*
|
|
34563
|
+
* @deprecated
|
|
34564
|
+
*/
|
|
34565
|
+
"fields[gameCenterChallengeVersionReleases]"?: Array<"version">;
|
|
34155
34566
|
/**
|
|
34156
34567
|
* the fields to include for returned resources of type gameCenterChallengeImages
|
|
34157
34568
|
*/
|
|
@@ -34300,10 +34711,22 @@ export type GameCenterChallengesGetInstanceData = {
|
|
|
34300
34711
|
* the fields to include for returned resources of type gameCenterChallenges
|
|
34301
34712
|
*/
|
|
34302
34713
|
"fields[gameCenterChallenges]"?: Array<"referenceName" | "vendorIdentifier" | "archived" | "challengeType" | "repeatable" | "gameCenterDetail" | "gameCenterGroup" | "versions" | "leaderboard" | "leaderboardV2">;
|
|
34714
|
+
/**
|
|
34715
|
+
* the fields to include for returned resources of type gameCenterDetails
|
|
34716
|
+
*/
|
|
34717
|
+
"fields[gameCenterDetails]"?: Array<"arcadeEnabled" | "challengeEnabled" | "app" | "gameCenterAppVersions" | "gameCenterGroup" | "gameCenterLeaderboards" | "gameCenterLeaderboardsV2" | "gameCenterLeaderboardSets" | "gameCenterLeaderboardSetsV2" | "gameCenterAchievements" | "gameCenterAchievementsV2" | "gameCenterActivities" | "gameCenterChallenges" | "defaultLeaderboard" | "defaultLeaderboardV2" | "defaultGroupLeaderboard" | "defaultGroupLeaderboardV2" | "achievementReleases" | "activityReleases" | "challengeReleases" | "leaderboardReleases" | "leaderboardSetReleases" | "challengesMinimumPlatformVersions">;
|
|
34718
|
+
/**
|
|
34719
|
+
* the fields to include for returned resources of type gameCenterGroups
|
|
34720
|
+
*/
|
|
34721
|
+
"fields[gameCenterGroups]"?: Array<"referenceName" | "gameCenterDetails" | "gameCenterLeaderboards" | "gameCenterLeaderboardsV2" | "gameCenterLeaderboardSets" | "gameCenterLeaderboardSetsV2" | "gameCenterAchievements" | "gameCenterAchievementsV2" | "gameCenterActivities" | "gameCenterChallenges">;
|
|
34303
34722
|
/**
|
|
34304
34723
|
* the fields to include for returned resources of type gameCenterChallengeVersions
|
|
34305
34724
|
*/
|
|
34306
34725
|
"fields[gameCenterChallengeVersions]"?: Array<"version" | "state" | "challenge" | "localizations" | "releases" | "defaultImage">;
|
|
34726
|
+
/**
|
|
34727
|
+
* the fields to include for returned resources of type gameCenterLeaderboards
|
|
34728
|
+
*/
|
|
34729
|
+
"fields[gameCenterLeaderboards]"?: Array<"defaultFormatter" | "referenceName" | "vendorIdentifier" | "submissionType" | "scoreSortType" | "scoreRangeStart" | "scoreRangeEnd" | "recurrenceStartDate" | "recurrenceDuration" | "recurrenceRule" | "archived" | "activityProperties" | "visibility" | "gameCenterDetail" | "gameCenterGroup" | "groupLeaderboard" | "gameCenterLeaderboardSets" | "localizations" | "releases" | "activity" | "challenge" | "versions">;
|
|
34307
34730
|
/**
|
|
34308
34731
|
* comma-separated list of relationships to include
|
|
34309
34732
|
*/
|
|
@@ -34453,6 +34876,10 @@ export type GameCenterDetailsGetInstanceData = {
|
|
|
34453
34876
|
* the fields to include for returned resources of type gameCenterDetails
|
|
34454
34877
|
*/
|
|
34455
34878
|
"fields[gameCenterDetails]"?: Array<"arcadeEnabled" | "challengeEnabled" | "app" | "gameCenterAppVersions" | "gameCenterGroup" | "gameCenterLeaderboards" | "gameCenterLeaderboardsV2" | "gameCenterLeaderboardSets" | "gameCenterLeaderboardSetsV2" | "gameCenterAchievements" | "gameCenterAchievementsV2" | "gameCenterActivities" | "gameCenterChallenges" | "defaultLeaderboard" | "defaultLeaderboardV2" | "defaultGroupLeaderboard" | "defaultGroupLeaderboardV2" | "achievementReleases" | "activityReleases" | "challengeReleases" | "leaderboardReleases" | "leaderboardSetReleases" | "challengesMinimumPlatformVersions">;
|
|
34879
|
+
/**
|
|
34880
|
+
* the fields to include for returned resources of type apps
|
|
34881
|
+
*/
|
|
34882
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
34456
34883
|
/**
|
|
34457
34884
|
* the fields to include for returned resources of type gameCenterAppVersions
|
|
34458
34885
|
*/
|
|
@@ -34511,6 +34938,10 @@ export type GameCenterDetailsGetInstanceData = {
|
|
|
34511
34938
|
* @deprecated
|
|
34512
34939
|
*/
|
|
34513
34940
|
"fields[gameCenterLeaderboardSetReleases]"?: Array<"live" | "gameCenterDetail" | "gameCenterLeaderboardSet">;
|
|
34941
|
+
/**
|
|
34942
|
+
* the fields to include for returned resources of type appStoreVersions
|
|
34943
|
+
*/
|
|
34944
|
+
"fields[appStoreVersions]"?: Array<"platform" | "versionString" | "appStoreState" | "appVersionState" | "copyright" | "reviewType" | "releaseType" | "earliestReleaseDate" | "usesIdfa" | "downloadable" | "createdDate" | "app" | "appStoreVersionLocalizations" | "build" | "appStoreVersionPhasedRelease" | "gameCenterAppVersion" | "routingAppCoverage" | "appStoreReviewDetail" | "appStoreVersionSubmission" | "appClipDefaultExperience" | "appStoreVersionExperiments" | "appStoreVersionExperimentsV2" | "customerReviews" | "alternativeDistributionPackage">;
|
|
34514
34945
|
/**
|
|
34515
34946
|
* comma-separated list of relationships to include
|
|
34516
34947
|
*/
|
|
@@ -35183,6 +35614,10 @@ export type GameCenterLeaderboardImagesV2GetInstanceData = {
|
|
|
35183
35614
|
* the fields to include for returned resources of type gameCenterLeaderboardImages
|
|
35184
35615
|
*/
|
|
35185
35616
|
"fields[gameCenterLeaderboardImages]"?: Array<"fileSize" | "fileName" | "imageAsset" | "uploadOperations" | "assetDeliveryState" | "localization">;
|
|
35617
|
+
/**
|
|
35618
|
+
* the fields to include for returned resources of type gameCenterLeaderboardLocalizations
|
|
35619
|
+
*/
|
|
35620
|
+
"fields[gameCenterLeaderboardLocalizations]"?: Array<"locale" | "name" | "formatterOverride" | "formatterSuffix" | "formatterSuffixSingular" | "description" | "version" | "image">;
|
|
35186
35621
|
/**
|
|
35187
35622
|
* comma-separated list of relationships to include
|
|
35188
35623
|
*/
|
|
@@ -35369,6 +35804,10 @@ export type GameCenterLeaderboardLocalizationsV2GetInstanceData = {
|
|
|
35369
35804
|
* the fields to include for returned resources of type gameCenterLeaderboardLocalizations
|
|
35370
35805
|
*/
|
|
35371
35806
|
"fields[gameCenterLeaderboardLocalizations]"?: Array<"locale" | "name" | "formatterOverride" | "formatterSuffix" | "formatterSuffixSingular" | "description" | "version" | "image">;
|
|
35807
|
+
/**
|
|
35808
|
+
* the fields to include for returned resources of type gameCenterLeaderboardVersions
|
|
35809
|
+
*/
|
|
35810
|
+
"fields[gameCenterLeaderboardVersions]"?: Array<"version" | "state" | "leaderboard" | "localizations">;
|
|
35372
35811
|
/**
|
|
35373
35812
|
* the fields to include for returned resources of type gameCenterLeaderboardImages
|
|
35374
35813
|
*/
|
|
@@ -35559,6 +35998,10 @@ export type GameCenterLeaderboardSetImagesV2GetInstanceData = {
|
|
|
35559
35998
|
* the fields to include for returned resources of type gameCenterLeaderboardSetImages
|
|
35560
35999
|
*/
|
|
35561
36000
|
"fields[gameCenterLeaderboardSetImages]"?: Array<"fileSize" | "fileName" | "imageAsset" | "uploadOperations" | "assetDeliveryState" | "localization">;
|
|
36001
|
+
/**
|
|
36002
|
+
* the fields to include for returned resources of type gameCenterLeaderboardSetLocalizations
|
|
36003
|
+
*/
|
|
36004
|
+
"fields[gameCenterLeaderboardSetLocalizations]"?: Array<"locale" | "name" | "version" | "image">;
|
|
35562
36005
|
/**
|
|
35563
36006
|
* comma-separated list of relationships to include
|
|
35564
36007
|
*/
|
|
@@ -35745,6 +36188,10 @@ export type GameCenterLeaderboardSetLocalizationsV2GetInstanceData = {
|
|
|
35745
36188
|
* the fields to include for returned resources of type gameCenterLeaderboardSetLocalizations
|
|
35746
36189
|
*/
|
|
35747
36190
|
"fields[gameCenterLeaderboardSetLocalizations]"?: Array<"locale" | "name" | "version" | "image">;
|
|
36191
|
+
/**
|
|
36192
|
+
* the fields to include for returned resources of type gameCenterLeaderboardSetVersions
|
|
36193
|
+
*/
|
|
36194
|
+
"fields[gameCenterLeaderboardSetVersions]"?: Array<"version" | "state" | "leaderboardSet" | "localizations">;
|
|
35748
36195
|
/**
|
|
35749
36196
|
* the fields to include for returned resources of type gameCenterLeaderboardSetImages
|
|
35750
36197
|
*/
|
|
@@ -36099,6 +36546,10 @@ export type GameCenterLeaderboardSetVersionsV2GetInstanceData = {
|
|
|
36099
36546
|
* the fields to include for returned resources of type gameCenterLeaderboardSetVersions
|
|
36100
36547
|
*/
|
|
36101
36548
|
"fields[gameCenterLeaderboardSetVersions]"?: Array<"version" | "state" | "leaderboardSet" | "localizations">;
|
|
36549
|
+
/**
|
|
36550
|
+
* the fields to include for returned resources of type gameCenterLeaderboardSets
|
|
36551
|
+
*/
|
|
36552
|
+
"fields[gameCenterLeaderboardSets]"?: Array<"referenceName" | "vendorIdentifier" | "gameCenterDetail" | "gameCenterGroup" | "gameCenterLeaderboards" | "versions">;
|
|
36102
36553
|
/**
|
|
36103
36554
|
* the fields to include for returned resources of type gameCenterLeaderboardSetLocalizations
|
|
36104
36555
|
*/
|
|
@@ -36241,6 +36692,14 @@ export type GameCenterLeaderboardSetsV2GetInstanceData = {
|
|
|
36241
36692
|
* the fields to include for returned resources of type gameCenterLeaderboardSets
|
|
36242
36693
|
*/
|
|
36243
36694
|
"fields[gameCenterLeaderboardSets]"?: Array<"referenceName" | "vendorIdentifier" | "gameCenterDetail" | "gameCenterGroup" | "gameCenterLeaderboards" | "versions">;
|
|
36695
|
+
/**
|
|
36696
|
+
* the fields to include for returned resources of type gameCenterDetails
|
|
36697
|
+
*/
|
|
36698
|
+
"fields[gameCenterDetails]"?: Array<"arcadeEnabled" | "challengeEnabled" | "app" | "gameCenterAppVersions" | "gameCenterGroup" | "gameCenterLeaderboards" | "gameCenterLeaderboardsV2" | "gameCenterLeaderboardSets" | "gameCenterLeaderboardSetsV2" | "gameCenterAchievements" | "gameCenterAchievementsV2" | "gameCenterActivities" | "gameCenterChallenges" | "defaultLeaderboard" | "defaultLeaderboardV2" | "defaultGroupLeaderboard" | "defaultGroupLeaderboardV2" | "achievementReleases" | "activityReleases" | "challengeReleases" | "leaderboardReleases" | "leaderboardSetReleases" | "challengesMinimumPlatformVersions">;
|
|
36699
|
+
/**
|
|
36700
|
+
* the fields to include for returned resources of type gameCenterGroups
|
|
36701
|
+
*/
|
|
36702
|
+
"fields[gameCenterGroups]"?: Array<"referenceName" | "gameCenterDetails" | "gameCenterLeaderboards" | "gameCenterLeaderboardsV2" | "gameCenterLeaderboardSets" | "gameCenterLeaderboardSetsV2" | "gameCenterAchievements" | "gameCenterAchievementsV2" | "gameCenterActivities" | "gameCenterChallenges">;
|
|
36244
36703
|
/**
|
|
36245
36704
|
* the fields to include for returned resources of type gameCenterLeaderboards
|
|
36246
36705
|
*/
|
|
@@ -36402,6 +36861,10 @@ export type GameCenterLeaderboardVersionsV2GetInstanceData = {
|
|
|
36402
36861
|
* the fields to include for returned resources of type gameCenterLeaderboardVersions
|
|
36403
36862
|
*/
|
|
36404
36863
|
"fields[gameCenterLeaderboardVersions]"?: Array<"version" | "state" | "leaderboard" | "localizations">;
|
|
36864
|
+
/**
|
|
36865
|
+
* the fields to include for returned resources of type gameCenterLeaderboards
|
|
36866
|
+
*/
|
|
36867
|
+
"fields[gameCenterLeaderboards]"?: Array<"defaultFormatter" | "referenceName" | "vendorIdentifier" | "submissionType" | "scoreSortType" | "scoreRangeStart" | "scoreRangeEnd" | "recurrenceStartDate" | "recurrenceDuration" | "recurrenceRule" | "archived" | "activityProperties" | "visibility" | "gameCenterDetail" | "gameCenterGroup" | "gameCenterLeaderboardSets" | "activity" | "challenge" | "versions">;
|
|
36405
36868
|
/**
|
|
36406
36869
|
* the fields to include for returned resources of type gameCenterLeaderboardLocalizations
|
|
36407
36870
|
*/
|
|
@@ -36544,6 +37007,26 @@ export type GameCenterLeaderboardsV2GetInstanceData = {
|
|
|
36544
37007
|
* the fields to include for returned resources of type gameCenterLeaderboards
|
|
36545
37008
|
*/
|
|
36546
37009
|
"fields[gameCenterLeaderboards]"?: Array<"defaultFormatter" | "referenceName" | "vendorIdentifier" | "submissionType" | "scoreSortType" | "scoreRangeStart" | "scoreRangeEnd" | "recurrenceStartDate" | "recurrenceDuration" | "recurrenceRule" | "archived" | "activityProperties" | "visibility" | "gameCenterDetail" | "gameCenterGroup" | "gameCenterLeaderboardSets" | "activity" | "challenge" | "versions">;
|
|
37010
|
+
/**
|
|
37011
|
+
* the fields to include for returned resources of type gameCenterDetails
|
|
37012
|
+
*/
|
|
37013
|
+
"fields[gameCenterDetails]"?: Array<"arcadeEnabled" | "challengeEnabled" | "app" | "gameCenterAppVersions" | "gameCenterGroup" | "gameCenterLeaderboards" | "gameCenterLeaderboardsV2" | "gameCenterLeaderboardSets" | "gameCenterLeaderboardSetsV2" | "gameCenterAchievements" | "gameCenterAchievementsV2" | "gameCenterActivities" | "gameCenterChallenges" | "defaultLeaderboard" | "defaultLeaderboardV2" | "defaultGroupLeaderboard" | "defaultGroupLeaderboardV2" | "achievementReleases" | "activityReleases" | "challengeReleases" | "leaderboardReleases" | "leaderboardSetReleases" | "challengesMinimumPlatformVersions">;
|
|
37014
|
+
/**
|
|
37015
|
+
* the fields to include for returned resources of type gameCenterGroups
|
|
37016
|
+
*/
|
|
37017
|
+
"fields[gameCenterGroups]"?: Array<"referenceName" | "gameCenterDetails" | "gameCenterLeaderboards" | "gameCenterLeaderboardsV2" | "gameCenterLeaderboardSets" | "gameCenterLeaderboardSetsV2" | "gameCenterAchievements" | "gameCenterAchievementsV2" | "gameCenterActivities" | "gameCenterChallenges">;
|
|
37018
|
+
/**
|
|
37019
|
+
* the fields to include for returned resources of type gameCenterLeaderboardSets
|
|
37020
|
+
*/
|
|
37021
|
+
"fields[gameCenterLeaderboardSets]"?: Array<"referenceName" | "vendorIdentifier" | "gameCenterDetail" | "gameCenterGroup" | "gameCenterLeaderboards" | "versions">;
|
|
37022
|
+
/**
|
|
37023
|
+
* the fields to include for returned resources of type gameCenterActivities
|
|
37024
|
+
*/
|
|
37025
|
+
"fields[gameCenterActivities]"?: Array<"referenceName" | "vendorIdentifier" | "playStyle" | "minimumPlayersCount" | "maximumPlayersCount" | "supportsPartyCode" | "archived" | "properties" | "gameCenterDetail" | "gameCenterGroup" | "achievements" | "achievementsV2" | "leaderboards" | "leaderboardsV2" | "versions">;
|
|
37026
|
+
/**
|
|
37027
|
+
* the fields to include for returned resources of type gameCenterChallenges
|
|
37028
|
+
*/
|
|
37029
|
+
"fields[gameCenterChallenges]"?: Array<"referenceName" | "vendorIdentifier" | "archived" | "challengeType" | "repeatable" | "gameCenterDetail" | "gameCenterGroup" | "versions" | "leaderboard" | "leaderboardV2">;
|
|
36547
37030
|
/**
|
|
36548
37031
|
* the fields to include for returned resources of type gameCenterLeaderboardVersions
|
|
36549
37032
|
*/
|
|
@@ -36653,6 +37136,10 @@ export type GameCenterMatchmakingQueuesGetCollectionData = {
|
|
|
36653
37136
|
* the fields to include for returned resources of type gameCenterMatchmakingQueues
|
|
36654
37137
|
*/
|
|
36655
37138
|
"fields[gameCenterMatchmakingQueues]"?: Array<"referenceName" | "classicMatchmakingBundleIds" | "ruleSet" | "experimentRuleSet">;
|
|
37139
|
+
/**
|
|
37140
|
+
* the fields to include for returned resources of type gameCenterMatchmakingRuleSets
|
|
37141
|
+
*/
|
|
37142
|
+
"fields[gameCenterMatchmakingRuleSets]"?: Array<"referenceName" | "ruleLanguageVersion" | "minPlayers" | "maxPlayers" | "teams" | "rules" | "matchmakingQueues">;
|
|
36656
37143
|
/**
|
|
36657
37144
|
* maximum resources per page
|
|
36658
37145
|
*/
|
|
@@ -36787,6 +37274,10 @@ export type GameCenterMatchmakingQueuesGetInstanceData = {
|
|
|
36787
37274
|
* the fields to include for returned resources of type gameCenterMatchmakingQueues
|
|
36788
37275
|
*/
|
|
36789
37276
|
"fields[gameCenterMatchmakingQueues]"?: Array<"referenceName" | "classicMatchmakingBundleIds" | "ruleSet" | "experimentRuleSet">;
|
|
37277
|
+
/**
|
|
37278
|
+
* the fields to include for returned resources of type gameCenterMatchmakingRuleSets
|
|
37279
|
+
*/
|
|
37280
|
+
"fields[gameCenterMatchmakingRuleSets]"?: Array<"referenceName" | "ruleLanguageVersion" | "minPlayers" | "maxPlayers" | "teams" | "rules" | "matchmakingQueues">;
|
|
36790
37281
|
/**
|
|
36791
37282
|
* comma-separated list of relationships to include
|
|
36792
37283
|
*/
|
|
@@ -37610,6 +38101,10 @@ export type InAppPurchaseAppStoreReviewScreenshotsGetInstanceData = {
|
|
|
37610
38101
|
* the fields to include for returned resources of type inAppPurchaseAppStoreReviewScreenshots
|
|
37611
38102
|
*/
|
|
37612
38103
|
"fields[inAppPurchaseAppStoreReviewScreenshots]"?: Array<"fileSize" | "fileName" | "sourceFileChecksum" | "imageAsset" | "assetToken" | "assetType" | "uploadOperations" | "assetDeliveryState" | "inAppPurchaseV2">;
|
|
38104
|
+
/**
|
|
38105
|
+
* the fields to include for returned resources of type inAppPurchases
|
|
38106
|
+
*/
|
|
38107
|
+
"fields[inAppPurchases]"?: Array<"name" | "productId" | "inAppPurchaseType" | "state" | "reviewNote" | "familySharable" | "contentHosting" | "inAppPurchaseLocalizations" | "pricePoints" | "content" | "appStoreReviewScreenshot" | "promotedPurchase" | "iapPriceSchedule" | "inAppPurchaseAvailability" | "images" | "offerCodes">;
|
|
37613
38108
|
/**
|
|
37614
38109
|
* comma-separated list of relationships to include
|
|
37615
38110
|
*/
|
|
@@ -37813,6 +38308,10 @@ export type InAppPurchaseContentsGetInstanceData = {
|
|
|
37813
38308
|
* the fields to include for returned resources of type inAppPurchaseContents
|
|
37814
38309
|
*/
|
|
37815
38310
|
"fields[inAppPurchaseContents]"?: Array<"fileName" | "fileSize" | "url" | "lastModifiedDate" | "inAppPurchaseV2">;
|
|
38311
|
+
/**
|
|
38312
|
+
* the fields to include for returned resources of type inAppPurchases
|
|
38313
|
+
*/
|
|
38314
|
+
"fields[inAppPurchases]"?: Array<"name" | "productId" | "inAppPurchaseType" | "state" | "reviewNote" | "familySharable" | "contentHosting" | "inAppPurchaseLocalizations" | "pricePoints" | "content" | "appStoreReviewScreenshot" | "promotedPurchase" | "iapPriceSchedule" | "inAppPurchaseAvailability" | "images" | "offerCodes">;
|
|
37816
38315
|
/**
|
|
37817
38316
|
* comma-separated list of relationships to include
|
|
37818
38317
|
*/
|
|
@@ -37947,6 +38446,10 @@ export type InAppPurchaseImagesGetInstanceData = {
|
|
|
37947
38446
|
* the fields to include for returned resources of type inAppPurchaseImages
|
|
37948
38447
|
*/
|
|
37949
38448
|
"fields[inAppPurchaseImages]"?: Array<"fileSize" | "fileName" | "sourceFileChecksum" | "assetToken" | "imageAsset" | "uploadOperations" | "state" | "inAppPurchase">;
|
|
38449
|
+
/**
|
|
38450
|
+
* the fields to include for returned resources of type inAppPurchases
|
|
38451
|
+
*/
|
|
38452
|
+
"fields[inAppPurchases]"?: Array<"name" | "productId" | "inAppPurchaseType" | "state" | "reviewNote" | "familySharable" | "contentHosting" | "inAppPurchaseLocalizations" | "pricePoints" | "content" | "appStoreReviewScreenshot" | "promotedPurchase" | "iapPriceSchedule" | "inAppPurchaseAvailability" | "images" | "offerCodes">;
|
|
37950
38453
|
/**
|
|
37951
38454
|
* comma-separated list of relationships to include
|
|
37952
38455
|
*/
|
|
@@ -38133,6 +38636,10 @@ export type InAppPurchaseLocalizationsGetInstanceData = {
|
|
|
38133
38636
|
* the fields to include for returned resources of type inAppPurchaseLocalizations
|
|
38134
38637
|
*/
|
|
38135
38638
|
"fields[inAppPurchaseLocalizations]"?: Array<"name" | "locale" | "description" | "state" | "inAppPurchaseV2">;
|
|
38639
|
+
/**
|
|
38640
|
+
* the fields to include for returned resources of type inAppPurchases
|
|
38641
|
+
*/
|
|
38642
|
+
"fields[inAppPurchases]"?: Array<"name" | "productId" | "inAppPurchaseType" | "state" | "reviewNote" | "familySharable" | "contentHosting" | "inAppPurchaseLocalizations" | "pricePoints" | "content" | "appStoreReviewScreenshot" | "promotedPurchase" | "iapPriceSchedule" | "inAppPurchaseAvailability" | "images" | "offerCodes">;
|
|
38136
38643
|
/**
|
|
38137
38644
|
* comma-separated list of relationships to include
|
|
38138
38645
|
*/
|
|
@@ -38278,6 +38785,10 @@ export type InAppPurchaseOfferCodeCustomCodesGetInstanceData = {
|
|
|
38278
38785
|
* the fields to include for returned resources of type inAppPurchaseOfferCodeCustomCodes
|
|
38279
38786
|
*/
|
|
38280
38787
|
"fields[inAppPurchaseOfferCodeCustomCodes]"?: Array<"customCode" | "numberOfCodes" | "createdDate" | "expirationDate" | "active" | "createdByActor" | "deactivatedByActor">;
|
|
38788
|
+
/**
|
|
38789
|
+
* the fields to include for returned resources of type actors
|
|
38790
|
+
*/
|
|
38791
|
+
"fields[actors]"?: Array<"actorType" | "userFirstName" | "userLastName" | "userEmail" | "apiKeyId">;
|
|
38281
38792
|
/**
|
|
38282
38793
|
* comma-separated list of relationships to include
|
|
38283
38794
|
*/
|
|
@@ -38423,6 +38934,10 @@ export type InAppPurchaseOfferCodeOneTimeUseCodesGetInstanceData = {
|
|
|
38423
38934
|
* the fields to include for returned resources of type inAppPurchaseOfferCodeOneTimeUseCodes
|
|
38424
38935
|
*/
|
|
38425
38936
|
"fields[inAppPurchaseOfferCodeOneTimeUseCodes]"?: Array<"numberOfCodes" | "createdDate" | "expirationDate" | "active" | "environment" | "values" | "createdByActor" | "deactivatedByActor">;
|
|
38937
|
+
/**
|
|
38938
|
+
* the fields to include for returned resources of type actors
|
|
38939
|
+
*/
|
|
38940
|
+
"fields[actors]"?: Array<"actorType" | "userFirstName" | "userLastName" | "userEmail" | "apiKeyId">;
|
|
38426
38941
|
/**
|
|
38427
38942
|
* comma-separated list of relationships to include
|
|
38428
38943
|
*/
|
|
@@ -39486,10 +40001,6 @@ export type NominationsGetCollectionData = {
|
|
|
39486
40001
|
* filter by id(s) of related 'relatedApps'
|
|
39487
40002
|
*/
|
|
39488
40003
|
"filter[relatedApps]"?: Array<string>;
|
|
39489
|
-
/**
|
|
39490
|
-
* filter by existence or non-existence of related 'inAppEvents'
|
|
39491
|
-
*/
|
|
39492
|
-
"exists[inAppEvents]"?: boolean;
|
|
39493
40004
|
/**
|
|
39494
40005
|
* comma-separated list of sort expressions; resources will be sorted as specified
|
|
39495
40006
|
*/
|
|
@@ -39498,6 +40009,22 @@ export type NominationsGetCollectionData = {
|
|
|
39498
40009
|
* the fields to include for returned resources of type nominations
|
|
39499
40010
|
*/
|
|
39500
40011
|
"fields[nominations]"?: Array<"name" | "type" | "description" | "createdDate" | "lastModifiedDate" | "submittedDate" | "state" | "publishStartDate" | "publishEndDate" | "deviceFamilies" | "locales" | "supplementalMaterialsUris" | "hasInAppEvents" | "launchInSelectMarketsFirst" | "notes" | "preOrderEnabled" | "relatedApps" | "createdByActor" | "lastModifiedByActor" | "submittedByActor" | "inAppEvents" | "supportedTerritories">;
|
|
40012
|
+
/**
|
|
40013
|
+
* the fields to include for returned resources of type apps
|
|
40014
|
+
*/
|
|
40015
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
40016
|
+
/**
|
|
40017
|
+
* the fields to include for returned resources of type actors
|
|
40018
|
+
*/
|
|
40019
|
+
"fields[actors]"?: Array<"actorType" | "userFirstName" | "userLastName" | "userEmail" | "apiKeyId">;
|
|
40020
|
+
/**
|
|
40021
|
+
* the fields to include for returned resources of type appEvents
|
|
40022
|
+
*/
|
|
40023
|
+
"fields[appEvents]"?: Array<"referenceName" | "badge" | "eventState" | "deepLink" | "purchaseRequirement" | "primaryLocale" | "priority" | "purpose" | "territorySchedules" | "archivedTerritorySchedules" | "localizations">;
|
|
40024
|
+
/**
|
|
40025
|
+
* the fields to include for returned resources of type territories
|
|
40026
|
+
*/
|
|
40027
|
+
"fields[territories]"?: Array<"currency">;
|
|
39501
40028
|
/**
|
|
39502
40029
|
* maximum resources per page
|
|
39503
40030
|
*/
|
|
@@ -39644,6 +40171,22 @@ export type NominationsGetInstanceData = {
|
|
|
39644
40171
|
* the fields to include for returned resources of type nominations
|
|
39645
40172
|
*/
|
|
39646
40173
|
"fields[nominations]"?: Array<"name" | "type" | "description" | "createdDate" | "lastModifiedDate" | "submittedDate" | "state" | "publishStartDate" | "publishEndDate" | "deviceFamilies" | "locales" | "supplementalMaterialsUris" | "hasInAppEvents" | "launchInSelectMarketsFirst" | "notes" | "preOrderEnabled" | "relatedApps" | "createdByActor" | "lastModifiedByActor" | "submittedByActor" | "inAppEvents" | "supportedTerritories">;
|
|
40174
|
+
/**
|
|
40175
|
+
* the fields to include for returned resources of type apps
|
|
40176
|
+
*/
|
|
40177
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
40178
|
+
/**
|
|
40179
|
+
* the fields to include for returned resources of type actors
|
|
40180
|
+
*/
|
|
40181
|
+
"fields[actors]"?: Array<"actorType" | "userFirstName" | "userLastName" | "userEmail" | "apiKeyId">;
|
|
40182
|
+
/**
|
|
40183
|
+
* the fields to include for returned resources of type appEvents
|
|
40184
|
+
*/
|
|
40185
|
+
"fields[appEvents]"?: Array<"referenceName" | "badge" | "eventState" | "deepLink" | "purchaseRequirement" | "primaryLocale" | "priority" | "purpose" | "territorySchedules" | "archivedTerritorySchedules" | "localizations">;
|
|
40186
|
+
/**
|
|
40187
|
+
* the fields to include for returned resources of type territories
|
|
40188
|
+
*/
|
|
40189
|
+
"fields[territories]"?: Array<"currency">;
|
|
39647
40190
|
/**
|
|
39648
40191
|
* comma-separated list of relationships to include
|
|
39649
40192
|
*/
|
|
@@ -40499,6 +41042,14 @@ export type PromotedPurchasesGetInstanceData = {
|
|
|
40499
41042
|
* the fields to include for returned resources of type promotedPurchases
|
|
40500
41043
|
*/
|
|
40501
41044
|
"fields[promotedPurchases]"?: Array<"visibleForAllUsers" | "enabled" | "state" | "inAppPurchaseV2" | "subscription">;
|
|
41045
|
+
/**
|
|
41046
|
+
* the fields to include for returned resources of type inAppPurchases
|
|
41047
|
+
*/
|
|
41048
|
+
"fields[inAppPurchases]"?: Array<"name" | "productId" | "inAppPurchaseType" | "state" | "reviewNote" | "familySharable" | "contentHosting" | "inAppPurchaseLocalizations" | "pricePoints" | "content" | "appStoreReviewScreenshot" | "promotedPurchase" | "iapPriceSchedule" | "inAppPurchaseAvailability" | "images" | "offerCodes">;
|
|
41049
|
+
/**
|
|
41050
|
+
* the fields to include for returned resources of type subscriptions
|
|
41051
|
+
*/
|
|
41052
|
+
"fields[subscriptions]"?: Array<"name" | "productId" | "familySharable" | "state" | "subscriptionPeriod" | "reviewNote" | "groupLevel" | "subscriptionLocalizations" | "appStoreReviewScreenshot" | "group" | "introductoryOffers" | "promotionalOffers" | "offerCodes" | "prices" | "pricePoints" | "promotedPurchase" | "subscriptionAvailability" | "winBackOffers" | "images">;
|
|
40502
41053
|
/**
|
|
40503
41054
|
* comma-separated list of relationships to include
|
|
40504
41055
|
*/
|
|
@@ -40744,10 +41295,22 @@ export type ReviewSubmissionsGetCollectionData = {
|
|
|
40744
41295
|
* the fields to include for returned resources of type reviewSubmissions
|
|
40745
41296
|
*/
|
|
40746
41297
|
"fields[reviewSubmissions]"?: Array<"platform" | "submittedDate" | "state" | "app" | "items" | "appStoreVersionForReview" | "submittedByActor" | "lastUpdatedByActor">;
|
|
41298
|
+
/**
|
|
41299
|
+
* the fields to include for returned resources of type apps
|
|
41300
|
+
*/
|
|
41301
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
40747
41302
|
/**
|
|
40748
41303
|
* the fields to include for returned resources of type reviewSubmissionItems
|
|
40749
41304
|
*/
|
|
40750
41305
|
"fields[reviewSubmissionItems]"?: Array<"state" | "appStoreVersion" | "appCustomProductPageVersion" | "appStoreVersionExperiment" | "appStoreVersionExperimentV2" | "appEvent" | "backgroundAssetVersion" | "gameCenterAchievementVersion" | "gameCenterActivityVersion" | "gameCenterChallengeVersion" | "gameCenterLeaderboardSetVersion" | "gameCenterLeaderboardVersion">;
|
|
41306
|
+
/**
|
|
41307
|
+
* the fields to include for returned resources of type appStoreVersions
|
|
41308
|
+
*/
|
|
41309
|
+
"fields[appStoreVersions]"?: Array<"platform" | "versionString" | "appStoreState" | "appVersionState" | "copyright" | "reviewType" | "releaseType" | "earliestReleaseDate" | "usesIdfa" | "downloadable" | "createdDate" | "app" | "appStoreVersionLocalizations" | "build" | "appStoreVersionPhasedRelease" | "gameCenterAppVersion" | "routingAppCoverage" | "appStoreReviewDetail" | "appStoreVersionSubmission" | "appClipDefaultExperience" | "appStoreVersionExperiments" | "appStoreVersionExperimentsV2" | "customerReviews" | "alternativeDistributionPackage">;
|
|
41310
|
+
/**
|
|
41311
|
+
* the fields to include for returned resources of type actors
|
|
41312
|
+
*/
|
|
41313
|
+
"fields[actors]"?: Array<"actorType" | "userFirstName" | "userLastName" | "userEmail" | "apiKeyId">;
|
|
40751
41314
|
/**
|
|
40752
41315
|
* maximum resources per page
|
|
40753
41316
|
*/
|
|
@@ -40845,10 +41408,22 @@ export type ReviewSubmissionsGetInstanceData = {
|
|
|
40845
41408
|
* the fields to include for returned resources of type reviewSubmissions
|
|
40846
41409
|
*/
|
|
40847
41410
|
"fields[reviewSubmissions]"?: Array<"platform" | "submittedDate" | "state" | "app" | "items" | "appStoreVersionForReview" | "submittedByActor" | "lastUpdatedByActor">;
|
|
41411
|
+
/**
|
|
41412
|
+
* the fields to include for returned resources of type apps
|
|
41413
|
+
*/
|
|
41414
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
40848
41415
|
/**
|
|
40849
41416
|
* the fields to include for returned resources of type reviewSubmissionItems
|
|
40850
41417
|
*/
|
|
40851
41418
|
"fields[reviewSubmissionItems]"?: Array<"state" | "appStoreVersion" | "appCustomProductPageVersion" | "appStoreVersionExperiment" | "appStoreVersionExperimentV2" | "appEvent" | "backgroundAssetVersion" | "gameCenterAchievementVersion" | "gameCenterActivityVersion" | "gameCenterChallengeVersion" | "gameCenterLeaderboardSetVersion" | "gameCenterLeaderboardVersion">;
|
|
41419
|
+
/**
|
|
41420
|
+
* the fields to include for returned resources of type appStoreVersions
|
|
41421
|
+
*/
|
|
41422
|
+
"fields[appStoreVersions]"?: Array<"platform" | "versionString" | "appStoreState" | "appVersionState" | "copyright" | "reviewType" | "releaseType" | "earliestReleaseDate" | "usesIdfa" | "downloadable" | "createdDate" | "app" | "appStoreVersionLocalizations" | "build" | "appStoreVersionPhasedRelease" | "gameCenterAppVersion" | "routingAppCoverage" | "appStoreReviewDetail" | "appStoreVersionSubmission" | "appClipDefaultExperience" | "appStoreVersionExperiments" | "appStoreVersionExperimentsV2" | "customerReviews" | "alternativeDistributionPackage">;
|
|
41423
|
+
/**
|
|
41424
|
+
* the fields to include for returned resources of type actors
|
|
41425
|
+
*/
|
|
41426
|
+
"fields[actors]"?: Array<"actorType" | "userFirstName" | "userLastName" | "userEmail" | "apiKeyId">;
|
|
40852
41427
|
/**
|
|
40853
41428
|
* comma-separated list of relationships to include
|
|
40854
41429
|
*/
|
|
@@ -41039,6 +41614,10 @@ export type RoutingAppCoveragesGetInstanceData = {
|
|
|
41039
41614
|
* the fields to include for returned resources of type routingAppCoverages
|
|
41040
41615
|
*/
|
|
41041
41616
|
"fields[routingAppCoverages]"?: Array<"fileSize" | "fileName" | "sourceFileChecksum" | "uploadOperations" | "assetDeliveryState" | "appStoreVersion">;
|
|
41617
|
+
/**
|
|
41618
|
+
* the fields to include for returned resources of type appStoreVersions
|
|
41619
|
+
*/
|
|
41620
|
+
"fields[appStoreVersions]"?: Array<"platform" | "versionString" | "appStoreState" | "appVersionState" | "copyright" | "reviewType" | "releaseType" | "earliestReleaseDate" | "usesIdfa" | "downloadable" | "createdDate" | "app" | "appStoreVersionLocalizations" | "build" | "appStoreVersionPhasedRelease" | "gameCenterAppVersion" | "routingAppCoverage" | "appStoreReviewDetail" | "appStoreVersionSubmission" | "appClipDefaultExperience" | "appStoreVersionExperiments" | "appStoreVersionExperimentsV2" | "customerReviews" | "alternativeDistributionPackage">;
|
|
41042
41621
|
/**
|
|
41043
41622
|
* comma-separated list of relationships to include
|
|
41044
41623
|
*/
|
|
@@ -41334,6 +41913,10 @@ export type ScmGitReferencesGetInstanceData = {
|
|
|
41334
41913
|
* the fields to include for returned resources of type scmGitReferences
|
|
41335
41914
|
*/
|
|
41336
41915
|
"fields[scmGitReferences]"?: Array<"name" | "canonicalName" | "isDeleted" | "kind" | "repository">;
|
|
41916
|
+
/**
|
|
41917
|
+
* the fields to include for returned resources of type scmRepositories
|
|
41918
|
+
*/
|
|
41919
|
+
"fields[scmRepositories]"?: Array<"lastAccessedDate" | "httpCloneUrl" | "sshCloneUrl" | "ownerName" | "repositoryName" | "scmProvider" | "defaultBranch" | "gitReferences" | "pullRequests">;
|
|
41337
41920
|
/**
|
|
41338
41921
|
* comma-separated list of relationships to include
|
|
41339
41922
|
*/
|
|
@@ -41471,6 +42054,10 @@ export type ScmPullRequestsGetInstanceData = {
|
|
|
41471
42054
|
* the fields to include for returned resources of type scmPullRequests
|
|
41472
42055
|
*/
|
|
41473
42056
|
"fields[scmPullRequests]"?: Array<"title" | "number" | "webUrl" | "sourceRepositoryOwner" | "sourceRepositoryName" | "sourceBranchName" | "destinationRepositoryOwner" | "destinationRepositoryName" | "destinationBranchName" | "isClosed" | "isCrossRepository" | "repository">;
|
|
42057
|
+
/**
|
|
42058
|
+
* the fields to include for returned resources of type scmRepositories
|
|
42059
|
+
*/
|
|
42060
|
+
"fields[scmRepositories]"?: Array<"lastAccessedDate" | "httpCloneUrl" | "sshCloneUrl" | "ownerName" | "repositoryName" | "scmProvider" | "defaultBranch" | "gitReferences" | "pullRequests">;
|
|
41474
42061
|
/**
|
|
41475
42062
|
* comma-separated list of relationships to include
|
|
41476
42063
|
*/
|
|
@@ -41520,6 +42107,14 @@ export type ScmRepositoriesGetCollectionData = {
|
|
|
41520
42107
|
* the fields to include for returned resources of type scmRepositories
|
|
41521
42108
|
*/
|
|
41522
42109
|
"fields[scmRepositories]"?: Array<"lastAccessedDate" | "httpCloneUrl" | "sshCloneUrl" | "ownerName" | "repositoryName" | "scmProvider" | "defaultBranch" | "gitReferences" | "pullRequests">;
|
|
42110
|
+
/**
|
|
42111
|
+
* the fields to include for returned resources of type scmProviders
|
|
42112
|
+
*/
|
|
42113
|
+
"fields[scmProviders]"?: Array<"scmProviderType" | "url" | "repositories">;
|
|
42114
|
+
/**
|
|
42115
|
+
* the fields to include for returned resources of type scmGitReferences
|
|
42116
|
+
*/
|
|
42117
|
+
"fields[scmGitReferences]"?: Array<"name" | "canonicalName" | "isDeleted" | "kind" | "repository">;
|
|
41523
42118
|
/**
|
|
41524
42119
|
* maximum resources per page
|
|
41525
42120
|
*/
|
|
@@ -41570,6 +42165,14 @@ export type ScmRepositoriesGetInstanceData = {
|
|
|
41570
42165
|
* the fields to include for returned resources of type scmRepositories
|
|
41571
42166
|
*/
|
|
41572
42167
|
"fields[scmRepositories]"?: Array<"lastAccessedDate" | "httpCloneUrl" | "sshCloneUrl" | "ownerName" | "repositoryName" | "scmProvider" | "defaultBranch" | "gitReferences" | "pullRequests">;
|
|
42168
|
+
/**
|
|
42169
|
+
* the fields to include for returned resources of type scmProviders
|
|
42170
|
+
*/
|
|
42171
|
+
"fields[scmProviders]"?: Array<"scmProviderType" | "url" | "repositories">;
|
|
42172
|
+
/**
|
|
42173
|
+
* the fields to include for returned resources of type scmGitReferences
|
|
42174
|
+
*/
|
|
42175
|
+
"fields[scmGitReferences]"?: Array<"name" | "canonicalName" | "isDeleted" | "kind" | "repository">;
|
|
41573
42176
|
/**
|
|
41574
42177
|
* comma-separated list of relationships to include
|
|
41575
42178
|
*/
|
|
@@ -41704,6 +42307,10 @@ export type SubscriptionAppStoreReviewScreenshotsGetInstanceData = {
|
|
|
41704
42307
|
* the fields to include for returned resources of type subscriptionAppStoreReviewScreenshots
|
|
41705
42308
|
*/
|
|
41706
42309
|
"fields[subscriptionAppStoreReviewScreenshots]"?: Array<"fileSize" | "fileName" | "sourceFileChecksum" | "imageAsset" | "assetToken" | "assetType" | "uploadOperations" | "assetDeliveryState" | "subscription">;
|
|
42310
|
+
/**
|
|
42311
|
+
* the fields to include for returned resources of type subscriptions
|
|
42312
|
+
*/
|
|
42313
|
+
"fields[subscriptions]"?: Array<"name" | "productId" | "familySharable" | "state" | "subscriptionPeriod" | "reviewNote" | "groupLevel" | "subscriptionLocalizations" | "appStoreReviewScreenshot" | "group" | "introductoryOffers" | "promotionalOffers" | "offerCodes" | "prices" | "pricePoints" | "promotedPurchase" | "subscriptionAvailability" | "winBackOffers" | "images">;
|
|
41707
42314
|
/**
|
|
41708
42315
|
* comma-separated list of relationships to include
|
|
41709
42316
|
*/
|
|
@@ -42089,6 +42696,10 @@ export type SubscriptionGroupLocalizationsGetInstanceData = {
|
|
|
42089
42696
|
* the fields to include for returned resources of type subscriptionGroupLocalizations
|
|
42090
42697
|
*/
|
|
42091
42698
|
"fields[subscriptionGroupLocalizations]"?: Array<"name" | "customAppName" | "locale" | "state" | "subscriptionGroup">;
|
|
42699
|
+
/**
|
|
42700
|
+
* the fields to include for returned resources of type subscriptionGroups
|
|
42701
|
+
*/
|
|
42702
|
+
"fields[subscriptionGroups]"?: Array<"referenceName" | "subscriptions" | "subscriptionGroupLocalizations">;
|
|
42092
42703
|
/**
|
|
42093
42704
|
* comma-separated list of relationships to include
|
|
42094
42705
|
*/
|
|
@@ -42520,6 +43131,10 @@ export type SubscriptionImagesGetInstanceData = {
|
|
|
42520
43131
|
* the fields to include for returned resources of type subscriptionImages
|
|
42521
43132
|
*/
|
|
42522
43133
|
"fields[subscriptionImages]"?: Array<"fileSize" | "fileName" | "sourceFileChecksum" | "assetToken" | "imageAsset" | "uploadOperations" | "state" | "subscription">;
|
|
43134
|
+
/**
|
|
43135
|
+
* the fields to include for returned resources of type subscriptions
|
|
43136
|
+
*/
|
|
43137
|
+
"fields[subscriptions]"?: Array<"name" | "productId" | "familySharable" | "state" | "subscriptionPeriod" | "reviewNote" | "groupLevel" | "subscriptionLocalizations" | "appStoreReviewScreenshot" | "group" | "introductoryOffers" | "promotionalOffers" | "offerCodes" | "prices" | "pricePoints" | "promotedPurchase" | "subscriptionAvailability" | "winBackOffers" | "images">;
|
|
42523
43138
|
/**
|
|
42524
43139
|
* comma-separated list of relationships to include
|
|
42525
43140
|
*/
|
|
@@ -42842,6 +43457,10 @@ export type SubscriptionLocalizationsGetInstanceData = {
|
|
|
42842
43457
|
* the fields to include for returned resources of type subscriptionLocalizations
|
|
42843
43458
|
*/
|
|
42844
43459
|
"fields[subscriptionLocalizations]"?: Array<"name" | "locale" | "description" | "state" | "subscription">;
|
|
43460
|
+
/**
|
|
43461
|
+
* the fields to include for returned resources of type subscriptions
|
|
43462
|
+
*/
|
|
43463
|
+
"fields[subscriptions]"?: Array<"name" | "productId" | "familySharable" | "state" | "subscriptionPeriod" | "reviewNote" | "groupLevel" | "subscriptionLocalizations" | "appStoreReviewScreenshot" | "group" | "introductoryOffers" | "promotionalOffers" | "offerCodes" | "prices" | "pricePoints" | "promotedPurchase" | "subscriptionAvailability" | "winBackOffers" | "images">;
|
|
42845
43464
|
/**
|
|
42846
43465
|
* comma-separated list of relationships to include
|
|
42847
43466
|
*/
|
|
@@ -42987,6 +43606,10 @@ export type SubscriptionOfferCodeCustomCodesGetInstanceData = {
|
|
|
42987
43606
|
* the fields to include for returned resources of type subscriptionOfferCodeCustomCodes
|
|
42988
43607
|
*/
|
|
42989
43608
|
"fields[subscriptionOfferCodeCustomCodes]"?: Array<"customCode" | "numberOfCodes" | "createdDate" | "expirationDate" | "active" | "offerCode">;
|
|
43609
|
+
/**
|
|
43610
|
+
* the fields to include for returned resources of type subscriptionOfferCodes
|
|
43611
|
+
*/
|
|
43612
|
+
"fields[subscriptionOfferCodes]"?: Array<"name" | "customerEligibilities" | "offerEligibility" | "duration" | "offerMode" | "numberOfPeriods" | "totalNumberOfCodes" | "productionCodeCount" | "sandboxCodeCount" | "active" | "autoRenewEnabled" | "subscription" | "oneTimeUseCodes" | "customCodes" | "prices">;
|
|
42990
43613
|
/**
|
|
42991
43614
|
* comma-separated list of relationships to include
|
|
42992
43615
|
*/
|
|
@@ -43132,6 +43755,10 @@ export type SubscriptionOfferCodeOneTimeUseCodesGetInstanceData = {
|
|
|
43132
43755
|
* the fields to include for returned resources of type subscriptionOfferCodeOneTimeUseCodes
|
|
43133
43756
|
*/
|
|
43134
43757
|
"fields[subscriptionOfferCodeOneTimeUseCodes]"?: Array<"numberOfCodes" | "createdDate" | "expirationDate" | "active" | "environment" | "offerCode" | "values">;
|
|
43758
|
+
/**
|
|
43759
|
+
* the fields to include for returned resources of type subscriptionOfferCodes
|
|
43760
|
+
*/
|
|
43761
|
+
"fields[subscriptionOfferCodes]"?: Array<"name" | "customerEligibilities" | "offerEligibility" | "duration" | "offerMode" | "numberOfPeriods" | "totalNumberOfCodes" | "productionCodeCount" | "sandboxCodeCount" | "active" | "autoRenewEnabled" | "subscription" | "oneTimeUseCodes" | "customCodes" | "prices">;
|
|
43135
43762
|
/**
|
|
43136
43763
|
* comma-separated list of relationships to include
|
|
43137
43764
|
*/
|
|
@@ -43277,6 +43904,10 @@ export type SubscriptionOfferCodesGetInstanceData = {
|
|
|
43277
43904
|
* the fields to include for returned resources of type subscriptionOfferCodes
|
|
43278
43905
|
*/
|
|
43279
43906
|
"fields[subscriptionOfferCodes]"?: Array<"name" | "customerEligibilities" | "offerEligibility" | "duration" | "offerMode" | "numberOfPeriods" | "totalNumberOfCodes" | "productionCodeCount" | "sandboxCodeCount" | "active" | "autoRenewEnabled" | "subscription" | "oneTimeUseCodes" | "customCodes" | "prices">;
|
|
43907
|
+
/**
|
|
43908
|
+
* the fields to include for returned resources of type subscriptions
|
|
43909
|
+
*/
|
|
43910
|
+
"fields[subscriptions]"?: Array<"name" | "productId" | "familySharable" | "state" | "subscriptionPeriod" | "reviewNote" | "groupLevel" | "subscriptionLocalizations" | "appStoreReviewScreenshot" | "group" | "introductoryOffers" | "promotionalOffers" | "offerCodes" | "prices" | "pricePoints" | "promotedPurchase" | "subscriptionAvailability" | "winBackOffers" | "images">;
|
|
43280
43911
|
/**
|
|
43281
43912
|
* the fields to include for returned resources of type subscriptionOfferCodeOneTimeUseCodes
|
|
43282
43913
|
*/
|
|
@@ -43403,6 +44034,10 @@ export type SubscriptionPricePointsGetInstanceData = {
|
|
|
43403
44034
|
* the fields to include for returned resources of type subscriptionPricePoints
|
|
43404
44035
|
*/
|
|
43405
44036
|
"fields[subscriptionPricePoints]"?: Array<"customerPrice" | "proceeds" | "proceedsYear2" | "territory" | "equalizations">;
|
|
44037
|
+
/**
|
|
44038
|
+
* the fields to include for returned resources of type territories
|
|
44039
|
+
*/
|
|
44040
|
+
"fields[territories]"?: Array<"currency">;
|
|
43406
44041
|
/**
|
|
43407
44042
|
* comma-separated list of relationships to include
|
|
43408
44043
|
*/
|
|
@@ -43621,6 +44256,10 @@ export type SubscriptionPromotionalOffersGetInstanceData = {
|
|
|
43621
44256
|
* the fields to include for returned resources of type subscriptionPromotionalOffers
|
|
43622
44257
|
*/
|
|
43623
44258
|
"fields[subscriptionPromotionalOffers]"?: Array<"duration" | "name" | "numberOfPeriods" | "offerCode" | "offerMode" | "subscription" | "prices">;
|
|
44259
|
+
/**
|
|
44260
|
+
* the fields to include for returned resources of type subscriptions
|
|
44261
|
+
*/
|
|
44262
|
+
"fields[subscriptions]"?: Array<"name" | "productId" | "familySharable" | "state" | "subscriptionPeriod" | "reviewNote" | "groupLevel" | "subscriptionLocalizations" | "appStoreReviewScreenshot" | "group" | "introductoryOffers" | "promotionalOffers" | "offerCodes" | "prices" | "pricePoints" | "promotedPurchase" | "subscriptionAvailability" | "winBackOffers" | "images">;
|
|
43624
44263
|
/**
|
|
43625
44264
|
* the fields to include for returned resources of type subscriptionPromotionalOfferPrices
|
|
43626
44265
|
*/
|
|
@@ -43866,6 +44505,10 @@ export type SubscriptionsGetInstanceData = {
|
|
|
43866
44505
|
* the fields to include for returned resources of type subscriptionAppStoreReviewScreenshots
|
|
43867
44506
|
*/
|
|
43868
44507
|
"fields[subscriptionAppStoreReviewScreenshots]"?: Array<"fileSize" | "fileName" | "sourceFileChecksum" | "imageAsset" | "assetToken" | "assetType" | "uploadOperations" | "assetDeliveryState" | "subscription">;
|
|
44508
|
+
/**
|
|
44509
|
+
* the fields to include for returned resources of type subscriptionGroups
|
|
44510
|
+
*/
|
|
44511
|
+
"fields[subscriptionGroups]"?: Array<"referenceName" | "subscriptions" | "subscriptionGroupLocalizations">;
|
|
43869
44512
|
/**
|
|
43870
44513
|
* the fields to include for returned resources of type subscriptionIntroductoryOffers
|
|
43871
44514
|
*/
|
|
@@ -44722,6 +45365,10 @@ export type WebhooksGetInstanceData = {
|
|
|
44722
45365
|
* the fields to include for returned resources of type webhooks
|
|
44723
45366
|
*/
|
|
44724
45367
|
"fields[webhooks]"?: Array<"enabled" | "eventTypes" | "name" | "url" | "app" | "deliveries">;
|
|
45368
|
+
/**
|
|
45369
|
+
* the fields to include for returned resources of type apps
|
|
45370
|
+
*/
|
|
45371
|
+
"fields[apps]"?: Array<"accessibilityUrl" | "name" | "bundleId" | "sku" | "primaryLocale" | "isOrEverWasMadeForKids" | "subscriptionStatusUrl" | "subscriptionStatusUrlVersion" | "subscriptionStatusUrlForSandbox" | "subscriptionStatusUrlVersionForSandbox" | "contentRightsDeclaration" | "streamlinedPurchasingEnabled" | "accessibilityDeclarations" | "appEncryptionDeclarations" | "appStoreIcon" | "ciProduct" | "betaTesters" | "betaGroups" | "appStoreVersions" | "appTags" | "preReleaseVersions" | "betaAppLocalizations" | "builds" | "betaLicenseAgreement" | "betaAppReviewDetail" | "appInfos" | "appClips" | "appPricePoints" | "endUserLicenseAgreement" | "appPriceSchedule" | "appAvailabilityV2" | "inAppPurchases" | "subscriptionGroups" | "gameCenterEnabledVersions" | "perfPowerMetrics" | "appCustomProductPages" | "inAppPurchasesV2" | "promotedPurchases" | "appEvents" | "reviewSubmissions" | "subscriptionGracePeriod" | "customerReviews" | "customerReviewSummarizations" | "gameCenterDetail" | "appStoreVersionExperimentsV2" | "alternativeDistributionKey" | "analyticsReportRequests" | "marketplaceSearchDetail" | "buildUploads" | "backgroundAssets" | "betaFeedbackScreenshotSubmissions" | "betaFeedbackCrashSubmissions" | "searchKeywords" | "webhooks" | "androidToIosAppMappingDetails">;
|
|
44725
45372
|
/**
|
|
44726
45373
|
* comma-separated list of relationships to include
|
|
44727
45374
|
*/
|
|
@@ -46270,6 +46917,10 @@ export type AppClipDefaultExperiencesReleaseWithAppStoreVersionUpdateToOneRelati
|
|
|
46270
46917
|
url: "/v1/appClipDefaultExperiences/{id}/relationships/releaseWithAppStoreVersion";
|
|
46271
46918
|
};
|
|
46272
46919
|
export type AppClipDefaultExperiencesReleaseWithAppStoreVersionUpdateToOneRelationshipErrors = {
|
|
46920
|
+
/**
|
|
46921
|
+
* Parameter error(s)
|
|
46922
|
+
*/
|
|
46923
|
+
400: ErrorResponse;
|
|
46273
46924
|
/**
|
|
46274
46925
|
* Unauthorized error(s)
|
|
46275
46926
|
*/
|
|
@@ -46942,6 +47593,10 @@ export type AppCustomProductPageLocalizationsSearchKeywordsDeleteToManyRelations
|
|
|
46942
47593
|
url: "/v1/appCustomProductPageLocalizations/{id}/relationships/searchKeywords";
|
|
46943
47594
|
};
|
|
46944
47595
|
export type AppCustomProductPageLocalizationsSearchKeywordsDeleteToManyRelationshipErrors = {
|
|
47596
|
+
/**
|
|
47597
|
+
* Parameter error(s)
|
|
47598
|
+
*/
|
|
47599
|
+
400: ErrorResponse;
|
|
46945
47600
|
/**
|
|
46946
47601
|
* Unauthorized error(s)
|
|
46947
47602
|
*/
|
|
@@ -47036,6 +47691,10 @@ export type AppCustomProductPageLocalizationsSearchKeywordsCreateToManyRelations
|
|
|
47036
47691
|
url: "/v1/appCustomProductPageLocalizations/{id}/relationships/searchKeywords";
|
|
47037
47692
|
};
|
|
47038
47693
|
export type AppCustomProductPageLocalizationsSearchKeywordsCreateToManyRelationshipErrors = {
|
|
47694
|
+
/**
|
|
47695
|
+
* Parameter error(s)
|
|
47696
|
+
*/
|
|
47697
|
+
400: ErrorResponse;
|
|
47039
47698
|
/**
|
|
47040
47699
|
* Unauthorized error(s)
|
|
47041
47700
|
*/
|
|
@@ -48720,6 +49379,10 @@ export type AppPreviewSetsAppPreviewsReplaceToManyRelationshipData = {
|
|
|
48720
49379
|
url: "/v1/appPreviewSets/{id}/relationships/appPreviews";
|
|
48721
49380
|
};
|
|
48722
49381
|
export type AppPreviewSetsAppPreviewsReplaceToManyRelationshipErrors = {
|
|
49382
|
+
/**
|
|
49383
|
+
* Parameter error(s)
|
|
49384
|
+
*/
|
|
49385
|
+
400: ErrorResponse;
|
|
48723
49386
|
/**
|
|
48724
49387
|
* Unauthorized error(s)
|
|
48725
49388
|
*/
|
|
@@ -49311,6 +49974,10 @@ export type AppScreenshotSetsAppScreenshotsReplaceToManyRelationshipData = {
|
|
|
49311
49974
|
url: "/v1/appScreenshotSets/{id}/relationships/appScreenshots";
|
|
49312
49975
|
};
|
|
49313
49976
|
export type AppScreenshotSetsAppScreenshotsReplaceToManyRelationshipErrors = {
|
|
49977
|
+
/**
|
|
49978
|
+
* Parameter error(s)
|
|
49979
|
+
*/
|
|
49980
|
+
400: ErrorResponse;
|
|
49314
49981
|
/**
|
|
49315
49982
|
* Unauthorized error(s)
|
|
49316
49983
|
*/
|
|
@@ -50285,6 +50952,10 @@ export type AppStoreVersionLocalizationsSearchKeywordsDeleteToManyRelationshipDa
|
|
|
50285
50952
|
url: "/v1/appStoreVersionLocalizations/{id}/relationships/searchKeywords";
|
|
50286
50953
|
};
|
|
50287
50954
|
export type AppStoreVersionLocalizationsSearchKeywordsDeleteToManyRelationshipErrors = {
|
|
50955
|
+
/**
|
|
50956
|
+
* Parameter error(s)
|
|
50957
|
+
*/
|
|
50958
|
+
400: ErrorResponse;
|
|
50288
50959
|
/**
|
|
50289
50960
|
* Unauthorized error(s)
|
|
50290
50961
|
*/
|
|
@@ -50379,6 +51050,10 @@ export type AppStoreVersionLocalizationsSearchKeywordsCreateToManyRelationshipDa
|
|
|
50379
51050
|
url: "/v1/appStoreVersionLocalizations/{id}/relationships/searchKeywords";
|
|
50380
51051
|
};
|
|
50381
51052
|
export type AppStoreVersionLocalizationsSearchKeywordsCreateToManyRelationshipErrors = {
|
|
51053
|
+
/**
|
|
51054
|
+
* Parameter error(s)
|
|
51055
|
+
*/
|
|
51056
|
+
400: ErrorResponse;
|
|
50382
51057
|
/**
|
|
50383
51058
|
* Unauthorized error(s)
|
|
50384
51059
|
*/
|
|
@@ -50625,6 +51300,10 @@ export type AppStoreVersionsAppClipDefaultExperienceUpdateToOneRelationshipData
|
|
|
50625
51300
|
url: "/v1/appStoreVersions/{id}/relationships/appClipDefaultExperience";
|
|
50626
51301
|
};
|
|
50627
51302
|
export type AppStoreVersionsAppClipDefaultExperienceUpdateToOneRelationshipErrors = {
|
|
51303
|
+
/**
|
|
51304
|
+
* Parameter error(s)
|
|
51305
|
+
*/
|
|
51306
|
+
400: ErrorResponse;
|
|
50628
51307
|
/**
|
|
50629
51308
|
* Unauthorized error(s)
|
|
50630
51309
|
*/
|
|
@@ -51230,6 +51909,10 @@ export type AppStoreVersionsBuildUpdateToOneRelationshipData = {
|
|
|
51230
51909
|
url: "/v1/appStoreVersions/{id}/relationships/build";
|
|
51231
51910
|
};
|
|
51232
51911
|
export type AppStoreVersionsBuildUpdateToOneRelationshipErrors = {
|
|
51912
|
+
/**
|
|
51913
|
+
* Parameter error(s)
|
|
51914
|
+
*/
|
|
51915
|
+
400: ErrorResponse;
|
|
51233
51916
|
/**
|
|
51234
51917
|
* Unauthorized error(s)
|
|
51235
51918
|
*/
|
|
@@ -51372,6 +52055,10 @@ export type AppStoreVersionsCustomerReviewsGetToManyRelatedData = {
|
|
|
51372
52055
|
* filter by attribute 'rating'
|
|
51373
52056
|
*/
|
|
51374
52057
|
"filter[rating]"?: Array<string>;
|
|
52058
|
+
/**
|
|
52059
|
+
* filter by id(s) of related 'reviewTerritory'
|
|
52060
|
+
*/
|
|
52061
|
+
"filter[reviewTerritory]"?: Array<string>;
|
|
51375
52062
|
/**
|
|
51376
52063
|
* filter by publishedResponse
|
|
51377
52064
|
*/
|
|
@@ -51383,11 +52070,15 @@ export type AppStoreVersionsCustomerReviewsGetToManyRelatedData = {
|
|
|
51383
52070
|
/**
|
|
51384
52071
|
* the fields to include for returned resources of type customerReviews
|
|
51385
52072
|
*/
|
|
51386
|
-
"fields[customerReviews]"?: Array<"rating" | "title" | "body" | "reviewerNickname" | "createdDate" | "territory" | "response">;
|
|
52073
|
+
"fields[customerReviews]"?: Array<"rating" | "title" | "body" | "reviewerNickname" | "createdDate" | "territory" | "response" | "reviewTerritory">;
|
|
51387
52074
|
/**
|
|
51388
52075
|
* the fields to include for returned resources of type customerReviewResponses
|
|
51389
52076
|
*/
|
|
51390
52077
|
"fields[customerReviewResponses]"?: Array<"responseBody" | "lastModifiedDate" | "state" | "review">;
|
|
52078
|
+
/**
|
|
52079
|
+
* the fields to include for returned resources of type territories
|
|
52080
|
+
*/
|
|
52081
|
+
"fields[territories]"?: Array<"currency">;
|
|
51391
52082
|
/**
|
|
51392
52083
|
* maximum resources per page
|
|
51393
52084
|
*/
|
|
@@ -51395,7 +52086,7 @@ export type AppStoreVersionsCustomerReviewsGetToManyRelatedData = {
|
|
|
51395
52086
|
/**
|
|
51396
52087
|
* comma-separated list of relationships to include
|
|
51397
52088
|
*/
|
|
51398
|
-
include?: Array<"response">;
|
|
52089
|
+
include?: Array<"response" | "reviewTerritory">;
|
|
51399
52090
|
};
|
|
51400
52091
|
url: "/v1/appStoreVersions/{id}/customerReviews";
|
|
51401
52092
|
};
|
|
@@ -54239,6 +54930,10 @@ export type AppsBetaTestersDeleteToManyRelationshipData = {
|
|
|
54239
54930
|
url: "/v1/apps/{id}/relationships/betaTesters";
|
|
54240
54931
|
};
|
|
54241
54932
|
export type AppsBetaTestersDeleteToManyRelationshipErrors = {
|
|
54933
|
+
/**
|
|
54934
|
+
* Parameter error(s)
|
|
54935
|
+
*/
|
|
54936
|
+
400: ErrorResponse;
|
|
54242
54937
|
/**
|
|
54243
54938
|
* Unauthorized error(s)
|
|
54244
54939
|
*/
|
|
@@ -54736,6 +55431,10 @@ export type AppsCustomerReviewsGetToManyRelatedData = {
|
|
|
54736
55431
|
* filter by attribute 'rating'
|
|
54737
55432
|
*/
|
|
54738
55433
|
"filter[rating]"?: Array<string>;
|
|
55434
|
+
/**
|
|
55435
|
+
* filter by id(s) of related 'reviewTerritory'
|
|
55436
|
+
*/
|
|
55437
|
+
"filter[reviewTerritory]"?: Array<string>;
|
|
54739
55438
|
/**
|
|
54740
55439
|
* filter by publishedResponse
|
|
54741
55440
|
*/
|
|
@@ -54747,11 +55446,15 @@ export type AppsCustomerReviewsGetToManyRelatedData = {
|
|
|
54747
55446
|
/**
|
|
54748
55447
|
* the fields to include for returned resources of type customerReviews
|
|
54749
55448
|
*/
|
|
54750
|
-
"fields[customerReviews]"?: Array<"rating" | "title" | "body" | "reviewerNickname" | "createdDate" | "territory" | "response">;
|
|
55449
|
+
"fields[customerReviews]"?: Array<"rating" | "title" | "body" | "reviewerNickname" | "createdDate" | "territory" | "response" | "reviewTerritory">;
|
|
54751
55450
|
/**
|
|
54752
55451
|
* the fields to include for returned resources of type customerReviewResponses
|
|
54753
55452
|
*/
|
|
54754
55453
|
"fields[customerReviewResponses]"?: Array<"responseBody" | "lastModifiedDate" | "state" | "review">;
|
|
55454
|
+
/**
|
|
55455
|
+
* the fields to include for returned resources of type territories
|
|
55456
|
+
*/
|
|
55457
|
+
"fields[territories]"?: Array<"currency">;
|
|
54755
55458
|
/**
|
|
54756
55459
|
* maximum resources per page
|
|
54757
55460
|
*/
|
|
@@ -54759,7 +55462,7 @@ export type AppsCustomerReviewsGetToManyRelatedData = {
|
|
|
54759
55462
|
/**
|
|
54760
55463
|
* comma-separated list of relationships to include
|
|
54761
55464
|
*/
|
|
54762
|
-
include?: Array<"response">;
|
|
55465
|
+
include?: Array<"response" | "reviewTerritory">;
|
|
54763
55466
|
};
|
|
54764
55467
|
url: "/v1/apps/{id}/customerReviews";
|
|
54765
55468
|
};
|
|
@@ -55565,6 +56268,10 @@ export type AppsPromotedPurchasesReplaceToManyRelationshipData = {
|
|
|
55565
56268
|
url: "/v1/apps/{id}/relationships/promotedPurchases";
|
|
55566
56269
|
};
|
|
55567
56270
|
export type AppsPromotedPurchasesReplaceToManyRelationshipErrors = {
|
|
56271
|
+
/**
|
|
56272
|
+
* Parameter error(s)
|
|
56273
|
+
*/
|
|
56274
|
+
400: ErrorResponse;
|
|
55568
56275
|
/**
|
|
55569
56276
|
* Unauthorized error(s)
|
|
55570
56277
|
*/
|
|
@@ -57166,6 +57873,10 @@ export type BetaGroupsBetaTestersDeleteToManyRelationshipData = {
|
|
|
57166
57873
|
url: "/v1/betaGroups/{id}/relationships/betaTesters";
|
|
57167
57874
|
};
|
|
57168
57875
|
export type BetaGroupsBetaTestersDeleteToManyRelationshipErrors = {
|
|
57876
|
+
/**
|
|
57877
|
+
* Parameter error(s)
|
|
57878
|
+
*/
|
|
57879
|
+
400: ErrorResponse;
|
|
57169
57880
|
/**
|
|
57170
57881
|
* Unauthorized error(s)
|
|
57171
57882
|
*/
|
|
@@ -57260,6 +57971,10 @@ export type BetaGroupsBetaTestersCreateToManyRelationshipData = {
|
|
|
57260
57971
|
url: "/v1/betaGroups/{id}/relationships/betaTesters";
|
|
57261
57972
|
};
|
|
57262
57973
|
export type BetaGroupsBetaTestersCreateToManyRelationshipErrors = {
|
|
57974
|
+
/**
|
|
57975
|
+
* Parameter error(s)
|
|
57976
|
+
*/
|
|
57977
|
+
400: ErrorResponse;
|
|
57263
57978
|
/**
|
|
57264
57979
|
* Unauthorized error(s)
|
|
57265
57980
|
*/
|
|
@@ -57358,6 +58073,10 @@ export type BetaGroupsBuildsDeleteToManyRelationshipData = {
|
|
|
57358
58073
|
url: "/v1/betaGroups/{id}/relationships/builds";
|
|
57359
58074
|
};
|
|
57360
58075
|
export type BetaGroupsBuildsDeleteToManyRelationshipErrors = {
|
|
58076
|
+
/**
|
|
58077
|
+
* Parameter error(s)
|
|
58078
|
+
*/
|
|
58079
|
+
400: ErrorResponse;
|
|
57361
58080
|
/**
|
|
57362
58081
|
* Unauthorized error(s)
|
|
57363
58082
|
*/
|
|
@@ -57452,6 +58171,10 @@ export type BetaGroupsBuildsCreateToManyRelationshipData = {
|
|
|
57452
58171
|
url: "/v1/betaGroups/{id}/relationships/builds";
|
|
57453
58172
|
};
|
|
57454
58173
|
export type BetaGroupsBuildsCreateToManyRelationshipErrors = {
|
|
58174
|
+
/**
|
|
58175
|
+
* Parameter error(s)
|
|
58176
|
+
*/
|
|
58177
|
+
400: ErrorResponse;
|
|
57455
58178
|
/**
|
|
57456
58179
|
* Unauthorized error(s)
|
|
57457
58180
|
*/
|
|
@@ -57637,6 +58360,10 @@ export type BetaTestersAppsDeleteToManyRelationshipData = {
|
|
|
57637
58360
|
url: "/v1/betaTesters/{id}/relationships/apps";
|
|
57638
58361
|
};
|
|
57639
58362
|
export type BetaTestersAppsDeleteToManyRelationshipErrors = {
|
|
58363
|
+
/**
|
|
58364
|
+
* Parameter error(s)
|
|
58365
|
+
*/
|
|
58366
|
+
400: ErrorResponse;
|
|
57640
58367
|
/**
|
|
57641
58368
|
* Unauthorized error(s)
|
|
57642
58369
|
*/
|
|
@@ -57785,6 +58512,10 @@ export type BetaTestersBetaGroupsDeleteToManyRelationshipData = {
|
|
|
57785
58512
|
url: "/v1/betaTesters/{id}/relationships/betaGroups";
|
|
57786
58513
|
};
|
|
57787
58514
|
export type BetaTestersBetaGroupsDeleteToManyRelationshipErrors = {
|
|
58515
|
+
/**
|
|
58516
|
+
* Parameter error(s)
|
|
58517
|
+
*/
|
|
58518
|
+
400: ErrorResponse;
|
|
57788
58519
|
/**
|
|
57789
58520
|
* Unauthorized error(s)
|
|
57790
58521
|
*/
|
|
@@ -57879,6 +58610,10 @@ export type BetaTestersBetaGroupsCreateToManyRelationshipData = {
|
|
|
57879
58610
|
url: "/v1/betaTesters/{id}/relationships/betaGroups";
|
|
57880
58611
|
};
|
|
57881
58612
|
export type BetaTestersBetaGroupsCreateToManyRelationshipErrors = {
|
|
58613
|
+
/**
|
|
58614
|
+
* Parameter error(s)
|
|
58615
|
+
*/
|
|
58616
|
+
400: ErrorResponse;
|
|
57882
58617
|
/**
|
|
57883
58618
|
* Unauthorized error(s)
|
|
57884
58619
|
*/
|
|
@@ -57977,6 +58712,10 @@ export type BetaTestersBuildsDeleteToManyRelationshipData = {
|
|
|
57977
58712
|
url: "/v1/betaTesters/{id}/relationships/builds";
|
|
57978
58713
|
};
|
|
57979
58714
|
export type BetaTestersBuildsDeleteToManyRelationshipErrors = {
|
|
58715
|
+
/**
|
|
58716
|
+
* Parameter error(s)
|
|
58717
|
+
*/
|
|
58718
|
+
400: ErrorResponse;
|
|
57980
58719
|
/**
|
|
57981
58720
|
* Unauthorized error(s)
|
|
57982
58721
|
*/
|
|
@@ -58071,6 +58810,10 @@ export type BetaTestersBuildsCreateToManyRelationshipData = {
|
|
|
58071
58810
|
url: "/v1/betaTesters/{id}/relationships/builds";
|
|
58072
58811
|
};
|
|
58073
58812
|
export type BetaTestersBuildsCreateToManyRelationshipErrors = {
|
|
58813
|
+
/**
|
|
58814
|
+
* Parameter error(s)
|
|
58815
|
+
*/
|
|
58816
|
+
400: ErrorResponse;
|
|
58074
58817
|
/**
|
|
58075
58818
|
* Unauthorized error(s)
|
|
58076
58819
|
*/
|
|
@@ -58930,6 +59673,10 @@ export type BuildsAppEncryptionDeclarationUpdateToOneRelationshipData = {
|
|
|
58930
59673
|
url: "/v1/builds/{id}/relationships/appEncryptionDeclaration";
|
|
58931
59674
|
};
|
|
58932
59675
|
export type BuildsAppEncryptionDeclarationUpdateToOneRelationshipErrors = {
|
|
59676
|
+
/**
|
|
59677
|
+
* Parameter error(s)
|
|
59678
|
+
*/
|
|
59679
|
+
400: ErrorResponse;
|
|
58933
59680
|
/**
|
|
58934
59681
|
* Unauthorized error(s)
|
|
58935
59682
|
*/
|
|
@@ -59356,6 +60103,10 @@ export type BuildsBetaGroupsDeleteToManyRelationshipData = {
|
|
|
59356
60103
|
url: "/v1/builds/{id}/relationships/betaGroups";
|
|
59357
60104
|
};
|
|
59358
60105
|
export type BuildsBetaGroupsDeleteToManyRelationshipErrors = {
|
|
60106
|
+
/**
|
|
60107
|
+
* Parameter error(s)
|
|
60108
|
+
*/
|
|
60109
|
+
400: ErrorResponse;
|
|
59359
60110
|
/**
|
|
59360
60111
|
* Unauthorized error(s)
|
|
59361
60112
|
*/
|
|
@@ -59404,6 +60155,10 @@ export type BuildsBetaGroupsCreateToManyRelationshipData = {
|
|
|
59404
60155
|
url: "/v1/builds/{id}/relationships/betaGroups";
|
|
59405
60156
|
};
|
|
59406
60157
|
export type BuildsBetaGroupsCreateToManyRelationshipErrors = {
|
|
60158
|
+
/**
|
|
60159
|
+
* Parameter error(s)
|
|
60160
|
+
*/
|
|
60161
|
+
400: ErrorResponse;
|
|
59407
60162
|
/**
|
|
59408
60163
|
* Unauthorized error(s)
|
|
59409
60164
|
*/
|
|
@@ -59743,6 +60498,10 @@ export type BuildsIndividualTestersDeleteToManyRelationshipData = {
|
|
|
59743
60498
|
url: "/v1/builds/{id}/relationships/individualTesters";
|
|
59744
60499
|
};
|
|
59745
60500
|
export type BuildsIndividualTestersDeleteToManyRelationshipErrors = {
|
|
60501
|
+
/**
|
|
60502
|
+
* Parameter error(s)
|
|
60503
|
+
*/
|
|
60504
|
+
400: ErrorResponse;
|
|
59746
60505
|
/**
|
|
59747
60506
|
* Unauthorized error(s)
|
|
59748
60507
|
*/
|
|
@@ -59837,6 +60596,10 @@ export type BuildsIndividualTestersCreateToManyRelationshipData = {
|
|
|
59837
60596
|
url: "/v1/builds/{id}/relationships/individualTesters";
|
|
59838
60597
|
};
|
|
59839
60598
|
export type BuildsIndividualTestersCreateToManyRelationshipErrors = {
|
|
60599
|
+
/**
|
|
60600
|
+
* Parameter error(s)
|
|
60601
|
+
*/
|
|
60602
|
+
400: ErrorResponse;
|
|
59840
60603
|
/**
|
|
59841
60604
|
* Unauthorized error(s)
|
|
59842
60605
|
*/
|
|
@@ -62413,7 +63176,7 @@ export type CustomerReviewsResponseGetToOneRelatedData = {
|
|
|
62413
63176
|
/**
|
|
62414
63177
|
* the fields to include for returned resources of type customerReviews
|
|
62415
63178
|
*/
|
|
62416
|
-
"fields[customerReviews]"?: Array<"rating" | "title" | "body" | "reviewerNickname" | "createdDate" | "territory" | "response">;
|
|
63179
|
+
"fields[customerReviews]"?: Array<"rating" | "title" | "body" | "reviewerNickname" | "createdDate" | "territory" | "response" | "reviewTerritory">;
|
|
62417
63180
|
/**
|
|
62418
63181
|
* comma-separated list of relationships to include
|
|
62419
63182
|
*/
|
|
@@ -62811,6 +63574,10 @@ export type GameCenterAchievementsV2ActivityUpdateToOneRelationshipData = {
|
|
|
62811
63574
|
url: "/v2/gameCenterAchievements/{id}/relationships/activity";
|
|
62812
63575
|
};
|
|
62813
63576
|
export type GameCenterAchievementsV2ActivityUpdateToOneRelationshipErrors = {
|
|
63577
|
+
/**
|
|
63578
|
+
* Parameter error(s)
|
|
63579
|
+
*/
|
|
63580
|
+
400: ErrorResponse;
|
|
62814
63581
|
/**
|
|
62815
63582
|
* Unauthorized error(s)
|
|
62816
63583
|
*/
|
|
@@ -62971,6 +63738,10 @@ export type GameCenterActivitiesAchievementsV2DeleteToManyRelationshipData = {
|
|
|
62971
63738
|
url: "/v1/gameCenterActivities/{id}/relationships/achievementsV2";
|
|
62972
63739
|
};
|
|
62973
63740
|
export type GameCenterActivitiesAchievementsV2DeleteToManyRelationshipErrors = {
|
|
63741
|
+
/**
|
|
63742
|
+
* Parameter error(s)
|
|
63743
|
+
*/
|
|
63744
|
+
400: ErrorResponse;
|
|
62974
63745
|
/**
|
|
62975
63746
|
* Unauthorized error(s)
|
|
62976
63747
|
*/
|
|
@@ -63019,6 +63790,10 @@ export type GameCenterActivitiesAchievementsV2CreateToManyRelationshipData = {
|
|
|
63019
63790
|
url: "/v1/gameCenterActivities/{id}/relationships/achievementsV2";
|
|
63020
63791
|
};
|
|
63021
63792
|
export type GameCenterActivitiesAchievementsV2CreateToManyRelationshipErrors = {
|
|
63793
|
+
/**
|
|
63794
|
+
* Parameter error(s)
|
|
63795
|
+
*/
|
|
63796
|
+
400: ErrorResponse;
|
|
63022
63797
|
/**
|
|
63023
63798
|
* Unauthorized error(s)
|
|
63024
63799
|
*/
|
|
@@ -63067,6 +63842,10 @@ export type GameCenterActivitiesLeaderboardsV2DeleteToManyRelationshipData = {
|
|
|
63067
63842
|
url: "/v1/gameCenterActivities/{id}/relationships/leaderboardsV2";
|
|
63068
63843
|
};
|
|
63069
63844
|
export type GameCenterActivitiesLeaderboardsV2DeleteToManyRelationshipErrors = {
|
|
63845
|
+
/**
|
|
63846
|
+
* Parameter error(s)
|
|
63847
|
+
*/
|
|
63848
|
+
400: ErrorResponse;
|
|
63070
63849
|
/**
|
|
63071
63850
|
* Unauthorized error(s)
|
|
63072
63851
|
*/
|
|
@@ -63115,6 +63894,10 @@ export type GameCenterActivitiesLeaderboardsV2CreateToManyRelationshipData = {
|
|
|
63115
63894
|
url: "/v1/gameCenterActivities/{id}/relationships/leaderboardsV2";
|
|
63116
63895
|
};
|
|
63117
63896
|
export type GameCenterActivitiesLeaderboardsV2CreateToManyRelationshipErrors = {
|
|
63897
|
+
/**
|
|
63898
|
+
* Parameter error(s)
|
|
63899
|
+
*/
|
|
63900
|
+
400: ErrorResponse;
|
|
63118
63901
|
/**
|
|
63119
63902
|
* Unauthorized error(s)
|
|
63120
63903
|
*/
|
|
@@ -63720,6 +64503,10 @@ export type GameCenterAppVersionsCompatibilityVersionsDeleteToManyRelationshipDa
|
|
|
63720
64503
|
url: "/v1/gameCenterAppVersions/{id}/relationships/compatibilityVersions";
|
|
63721
64504
|
};
|
|
63722
64505
|
export type GameCenterAppVersionsCompatibilityVersionsDeleteToManyRelationshipErrors = {
|
|
64506
|
+
/**
|
|
64507
|
+
* Parameter error(s)
|
|
64508
|
+
*/
|
|
64509
|
+
400: ErrorResponse;
|
|
63723
64510
|
/**
|
|
63724
64511
|
* Unauthorized error(s)
|
|
63725
64512
|
*/
|
|
@@ -63814,6 +64601,10 @@ export type GameCenterAppVersionsCompatibilityVersionsCreateToManyRelationshipDa
|
|
|
63814
64601
|
url: "/v1/gameCenterAppVersions/{id}/relationships/compatibilityVersions";
|
|
63815
64602
|
};
|
|
63816
64603
|
export type GameCenterAppVersionsCompatibilityVersionsCreateToManyRelationshipErrors = {
|
|
64604
|
+
/**
|
|
64605
|
+
* Parameter error(s)
|
|
64606
|
+
*/
|
|
64607
|
+
400: ErrorResponse;
|
|
63817
64608
|
/**
|
|
63818
64609
|
* Unauthorized error(s)
|
|
63819
64610
|
*/
|
|
@@ -64210,6 +65001,10 @@ export type GameCenterChallengesLeaderboardV2UpdateToOneRelationshipData = {
|
|
|
64210
65001
|
url: "/v1/gameCenterChallenges/{id}/relationships/leaderboardV2";
|
|
64211
65002
|
};
|
|
64212
65003
|
export type GameCenterChallengesLeaderboardV2UpdateToOneRelationshipErrors = {
|
|
65004
|
+
/**
|
|
65005
|
+
* Parameter error(s)
|
|
65006
|
+
*/
|
|
65007
|
+
400: ErrorResponse;
|
|
64213
65008
|
/**
|
|
64214
65009
|
* Unauthorized error(s)
|
|
64215
65010
|
*/
|
|
@@ -64384,6 +65179,10 @@ export type GameCenterDetailsChallengesMinimumPlatformVersionsReplaceToManyRelat
|
|
|
64384
65179
|
url: "/v1/gameCenterDetails/{id}/relationships/challengesMinimumPlatformVersions";
|
|
64385
65180
|
};
|
|
64386
65181
|
export type GameCenterDetailsChallengesMinimumPlatformVersionsReplaceToManyRelationshipErrors = {
|
|
65182
|
+
/**
|
|
65183
|
+
* Parameter error(s)
|
|
65184
|
+
*/
|
|
65185
|
+
400: ErrorResponse;
|
|
64387
65186
|
/**
|
|
64388
65187
|
* Unauthorized error(s)
|
|
64389
65188
|
*/
|
|
@@ -64478,6 +65277,10 @@ export type GameCenterDetailsGameCenterAchievementsV2ReplaceToManyRelationshipDa
|
|
|
64478
65277
|
url: "/v1/gameCenterDetails/{id}/relationships/gameCenterAchievementsV2";
|
|
64479
65278
|
};
|
|
64480
65279
|
export type GameCenterDetailsGameCenterAchievementsV2ReplaceToManyRelationshipErrors = {
|
|
65280
|
+
/**
|
|
65281
|
+
* Parameter error(s)
|
|
65282
|
+
*/
|
|
65283
|
+
400: ErrorResponse;
|
|
64481
65284
|
/**
|
|
64482
65285
|
* Unauthorized error(s)
|
|
64483
65286
|
*/
|
|
@@ -65203,6 +66006,10 @@ export type GameCenterDetailsGameCenterLeaderboardSetsV2ReplaceToManyRelationshi
|
|
|
65203
66006
|
url: "/v1/gameCenterDetails/{id}/relationships/gameCenterLeaderboardSetsV2";
|
|
65204
66007
|
};
|
|
65205
66008
|
export type GameCenterDetailsGameCenterLeaderboardSetsV2ReplaceToManyRelationshipErrors = {
|
|
66009
|
+
/**
|
|
66010
|
+
* Parameter error(s)
|
|
66011
|
+
*/
|
|
66012
|
+
400: ErrorResponse;
|
|
65206
66013
|
/**
|
|
65207
66014
|
* Unauthorized error(s)
|
|
65208
66015
|
*/
|
|
@@ -65383,6 +66190,10 @@ export type GameCenterDetailsGameCenterLeaderboardsV2ReplaceToManyRelationshipDa
|
|
|
65383
66190
|
url: "/v1/gameCenterDetails/{id}/relationships/gameCenterLeaderboardsV2";
|
|
65384
66191
|
};
|
|
65385
66192
|
export type GameCenterDetailsGameCenterLeaderboardsV2ReplaceToManyRelationshipErrors = {
|
|
66193
|
+
/**
|
|
66194
|
+
* Parameter error(s)
|
|
66195
|
+
*/
|
|
66196
|
+
400: ErrorResponse;
|
|
65386
66197
|
/**
|
|
65387
66198
|
* Unauthorized error(s)
|
|
65388
66199
|
*/
|
|
@@ -65575,6 +66386,10 @@ export type GameCenterGroupsGameCenterAchievementsV2ReplaceToManyRelationshipDat
|
|
|
65575
66386
|
url: "/v1/gameCenterGroups/{id}/relationships/gameCenterAchievementsV2";
|
|
65576
66387
|
};
|
|
65577
66388
|
export type GameCenterGroupsGameCenterAchievementsV2ReplaceToManyRelationshipErrors = {
|
|
66389
|
+
/**
|
|
66390
|
+
* Parameter error(s)
|
|
66391
|
+
*/
|
|
66392
|
+
400: ErrorResponse;
|
|
65578
66393
|
/**
|
|
65579
66394
|
* Unauthorized error(s)
|
|
65580
66395
|
*/
|
|
@@ -66267,6 +67082,10 @@ export type GameCenterGroupsGameCenterLeaderboardSetsV2ReplaceToManyRelationship
|
|
|
66267
67082
|
url: "/v1/gameCenterGroups/{id}/relationships/gameCenterLeaderboardSetsV2";
|
|
66268
67083
|
};
|
|
66269
67084
|
export type GameCenterGroupsGameCenterLeaderboardSetsV2ReplaceToManyRelationshipErrors = {
|
|
67085
|
+
/**
|
|
67086
|
+
* Parameter error(s)
|
|
67087
|
+
*/
|
|
67088
|
+
400: ErrorResponse;
|
|
66270
67089
|
/**
|
|
66271
67090
|
* Unauthorized error(s)
|
|
66272
67091
|
*/
|
|
@@ -66447,6 +67266,10 @@ export type GameCenterGroupsGameCenterLeaderboardsV2ReplaceToManyRelationshipDat
|
|
|
66447
67266
|
url: "/v1/gameCenterGroups/{id}/relationships/gameCenterLeaderboardsV2";
|
|
66448
67267
|
};
|
|
66449
67268
|
export type GameCenterGroupsGameCenterLeaderboardsV2ReplaceToManyRelationshipErrors = {
|
|
67269
|
+
/**
|
|
67270
|
+
* Parameter error(s)
|
|
67271
|
+
*/
|
|
67272
|
+
400: ErrorResponse;
|
|
66450
67273
|
/**
|
|
66451
67274
|
* Unauthorized error(s)
|
|
66452
67275
|
*/
|
|
@@ -66891,6 +67714,10 @@ export type GameCenterLeaderboardSetsV2GameCenterLeaderboardsDeleteToManyRelatio
|
|
|
66891
67714
|
url: "/v2/gameCenterLeaderboardSets/{id}/relationships/gameCenterLeaderboards";
|
|
66892
67715
|
};
|
|
66893
67716
|
export type GameCenterLeaderboardSetsV2GameCenterLeaderboardsDeleteToManyRelationshipErrors = {
|
|
67717
|
+
/**
|
|
67718
|
+
* Parameter error(s)
|
|
67719
|
+
*/
|
|
67720
|
+
400: ErrorResponse;
|
|
66894
67721
|
/**
|
|
66895
67722
|
* Unauthorized error(s)
|
|
66896
67723
|
*/
|
|
@@ -66985,6 +67812,10 @@ export type GameCenterLeaderboardSetsV2GameCenterLeaderboardsReplaceToManyRelati
|
|
|
66985
67812
|
url: "/v2/gameCenterLeaderboardSets/{id}/relationships/gameCenterLeaderboards";
|
|
66986
67813
|
};
|
|
66987
67814
|
export type GameCenterLeaderboardSetsV2GameCenterLeaderboardsReplaceToManyRelationshipErrors = {
|
|
67815
|
+
/**
|
|
67816
|
+
* Parameter error(s)
|
|
67817
|
+
*/
|
|
67818
|
+
400: ErrorResponse;
|
|
66988
67819
|
/**
|
|
66989
67820
|
* Unauthorized error(s)
|
|
66990
67821
|
*/
|
|
@@ -67033,6 +67864,10 @@ export type GameCenterLeaderboardSetsV2GameCenterLeaderboardsCreateToManyRelatio
|
|
|
67033
67864
|
url: "/v2/gameCenterLeaderboardSets/{id}/relationships/gameCenterLeaderboards";
|
|
67034
67865
|
};
|
|
67035
67866
|
export type GameCenterLeaderboardSetsV2GameCenterLeaderboardsCreateToManyRelationshipErrors = {
|
|
67867
|
+
/**
|
|
67868
|
+
* Parameter error(s)
|
|
67869
|
+
*/
|
|
67870
|
+
400: ErrorResponse;
|
|
67036
67871
|
/**
|
|
67037
67872
|
* Unauthorized error(s)
|
|
67038
67873
|
*/
|
|
@@ -67399,6 +68234,10 @@ export type GameCenterLeaderboardsV2ActivityUpdateToOneRelationshipData = {
|
|
|
67399
68234
|
url: "/v2/gameCenterLeaderboards/{id}/relationships/activity";
|
|
67400
68235
|
};
|
|
67401
68236
|
export type GameCenterLeaderboardsV2ActivityUpdateToOneRelationshipErrors = {
|
|
68237
|
+
/**
|
|
68238
|
+
* Parameter error(s)
|
|
68239
|
+
*/
|
|
68240
|
+
400: ErrorResponse;
|
|
67402
68241
|
/**
|
|
67403
68242
|
* Unauthorized error(s)
|
|
67404
68243
|
*/
|
|
@@ -67447,6 +68286,10 @@ export type GameCenterLeaderboardsV2ChallengeUpdateToOneRelationshipData = {
|
|
|
67447
68286
|
url: "/v2/gameCenterLeaderboards/{id}/relationships/challenge";
|
|
67448
68287
|
};
|
|
67449
68288
|
export type GameCenterLeaderboardsV2ChallengeUpdateToOneRelationshipErrors = {
|
|
68289
|
+
/**
|
|
68290
|
+
* Parameter error(s)
|
|
68291
|
+
*/
|
|
68292
|
+
400: ErrorResponse;
|
|
67450
68293
|
/**
|
|
67451
68294
|
* Unauthorized error(s)
|
|
67452
68295
|
*/
|
|
@@ -72064,6 +72907,10 @@ export type SubscriptionsIntroductoryOffersDeleteToManyRelationshipData = {
|
|
|
72064
72907
|
url: "/v1/subscriptions/{id}/relationships/introductoryOffers";
|
|
72065
72908
|
};
|
|
72066
72909
|
export type SubscriptionsIntroductoryOffersDeleteToManyRelationshipErrors = {
|
|
72910
|
+
/**
|
|
72911
|
+
* Parameter error(s)
|
|
72912
|
+
*/
|
|
72913
|
+
400: ErrorResponse;
|
|
72067
72914
|
/**
|
|
72068
72915
|
* Unauthorized error(s)
|
|
72069
72916
|
*/
|
|
@@ -72468,6 +73315,10 @@ export type SubscriptionsPricesDeleteToManyRelationshipData = {
|
|
|
72468
73315
|
url: "/v1/subscriptions/{id}/relationships/prices";
|
|
72469
73316
|
};
|
|
72470
73317
|
export type SubscriptionsPricesDeleteToManyRelationshipErrors = {
|
|
73318
|
+
/**
|
|
73319
|
+
* Parameter error(s)
|
|
73320
|
+
*/
|
|
73321
|
+
400: ErrorResponse;
|
|
72471
73322
|
/**
|
|
72472
73323
|
* Unauthorized error(s)
|
|
72473
73324
|
*/
|
|
@@ -73254,6 +74105,10 @@ export type UsersVisibleAppsDeleteToManyRelationshipData = {
|
|
|
73254
74105
|
url: "/v1/users/{id}/relationships/visibleApps";
|
|
73255
74106
|
};
|
|
73256
74107
|
export type UsersVisibleAppsDeleteToManyRelationshipErrors = {
|
|
74108
|
+
/**
|
|
74109
|
+
* Parameter error(s)
|
|
74110
|
+
*/
|
|
74111
|
+
400: ErrorResponse;
|
|
73257
74112
|
/**
|
|
73258
74113
|
* Unauthorized error(s)
|
|
73259
74114
|
*/
|
|
@@ -73348,6 +74203,10 @@ export type UsersVisibleAppsReplaceToManyRelationshipData = {
|
|
|
73348
74203
|
url: "/v1/users/{id}/relationships/visibleApps";
|
|
73349
74204
|
};
|
|
73350
74205
|
export type UsersVisibleAppsReplaceToManyRelationshipErrors = {
|
|
74206
|
+
/**
|
|
74207
|
+
* Parameter error(s)
|
|
74208
|
+
*/
|
|
74209
|
+
400: ErrorResponse;
|
|
73351
74210
|
/**
|
|
73352
74211
|
* Unauthorized error(s)
|
|
73353
74212
|
*/
|
|
@@ -73396,6 +74255,10 @@ export type UsersVisibleAppsCreateToManyRelationshipData = {
|
|
|
73396
74255
|
url: "/v1/users/{id}/relationships/visibleApps";
|
|
73397
74256
|
};
|
|
73398
74257
|
export type UsersVisibleAppsCreateToManyRelationshipErrors = {
|
|
74258
|
+
/**
|
|
74259
|
+
* Parameter error(s)
|
|
74260
|
+
*/
|
|
74261
|
+
400: ErrorResponse;
|
|
73399
74262
|
/**
|
|
73400
74263
|
* Unauthorized error(s)
|
|
73401
74264
|
*/
|