1325 lines
67 KiB
Markdown
1325 lines
67 KiB
Markdown
|
|
# ``APIProtocol``
|
||
|
|
|
||
|
|
A protocol defining the available operations for the App Store Connect API.
|
||
|
|
|
||
|
|
## Overview
|
||
|
|
|
||
|
|
The ``APIProtocol`` protocol declares the complete set of operations available through the App Store Connect API. Each method corresponds to an HTTP endpoint and follows a consistent naming pattern:
|
||
|
|
|
||
|
|
- `<resource>GetCollection` — List resources (HTTP `GET` on a collection)
|
||
|
|
- `<resource>CreateInstance` — Create a resource (HTTP `POST`)
|
||
|
|
- `<resource>GetInstance` — Get a single resource by ID (HTTP `GET`)
|
||
|
|
- `<resource>UpdateInstance` — Update a resource (HTTP `PATCH`)
|
||
|
|
- `<resource>DeleteInstance` — Delete a resource (HTTP `DELETE`)
|
||
|
|
- `<resource>GetToManyRelated` — Fetch related resources
|
||
|
|
- `<resource>GetToOneRelated` — Fetch a related resource
|
||
|
|
|
||
|
|
The ``Client`` type conforms to this protocol and provides the concrete implementation for making HTTP requests.
|
||
|
|
|
||
|
|
## Topics
|
||
|
|
|
||
|
|
### Apps
|
||
|
|
|
||
|
|
- ``appsGetCollection(_:)``
|
||
|
|
- ``appsGetInstance(_:)``
|
||
|
|
- ``appsUpdateInstance(_:)``
|
||
|
|
- ``appsAccessibilityDeclarationsGetToManyRelated(_:)``
|
||
|
|
- ``appsAlternativeDistributionKeyGetToOneRelated(_:)``
|
||
|
|
- ``appsAnalyticsReportRequestsGetToManyRelated(_:)``
|
||
|
|
- ``appsAndroidToIosAppMappingDetailsGetToManyRelated(_:)``
|
||
|
|
- ``appsAppAvailabilityV2GetToOneRelated(_:)``
|
||
|
|
- ``appsAppClipsGetToManyRelated(_:)``
|
||
|
|
- ``appsAppCustomProductPagesGetToManyRelated(_:)``
|
||
|
|
- ``appsAppEncryptionDeclarationsGetToManyRelated(_:)``
|
||
|
|
- ``appsAppEventsGetToManyRelated(_:)``
|
||
|
|
- ``appsAppInfosGetToManyRelated(_:)``
|
||
|
|
- ``appsAppPricePointsGetToManyRelated(_:)``
|
||
|
|
- ``appsAppPriceScheduleGetToOneRelated(_:)``
|
||
|
|
- ``appsAppStoreVersionExperimentsV2GetToManyRelated(_:)``
|
||
|
|
- ``appsAppStoreVersionsGetToManyRelated(_:)``
|
||
|
|
- ``appsAppTagsGetToManyRelated(_:)``
|
||
|
|
- ``appsBackgroundAssetsGetToManyRelated(_:)``
|
||
|
|
- ``appsBetaAppLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``appsBetaAppReviewDetailGetToOneRelated(_:)``
|
||
|
|
- ``appsBetaFeedbackCrashSubmissionsGetToManyRelated(_:)``
|
||
|
|
- ``appsBetaFeedbackScreenshotSubmissionsGetToManyRelated(_:)``
|
||
|
|
- ``appsBetaGroupsGetToManyRelated(_:)``
|
||
|
|
- ``appsBetaLicenseAgreementGetToOneRelated(_:)``
|
||
|
|
- ``appsBuildUploadsGetToManyRelated(_:)``
|
||
|
|
- ``appsBuildsGetToManyRelated(_:)``
|
||
|
|
- ``appsCiProductGetToOneRelated(_:)``
|
||
|
|
- ``appsCustomerReviewSummarizationsGetToManyRelated(_:)``
|
||
|
|
- ``appsCustomerReviewsGetToManyRelated(_:)``
|
||
|
|
- ``appsEndUserLicenseAgreementGetToOneRelated(_:)``
|
||
|
|
- ``appsGameCenterDetailGetToOneRelated(_:)``
|
||
|
|
- ``appsGameCenterEnabledVersionsGetToManyRelated(_:)``
|
||
|
|
- ``appsInAppPurchasesGetToManyRelated(_:)``
|
||
|
|
- ``appsInAppPurchasesV2GetToManyRelated(_:)``
|
||
|
|
- ``appsMarketplaceSearchDetailGetToOneRelated(_:)``
|
||
|
|
- ``appsBetaTesterUsagesGetMetrics(_:)``
|
||
|
|
- ``appsPerfPowerMetricsGetToManyRelated(_:)``
|
||
|
|
- ``appsPreReleaseVersionsGetToManyRelated(_:)``
|
||
|
|
- ``appsPromotedPurchasesGetToManyRelated(_:)``
|
||
|
|
- ``appsAccessibilityDeclarationsGetToManyRelationship(_:)``
|
||
|
|
- ``appsAlternativeDistributionKeyGetToOneRelationship(_:)``
|
||
|
|
- ``appsAnalyticsReportRequestsGetToManyRelationship(_:)``
|
||
|
|
- ``appsAndroidToIosAppMappingDetailsGetToManyRelationship(_:)``
|
||
|
|
- ``appsAppAvailabilityV2GetToOneRelationship(_:)``
|
||
|
|
- ``appsAppClipsGetToManyRelationship(_:)``
|
||
|
|
- ``appsAppCustomProductPagesGetToManyRelationship(_:)``
|
||
|
|
- ``appsAppEncryptionDeclarationsGetToManyRelationship(_:)``
|
||
|
|
- ``appsAppEventsGetToManyRelationship(_:)``
|
||
|
|
- ``appsAppInfosGetToManyRelationship(_:)``
|
||
|
|
- ``appsAppPricePointsGetToManyRelationship(_:)``
|
||
|
|
- ``appsAppPriceScheduleGetToOneRelationship(_:)``
|
||
|
|
- ``appsAppStoreVersionExperimentsV2GetToManyRelationship(_:)``
|
||
|
|
- ``appsAppStoreVersionsGetToManyRelationship(_:)``
|
||
|
|
- ``appsAppTagsGetToManyRelationship(_:)``
|
||
|
|
- ``appsBackgroundAssetsGetToManyRelationship(_:)``
|
||
|
|
- ``appsBetaAppLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``appsBetaAppReviewDetailGetToOneRelationship(_:)``
|
||
|
|
- ``appsBetaFeedbackCrashSubmissionsGetToManyRelationship(_:)``
|
||
|
|
- ``appsBetaFeedbackScreenshotSubmissionsGetToManyRelationship(_:)``
|
||
|
|
- ``appsBetaGroupsGetToManyRelationship(_:)``
|
||
|
|
- ``appsBetaLicenseAgreementGetToOneRelationship(_:)``
|
||
|
|
- ``appsBetaTestersDeleteToManyRelationship(_:)``
|
||
|
|
- ``appsBuildUploadsGetToManyRelationship(_:)``
|
||
|
|
- ``appsBuildsGetToManyRelationship(_:)``
|
||
|
|
- ``appsCiProductGetToOneRelationship(_:)``
|
||
|
|
- ``appsCustomerReviewsGetToManyRelationship(_:)``
|
||
|
|
- ``appsEndUserLicenseAgreementGetToOneRelationship(_:)``
|
||
|
|
- ``appsGameCenterDetailGetToOneRelationship(_:)``
|
||
|
|
- ``appsGameCenterEnabledVersionsGetToManyRelationship(_:)``
|
||
|
|
- ``appsInAppPurchasesGetToManyRelationship(_:)``
|
||
|
|
- ``appsInAppPurchasesV2GetToManyRelationship(_:)``
|
||
|
|
- ``appsMarketplaceSearchDetailGetToOneRelationship(_:)``
|
||
|
|
- ``appsPreReleaseVersionsGetToManyRelationship(_:)``
|
||
|
|
- ``appsPromotedPurchasesGetToManyRelationship(_:)``
|
||
|
|
- ``appsPromotedPurchasesReplaceToManyRelationship(_:)``
|
||
|
|
- ``appsReviewSubmissionsGetToManyRelationship(_:)``
|
||
|
|
- ``appsSearchKeywordsGetToManyRelationship(_:)``
|
||
|
|
- ``appsSubscriptionGracePeriodGetToOneRelationship(_:)``
|
||
|
|
- ``appsSubscriptionGroupsGetToManyRelationship(_:)``
|
||
|
|
- ``appsWebhooksGetToManyRelationship(_:)``
|
||
|
|
- ``appsReviewSubmissionsGetToManyRelated(_:)``
|
||
|
|
- ``appsSearchKeywordsGetToManyRelated(_:)``
|
||
|
|
- ``appsSubscriptionGracePeriodGetToOneRelated(_:)``
|
||
|
|
- ``appsSubscriptionGroupsGetToManyRelated(_:)``
|
||
|
|
- ``appsWebhooksGetToManyRelated(_:)``
|
||
|
|
- ``appInfosGetInstance(_:)``
|
||
|
|
- ``appInfosUpdateInstance(_:)``
|
||
|
|
- ``appInfosAgeRatingDeclarationGetToOneRelated(_:)``
|
||
|
|
- ``appInfosAppInfoLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``appInfosPrimaryCategoryGetToOneRelated(_:)``
|
||
|
|
- ``appInfosPrimarySubcategoryOneGetToOneRelated(_:)``
|
||
|
|
- ``appInfosPrimarySubcategoryTwoGetToOneRelated(_:)``
|
||
|
|
- ``appInfosAgeRatingDeclarationGetToOneRelationship(_:)``
|
||
|
|
- ``appInfosAppInfoLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``appInfosPrimaryCategoryGetToOneRelationship(_:)``
|
||
|
|
- ``appInfosPrimarySubcategoryOneGetToOneRelationship(_:)``
|
||
|
|
- ``appInfosPrimarySubcategoryTwoGetToOneRelationship(_:)``
|
||
|
|
- ``appInfosSecondaryCategoryGetToOneRelationship(_:)``
|
||
|
|
- ``appInfosSecondarySubcategoryOneGetToOneRelationship(_:)``
|
||
|
|
- ``appInfosSecondarySubcategoryTwoGetToOneRelationship(_:)``
|
||
|
|
- ``appInfosTerritoryAgeRatingsGetToManyRelationship(_:)``
|
||
|
|
- ``appInfosSecondaryCategoryGetToOneRelated(_:)``
|
||
|
|
- ``appInfosSecondarySubcategoryOneGetToOneRelated(_:)``
|
||
|
|
- ``appInfosSecondarySubcategoryTwoGetToOneRelated(_:)``
|
||
|
|
- ``appInfosTerritoryAgeRatingsGetToManyRelated(_:)``
|
||
|
|
- ``appInfoLocalizationsCreateInstance(_:)``
|
||
|
|
- ``appInfoLocalizationsGetInstance(_:)``
|
||
|
|
- ``appInfoLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``appInfoLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``appCategoriesGetCollection(_:)``
|
||
|
|
- ``appCategoriesGetInstance(_:)``
|
||
|
|
- ``appCategoriesParentGetToOneRelated(_:)``
|
||
|
|
- ``appCategoriesParentGetToOneRelationship(_:)``
|
||
|
|
- ``appCategoriesSubcategoriesGetToManyRelationship(_:)``
|
||
|
|
- ``appCategoriesSubcategoriesGetToManyRelated(_:)``
|
||
|
|
- ``appTagsUpdateInstance(_:)``
|
||
|
|
- ``appTagsTerritoriesGetToManyRelationship(_:)``
|
||
|
|
- ``appTagsTerritoriesGetToManyRelated(_:)``
|
||
|
|
- ``appAvailabilitiesV2CreateInstance(_:)``
|
||
|
|
- ``appAvailabilitiesV2GetInstance(_:)``
|
||
|
|
- ``appAvailabilitiesV2TerritoryAvailabilitiesGetToManyRelationship(_:)``
|
||
|
|
- ``appAvailabilitiesV2TerritoryAvailabilitiesGetToManyRelated(_:)``
|
||
|
|
- ``appPricePointsV3GetInstance(_:)``
|
||
|
|
- ``appPricePointsV3EqualizationsGetToManyRelated(_:)``
|
||
|
|
- ``appPricePointsV3EqualizationsGetToManyRelationship(_:)``
|
||
|
|
- ``appPriceSchedulesCreateInstance(_:)``
|
||
|
|
- ``appPriceSchedulesGetInstance(_:)``
|
||
|
|
- ``appPriceSchedulesAutomaticPricesGetToManyRelated(_:)``
|
||
|
|
- ``appPriceSchedulesBaseTerritoryGetToOneRelated(_:)``
|
||
|
|
- ``appPriceSchedulesManualPricesGetToManyRelated(_:)``
|
||
|
|
- ``appPriceSchedulesAutomaticPricesGetToManyRelationship(_:)``
|
||
|
|
- ``appPriceSchedulesBaseTerritoryGetToOneRelationship(_:)``
|
||
|
|
- ``appPriceSchedulesManualPricesGetToManyRelationship(_:)``
|
||
|
|
- ``endAppAvailabilityPreOrdersCreateInstance(_:)``
|
||
|
|
- ``actorsGetCollection(_:)``
|
||
|
|
- ``actorsGetInstance(_:)``
|
||
|
|
- ``nominationsGetCollection(_:)``
|
||
|
|
- ``nominationsCreateInstance(_:)``
|
||
|
|
- ``nominationsGetInstance(_:)``
|
||
|
|
- ``nominationsUpdateInstance(_:)``
|
||
|
|
- ``nominationsDeleteInstance(_:)``
|
||
|
|
|
||
|
|
### App Store Versions
|
||
|
|
|
||
|
|
- ``appStoreVersionsCreateInstance(_:)``
|
||
|
|
- ``appStoreVersionsGetInstance(_:)``
|
||
|
|
- ``appStoreVersionsUpdateInstance(_:)``
|
||
|
|
- ``appStoreVersionsDeleteInstance(_:)``
|
||
|
|
- ``appStoreVersionsAlternativeDistributionPackageGetToOneRelated(_:)``
|
||
|
|
- ``appStoreVersionsAppClipDefaultExperienceGetToOneRelated(_:)``
|
||
|
|
- ``appStoreVersionsAppStoreReviewDetailGetToOneRelated(_:)``
|
||
|
|
- ``appStoreVersionsAppStoreVersionExperimentsGetToManyRelated(_:)``
|
||
|
|
- ``appStoreVersionsAppStoreVersionExperimentsV2GetToManyRelated(_:)``
|
||
|
|
- ``appStoreVersionsAppStoreVersionLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``appStoreVersionsAppStoreVersionPhasedReleaseGetToOneRelated(_:)``
|
||
|
|
- ``appStoreVersionsAppStoreVersionSubmissionGetToOneRelated(_:)``
|
||
|
|
- ``appStoreVersionsBuildGetToOneRelated(_:)``
|
||
|
|
- ``appStoreVersionsCustomerReviewsGetToManyRelated(_:)``
|
||
|
|
- ``appStoreVersionsGameCenterAppVersionGetToOneRelated(_:)``
|
||
|
|
- ``appStoreVersionsAlternativeDistributionPackageGetToOneRelationship(_:)``
|
||
|
|
- ``appStoreVersionsAppClipDefaultExperienceGetToOneRelationship(_:)``
|
||
|
|
- ``appStoreVersionsAppClipDefaultExperienceUpdateToOneRelationship(_:)``
|
||
|
|
- ``appStoreVersionsAppStoreReviewDetailGetToOneRelationship(_:)``
|
||
|
|
- ``appStoreVersionsAppStoreVersionExperimentsGetToManyRelationship(_:)``
|
||
|
|
- ``appStoreVersionsAppStoreVersionExperimentsV2GetToManyRelationship(_:)``
|
||
|
|
- ``appStoreVersionsAppStoreVersionLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``appStoreVersionsAppStoreVersionPhasedReleaseGetToOneRelationship(_:)``
|
||
|
|
- ``appStoreVersionsAppStoreVersionSubmissionGetToOneRelationship(_:)``
|
||
|
|
- ``appStoreVersionsBuildGetToOneRelationship(_:)``
|
||
|
|
- ``appStoreVersionsBuildUpdateToOneRelationship(_:)``
|
||
|
|
- ``appStoreVersionsCustomerReviewsGetToManyRelationship(_:)``
|
||
|
|
- ``appStoreVersionsGameCenterAppVersionGetToOneRelationship(_:)``
|
||
|
|
- ``appStoreVersionsRoutingAppCoverageGetToOneRelationship(_:)``
|
||
|
|
- ``appStoreVersionsRoutingAppCoverageGetToOneRelated(_:)``
|
||
|
|
- ``appStoreVersionLocalizationsCreateInstance(_:)``
|
||
|
|
- ``appStoreVersionLocalizationsGetInstance(_:)``
|
||
|
|
- ``appStoreVersionLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``appStoreVersionLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``appStoreVersionLocalizationsAppPreviewSetsGetToManyRelated(_:)``
|
||
|
|
- ``appStoreVersionLocalizationsAppScreenshotSetsGetToManyRelated(_:)``
|
||
|
|
- ``appStoreVersionLocalizationsAppPreviewSetsGetToManyRelationship(_:)``
|
||
|
|
- ``appStoreVersionLocalizationsAppScreenshotSetsGetToManyRelationship(_:)``
|
||
|
|
- ``appStoreVersionLocalizationsSearchKeywordsGetToManyRelationship(_:)``
|
||
|
|
- ``appStoreVersionLocalizationsSearchKeywordsCreateToManyRelationship(_:)``
|
||
|
|
- ``appStoreVersionLocalizationsSearchKeywordsDeleteToManyRelationship(_:)``
|
||
|
|
- ``appStoreVersionLocalizationsSearchKeywordsGetToManyRelated(_:)``
|
||
|
|
- ``appStoreVersionPhasedReleasesCreateInstance(_:)``
|
||
|
|
- ``appStoreVersionPhasedReleasesUpdateInstance(_:)``
|
||
|
|
- ``appStoreVersionPhasedReleasesDeleteInstance(_:)``
|
||
|
|
- ``appStoreVersionPromotionsCreateInstance(_:)``
|
||
|
|
- ``appStoreVersionReleaseRequestsCreateInstance(_:)``
|
||
|
|
- ``appStoreVersionSubmissionsDeleteInstance(_:)``
|
||
|
|
|
||
|
|
### App Store Version Experiments
|
||
|
|
|
||
|
|
- ``appStoreVersionExperimentsCreateInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentsGetInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentsUpdateInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentsDeleteInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentsAppStoreVersionExperimentTreatmentsGetToManyRelated(_:)``
|
||
|
|
- ``appStoreVersionExperimentsAppStoreVersionExperimentTreatmentsGetToManyRelationship(_:)``
|
||
|
|
- ``appStoreVersionExperimentsV2CreateInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentsV2GetInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentsV2UpdateInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentsV2DeleteInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentsV2AppStoreVersionExperimentTreatmentsGetToManyRelated(_:)``
|
||
|
|
- ``appStoreVersionExperimentsV2AppStoreVersionExperimentTreatmentsGetToManyRelationship(_:)``
|
||
|
|
- ``appStoreVersionExperimentTreatmentsCreateInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentTreatmentsGetInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentTreatmentsUpdateInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentTreatmentsDeleteInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentTreatmentsAppStoreVersionExperimentTreatmentLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``appStoreVersionExperimentTreatmentsAppStoreVersionExperimentTreatmentLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``appStoreVersionExperimentTreatmentLocalizationsCreateInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentTreatmentLocalizationsGetInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentTreatmentLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``appStoreVersionExperimentTreatmentLocalizationsAppPreviewSetsGetToManyRelated(_:)``
|
||
|
|
- ``appStoreVersionExperimentTreatmentLocalizationsAppScreenshotSetsGetToManyRelated(_:)``
|
||
|
|
- ``appStoreVersionExperimentTreatmentLocalizationsAppPreviewSetsGetToManyRelationship(_:)``
|
||
|
|
- ``appStoreVersionExperimentTreatmentLocalizationsAppScreenshotSetsGetToManyRelationship(_:)``
|
||
|
|
|
||
|
|
### App Custom Product Pages
|
||
|
|
|
||
|
|
- ``appCustomProductPagesCreateInstance(_:)``
|
||
|
|
- ``appCustomProductPagesGetInstance(_:)``
|
||
|
|
- ``appCustomProductPagesUpdateInstance(_:)``
|
||
|
|
- ``appCustomProductPagesDeleteInstance(_:)``
|
||
|
|
- ``appCustomProductPagesAppCustomProductPageVersionsGetToManyRelated(_:)``
|
||
|
|
- ``appCustomProductPagesAppCustomProductPageVersionsGetToManyRelationship(_:)``
|
||
|
|
- ``appCustomProductPageVersionsCreateInstance(_:)``
|
||
|
|
- ``appCustomProductPageVersionsGetInstance(_:)``
|
||
|
|
- ``appCustomProductPageVersionsUpdateInstance(_:)``
|
||
|
|
- ``appCustomProductPageVersionsAppCustomProductPageLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``appCustomProductPageVersionsAppCustomProductPageLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``appCustomProductPageLocalizationsCreateInstance(_:)``
|
||
|
|
- ``appCustomProductPageLocalizationsGetInstance(_:)``
|
||
|
|
- ``appCustomProductPageLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``appCustomProductPageLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``appCustomProductPageLocalizationsAppPreviewSetsGetToManyRelated(_:)``
|
||
|
|
- ``appCustomProductPageLocalizationsAppScreenshotSetsGetToManyRelated(_:)``
|
||
|
|
- ``appCustomProductPageLocalizationsAppPreviewSetsGetToManyRelationship(_:)``
|
||
|
|
- ``appCustomProductPageLocalizationsAppScreenshotSetsGetToManyRelationship(_:)``
|
||
|
|
- ``appCustomProductPageLocalizationsSearchKeywordsGetToManyRelationship(_:)``
|
||
|
|
- ``appCustomProductPageLocalizationsSearchKeywordsCreateToManyRelationship(_:)``
|
||
|
|
- ``appCustomProductPageLocalizationsSearchKeywordsDeleteToManyRelationship(_:)``
|
||
|
|
- ``appCustomProductPageLocalizationsSearchKeywordsGetToManyRelated(_:)``
|
||
|
|
|
||
|
|
### App Clips
|
||
|
|
|
||
|
|
- ``appClipsGetInstance(_:)``
|
||
|
|
- ``appClipsAppClipAdvancedExperiencesGetToManyRelated(_:)``
|
||
|
|
- ``appClipsAppClipDefaultExperiencesGetToManyRelated(_:)``
|
||
|
|
- ``appClipsAppClipAdvancedExperiencesGetToManyRelationship(_:)``
|
||
|
|
- ``appClipsAppClipDefaultExperiencesGetToManyRelationship(_:)``
|
||
|
|
- ``appClipAdvancedExperiencesCreateInstance(_:)``
|
||
|
|
- ``appClipAdvancedExperiencesGetInstance(_:)``
|
||
|
|
- ``appClipAdvancedExperiencesUpdateInstance(_:)``
|
||
|
|
- ``appClipAdvancedExperienceImagesCreateInstance(_:)``
|
||
|
|
- ``appClipAdvancedExperienceImagesGetInstance(_:)``
|
||
|
|
- ``appClipAdvancedExperienceImagesUpdateInstance(_:)``
|
||
|
|
- ``appClipAppStoreReviewDetailsCreateInstance(_:)``
|
||
|
|
- ``appClipAppStoreReviewDetailsGetInstance(_:)``
|
||
|
|
- ``appClipAppStoreReviewDetailsUpdateInstance(_:)``
|
||
|
|
- ``appClipDefaultExperiencesCreateInstance(_:)``
|
||
|
|
- ``appClipDefaultExperiencesGetInstance(_:)``
|
||
|
|
- ``appClipDefaultExperiencesUpdateInstance(_:)``
|
||
|
|
- ``appClipDefaultExperiencesDeleteInstance(_:)``
|
||
|
|
- ``appClipDefaultExperiencesAppClipAppStoreReviewDetailGetToOneRelated(_:)``
|
||
|
|
- ``appClipDefaultExperiencesAppClipDefaultExperienceLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``appClipDefaultExperiencesAppClipAppStoreReviewDetailGetToOneRelationship(_:)``
|
||
|
|
- ``appClipDefaultExperiencesAppClipDefaultExperienceLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``appClipDefaultExperiencesReleaseWithAppStoreVersionGetToOneRelationship(_:)``
|
||
|
|
- ``appClipDefaultExperiencesReleaseWithAppStoreVersionUpdateToOneRelationship(_:)``
|
||
|
|
- ``appClipDefaultExperiencesReleaseWithAppStoreVersionGetToOneRelated(_:)``
|
||
|
|
- ``appClipDefaultExperienceLocalizationsCreateInstance(_:)``
|
||
|
|
- ``appClipDefaultExperienceLocalizationsGetInstance(_:)``
|
||
|
|
- ``appClipDefaultExperienceLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``appClipDefaultExperienceLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``appClipDefaultExperienceLocalizationsAppClipHeaderImageGetToOneRelated(_:)``
|
||
|
|
- ``appClipDefaultExperienceLocalizationsAppClipHeaderImageGetToOneRelationship(_:)``
|
||
|
|
- ``appClipHeaderImagesCreateInstance(_:)``
|
||
|
|
- ``appClipHeaderImagesGetInstance(_:)``
|
||
|
|
- ``appClipHeaderImagesUpdateInstance(_:)``
|
||
|
|
- ``appClipHeaderImagesDeleteInstance(_:)``
|
||
|
|
|
||
|
|
### App Events
|
||
|
|
|
||
|
|
- ``appEventsCreateInstance(_:)``
|
||
|
|
- ``appEventsGetInstance(_:)``
|
||
|
|
- ``appEventsUpdateInstance(_:)``
|
||
|
|
- ``appEventsDeleteInstance(_:)``
|
||
|
|
- ``appEventsLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``appEventsLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``appEventLocalizationsCreateInstance(_:)``
|
||
|
|
- ``appEventLocalizationsGetInstance(_:)``
|
||
|
|
- ``appEventLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``appEventLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``appEventLocalizationsAppEventScreenshotsGetToManyRelated(_:)``
|
||
|
|
- ``appEventLocalizationsAppEventVideoClipsGetToManyRelated(_:)``
|
||
|
|
- ``appEventLocalizationsAppEventScreenshotsGetToManyRelationship(_:)``
|
||
|
|
- ``appEventLocalizationsAppEventVideoClipsGetToManyRelationship(_:)``
|
||
|
|
- ``appEventScreenshotsCreateInstance(_:)``
|
||
|
|
- ``appEventScreenshotsGetInstance(_:)``
|
||
|
|
- ``appEventScreenshotsUpdateInstance(_:)``
|
||
|
|
- ``appEventScreenshotsDeleteInstance(_:)``
|
||
|
|
- ``appEventVideoClipsCreateInstance(_:)``
|
||
|
|
- ``appEventVideoClipsGetInstance(_:)``
|
||
|
|
- ``appEventVideoClipsUpdateInstance(_:)``
|
||
|
|
- ``appEventVideoClipsDeleteInstance(_:)``
|
||
|
|
|
||
|
|
### App Previews and Screenshots
|
||
|
|
|
||
|
|
- ``appPreviewSetsCreateInstance(_:)``
|
||
|
|
- ``appPreviewSetsGetInstance(_:)``
|
||
|
|
- ``appPreviewSetsDeleteInstance(_:)``
|
||
|
|
- ``appPreviewSetsAppPreviewsGetToManyRelated(_:)``
|
||
|
|
- ``appPreviewSetsAppPreviewsGetToManyRelationship(_:)``
|
||
|
|
- ``appPreviewSetsAppPreviewsReplaceToManyRelationship(_:)``
|
||
|
|
- ``appPreviewsCreateInstance(_:)``
|
||
|
|
- ``appPreviewsGetInstance(_:)``
|
||
|
|
- ``appPreviewsUpdateInstance(_:)``
|
||
|
|
- ``appPreviewsDeleteInstance(_:)``
|
||
|
|
- ``appScreenshotSetsCreateInstance(_:)``
|
||
|
|
- ``appScreenshotSetsGetInstance(_:)``
|
||
|
|
- ``appScreenshotSetsDeleteInstance(_:)``
|
||
|
|
- ``appScreenshotSetsAppScreenshotsGetToManyRelated(_:)``
|
||
|
|
- ``appScreenshotSetsAppScreenshotsGetToManyRelationship(_:)``
|
||
|
|
- ``appScreenshotSetsAppScreenshotsReplaceToManyRelationship(_:)``
|
||
|
|
- ``appScreenshotsCreateInstance(_:)``
|
||
|
|
- ``appScreenshotsGetInstance(_:)``
|
||
|
|
- ``appScreenshotsUpdateInstance(_:)``
|
||
|
|
- ``appScreenshotsDeleteInstance(_:)``
|
||
|
|
- ``routingAppCoveragesCreateInstance(_:)``
|
||
|
|
- ``routingAppCoveragesGetInstance(_:)``
|
||
|
|
- ``routingAppCoveragesUpdateInstance(_:)``
|
||
|
|
- ``routingAppCoveragesDeleteInstance(_:)``
|
||
|
|
|
||
|
|
### App Encryption
|
||
|
|
|
||
|
|
- ``appEncryptionDeclarationsGetCollection(_:)``
|
||
|
|
- ``appEncryptionDeclarationsCreateInstance(_:)``
|
||
|
|
- ``appEncryptionDeclarationsGetInstance(_:)``
|
||
|
|
- ``appEncryptionDeclarationsAppGetToOneRelated(_:)``
|
||
|
|
- ``appEncryptionDeclarationsAppEncryptionDeclarationDocumentGetToOneRelated(_:)``
|
||
|
|
- ``appEncryptionDeclarationsAppGetToOneRelationship(_:)``
|
||
|
|
- ``appEncryptionDeclarationsAppEncryptionDeclarationDocumentGetToOneRelationship(_:)``
|
||
|
|
- ``appEncryptionDeclarationsBuildsCreateToManyRelationship(_:)``
|
||
|
|
- ``appEncryptionDeclarationDocumentsCreateInstance(_:)``
|
||
|
|
- ``appEncryptionDeclarationDocumentsGetInstance(_:)``
|
||
|
|
- ``appEncryptionDeclarationDocumentsUpdateInstance(_:)``
|
||
|
|
|
||
|
|
### App Store Review
|
||
|
|
|
||
|
|
- ``appStoreReviewDetailsCreateInstance(_:)``
|
||
|
|
- ``appStoreReviewDetailsGetInstance(_:)``
|
||
|
|
- ``appStoreReviewDetailsUpdateInstance(_:)``
|
||
|
|
- ``appStoreReviewDetailsAppStoreReviewAttachmentsGetToManyRelated(_:)``
|
||
|
|
- ``appStoreReviewDetailsAppStoreReviewAttachmentsGetToManyRelationship(_:)``
|
||
|
|
- ``appStoreReviewAttachmentsCreateInstance(_:)``
|
||
|
|
- ``appStoreReviewAttachmentsGetInstance(_:)``
|
||
|
|
- ``appStoreReviewAttachmentsUpdateInstance(_:)``
|
||
|
|
- ``appStoreReviewAttachmentsDeleteInstance(_:)``
|
||
|
|
- ``reviewSubmissionsGetCollection(_:)``
|
||
|
|
- ``reviewSubmissionsCreateInstance(_:)``
|
||
|
|
- ``reviewSubmissionsGetInstance(_:)``
|
||
|
|
- ``reviewSubmissionsUpdateInstance(_:)``
|
||
|
|
- ``reviewSubmissionsItemsGetToManyRelated(_:)``
|
||
|
|
- ``reviewSubmissionsItemsGetToManyRelationship(_:)``
|
||
|
|
- ``reviewSubmissionItemsCreateInstance(_:)``
|
||
|
|
- ``reviewSubmissionItemsUpdateInstance(_:)``
|
||
|
|
- ``reviewSubmissionItemsDeleteInstance(_:)``
|
||
|
|
- ``customerReviewsGetInstance(_:)``
|
||
|
|
- ``customerReviewsResponseGetToOneRelationship(_:)``
|
||
|
|
- ``customerReviewsResponseGetToOneRelated(_:)``
|
||
|
|
- ``customerReviewResponsesCreateInstance(_:)``
|
||
|
|
- ``customerReviewResponsesGetInstance(_:)``
|
||
|
|
- ``customerReviewResponsesDeleteInstance(_:)``
|
||
|
|
|
||
|
|
### Accessibility and Age Ratings
|
||
|
|
|
||
|
|
- ``accessibilityDeclarationsCreateInstance(_:)``
|
||
|
|
- ``accessibilityDeclarationsGetInstance(_:)``
|
||
|
|
- ``accessibilityDeclarationsUpdateInstance(_:)``
|
||
|
|
- ``accessibilityDeclarationsDeleteInstance(_:)``
|
||
|
|
- ``ageRatingDeclarationsUpdateInstance(_:)``
|
||
|
|
|
||
|
|
### Beta Testing
|
||
|
|
|
||
|
|
- ``betaGroupsGetCollection(_:)``
|
||
|
|
- ``betaGroupsCreateInstance(_:)``
|
||
|
|
- ``betaGroupsGetInstance(_:)``
|
||
|
|
- ``betaGroupsUpdateInstance(_:)``
|
||
|
|
- ``betaGroupsDeleteInstance(_:)``
|
||
|
|
- ``betaGroupsAppGetToOneRelated(_:)``
|
||
|
|
- ``betaGroupsBetaRecruitmentCriteriaGetToOneRelated(_:)``
|
||
|
|
- ``betaGroupsBetaRecruitmentCriterionCompatibleBuildCheckGetToOneRelated(_:)``
|
||
|
|
- ``betaGroupsBetaTestersGetToManyRelated(_:)``
|
||
|
|
- ``betaGroupsBuildsGetToManyRelated(_:)``
|
||
|
|
- ``betaGroupsBetaTesterUsagesGetMetrics(_:)``
|
||
|
|
- ``betaGroupsPublicLinkUsagesGetMetrics(_:)``
|
||
|
|
- ``betaGroupsAppGetToOneRelationship(_:)``
|
||
|
|
- ``betaGroupsBetaRecruitmentCriteriaGetToOneRelationship(_:)``
|
||
|
|
- ``betaGroupsBetaRecruitmentCriterionCompatibleBuildCheckGetToOneRelationship(_:)``
|
||
|
|
- ``betaGroupsBetaTestersGetToManyRelationship(_:)``
|
||
|
|
- ``betaGroupsBetaTestersCreateToManyRelationship(_:)``
|
||
|
|
- ``betaGroupsBetaTestersDeleteToManyRelationship(_:)``
|
||
|
|
- ``betaGroupsBuildsGetToManyRelationship(_:)``
|
||
|
|
- ``betaGroupsBuildsCreateToManyRelationship(_:)``
|
||
|
|
- ``betaGroupsBuildsDeleteToManyRelationship(_:)``
|
||
|
|
- ``betaTestersGetCollection(_:)``
|
||
|
|
- ``betaTestersCreateInstance(_:)``
|
||
|
|
- ``betaTestersGetInstance(_:)``
|
||
|
|
- ``betaTestersDeleteInstance(_:)``
|
||
|
|
- ``betaTestersAppsGetToManyRelated(_:)``
|
||
|
|
- ``betaTestersBetaGroupsGetToManyRelated(_:)``
|
||
|
|
- ``betaTestersBuildsGetToManyRelated(_:)``
|
||
|
|
- ``betaTestersBetaTesterUsagesGetMetrics(_:)``
|
||
|
|
- ``betaTestersAppsGetToManyRelationship(_:)``
|
||
|
|
- ``betaTestersAppsDeleteToManyRelationship(_:)``
|
||
|
|
- ``betaTestersBetaGroupsGetToManyRelationship(_:)``
|
||
|
|
- ``betaTestersBetaGroupsCreateToManyRelationship(_:)``
|
||
|
|
- ``betaTestersBetaGroupsDeleteToManyRelationship(_:)``
|
||
|
|
- ``betaTestersBuildsGetToManyRelationship(_:)``
|
||
|
|
- ``betaTestersBuildsCreateToManyRelationship(_:)``
|
||
|
|
- ``betaTestersBuildsDeleteToManyRelationship(_:)``
|
||
|
|
- ``betaTesterInvitationsCreateInstance(_:)``
|
||
|
|
- ``betaAppLocalizationsGetCollection(_:)``
|
||
|
|
- ``betaAppLocalizationsCreateInstance(_:)``
|
||
|
|
- ``betaAppLocalizationsGetInstance(_:)``
|
||
|
|
- ``betaAppLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``betaAppLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``betaAppLocalizationsAppGetToOneRelated(_:)``
|
||
|
|
- ``betaAppLocalizationsAppGetToOneRelationship(_:)``
|
||
|
|
- ``betaAppReviewDetailsGetCollection(_:)``
|
||
|
|
- ``betaAppReviewDetailsGetInstance(_:)``
|
||
|
|
- ``betaAppReviewDetailsUpdateInstance(_:)``
|
||
|
|
- ``betaAppReviewDetailsAppGetToOneRelated(_:)``
|
||
|
|
- ``betaAppReviewDetailsAppGetToOneRelationship(_:)``
|
||
|
|
- ``betaAppReviewSubmissionsGetCollection(_:)``
|
||
|
|
- ``betaAppReviewSubmissionsCreateInstance(_:)``
|
||
|
|
- ``betaAppReviewSubmissionsGetInstance(_:)``
|
||
|
|
- ``betaAppReviewSubmissionsBuildGetToOneRelated(_:)``
|
||
|
|
- ``betaAppReviewSubmissionsBuildGetToOneRelationship(_:)``
|
||
|
|
- ``betaBuildLocalizationsGetCollection(_:)``
|
||
|
|
- ``betaBuildLocalizationsCreateInstance(_:)``
|
||
|
|
- ``betaBuildLocalizationsGetInstance(_:)``
|
||
|
|
- ``betaBuildLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``betaBuildLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``betaBuildLocalizationsBuildGetToOneRelated(_:)``
|
||
|
|
- ``betaBuildLocalizationsBuildGetToOneRelationship(_:)``
|
||
|
|
- ``betaLicenseAgreementsGetCollection(_:)``
|
||
|
|
- ``betaLicenseAgreementsGetInstance(_:)``
|
||
|
|
- ``betaLicenseAgreementsUpdateInstance(_:)``
|
||
|
|
- ``betaLicenseAgreementsAppGetToOneRelated(_:)``
|
||
|
|
- ``betaLicenseAgreementsAppGetToOneRelationship(_:)``
|
||
|
|
- ``betaAppClipInvocationsCreateInstance(_:)``
|
||
|
|
- ``betaAppClipInvocationsGetInstance(_:)``
|
||
|
|
- ``betaAppClipInvocationsUpdateInstance(_:)``
|
||
|
|
- ``betaAppClipInvocationsDeleteInstance(_:)``
|
||
|
|
- ``betaAppClipInvocationLocalizationsCreateInstance(_:)``
|
||
|
|
- ``betaAppClipInvocationLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``betaAppClipInvocationLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``betaCrashLogsGetInstance(_:)``
|
||
|
|
- ``betaFeedbackCrashSubmissionsGetInstance(_:)``
|
||
|
|
- ``betaFeedbackCrashSubmissionsDeleteInstance(_:)``
|
||
|
|
- ``betaFeedbackCrashSubmissionsCrashLogGetToOneRelated(_:)``
|
||
|
|
- ``betaFeedbackCrashSubmissionsCrashLogGetToOneRelationship(_:)``
|
||
|
|
- ``betaFeedbackScreenshotSubmissionsGetInstance(_:)``
|
||
|
|
- ``betaFeedbackScreenshotSubmissionsDeleteInstance(_:)``
|
||
|
|
- ``betaRecruitmentCriteriaCreateInstance(_:)``
|
||
|
|
- ``betaRecruitmentCriteriaUpdateInstance(_:)``
|
||
|
|
- ``betaRecruitmentCriteriaDeleteInstance(_:)``
|
||
|
|
- ``betaRecruitmentCriterionOptionsGetCollection(_:)``
|
||
|
|
|
||
|
|
### Builds
|
||
|
|
|
||
|
|
- ``buildsGetCollection(_:)``
|
||
|
|
- ``buildsGetInstance(_:)``
|
||
|
|
- ``buildsUpdateInstance(_:)``
|
||
|
|
- ``buildsAppGetToOneRelated(_:)``
|
||
|
|
- ``buildsAppEncryptionDeclarationGetToOneRelated(_:)``
|
||
|
|
- ``buildsAppStoreVersionGetToOneRelated(_:)``
|
||
|
|
- ``buildsBetaAppReviewSubmissionGetToOneRelated(_:)``
|
||
|
|
- ``buildsBetaBuildLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``buildsBuildBetaDetailGetToOneRelated(_:)``
|
||
|
|
- ``buildsDiagnosticSignaturesGetToManyRelated(_:)``
|
||
|
|
- ``buildsIconsGetToManyRelated(_:)``
|
||
|
|
- ``buildsIndividualTestersGetToManyRelated(_:)``
|
||
|
|
- ``buildsBetaBuildUsagesGetMetrics(_:)``
|
||
|
|
- ``buildsPerfPowerMetricsGetToManyRelated(_:)``
|
||
|
|
- ``buildsPreReleaseVersionGetToOneRelated(_:)``
|
||
|
|
- ``buildsAppGetToOneRelationship(_:)``
|
||
|
|
- ``buildsAppEncryptionDeclarationGetToOneRelationship(_:)``
|
||
|
|
- ``buildsAppEncryptionDeclarationUpdateToOneRelationship(_:)``
|
||
|
|
- ``buildsAppStoreVersionGetToOneRelationship(_:)``
|
||
|
|
- ``buildsBetaAppReviewSubmissionGetToOneRelationship(_:)``
|
||
|
|
- ``buildsBetaBuildLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``buildsBetaGroupsCreateToManyRelationship(_:)``
|
||
|
|
- ``buildsBetaGroupsDeleteToManyRelationship(_:)``
|
||
|
|
- ``buildsBuildBetaDetailGetToOneRelationship(_:)``
|
||
|
|
- ``buildsDiagnosticSignaturesGetToManyRelationship(_:)``
|
||
|
|
- ``buildsIconsGetToManyRelationship(_:)``
|
||
|
|
- ``buildsIndividualTestersGetToManyRelationship(_:)``
|
||
|
|
- ``buildsIndividualTestersCreateToManyRelationship(_:)``
|
||
|
|
- ``buildsIndividualTestersDeleteToManyRelationship(_:)``
|
||
|
|
- ``buildsPreReleaseVersionGetToOneRelationship(_:)``
|
||
|
|
- ``buildBetaDetailsGetCollection(_:)``
|
||
|
|
- ``buildBetaDetailsGetInstance(_:)``
|
||
|
|
- ``buildBetaDetailsUpdateInstance(_:)``
|
||
|
|
- ``buildBetaDetailsBuildGetToOneRelated(_:)``
|
||
|
|
- ``buildBetaDetailsBuildGetToOneRelationship(_:)``
|
||
|
|
- ``buildBetaNotificationsCreateInstance(_:)``
|
||
|
|
- ``buildBundlesAppClipDomainCacheStatusGetToOneRelated(_:)``
|
||
|
|
- ``buildBundlesAppClipDomainDebugStatusGetToOneRelated(_:)``
|
||
|
|
- ``buildBundlesBetaAppClipInvocationsGetToManyRelated(_:)``
|
||
|
|
- ``buildBundlesBuildBundleFileSizesGetToManyRelated(_:)``
|
||
|
|
- ``buildBundlesAppClipDomainCacheStatusGetToOneRelationship(_:)``
|
||
|
|
- ``buildBundlesAppClipDomainDebugStatusGetToOneRelationship(_:)``
|
||
|
|
- ``buildBundlesBetaAppClipInvocationsGetToManyRelationship(_:)``
|
||
|
|
- ``buildBundlesBuildBundleFileSizesGetToManyRelationship(_:)``
|
||
|
|
- ``buildUploadFilesCreateInstance(_:)``
|
||
|
|
- ``buildUploadFilesGetInstance(_:)``
|
||
|
|
- ``buildUploadFilesUpdateInstance(_:)``
|
||
|
|
- ``buildUploadsCreateInstance(_:)``
|
||
|
|
- ``buildUploadsGetInstance(_:)``
|
||
|
|
- ``buildUploadsDeleteInstance(_:)``
|
||
|
|
- ``buildUploadsBuildUploadFilesGetToManyRelated(_:)``
|
||
|
|
- ``buildUploadsBuildUploadFilesGetToManyRelationship(_:)``
|
||
|
|
- ``preReleaseVersionsGetCollection(_:)``
|
||
|
|
- ``preReleaseVersionsGetInstance(_:)``
|
||
|
|
- ``preReleaseVersionsAppGetToOneRelated(_:)``
|
||
|
|
- ``preReleaseVersionsBuildsGetToManyRelated(_:)``
|
||
|
|
- ``preReleaseVersionsAppGetToOneRelationship(_:)``
|
||
|
|
- ``preReleaseVersionsBuildsGetToManyRelationship(_:)``
|
||
|
|
|
||
|
|
### In-App Purchases
|
||
|
|
|
||
|
|
- ``inAppPurchasesGetInstance(_:)``
|
||
|
|
- ``inAppPurchasesV2CreateInstance(_:)``
|
||
|
|
- ``inAppPurchasesV2GetInstance(_:)``
|
||
|
|
- ``inAppPurchasesV2UpdateInstance(_:)``
|
||
|
|
- ``inAppPurchasesV2DeleteInstance(_:)``
|
||
|
|
- ``inAppPurchasesV2AppStoreReviewScreenshotGetToOneRelated(_:)``
|
||
|
|
- ``inAppPurchasesV2ContentGetToOneRelated(_:)``
|
||
|
|
- ``inAppPurchasesV2IapPriceScheduleGetToOneRelated(_:)``
|
||
|
|
- ``inAppPurchasesV2ImagesGetToManyRelated(_:)``
|
||
|
|
- ``inAppPurchasesV2InAppPurchaseAvailabilityGetToOneRelated(_:)``
|
||
|
|
- ``inAppPurchasesV2InAppPurchaseLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``inAppPurchasesV2OfferCodesGetToManyRelated(_:)``
|
||
|
|
- ``inAppPurchasesV2PricePointsGetToManyRelated(_:)``
|
||
|
|
- ``inAppPurchasesV2PromotedPurchaseGetToOneRelated(_:)``
|
||
|
|
- ``inAppPurchasesV2AppStoreReviewScreenshotGetToOneRelationship(_:)``
|
||
|
|
- ``inAppPurchasesV2ContentGetToOneRelationship(_:)``
|
||
|
|
- ``inAppPurchasesV2IapPriceScheduleGetToOneRelationship(_:)``
|
||
|
|
- ``inAppPurchasesV2ImagesGetToManyRelationship(_:)``
|
||
|
|
- ``inAppPurchasesV2InAppPurchaseAvailabilityGetToOneRelationship(_:)``
|
||
|
|
- ``inAppPurchasesV2InAppPurchaseLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``inAppPurchasesV2OfferCodesGetToManyRelationship(_:)``
|
||
|
|
- ``inAppPurchasesV2PricePointsGetToManyRelationship(_:)``
|
||
|
|
- ``inAppPurchasesV2PromotedPurchaseGetToOneRelationship(_:)``
|
||
|
|
- ``inAppPurchaseLocalizationsCreateInstance(_:)``
|
||
|
|
- ``inAppPurchaseLocalizationsGetInstance(_:)``
|
||
|
|
- ``inAppPurchaseLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``inAppPurchaseLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``inAppPurchaseContentsGetInstance(_:)``
|
||
|
|
- ``inAppPurchaseImagesCreateInstance(_:)``
|
||
|
|
- ``inAppPurchaseImagesGetInstance(_:)``
|
||
|
|
- ``inAppPurchaseImagesUpdateInstance(_:)``
|
||
|
|
- ``inAppPurchaseImagesDeleteInstance(_:)``
|
||
|
|
- ``inAppPurchaseAppStoreReviewScreenshotsCreateInstance(_:)``
|
||
|
|
- ``inAppPurchaseAppStoreReviewScreenshotsGetInstance(_:)``
|
||
|
|
- ``inAppPurchaseAppStoreReviewScreenshotsUpdateInstance(_:)``
|
||
|
|
- ``inAppPurchaseAppStoreReviewScreenshotsDeleteInstance(_:)``
|
||
|
|
- ``inAppPurchaseAvailabilitiesCreateInstance(_:)``
|
||
|
|
- ``inAppPurchaseAvailabilitiesGetInstance(_:)``
|
||
|
|
- ``inAppPurchaseAvailabilitiesAvailableTerritoriesGetToManyRelated(_:)``
|
||
|
|
- ``inAppPurchaseAvailabilitiesAvailableTerritoriesGetToManyRelationship(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodesCreateInstance(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodesGetInstance(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodesUpdateInstance(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodesCustomCodesGetToManyRelated(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodesOneTimeUseCodesGetToManyRelated(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodesPricesGetToManyRelated(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodesCustomCodesGetToManyRelationship(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodesOneTimeUseCodesGetToManyRelationship(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodesPricesGetToManyRelationship(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodeCustomCodesCreateInstance(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodeCustomCodesGetInstance(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodeCustomCodesUpdateInstance(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodeOneTimeUseCodesCreateInstance(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodeOneTimeUseCodesGetInstance(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodeOneTimeUseCodesUpdateInstance(_:)``
|
||
|
|
- ``inAppPurchaseOfferCodeOneTimeUseCodesValuesGetToOneRelated(_:)``
|
||
|
|
- ``inAppPurchasePricePointsEqualizationsGetToManyRelated(_:)``
|
||
|
|
- ``inAppPurchasePricePointsEqualizationsGetToManyRelationship(_:)``
|
||
|
|
- ``inAppPurchasePriceSchedulesCreateInstance(_:)``
|
||
|
|
- ``inAppPurchasePriceSchedulesGetInstance(_:)``
|
||
|
|
- ``inAppPurchasePriceSchedulesAutomaticPricesGetToManyRelated(_:)``
|
||
|
|
- ``inAppPurchasePriceSchedulesBaseTerritoryGetToOneRelated(_:)``
|
||
|
|
- ``inAppPurchasePriceSchedulesManualPricesGetToManyRelated(_:)``
|
||
|
|
- ``inAppPurchasePriceSchedulesAutomaticPricesGetToManyRelationship(_:)``
|
||
|
|
- ``inAppPurchasePriceSchedulesBaseTerritoryGetToOneRelationship(_:)``
|
||
|
|
- ``inAppPurchasePriceSchedulesManualPricesGetToManyRelationship(_:)``
|
||
|
|
- ``inAppPurchaseSubmissionsCreateInstance(_:)``
|
||
|
|
- ``promotedPurchasesCreateInstance(_:)``
|
||
|
|
- ``promotedPurchasesGetInstance(_:)``
|
||
|
|
- ``promotedPurchasesUpdateInstance(_:)``
|
||
|
|
- ``promotedPurchasesDeleteInstance(_:)``
|
||
|
|
|
||
|
|
### Subscriptions
|
||
|
|
|
||
|
|
- ``subscriptionsCreateInstance(_:)``
|
||
|
|
- ``subscriptionsGetInstance(_:)``
|
||
|
|
- ``subscriptionsUpdateInstance(_:)``
|
||
|
|
- ``subscriptionsDeleteInstance(_:)``
|
||
|
|
- ``subscriptionsAppStoreReviewScreenshotGetToOneRelated(_:)``
|
||
|
|
- ``subscriptionsImagesGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionsIntroductoryOffersGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionsOfferCodesGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionsPricePointsGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionsPricesGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionsPromotedPurchaseGetToOneRelated(_:)``
|
||
|
|
- ``subscriptionsPromotionalOffersGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionsAppStoreReviewScreenshotGetToOneRelationship(_:)``
|
||
|
|
- ``subscriptionsImagesGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionsIntroductoryOffersGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionsIntroductoryOffersDeleteToManyRelationship(_:)``
|
||
|
|
- ``subscriptionsOfferCodesGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionsPricePointsGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionsPricesGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionsPricesDeleteToManyRelationship(_:)``
|
||
|
|
- ``subscriptionsPromotedPurchaseGetToOneRelationship(_:)``
|
||
|
|
- ``subscriptionsPromotionalOffersGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionsSubscriptionAvailabilityGetToOneRelationship(_:)``
|
||
|
|
- ``subscriptionsSubscriptionLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionsWinBackOffersGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionsSubscriptionAvailabilityGetToOneRelated(_:)``
|
||
|
|
- ``subscriptionsSubscriptionLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionsWinBackOffersGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionGroupsCreateInstance(_:)``
|
||
|
|
- ``subscriptionGroupsGetInstance(_:)``
|
||
|
|
- ``subscriptionGroupsUpdateInstance(_:)``
|
||
|
|
- ``subscriptionGroupsDeleteInstance(_:)``
|
||
|
|
- ``subscriptionGroupsSubscriptionGroupLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionGroupsSubscriptionsGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionGroupsSubscriptionGroupLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionGroupsSubscriptionsGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionGroupLocalizationsCreateInstance(_:)``
|
||
|
|
- ``subscriptionGroupLocalizationsGetInstance(_:)``
|
||
|
|
- ``subscriptionGroupLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``subscriptionGroupLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``subscriptionGroupSubmissionsCreateInstance(_:)``
|
||
|
|
- ``subscriptionLocalizationsCreateInstance(_:)``
|
||
|
|
- ``subscriptionLocalizationsGetInstance(_:)``
|
||
|
|
- ``subscriptionLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``subscriptionLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``subscriptionImagesCreateInstance(_:)``
|
||
|
|
- ``subscriptionImagesGetInstance(_:)``
|
||
|
|
- ``subscriptionImagesUpdateInstance(_:)``
|
||
|
|
- ``subscriptionImagesDeleteInstance(_:)``
|
||
|
|
- ``subscriptionAppStoreReviewScreenshotsCreateInstance(_:)``
|
||
|
|
- ``subscriptionAppStoreReviewScreenshotsGetInstance(_:)``
|
||
|
|
- ``subscriptionAppStoreReviewScreenshotsUpdateInstance(_:)``
|
||
|
|
- ``subscriptionAppStoreReviewScreenshotsDeleteInstance(_:)``
|
||
|
|
- ``subscriptionAvailabilitiesCreateInstance(_:)``
|
||
|
|
- ``subscriptionAvailabilitiesGetInstance(_:)``
|
||
|
|
- ``subscriptionAvailabilitiesAvailableTerritoriesGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionAvailabilitiesAvailableTerritoriesGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionGracePeriodsGetInstance(_:)``
|
||
|
|
- ``subscriptionGracePeriodsUpdateInstance(_:)``
|
||
|
|
- ``subscriptionIntroductoryOffersCreateInstance(_:)``
|
||
|
|
- ``subscriptionIntroductoryOffersUpdateInstance(_:)``
|
||
|
|
- ``subscriptionIntroductoryOffersDeleteInstance(_:)``
|
||
|
|
- ``subscriptionOfferCodesCreateInstance(_:)``
|
||
|
|
- ``subscriptionOfferCodesGetInstance(_:)``
|
||
|
|
- ``subscriptionOfferCodesUpdateInstance(_:)``
|
||
|
|
- ``subscriptionOfferCodesCustomCodesGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionOfferCodesOneTimeUseCodesGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionOfferCodesPricesGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionOfferCodesCustomCodesGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionOfferCodesOneTimeUseCodesGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionOfferCodesPricesGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionOfferCodeCustomCodesCreateInstance(_:)``
|
||
|
|
- ``subscriptionOfferCodeCustomCodesGetInstance(_:)``
|
||
|
|
- ``subscriptionOfferCodeCustomCodesUpdateInstance(_:)``
|
||
|
|
- ``subscriptionOfferCodeOneTimeUseCodesCreateInstance(_:)``
|
||
|
|
- ``subscriptionOfferCodeOneTimeUseCodesGetInstance(_:)``
|
||
|
|
- ``subscriptionOfferCodeOneTimeUseCodesUpdateInstance(_:)``
|
||
|
|
- ``subscriptionOfferCodeOneTimeUseCodesValuesGetToOneRelated(_:)``
|
||
|
|
- ``subscriptionPricePointsGetInstance(_:)``
|
||
|
|
- ``subscriptionPricePointsEqualizationsGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionPricePointsEqualizationsGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionPricesCreateInstance(_:)``
|
||
|
|
- ``subscriptionPricesDeleteInstance(_:)``
|
||
|
|
- ``subscriptionPromotionalOffersCreateInstance(_:)``
|
||
|
|
- ``subscriptionPromotionalOffersGetInstance(_:)``
|
||
|
|
- ``subscriptionPromotionalOffersUpdateInstance(_:)``
|
||
|
|
- ``subscriptionPromotionalOffersDeleteInstance(_:)``
|
||
|
|
- ``subscriptionPromotionalOffersPricesGetToManyRelated(_:)``
|
||
|
|
- ``subscriptionPromotionalOffersPricesGetToManyRelationship(_:)``
|
||
|
|
- ``subscriptionSubmissionsCreateInstance(_:)``
|
||
|
|
- ``winBackOffersCreateInstance(_:)``
|
||
|
|
- ``winBackOffersGetInstance(_:)``
|
||
|
|
- ``winBackOffersUpdateInstance(_:)``
|
||
|
|
- ``winBackOffersDeleteInstance(_:)``
|
||
|
|
- ``winBackOffersPricesGetToManyRelated(_:)``
|
||
|
|
- ``winBackOffersPricesGetToManyRelationship(_:)``
|
||
|
|
|
||
|
|
### Game Center
|
||
|
|
|
||
|
|
- ``gameCenterDetailsCreateInstance(_:)``
|
||
|
|
- ``gameCenterDetailsGetInstance(_:)``
|
||
|
|
- ``gameCenterDetailsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterDetailsAchievementReleasesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsActivityReleasesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsChallengeReleasesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterAchievementsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterAchievementsV2GetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterActivitiesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterAppVersionsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterChallengesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterGroupGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterLeaderboardSetsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterLeaderboardSetsV2GetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterLeaderboardsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterLeaderboardsV2GetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsLeaderboardReleasesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsLeaderboardSetReleasesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterDetailsClassicMatchmakingRequestsGetMetrics(_:)``
|
||
|
|
- ``gameCenterDetailsRuleBasedMatchmakingRequestsGetMetrics(_:)``
|
||
|
|
- ``gameCenterDetailsAchievementReleasesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsActivityReleasesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsChallengeReleasesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsChallengesMinimumPlatformVersionsReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterAchievementsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterAchievementsReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterAchievementsV2GetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterAchievementsV2ReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterActivitiesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterAppVersionsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterChallengesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterGroupGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterLeaderboardSetsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterLeaderboardSetsReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterLeaderboardSetsV2GetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterLeaderboardSetsV2ReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterLeaderboardsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterLeaderboardsReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterLeaderboardsV2GetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsGameCenterLeaderboardsV2ReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsLeaderboardReleasesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterDetailsLeaderboardSetReleasesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGetCollection(_:)``
|
||
|
|
- ``gameCenterGroupsCreateInstance(_:)``
|
||
|
|
- ``gameCenterGroupsGetInstance(_:)``
|
||
|
|
- ``gameCenterGroupsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterGroupsDeleteInstance(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterAchievementsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterAchievementsV2GetToManyRelated(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterActivitiesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterChallengesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterDetailsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterLeaderboardSetsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterLeaderboardSetsV2GetToManyRelated(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterLeaderboardsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterLeaderboardsV2GetToManyRelated(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterAchievementsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterAchievementsReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterAchievementsV2GetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterAchievementsV2ReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterActivitiesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterChallengesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterDetailsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterLeaderboardSetsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterLeaderboardSetsReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterLeaderboardSetsV2GetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterLeaderboardSetsV2ReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterLeaderboardsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterLeaderboardsReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterLeaderboardsV2GetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterGroupsGameCenterLeaderboardsV2ReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterAchievementsCreateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementsGetInstance(_:)``
|
||
|
|
- ``gameCenterAchievementsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementsDeleteInstance(_:)``
|
||
|
|
- ``gameCenterAchievementsGroupAchievementGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterAchievementsLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterAchievementsActivityUpdateToOneRelationship(_:)``
|
||
|
|
- ``gameCenterAchievementsGroupAchievementGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterAchievementsGroupAchievementUpdateToOneRelationship(_:)``
|
||
|
|
- ``gameCenterAchievementsLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterAchievementsReleasesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterAchievementsReleasesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterAchievementsV2CreateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementsV2GetInstance(_:)``
|
||
|
|
- ``gameCenterAchievementsV2UpdateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementsV2DeleteInstance(_:)``
|
||
|
|
- ``gameCenterAchievementsV2ActivityUpdateToOneRelationship(_:)``
|
||
|
|
- ``gameCenterAchievementsV2VersionsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterAchievementsV2VersionsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterAchievementVersionsV2CreateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementVersionsV2GetInstance(_:)``
|
||
|
|
- ``gameCenterAchievementVersionsV2LocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterAchievementVersionsV2LocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsCreateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsGetInstance(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsGameCenterAchievementGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsGameCenterAchievementImageGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsGameCenterAchievementGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsGameCenterAchievementImageGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsV2CreateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsV2GetInstance(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsV2UpdateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsV2DeleteInstance(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsV2ImageGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterAchievementLocalizationsV2ImageGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterAchievementImagesCreateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementImagesGetInstance(_:)``
|
||
|
|
- ``gameCenterAchievementImagesUpdateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementImagesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterAchievementImagesV2CreateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementImagesV2GetInstance(_:)``
|
||
|
|
- ``gameCenterAchievementImagesV2UpdateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementImagesV2DeleteInstance(_:)``
|
||
|
|
- ``gameCenterAchievementReleasesCreateInstance(_:)``
|
||
|
|
- ``gameCenterAchievementReleasesGetInstance(_:)``
|
||
|
|
- ``gameCenterAchievementReleasesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardsCreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardsGetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardsDeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardsGroupLeaderboardGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardsLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardsActivityUpdateToOneRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardsChallengeUpdateToOneRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardsGroupLeaderboardGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardsGroupLeaderboardUpdateToOneRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardsLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardsReleasesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardsReleasesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardsV2CreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardsV2GetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardsV2UpdateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardsV2DeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardsV2ActivityUpdateToOneRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardsV2ChallengeUpdateToOneRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardsV2VersionsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardsV2VersionsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardVersionsV2CreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardVersionsV2GetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardVersionsV2LocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardVersionsV2LocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardLocalizationsCreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardLocalizationsGetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardLocalizationsGameCenterLeaderboardImageGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardLocalizationsGameCenterLeaderboardImageGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardLocalizationsV2CreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardLocalizationsV2GetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardLocalizationsV2UpdateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardLocalizationsV2DeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardLocalizationsV2ImageGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardLocalizationsV2ImageGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardImagesCreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardImagesGetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardImagesUpdateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardImagesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardImagesV2CreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardImagesV2GetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardImagesV2UpdateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardImagesV2DeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardReleasesCreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardReleasesGetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardReleasesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardEntrySubmissionsCreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsCreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsGetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsDeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsGameCenterLeaderboardsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsGroupLeaderboardSetGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsGameCenterLeaderboardsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsGameCenterLeaderboardsCreateToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsGameCenterLeaderboardsReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsGameCenterLeaderboardsDeleteToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsGroupLeaderboardSetGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsGroupLeaderboardSetUpdateToOneRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsReleasesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsReleasesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsV2CreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsV2GetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsV2UpdateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsV2DeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsV2GameCenterLeaderboardsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsV2GameCenterLeaderboardsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsV2GameCenterLeaderboardsCreateToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsV2GameCenterLeaderboardsReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsV2GameCenterLeaderboardsDeleteToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsV2VersionsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetsV2VersionsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetVersionsV2CreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetVersionsV2GetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetVersionsV2LocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetVersionsV2LocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetLocalizationsCreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetLocalizationsGetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetLocalizationsGameCenterLeaderboardSetImageGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetLocalizationsGameCenterLeaderboardSetImageGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetLocalizationsV2CreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetLocalizationsV2GetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetLocalizationsV2UpdateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetLocalizationsV2DeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetLocalizationsV2ImageGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetLocalizationsV2ImageGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetImagesCreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetImagesGetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetImagesUpdateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetImagesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetImagesV2CreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetImagesV2GetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetImagesV2UpdateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetImagesV2DeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetReleasesCreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetReleasesGetInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetReleasesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetMemberLocalizationsGetCollection(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetMemberLocalizationsCreateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetMemberLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetMemberLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardSetGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterLeaderboardSetMemberLocalizationsGameCenterLeaderboardSetGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterActivitiesCreateInstance(_:)``
|
||
|
|
- ``gameCenterActivitiesGetInstance(_:)``
|
||
|
|
- ``gameCenterActivitiesUpdateInstance(_:)``
|
||
|
|
- ``gameCenterActivitiesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterActivitiesAchievementsCreateToManyRelationship(_:)``
|
||
|
|
- ``gameCenterActivitiesAchievementsDeleteToManyRelationship(_:)``
|
||
|
|
- ``gameCenterActivitiesAchievementsV2CreateToManyRelationship(_:)``
|
||
|
|
- ``gameCenterActivitiesAchievementsV2DeleteToManyRelationship(_:)``
|
||
|
|
- ``gameCenterActivitiesLeaderboardsCreateToManyRelationship(_:)``
|
||
|
|
- ``gameCenterActivitiesLeaderboardsDeleteToManyRelationship(_:)``
|
||
|
|
- ``gameCenterActivitiesLeaderboardsV2CreateToManyRelationship(_:)``
|
||
|
|
- ``gameCenterActivitiesLeaderboardsV2DeleteToManyRelationship(_:)``
|
||
|
|
- ``gameCenterActivitiesVersionsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterActivitiesVersionsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterActivityVersionsCreateInstance(_:)``
|
||
|
|
- ``gameCenterActivityVersionsGetInstance(_:)``
|
||
|
|
- ``gameCenterActivityVersionsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterActivityVersionsDefaultImageGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterActivityVersionsLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterActivityVersionsDefaultImageGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterActivityVersionsLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterActivityLocalizationsCreateInstance(_:)``
|
||
|
|
- ``gameCenterActivityLocalizationsGetInstance(_:)``
|
||
|
|
- ``gameCenterActivityLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterActivityLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``gameCenterActivityLocalizationsImageGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterActivityLocalizationsImageGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterActivityImagesCreateInstance(_:)``
|
||
|
|
- ``gameCenterActivityImagesGetInstance(_:)``
|
||
|
|
- ``gameCenterActivityImagesUpdateInstance(_:)``
|
||
|
|
- ``gameCenterActivityImagesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterActivityVersionReleasesCreateInstance(_:)``
|
||
|
|
- ``gameCenterActivityVersionReleasesGetInstance(_:)``
|
||
|
|
- ``gameCenterActivityVersionReleasesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterChallengesCreateInstance(_:)``
|
||
|
|
- ``gameCenterChallengesGetInstance(_:)``
|
||
|
|
- ``gameCenterChallengesUpdateInstance(_:)``
|
||
|
|
- ``gameCenterChallengesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterChallengesLeaderboardUpdateToOneRelationship(_:)``
|
||
|
|
- ``gameCenterChallengesLeaderboardV2UpdateToOneRelationship(_:)``
|
||
|
|
- ``gameCenterChallengesVersionsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterChallengesVersionsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterChallengeVersionsCreateInstance(_:)``
|
||
|
|
- ``gameCenterChallengeVersionsGetInstance(_:)``
|
||
|
|
- ``gameCenterChallengeVersionsDefaultImageGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterChallengeVersionsLocalizationsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterChallengeVersionsDefaultImageGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterChallengeVersionsLocalizationsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterChallengeLocalizationsCreateInstance(_:)``
|
||
|
|
- ``gameCenterChallengeLocalizationsGetInstance(_:)``
|
||
|
|
- ``gameCenterChallengeLocalizationsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterChallengeLocalizationsDeleteInstance(_:)``
|
||
|
|
- ``gameCenterChallengeLocalizationsImageGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterChallengeLocalizationsImageGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterChallengeImagesCreateInstance(_:)``
|
||
|
|
- ``gameCenterChallengeImagesGetInstance(_:)``
|
||
|
|
- ``gameCenterChallengeImagesUpdateInstance(_:)``
|
||
|
|
- ``gameCenterChallengeImagesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterChallengeVersionReleasesCreateInstance(_:)``
|
||
|
|
- ``gameCenterChallengeVersionReleasesGetInstance(_:)``
|
||
|
|
- ``gameCenterChallengeVersionReleasesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterAppVersionsCreateInstance(_:)``
|
||
|
|
- ``gameCenterAppVersionsGetInstance(_:)``
|
||
|
|
- ``gameCenterAppVersionsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterAppVersionsAppStoreVersionGetToOneRelated(_:)``
|
||
|
|
- ``gameCenterAppVersionsCompatibilityVersionsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterAppVersionsAppStoreVersionGetToOneRelationship(_:)``
|
||
|
|
- ``gameCenterAppVersionsCompatibilityVersionsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterAppVersionsCompatibilityVersionsCreateToManyRelationship(_:)``
|
||
|
|
- ``gameCenterAppVersionsCompatibilityVersionsDeleteToManyRelationship(_:)``
|
||
|
|
- ``gameCenterEnabledVersionsCompatibleVersionsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterEnabledVersionsCompatibleVersionsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterEnabledVersionsCompatibleVersionsCreateToManyRelationship(_:)``
|
||
|
|
- ``gameCenterEnabledVersionsCompatibleVersionsReplaceToManyRelationship(_:)``
|
||
|
|
- ``gameCenterEnabledVersionsCompatibleVersionsDeleteToManyRelationship(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesGetCollection(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesCreateInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesGetInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesUpdateInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesExperimentMatchmakingQueueSizesGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesExperimentMatchmakingRequestsGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesMatchmakingQueueSizesGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesMatchmakingRequestsGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesMatchmakingSessionsGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingRuleSetsGetCollection(_:)``
|
||
|
|
- ``gameCenterMatchmakingRuleSetsCreateInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingRuleSetsGetInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingRuleSetsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingRuleSetsDeleteInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingRuleSetsMatchmakingQueuesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterMatchmakingRuleSetsMatchmakingQueuesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterMatchmakingRuleSetsRulesGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterMatchmakingRuleSetsTeamsGetToManyRelationship(_:)``
|
||
|
|
- ``gameCenterMatchmakingRuleSetsRulesGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterMatchmakingRuleSetsTeamsGetToManyRelated(_:)``
|
||
|
|
- ``gameCenterMatchmakingRuleSetTestsCreateInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingRulesCreateInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingRulesUpdateInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingRulesDeleteInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingRulesMatchmakingBooleanRuleResultsGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingRulesMatchmakingNumberRuleResultsGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingRulesMatchmakingRuleErrorsGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingTeamsCreateInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingTeamsUpdateInstance(_:)``
|
||
|
|
- ``gameCenterMatchmakingTeamsDeleteInstance(_:)``
|
||
|
|
- ``gameCenterPlayerAchievementSubmissionsCreateInstance(_:)``
|
||
|
|
|
||
|
|
### Users and Roles
|
||
|
|
|
||
|
|
- ``usersGetCollection(_:)``
|
||
|
|
- ``usersGetInstance(_:)``
|
||
|
|
- ``usersUpdateInstance(_:)``
|
||
|
|
- ``usersDeleteInstance(_:)``
|
||
|
|
- ``usersVisibleAppsGetToManyRelationship(_:)``
|
||
|
|
- ``usersVisibleAppsCreateToManyRelationship(_:)``
|
||
|
|
- ``usersVisibleAppsReplaceToManyRelationship(_:)``
|
||
|
|
- ``usersVisibleAppsDeleteToManyRelationship(_:)``
|
||
|
|
- ``usersVisibleAppsGetToManyRelated(_:)``
|
||
|
|
- ``userInvitationsGetCollection(_:)``
|
||
|
|
- ``userInvitationsCreateInstance(_:)``
|
||
|
|
- ``userInvitationsGetInstance(_:)``
|
||
|
|
- ``userInvitationsDeleteInstance(_:)``
|
||
|
|
- ``userInvitationsVisibleAppsGetToManyRelationship(_:)``
|
||
|
|
- ``userInvitationsVisibleAppsGetToManyRelated(_:)``
|
||
|
|
|
||
|
|
### Provisioning
|
||
|
|
|
||
|
|
- ``bundleIdsGetCollection(_:)``
|
||
|
|
- ``bundleIdsCreateInstance(_:)``
|
||
|
|
- ``bundleIdsGetInstance(_:)``
|
||
|
|
- ``bundleIdsUpdateInstance(_:)``
|
||
|
|
- ``bundleIdsDeleteInstance(_:)``
|
||
|
|
- ``bundleIdsAppGetToOneRelated(_:)``
|
||
|
|
- ``bundleIdsBundleIdCapabilitiesGetToManyRelated(_:)``
|
||
|
|
- ``bundleIdsProfilesGetToManyRelated(_:)``
|
||
|
|
- ``bundleIdsAppGetToOneRelationship(_:)``
|
||
|
|
- ``bundleIdsBundleIdCapabilitiesGetToManyRelationship(_:)``
|
||
|
|
- ``bundleIdsProfilesGetToManyRelationship(_:)``
|
||
|
|
- ``bundleIdCapabilitiesCreateInstance(_:)``
|
||
|
|
- ``bundleIdCapabilitiesUpdateInstance(_:)``
|
||
|
|
- ``bundleIdCapabilitiesDeleteInstance(_:)``
|
||
|
|
- ``certificatesGetCollection(_:)``
|
||
|
|
- ``certificatesCreateInstance(_:)``
|
||
|
|
- ``certificatesGetInstance(_:)``
|
||
|
|
- ``certificatesUpdateInstance(_:)``
|
||
|
|
- ``certificatesDeleteInstance(_:)``
|
||
|
|
- ``certificatesPassTypeIdGetToOneRelated(_:)``
|
||
|
|
- ``certificatesPassTypeIdGetToOneRelationship(_:)``
|
||
|
|
- ``devicesGetCollection(_:)``
|
||
|
|
- ``devicesCreateInstance(_:)``
|
||
|
|
- ``devicesGetInstance(_:)``
|
||
|
|
- ``devicesUpdateInstance(_:)``
|
||
|
|
- ``profilesGetCollection(_:)``
|
||
|
|
- ``profilesCreateInstance(_:)``
|
||
|
|
- ``profilesGetInstance(_:)``
|
||
|
|
- ``profilesDeleteInstance(_:)``
|
||
|
|
- ``profilesBundleIdGetToOneRelated(_:)``
|
||
|
|
- ``profilesCertificatesGetToManyRelated(_:)``
|
||
|
|
- ``profilesDevicesGetToManyRelated(_:)``
|
||
|
|
- ``profilesBundleIdGetToOneRelationship(_:)``
|
||
|
|
- ``profilesCertificatesGetToManyRelationship(_:)``
|
||
|
|
- ``profilesDevicesGetToManyRelationship(_:)``
|
||
|
|
- ``passTypeIdsGetCollection(_:)``
|
||
|
|
- ``passTypeIdsCreateInstance(_:)``
|
||
|
|
- ``passTypeIdsGetInstance(_:)``
|
||
|
|
- ``passTypeIdsUpdateInstance(_:)``
|
||
|
|
- ``passTypeIdsDeleteInstance(_:)``
|
||
|
|
- ``passTypeIdsCertificatesGetToManyRelated(_:)``
|
||
|
|
- ``passTypeIdsCertificatesGetToManyRelationship(_:)``
|
||
|
|
- ``merchantIdsGetCollection(_:)``
|
||
|
|
- ``merchantIdsCreateInstance(_:)``
|
||
|
|
- ``merchantIdsGetInstance(_:)``
|
||
|
|
- ``merchantIdsUpdateInstance(_:)``
|
||
|
|
- ``merchantIdsDeleteInstance(_:)``
|
||
|
|
- ``merchantIdsCertificatesGetToManyRelated(_:)``
|
||
|
|
- ``merchantIdsCertificatesGetToManyRelationship(_:)``
|
||
|
|
|
||
|
|
### Xcode Cloud
|
||
|
|
|
||
|
|
- ``ciProductsGetCollection(_:)``
|
||
|
|
- ``ciProductsGetInstance(_:)``
|
||
|
|
- ``ciProductsDeleteInstance(_:)``
|
||
|
|
- ``ciProductsAdditionalRepositoriesGetToManyRelated(_:)``
|
||
|
|
- ``ciProductsAppGetToOneRelated(_:)``
|
||
|
|
- ``ciProductsBuildRunsGetToManyRelated(_:)``
|
||
|
|
- ``ciProductsPrimaryRepositoriesGetToManyRelated(_:)``
|
||
|
|
- ``ciProductsAdditionalRepositoriesGetToManyRelationship(_:)``
|
||
|
|
- ``ciProductsAppGetToOneRelationship(_:)``
|
||
|
|
- ``ciProductsBuildRunsGetToManyRelationship(_:)``
|
||
|
|
- ``ciProductsPrimaryRepositoriesGetToManyRelationship(_:)``
|
||
|
|
- ``ciProductsWorkflowsGetToManyRelationship(_:)``
|
||
|
|
- ``ciProductsWorkflowsGetToManyRelated(_:)``
|
||
|
|
- ``ciWorkflowsCreateInstance(_:)``
|
||
|
|
- ``ciWorkflowsGetInstance(_:)``
|
||
|
|
- ``ciWorkflowsUpdateInstance(_:)``
|
||
|
|
- ``ciWorkflowsDeleteInstance(_:)``
|
||
|
|
- ``ciWorkflowsBuildRunsGetToManyRelated(_:)``
|
||
|
|
- ``ciWorkflowsBuildRunsGetToManyRelationship(_:)``
|
||
|
|
- ``ciWorkflowsRepositoryGetToOneRelationship(_:)``
|
||
|
|
- ``ciWorkflowsRepositoryGetToOneRelated(_:)``
|
||
|
|
- ``ciBuildRunsCreateInstance(_:)``
|
||
|
|
- ``ciBuildRunsGetInstance(_:)``
|
||
|
|
- ``ciBuildRunsActionsGetToManyRelated(_:)``
|
||
|
|
- ``ciBuildRunsBuildsGetToManyRelated(_:)``
|
||
|
|
- ``ciBuildRunsActionsGetToManyRelationship(_:)``
|
||
|
|
- ``ciBuildRunsBuildsGetToManyRelationship(_:)``
|
||
|
|
- ``ciBuildActionsGetInstance(_:)``
|
||
|
|
- ``ciBuildActionsArtifactsGetToManyRelated(_:)``
|
||
|
|
- ``ciBuildActionsBuildRunGetToOneRelated(_:)``
|
||
|
|
- ``ciBuildActionsIssuesGetToManyRelated(_:)``
|
||
|
|
- ``ciBuildActionsArtifactsGetToManyRelationship(_:)``
|
||
|
|
- ``ciBuildActionsBuildRunGetToOneRelationship(_:)``
|
||
|
|
- ``ciBuildActionsIssuesGetToManyRelationship(_:)``
|
||
|
|
- ``ciBuildActionsTestResultsGetToManyRelationship(_:)``
|
||
|
|
- ``ciBuildActionsTestResultsGetToManyRelated(_:)``
|
||
|
|
- ``ciTestResultsGetInstance(_:)``
|
||
|
|
- ``ciArtifactsGetInstance(_:)``
|
||
|
|
- ``ciIssuesGetInstance(_:)``
|
||
|
|
- ``ciMacOsVersionsGetCollection(_:)``
|
||
|
|
- ``ciMacOsVersionsGetInstance(_:)``
|
||
|
|
- ``ciMacOsVersionsXcodeVersionsGetToManyRelationship(_:)``
|
||
|
|
- ``ciMacOsVersionsXcodeVersionsGetToManyRelated(_:)``
|
||
|
|
- ``ciXcodeVersionsGetCollection(_:)``
|
||
|
|
- ``ciXcodeVersionsGetInstance(_:)``
|
||
|
|
- ``ciXcodeVersionsMacOsVersionsGetToManyRelated(_:)``
|
||
|
|
- ``ciXcodeVersionsMacOsVersionsGetToManyRelationship(_:)``
|
||
|
|
- ``scmProvidersGetCollection(_:)``
|
||
|
|
- ``scmProvidersGetInstance(_:)``
|
||
|
|
- ``scmProvidersRepositoriesGetToManyRelationship(_:)``
|
||
|
|
- ``scmProvidersRepositoriesGetToManyRelated(_:)``
|
||
|
|
- ``scmRepositoriesGetCollection(_:)``
|
||
|
|
- ``scmRepositoriesGetInstance(_:)``
|
||
|
|
- ``scmRepositoriesGitReferencesGetToManyRelated(_:)``
|
||
|
|
- ``scmRepositoriesPullRequestsGetToManyRelated(_:)``
|
||
|
|
- ``scmRepositoriesGitReferencesGetToManyRelationship(_:)``
|
||
|
|
- ``scmRepositoriesPullRequestsGetToManyRelationship(_:)``
|
||
|
|
- ``scmGitReferencesGetInstance(_:)``
|
||
|
|
- ``scmPullRequestsGetInstance(_:)``
|
||
|
|
|
||
|
|
### Analytics and Diagnostics
|
||
|
|
|
||
|
|
- ``analyticsReportRequestsCreateInstance(_:)``
|
||
|
|
- ``analyticsReportRequestsGetInstance(_:)``
|
||
|
|
- ``analyticsReportRequestsDeleteInstance(_:)``
|
||
|
|
- ``analyticsReportRequestsReportsGetToManyRelationship(_:)``
|
||
|
|
- ``analyticsReportRequestsReportsGetToManyRelated(_:)``
|
||
|
|
- ``analyticsReportInstancesGetInstance(_:)``
|
||
|
|
- ``analyticsReportInstancesSegmentsGetToManyRelationship(_:)``
|
||
|
|
- ``analyticsReportInstancesSegmentsGetToManyRelated(_:)``
|
||
|
|
- ``analyticsReportSegmentsGetInstance(_:)``
|
||
|
|
- ``analyticsReportsGetInstance(_:)``
|
||
|
|
- ``analyticsReportsInstancesGetToManyRelated(_:)``
|
||
|
|
- ``analyticsReportsInstancesGetToManyRelationship(_:)``
|
||
|
|
- ``diagnosticSignaturesLogsGetToManyRelated(_:)``
|
||
|
|
- ``appsBetaTesterUsagesGetMetrics(_:)``
|
||
|
|
- ``betaGroupsBetaTesterUsagesGetMetrics(_:)``
|
||
|
|
- ``betaGroupsPublicLinkUsagesGetMetrics(_:)``
|
||
|
|
- ``betaTestersBetaTesterUsagesGetMetrics(_:)``
|
||
|
|
- ``buildsBetaBuildUsagesGetMetrics(_:)``
|
||
|
|
- ``gameCenterDetailsClassicMatchmakingRequestsGetMetrics(_:)``
|
||
|
|
- ``gameCenterDetailsRuleBasedMatchmakingRequestsGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesExperimentMatchmakingQueueSizesGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesExperimentMatchmakingRequestsGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesMatchmakingQueueSizesGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesMatchmakingRequestsGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingQueuesMatchmakingSessionsGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingRulesMatchmakingBooleanRuleResultsGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingRulesMatchmakingNumberRuleResultsGetMetrics(_:)``
|
||
|
|
- ``gameCenterMatchmakingRulesMatchmakingRuleErrorsGetMetrics(_:)``
|
||
|
|
|
||
|
|
### Finance and Sales Reports
|
||
|
|
|
||
|
|
- ``financeReportsGetCollection(_:)``
|
||
|
|
- ``salesReportsGetCollection(_:)``
|
||
|
|
|
||
|
|
### Sandbox Testing
|
||
|
|
|
||
|
|
- ``sandboxTestersV2GetCollection(_:)``
|
||
|
|
- ``sandboxTestersV2UpdateInstance(_:)``
|
||
|
|
- ``sandboxTestersClearPurchaseHistoryRequestV2CreateInstance(_:)``
|
||
|
|
|
||
|
|
### Alternative Distribution and Marketplace
|
||
|
|
|
||
|
|
- ``alternativeDistributionDomainsGetCollection(_:)``
|
||
|
|
- ``alternativeDistributionDomainsCreateInstance(_:)``
|
||
|
|
- ``alternativeDistributionDomainsGetInstance(_:)``
|
||
|
|
- ``alternativeDistributionDomainsDeleteInstance(_:)``
|
||
|
|
- ``alternativeDistributionKeysGetCollection(_:)``
|
||
|
|
- ``alternativeDistributionKeysCreateInstance(_:)``
|
||
|
|
- ``alternativeDistributionKeysGetInstance(_:)``
|
||
|
|
- ``alternativeDistributionKeysDeleteInstance(_:)``
|
||
|
|
- ``alternativeDistributionPackagesCreateInstance(_:)``
|
||
|
|
- ``alternativeDistributionPackagesGetInstance(_:)``
|
||
|
|
- ``alternativeDistributionPackagesVersionsGetToManyRelationship(_:)``
|
||
|
|
- ``alternativeDistributionPackagesVersionsGetToManyRelated(_:)``
|
||
|
|
- ``alternativeDistributionPackageVersionsGetInstance(_:)``
|
||
|
|
- ``alternativeDistributionPackageVersionsDeltasGetToManyRelated(_:)``
|
||
|
|
- ``alternativeDistributionPackageVersionsDeltasGetToManyRelationship(_:)``
|
||
|
|
- ``alternativeDistributionPackageVersionsVariantsGetToManyRelationship(_:)``
|
||
|
|
- ``alternativeDistributionPackageVersionsVariantsGetToManyRelated(_:)``
|
||
|
|
- ``alternativeDistributionPackageVariantsGetInstance(_:)``
|
||
|
|
- ``alternativeDistributionPackageDeltasGetInstance(_:)``
|
||
|
|
- ``marketplaceSearchDetailsCreateInstance(_:)``
|
||
|
|
- ``marketplaceSearchDetailsUpdateInstance(_:)``
|
||
|
|
- ``marketplaceSearchDetailsDeleteInstance(_:)``
|
||
|
|
- ``marketplaceWebhooksGetCollection(_:)``
|
||
|
|
- ``marketplaceWebhooksCreateInstance(_:)``
|
||
|
|
- ``marketplaceWebhooksUpdateInstance(_:)``
|
||
|
|
- ``marketplaceWebhooksDeleteInstance(_:)``
|
||
|
|
|
||
|
|
### End User License Agreements
|
||
|
|
|
||
|
|
- ``endUserLicenseAgreementsCreateInstance(_:)``
|
||
|
|
- ``endUserLicenseAgreementsGetInstance(_:)``
|
||
|
|
- ``endUserLicenseAgreementsUpdateInstance(_:)``
|
||
|
|
- ``endUserLicenseAgreementsDeleteInstance(_:)``
|
||
|
|
- ``endUserLicenseAgreementsTerritoriesGetToManyRelationship(_:)``
|
||
|
|
- ``endUserLicenseAgreementsTerritoriesGetToManyRelated(_:)``
|
||
|
|
|
||
|
|
### Territories
|
||
|
|
|
||
|
|
- ``territoriesGetCollection(_:)``
|
||
|
|
- ``territoryAvailabilitiesUpdateInstance(_:)``
|
||
|
|
|
||
|
|
### Background Assets
|
||
|
|
|
||
|
|
- ``backgroundAssetsCreateInstance(_:)``
|
||
|
|
- ``backgroundAssetsGetInstance(_:)``
|
||
|
|
- ``backgroundAssetsUpdateInstance(_:)``
|
||
|
|
- ``backgroundAssetsVersionsGetToManyRelationship(_:)``
|
||
|
|
- ``backgroundAssetsVersionsGetToManyRelated(_:)``
|
||
|
|
- ``backgroundAssetVersionsCreateInstance(_:)``
|
||
|
|
- ``backgroundAssetVersionsGetInstance(_:)``
|
||
|
|
- ``backgroundAssetVersionsBackgroundAssetUploadFilesGetToManyRelated(_:)``
|
||
|
|
- ``backgroundAssetVersionsBackgroundAssetUploadFilesGetToManyRelationship(_:)``
|
||
|
|
- ``backgroundAssetUploadFilesCreateInstance(_:)``
|
||
|
|
- ``backgroundAssetUploadFilesGetInstance(_:)``
|
||
|
|
- ``backgroundAssetUploadFilesUpdateInstance(_:)``
|
||
|
|
- ``backgroundAssetVersionAppStoreReleasesGetInstance(_:)``
|
||
|
|
- ``backgroundAssetVersionExternalBetaReleasesGetInstance(_:)``
|
||
|
|
- ``backgroundAssetVersionInternalBetaReleasesGetInstance(_:)``
|
||
|
|
|
||
|
|
### Webhooks
|
||
|
|
|
||
|
|
- ``webhooksCreateInstance(_:)``
|
||
|
|
- ``webhooksGetInstance(_:)``
|
||
|
|
- ``webhooksUpdateInstance(_:)``
|
||
|
|
- ``webhooksDeleteInstance(_:)``
|
||
|
|
- ``webhooksDeliveriesGetToManyRelated(_:)``
|
||
|
|
- ``webhooksDeliveriesGetToManyRelationship(_:)``
|
||
|
|
- ``webhookDeliveriesCreateInstance(_:)``
|
||
|
|
- ``webhookPingsCreateInstance(_:)``
|
||
|
|
|
||
|
|
### Android to iOS Migration
|
||
|
|
|
||
|
|
- ``androidToIosAppMappingDetailsCreateInstance(_:)``
|
||
|
|
- ``androidToIosAppMappingDetailsGetInstance(_:)``
|
||
|
|
- ``androidToIosAppMappingDetailsUpdateInstance(_:)``
|
||
|
|
- ``androidToIosAppMappingDetailsDeleteInstance(_:)``
|
||
|
|
|