├── LICENSE ├── README.md ├── composer.json ├── composer.lock └── src ├── AccessToken └── Generate.php ├── Client.php ├── Collection.php ├── Exception.php ├── Http ├── Batch.php ├── MediaFileUpload.php └── REST.php ├── Model.php ├── ModelConfig.php ├── Service.php ├── Services ├── AppStore.php ├── AppStore │ ├── Actor.php │ ├── ActorResponse.php │ ├── ActorsResponse.php │ ├── AgeRatingDeclaration.php │ ├── AgeRatingDeclarationResponse.php │ ├── AgeRatingDeclarationUpdateRequest.php │ ├── AgeRatingDeclarationWithoutIncludesResponse.php │ ├── AlternativeDistributionDomain.php │ ├── AlternativeDistributionDomainCreateRequest.php │ ├── AlternativeDistributionDomainResponse.php │ ├── AlternativeDistributionDomainsResponse.php │ ├── AlternativeDistributionKey.php │ ├── AlternativeDistributionKeyCreateRequest.php │ ├── AlternativeDistributionKeyResponse.php │ ├── AlternativeDistributionKeysResponse.php │ ├── AlternativeDistributionPackage.php │ ├── AlternativeDistributionPackageCreateRequest.php │ ├── AlternativeDistributionPackageDelta.php │ ├── AlternativeDistributionPackageDeltaResponse.php │ ├── AlternativeDistributionPackageDeltasResponse.php │ ├── AlternativeDistributionPackageResponse.php │ ├── AlternativeDistributionPackageVariant.php │ ├── AlternativeDistributionPackageVariantResponse.php │ ├── AlternativeDistributionPackageVariantsResponse.php │ ├── AlternativeDistributionPackageVersion.php │ ├── AlternativeDistributionPackageVersionResponse.php │ ├── AlternativeDistributionPackageVersionsResponse.php │ ├── AnalyticsReport.php │ ├── AnalyticsReportInstance.php │ ├── AnalyticsReportInstanceResponse.php │ ├── AnalyticsReportInstancesResponse.php │ ├── AnalyticsReportRequest.php │ ├── AnalyticsReportRequestCreateRequest.php │ ├── AnalyticsReportRequestResponse.php │ ├── AnalyticsReportRequestsResponse.php │ ├── AnalyticsReportResponse.php │ ├── AnalyticsReportSegment.php │ ├── AnalyticsReportSegmentResponse.php │ ├── AnalyticsReportSegmentsResponse.php │ ├── AnalyticsReportsResponse.php │ ├── App.php │ ├── AppAvailability.php │ ├── AppAvailabilityCreateRequest.php │ ├── AppAvailabilityResponse.php │ ├── AppAvailabilityV2.php │ ├── AppAvailabilityV2CreateRequest.php │ ├── AppAvailabilityV2Response.php │ ├── AppBetaTestersLinkagesRequest.php │ ├── AppCategoriesResponse.php │ ├── AppCategoriesWithoutIncludesResponse.php │ ├── AppCategory.php │ ├── AppCategoryResponse.php │ ├── AppCategoryWithoutIncludesResponse.php │ ├── AppClip.php │ ├── AppClipAction.php │ ├── AppClipAdvancedExperience.php │ ├── AppClipAdvancedExperienceCreateRequest.php │ ├── AppClipAdvancedExperienceImage.php │ ├── AppClipAdvancedExperienceImageCreateRequest.php │ ├── AppClipAdvancedExperienceImageResponse.php │ ├── AppClipAdvancedExperienceImageUpdateRequest.php │ ├── AppClipAdvancedExperienceLanguage.php │ ├── AppClipAdvancedExperienceLocalization.php │ ├── AppClipAdvancedExperienceLocalizationInlineCreate.php │ ├── AppClipAdvancedExperienceResponse.php │ ├── AppClipAdvancedExperienceUpdateRequest.php │ ├── AppClipAdvancedExperiencesResponse.php │ ├── AppClipAppStoreReviewDetail.php │ ├── AppClipAppStoreReviewDetailCreateRequest.php │ ├── AppClipAppStoreReviewDetailResponse.php │ ├── AppClipAppStoreReviewDetailUpdateRequest.php │ ├── AppClipDefaultExperience.php │ ├── AppClipDefaultExperienceCreateRequest.php │ ├── AppClipDefaultExperienceLocalization.php │ ├── AppClipDefaultExperienceLocalizationCreateRequest.php │ ├── AppClipDefaultExperienceLocalizationResponse.php │ ├── AppClipDefaultExperienceLocalizationUpdateRequest.php │ ├── AppClipDefaultExperienceLocalizationsResponse.php │ ├── AppClipDefaultExperienceReleaseWithAppStoreVersionLinkageRequest.php │ ├── AppClipDefaultExperienceReleaseWithAppStoreVersionLinkageResponse.php │ ├── AppClipDefaultExperienceResponse.php │ ├── AppClipDefaultExperienceUpdateRequest.php │ ├── AppClipDefaultExperiencesResponse.php │ ├── AppClipDomainStatus.php │ ├── AppClipDomainStatusResponse.php │ ├── AppClipHeaderImage.php │ ├── AppClipHeaderImageCreateRequest.php │ ├── AppClipHeaderImageResponse.php │ ├── AppClipHeaderImageUpdateRequest.php │ ├── AppClipResponse.php │ ├── AppClipsResponse.php │ ├── AppCustomProductPage.php │ ├── AppCustomProductPageCreateRequest.php │ ├── AppCustomProductPageLocalization.php │ ├── AppCustomProductPageLocalizationCreateRequest.php │ ├── AppCustomProductPageLocalizationInlineCreate.php │ ├── AppCustomProductPageLocalizationResponse.php │ ├── AppCustomProductPageLocalizationUpdateRequest.php │ ├── AppCustomProductPageLocalizationsResponse.php │ ├── AppCustomProductPageResponse.php │ ├── AppCustomProductPageUpdateRequest.php │ ├── AppCustomProductPageVersion.php │ ├── AppCustomProductPageVersionCreateRequest.php │ ├── AppCustomProductPageVersionInlineCreate.php │ ├── AppCustomProductPageVersionResponse.php │ ├── AppCustomProductPageVersionUpdateRequest.php │ ├── AppCustomProductPageVersionsResponse.php │ ├── AppCustomProductPagesResponse.php │ ├── AppEncryptionDeclaration.php │ ├── AppEncryptionDeclarationBuildsLinkagesRequest.php │ ├── AppEncryptionDeclarationDocument.php │ ├── AppEncryptionDeclarationDocumentCreateRequest.php │ ├── AppEncryptionDeclarationDocumentResponse.php │ ├── AppEncryptionDeclarationDocumentUpdateRequest.php │ ├── AppEncryptionDeclarationResponse.php │ ├── AppEncryptionDeclarationState.php │ ├── AppEncryptionDeclarationWithoutIncludesResponse.php │ ├── AppEncryptionDeclarationsResponse.php │ ├── AppEvent.php │ ├── AppEventAssetType.php │ ├── AppEventCreateRequest.php │ ├── AppEventLocalization.php │ ├── AppEventLocalizationCreateRequest.php │ ├── AppEventLocalizationResponse.php │ ├── AppEventLocalizationUpdateRequest.php │ ├── AppEventLocalizationsResponse.php │ ├── AppEventResponse.php │ ├── AppEventScreenshot.php │ ├── AppEventScreenshotCreateRequest.php │ ├── AppEventScreenshotResponse.php │ ├── AppEventScreenshotUpdateRequest.php │ ├── AppEventScreenshotsResponse.php │ ├── AppEventUpdateRequest.php │ ├── AppEventVideoClip.php │ ├── AppEventVideoClipCreateRequest.php │ ├── AppEventVideoClipResponse.php │ ├── AppEventVideoClipUpdateRequest.php │ ├── AppEventVideoClipsResponse.php │ ├── AppEventsResponse.php │ ├── AppInfo.php │ ├── AppInfoLocalization.php │ ├── AppInfoLocalizationCreateRequest.php │ ├── AppInfoLocalizationResponse.php │ ├── AppInfoLocalizationUpdateRequest.php │ ├── AppInfoLocalizationsResponse.php │ ├── AppInfoResponse.php │ ├── AppInfoUpdateRequest.php │ ├── AppInfosResponse.php │ ├── AppMediaAssetState.php │ ├── AppMediaStateError.php │ ├── AppPreOrder.php │ ├── AppPreOrderCreateRequest.php │ ├── AppPreOrderResponse.php │ ├── AppPreOrderUpdateRequest.php │ ├── AppPreOrderWithoutIncludesResponse.php │ ├── AppPreview.php │ ├── AppPreviewCreateRequest.php │ ├── AppPreviewResponse.php │ ├── AppPreviewSet.php │ ├── AppPreviewSetAppPreviewsLinkagesRequest.php │ ├── AppPreviewSetAppPreviewsLinkagesResponse.php │ ├── AppPreviewSetCreateRequest.php │ ├── AppPreviewSetResponse.php │ ├── AppPreviewSetsResponse.php │ ├── AppPreviewUpdateRequest.php │ ├── AppPreviewsResponse.php │ ├── AppPrice.php │ ├── AppPriceInlineCreate.php │ ├── AppPricePoint.php │ ├── AppPricePointResponse.php │ ├── AppPricePointV2.php │ ├── AppPricePointV3.php │ ├── AppPricePointV3Response.php │ ├── AppPricePointsResponse.php │ ├── AppPricePointsV2Response.php │ ├── AppPricePointsV3Response.php │ ├── AppPriceResponse.php │ ├── AppPriceSchedule.php │ ├── AppPriceScheduleCreateRequest.php │ ├── AppPriceScheduleResponse.php │ ├── AppPriceTier.php │ ├── AppPriceTierResponse.php │ ├── AppPriceTiersResponse.php │ ├── AppPriceV2.php │ ├── AppPriceV2InlineCreate.php │ ├── AppPricesResponse.php │ ├── AppPricesV2Response.php │ ├── AppPromotedPurchasesLinkagesRequest.php │ ├── AppPromotedPurchasesLinkagesResponse.php │ ├── AppResponse.php │ ├── AppScreenshot.php │ ├── AppScreenshotCreateRequest.php │ ├── AppScreenshotResponse.php │ ├── AppScreenshotSet.php │ ├── AppScreenshotSetAppScreenshotsLinkagesRequest.php │ ├── AppScreenshotSetAppScreenshotsLinkagesResponse.php │ ├── AppScreenshotSetCreateRequest.php │ ├── AppScreenshotSetResponse.php │ ├── AppScreenshotSetsResponse.php │ ├── AppScreenshotUpdateRequest.php │ ├── AppScreenshotsResponse.php │ ├── AppStoreAgeRating.php │ ├── AppStoreReviewAttachment.php │ ├── AppStoreReviewAttachmentCreateRequest.php │ ├── AppStoreReviewAttachmentResponse.php │ ├── AppStoreReviewAttachmentUpdateRequest.php │ ├── AppStoreReviewAttachmentsResponse.php │ ├── AppStoreReviewDetail.php │ ├── AppStoreReviewDetailCreateRequest.php │ ├── AppStoreReviewDetailResponse.php │ ├── AppStoreReviewDetailUpdateRequest.php │ ├── AppStoreVersion.php │ ├── AppStoreVersionAppClipDefaultExperienceLinkageRequest.php │ ├── AppStoreVersionAppClipDefaultExperienceLinkageResponse.php │ ├── AppStoreVersionBuildLinkageRequest.php │ ├── AppStoreVersionBuildLinkageResponse.php │ ├── AppStoreVersionCreateRequest.php │ ├── AppStoreVersionExperiment.php │ ├── AppStoreVersionExperimentCreateRequest.php │ ├── AppStoreVersionExperimentResponse.php │ ├── AppStoreVersionExperimentTreatment.php │ ├── AppStoreVersionExperimentTreatmentCreateRequest.php │ ├── AppStoreVersionExperimentTreatmentLocalization.php │ ├── AppStoreVersionExperimentTreatmentLocalizationCreateRequest.php │ ├── AppStoreVersionExperimentTreatmentLocalizationResponse.php │ ├── AppStoreVersionExperimentTreatmentLocalizationsResponse.php │ ├── AppStoreVersionExperimentTreatmentResponse.php │ ├── AppStoreVersionExperimentTreatmentUpdateRequest.php │ ├── AppStoreVersionExperimentTreatmentsResponse.php │ ├── AppStoreVersionExperimentUpdateRequest.php │ ├── AppStoreVersionExperimentV2.php │ ├── AppStoreVersionExperimentV2CreateRequest.php │ ├── AppStoreVersionExperimentV2Response.php │ ├── AppStoreVersionExperimentV2UpdateRequest.php │ ├── AppStoreVersionExperimentsResponse.php │ ├── AppStoreVersionExperimentsV2Response.php │ ├── AppStoreVersionLocalization.php │ ├── AppStoreVersionLocalizationCreateRequest.php │ ├── AppStoreVersionLocalizationResponse.php │ ├── AppStoreVersionLocalizationUpdateRequest.php │ ├── AppStoreVersionLocalizationsResponse.php │ ├── AppStoreVersionLocalizationsWithoutIncludesResponse.php │ ├── AppStoreVersionPhasedRelease.php │ ├── AppStoreVersionPhasedReleaseCreateRequest.php │ ├── AppStoreVersionPhasedReleaseResponse.php │ ├── AppStoreVersionPhasedReleaseUpdateRequest.php │ ├── AppStoreVersionPhasedReleaseWithoutIncludesResponse.php │ ├── AppStoreVersionPromotion.php │ ├── AppStoreVersionPromotionCreateRequest.php │ ├── AppStoreVersionPromotionResponse.php │ ├── AppStoreVersionReleaseRequest.php │ ├── AppStoreVersionReleaseRequestCreateRequest.php │ ├── AppStoreVersionReleaseRequestResponse.php │ ├── AppStoreVersionResponse.php │ ├── AppStoreVersionState.php │ ├── AppStoreVersionSubmission.php │ ├── AppStoreVersionSubmissionCreateRequest.php │ ├── AppStoreVersionSubmissionResponse.php │ ├── AppStoreVersionUpdateRequest.php │ ├── AppStoreVersionsResponse.php │ ├── AppUpdateRequest.php │ ├── AppVersionState.php │ ├── AppWithoutIncludesResponse.php │ ├── AppsBetaTesterUsagesV1MetricResponse.php │ ├── AppsResponse.php │ ├── AppsWithoutIncludesResponse.php │ ├── BetaAppClipInvocation.php │ ├── BetaAppClipInvocationCreateRequest.php │ ├── BetaAppClipInvocationLocalization.php │ ├── BetaAppClipInvocationLocalizationCreateRequest.php │ ├── BetaAppClipInvocationLocalizationInlineCreate.php │ ├── BetaAppClipInvocationLocalizationResponse.php │ ├── BetaAppClipInvocationLocalizationUpdateRequest.php │ ├── BetaAppClipInvocationResponse.php │ ├── BetaAppClipInvocationUpdateRequest.php │ ├── BetaAppClipInvocationsResponse.php │ ├── BetaAppLocalization.php │ ├── BetaAppLocalizationCreateRequest.php │ ├── BetaAppLocalizationResponse.php │ ├── BetaAppLocalizationUpdateRequest.php │ ├── BetaAppLocalizationsResponse.php │ ├── BetaAppLocalizationsWithoutIncludesResponse.php │ ├── BetaAppReviewDetail.php │ ├── BetaAppReviewDetailResponse.php │ ├── BetaAppReviewDetailUpdateRequest.php │ ├── BetaAppReviewDetailWithoutIncludesResponse.php │ ├── BetaAppReviewDetailsResponse.php │ ├── BetaAppReviewSubmission.php │ ├── BetaAppReviewSubmissionCreateRequest.php │ ├── BetaAppReviewSubmissionResponse.php │ ├── BetaAppReviewSubmissionWithoutIncludesResponse.php │ ├── BetaAppReviewSubmissionsResponse.php │ ├── BetaBuildLocalization.php │ ├── BetaBuildLocalizationCreateRequest.php │ ├── BetaBuildLocalizationResponse.php │ ├── BetaBuildLocalizationUpdateRequest.php │ ├── BetaBuildLocalizationsResponse.php │ ├── BetaBuildLocalizationsWithoutIncludesResponse.php │ ├── BetaBuildUsagesV1MetricResponse.php │ ├── BetaGroup.php │ ├── BetaGroupBetaTestersLinkagesRequest.php │ ├── BetaGroupBetaTestersLinkagesResponse.php │ ├── BetaGroupBuildsLinkagesRequest.php │ ├── BetaGroupBuildsLinkagesResponse.php │ ├── BetaGroupCreateRequest.php │ ├── BetaGroupResponse.php │ ├── BetaGroupUpdateRequest.php │ ├── BetaGroupsResponse.php │ ├── BetaGroupsWithoutIncludesResponse.php │ ├── BetaInviteType.php │ ├── BetaLicenseAgreement.php │ ├── BetaLicenseAgreementResponse.php │ ├── BetaLicenseAgreementUpdateRequest.php │ ├── BetaLicenseAgreementWithoutIncludesResponse.php │ ├── BetaLicenseAgreementsResponse.php │ ├── BetaReviewState.php │ ├── BetaTester.php │ ├── BetaTesterAppsLinkagesRequest.php │ ├── BetaTesterAppsLinkagesResponse.php │ ├── BetaTesterBetaGroupsLinkagesRequest.php │ ├── BetaTesterBetaGroupsLinkagesResponse.php │ ├── BetaTesterBuildsLinkagesRequest.php │ ├── BetaTesterBuildsLinkagesResponse.php │ ├── BetaTesterCreateRequest.php │ ├── BetaTesterInvitation.php │ ├── BetaTesterInvitationCreateRequest.php │ ├── BetaTesterInvitationResponse.php │ ├── BetaTesterResponse.php │ ├── BetaTesterState.php │ ├── BetaTesterUsagesV1MetricResponse.php │ ├── BetaTestersResponse.php │ ├── BetaTestersWithoutIncludesResponse.php │ ├── BrazilAgeRating.php │ ├── Build.php │ ├── BuildAppEncryptionDeclarationLinkageRequest.php │ ├── BuildAppEncryptionDeclarationLinkageResponse.php │ ├── BuildAudienceType.php │ ├── BuildBetaDetail.php │ ├── BuildBetaDetailResponse.php │ ├── BuildBetaDetailUpdateRequest.php │ ├── BuildBetaDetailWithoutIncludesResponse.php │ ├── BuildBetaDetailsResponse.php │ ├── BuildBetaGroupsLinkagesRequest.php │ ├── BuildBetaNotification.php │ ├── BuildBetaNotificationCreateRequest.php │ ├── BuildBetaNotificationResponse.php │ ├── BuildBundle.php │ ├── BuildBundleFileSize.php │ ├── BuildBundleFileSizesResponse.php │ ├── BuildIcon.php │ ├── BuildIconsResponse.php │ ├── BuildIconsWithoutIncludesResponse.php │ ├── BuildIndividualTestersLinkagesRequest.php │ ├── BuildIndividualTestersLinkagesResponse.php │ ├── BuildResponse.php │ ├── BuildUpdateRequest.php │ ├── BuildWithoutIncludesResponse.php │ ├── BuildsResponse.php │ ├── BuildsWithoutIncludesResponse.php │ ├── BundleId.php │ ├── BundleIdCapabilitiesResponse.php │ ├── BundleIdCapabilitiesWithoutIncludesResponse.php │ ├── BundleIdCapability.php │ ├── BundleIdCapabilityCreateRequest.php │ ├── BundleIdCapabilityResponse.php │ ├── BundleIdCapabilityUpdateRequest.php │ ├── BundleIdCreateRequest.php │ ├── BundleIdPlatform.php │ ├── BundleIdResponse.php │ ├── BundleIdUpdateRequest.php │ ├── BundleIdWithoutIncludesResponse.php │ ├── BundleIdsResponse.php │ ├── CapabilityOption.php │ ├── CapabilitySetting.php │ ├── CapabilityType.php │ ├── Certificate.php │ ├── CertificateCreateRequest.php │ ├── CertificateResponse.php │ ├── CertificateType.php │ ├── CertificatesResponse.php │ ├── CertificatesWithoutIncludesResponse.php │ ├── CiAction.php │ ├── CiActionType.php │ ├── CiArtifact.php │ ├── CiArtifactResponse.php │ ├── CiArtifactsResponse.php │ ├── CiBranchPatterns.php │ ├── CiBranchStartCondition.php │ ├── CiBuildAction.php │ ├── CiBuildActionResponse.php │ ├── CiBuildActionsResponse.php │ ├── CiBuildRun.php │ ├── CiBuildRunCreateRequest.php │ ├── CiBuildRunResponse.php │ ├── CiBuildRunsResponse.php │ ├── CiCompletionStatus.php │ ├── CiExecutionProgress.php │ ├── CiFilesAndFoldersRule.php │ ├── CiGitRefKind.php │ ├── CiGitUser.php │ ├── CiIssue.php │ ├── CiIssueCounts.php │ ├── CiIssueResponse.php │ ├── CiIssuesResponse.php │ ├── CiMacOsVersion.php │ ├── CiMacOsVersionResponse.php │ ├── CiMacOsVersionsResponse.php │ ├── CiManualBranchStartCondition.php │ ├── CiManualPullRequestStartCondition.php │ ├── CiManualTagStartCondition.php │ ├── CiProduct.php │ ├── CiProductResponse.php │ ├── CiProductsResponse.php │ ├── CiPullRequestStartCondition.php │ ├── CiScheduledStartCondition.php │ ├── CiStartConditionFileMatcher.php │ ├── CiTagPatterns.php │ ├── CiTagStartCondition.php │ ├── CiTestDestination.php │ ├── CiTestDestinationKind.php │ ├── CiTestResult.php │ ├── CiTestResultResponse.php │ ├── CiTestResultsResponse.php │ ├── CiTestStatus.php │ ├── CiWorkflow.php │ ├── CiWorkflowCreateRequest.php │ ├── CiWorkflowResponse.php │ ├── CiWorkflowUpdateRequest.php │ ├── CiWorkflowsResponse.php │ ├── CiXcodeVersion.php │ ├── CiXcodeVersionResponse.php │ ├── CiXcodeVersionsResponse.php │ ├── CustomerReview.php │ ├── CustomerReviewResponse.php │ ├── CustomerReviewResponseV1.php │ ├── CustomerReviewResponseV1CreateRequest.php │ ├── CustomerReviewResponseV1Response.php │ ├── CustomerReviewsResponse.php │ ├── Device.php │ ├── DeviceCreateRequest.php │ ├── DeviceResponse.php │ ├── DeviceUpdateRequest.php │ ├── DevicesResponse.php │ ├── DevicesWithoutIncludesResponse.php │ ├── DiagnosticInsight.php │ ├── DiagnosticInsightDirection.php │ ├── DiagnosticInsightType.php │ ├── DiagnosticLog.php │ ├── DiagnosticLogCallStackNode.php │ ├── DiagnosticSignature.php │ ├── DiagnosticSignaturesResponse.php │ ├── DocumentLinks.php │ ├── EndAppAvailabilityPreOrder.php │ ├── EndAppAvailabilityPreOrderCreateRequest.php │ ├── EndAppAvailabilityPreOrderResponse.php │ ├── EndUserLicenseAgreement.php │ ├── EndUserLicenseAgreementCreateRequest.php │ ├── EndUserLicenseAgreementResponse.php │ ├── EndUserLicenseAgreementUpdateRequest.php │ ├── EndUserLicenseAgreementWithoutIncludesResponse.php │ ├── ErrorLinks.php │ ├── ErrorResponse.php │ ├── ErrorSourceParameter.php │ ├── ErrorSourcePointer.php │ ├── ExternalBetaState.php │ ├── FileLocation.php │ ├── GameCenterAchievement.php │ ├── GameCenterAchievementCreateRequest.php │ ├── GameCenterAchievementGroupAchievementLinkageRequest.php │ ├── GameCenterAchievementGroupAchievementLinkageResponse.php │ ├── GameCenterAchievementImage.php │ ├── GameCenterAchievementImageCreateRequest.php │ ├── GameCenterAchievementImageResponse.php │ ├── GameCenterAchievementImageUpdateRequest.php │ ├── GameCenterAchievementLocalization.php │ ├── GameCenterAchievementLocalizationCreateRequest.php │ ├── GameCenterAchievementLocalizationResponse.php │ ├── GameCenterAchievementLocalizationUpdateRequest.php │ ├── GameCenterAchievementLocalizationsResponse.php │ ├── GameCenterAchievementRelease.php │ ├── GameCenterAchievementReleaseCreateRequest.php │ ├── GameCenterAchievementReleaseResponse.php │ ├── GameCenterAchievementReleasesResponse.php │ ├── GameCenterAchievementResponse.php │ ├── GameCenterAchievementUpdateRequest.php │ ├── GameCenterAchievementsResponse.php │ ├── GameCenterAppVersion.php │ ├── GameCenterAppVersionCompatibilityVersionsLinkagesRequest.php │ ├── GameCenterAppVersionCompatibilityVersionsLinkagesResponse.php │ ├── GameCenterAppVersionCreateRequest.php │ ├── GameCenterAppVersionResponse.php │ ├── GameCenterAppVersionUpdateRequest.php │ ├── GameCenterAppVersionsResponse.php │ ├── GameCenterDetail.php │ ├── GameCenterDetailCreateRequest.php │ ├── GameCenterDetailGameCenterAchievementsLinkagesRequest.php │ ├── GameCenterDetailGameCenterAchievementsLinkagesResponse.php │ ├── GameCenterDetailGameCenterLeaderboardSetsLinkagesRequest.php │ ├── GameCenterDetailGameCenterLeaderboardSetsLinkagesResponse.php │ ├── GameCenterDetailGameCenterLeaderboardsLinkagesRequest.php │ ├── GameCenterDetailGameCenterLeaderboardsLinkagesResponse.php │ ├── GameCenterDetailResponse.php │ ├── GameCenterDetailUpdateRequest.php │ ├── GameCenterDetailsResponse.php │ ├── GameCenterEnabledVersion.php │ ├── GameCenterEnabledVersionCompatibleVersionsLinkagesRequest.php │ ├── GameCenterEnabledVersionCompatibleVersionsLinkagesResponse.php │ ├── GameCenterEnabledVersionsResponse.php │ ├── GameCenterGroup.php │ ├── GameCenterGroupCreateRequest.php │ ├── GameCenterGroupGameCenterAchievementsLinkagesRequest.php │ ├── GameCenterGroupGameCenterAchievementsLinkagesResponse.php │ ├── GameCenterGroupGameCenterLeaderboardSetsLinkagesRequest.php │ ├── GameCenterGroupGameCenterLeaderboardSetsLinkagesResponse.php │ ├── GameCenterGroupGameCenterLeaderboardsLinkagesRequest.php │ ├── GameCenterGroupGameCenterLeaderboardsLinkagesResponse.php │ ├── GameCenterGroupResponse.php │ ├── GameCenterGroupUpdateRequest.php │ ├── GameCenterGroupsResponse.php │ ├── GameCenterLeaderboard.php │ ├── GameCenterLeaderboardCreateRequest.php │ ├── GameCenterLeaderboardEntrySubmission.php │ ├── GameCenterLeaderboardEntrySubmissionCreateRequest.php │ ├── GameCenterLeaderboardEntrySubmissionResponse.php │ ├── GameCenterLeaderboardFormatter.php │ ├── GameCenterLeaderboardGroupLeaderboardLinkageRequest.php │ ├── GameCenterLeaderboardGroupLeaderboardLinkageResponse.php │ ├── GameCenterLeaderboardImage.php │ ├── GameCenterLeaderboardImageCreateRequest.php │ ├── GameCenterLeaderboardImageResponse.php │ ├── GameCenterLeaderboardImageUpdateRequest.php │ ├── GameCenterLeaderboardLocalization.php │ ├── GameCenterLeaderboardLocalizationCreateRequest.php │ ├── GameCenterLeaderboardLocalizationResponse.php │ ├── GameCenterLeaderboardLocalizationUpdateRequest.php │ ├── GameCenterLeaderboardLocalizationsResponse.php │ ├── GameCenterLeaderboardRelease.php │ ├── GameCenterLeaderboardReleaseCreateRequest.php │ ├── GameCenterLeaderboardReleaseResponse.php │ ├── GameCenterLeaderboardReleasesResponse.php │ ├── GameCenterLeaderboardResponse.php │ ├── GameCenterLeaderboardSet.php │ ├── GameCenterLeaderboardSetCreateRequest.php │ ├── GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesRequest.php │ ├── GameCenterLeaderboardSetGameCenterLeaderboardsLinkagesResponse.php │ ├── GameCenterLeaderboardSetGroupLeaderboardSetLinkageRequest.php │ ├── GameCenterLeaderboardSetGroupLeaderboardSetLinkageResponse.php │ ├── GameCenterLeaderboardSetImage.php │ ├── GameCenterLeaderboardSetImageCreateRequest.php │ ├── GameCenterLeaderboardSetImageResponse.php │ ├── GameCenterLeaderboardSetImageUpdateRequest.php │ ├── GameCenterLeaderboardSetLocalization.php │ ├── GameCenterLeaderboardSetLocalizationCreateRequest.php │ ├── GameCenterLeaderboardSetLocalizationResponse.php │ ├── GameCenterLeaderboardSetLocalizationUpdateRequest.php │ ├── GameCenterLeaderboardSetLocalizationsResponse.php │ ├── GameCenterLeaderboardSetMemberLocalization.php │ ├── GameCenterLeaderboardSetMemberLocalizationCreateRequest.php │ ├── GameCenterLeaderboardSetMemberLocalizationResponse.php │ ├── GameCenterLeaderboardSetMemberLocalizationUpdateRequest.php │ ├── GameCenterLeaderboardSetMemberLocalizationsResponse.php │ ├── GameCenterLeaderboardSetRelease.php │ ├── GameCenterLeaderboardSetReleaseCreateRequest.php │ ├── GameCenterLeaderboardSetReleaseResponse.php │ ├── GameCenterLeaderboardSetReleasesResponse.php │ ├── GameCenterLeaderboardSetResponse.php │ ├── GameCenterLeaderboardSetUpdateRequest.php │ ├── GameCenterLeaderboardSetsResponse.php │ ├── GameCenterLeaderboardUpdateRequest.php │ ├── GameCenterLeaderboardsResponse.php │ ├── GameCenterMatchmakingAppRequestsV1MetricResponse.php │ ├── GameCenterMatchmakingBooleanRuleResultsV1MetricResponse.php │ ├── GameCenterMatchmakingNumberRuleResultsV1MetricResponse.php │ ├── GameCenterMatchmakingQueue.php │ ├── GameCenterMatchmakingQueueCreateRequest.php │ ├── GameCenterMatchmakingQueueRequestsV1MetricResponse.php │ ├── GameCenterMatchmakingQueueResponse.php │ ├── GameCenterMatchmakingQueueSizesV1MetricResponse.php │ ├── GameCenterMatchmakingQueueUpdateRequest.php │ ├── GameCenterMatchmakingQueuesResponse.php │ ├── GameCenterMatchmakingRule.php │ ├── GameCenterMatchmakingRuleCreateRequest.php │ ├── GameCenterMatchmakingRuleErrorsV1MetricResponse.php │ ├── GameCenterMatchmakingRuleResponse.php │ ├── GameCenterMatchmakingRuleSet.php │ ├── GameCenterMatchmakingRuleSetCreateRequest.php │ ├── GameCenterMatchmakingRuleSetResponse.php │ ├── GameCenterMatchmakingRuleSetTest.php │ ├── GameCenterMatchmakingRuleSetTestCreateRequest.php │ ├── GameCenterMatchmakingRuleSetTestResponse.php │ ├── GameCenterMatchmakingRuleSetUpdateRequest.php │ ├── GameCenterMatchmakingRuleSetsResponse.php │ ├── GameCenterMatchmakingRuleUpdateRequest.php │ ├── GameCenterMatchmakingRulesResponse.php │ ├── GameCenterMatchmakingSessionsV1MetricResponse.php │ ├── GameCenterMatchmakingTeam.php │ ├── GameCenterMatchmakingTeamAssignment.php │ ├── GameCenterMatchmakingTeamCreateRequest.php │ ├── GameCenterMatchmakingTeamResponse.php │ ├── GameCenterMatchmakingTeamUpdateRequest.php │ ├── GameCenterMatchmakingTeamsResponse.php │ ├── GameCenterMatchmakingTestPlayerPropertyInlineCreate.php │ ├── GameCenterMatchmakingTestRequestInlineCreate.php │ ├── GameCenterPlayerAchievementSubmission.php │ ├── GameCenterPlayerAchievementSubmissionCreateRequest.php │ ├── GameCenterPlayerAchievementSubmissionResponse.php │ ├── HttpHeader.php │ ├── IconAssetType.php │ ├── ImageAsset.php │ ├── InAppPurchase.php │ ├── InAppPurchaseAppStoreReviewScreenshot.php │ ├── InAppPurchaseAppStoreReviewScreenshotCreateRequest.php │ ├── InAppPurchaseAppStoreReviewScreenshotResponse.php │ ├── InAppPurchaseAppStoreReviewScreenshotUpdateRequest.php │ ├── InAppPurchaseAvailability.php │ ├── InAppPurchaseAvailabilityCreateRequest.php │ ├── InAppPurchaseAvailabilityResponse.php │ ├── InAppPurchaseContent.php │ ├── InAppPurchaseContentResponse.php │ ├── InAppPurchaseLocalization.php │ ├── InAppPurchaseLocalizationCreateRequest.php │ ├── InAppPurchaseLocalizationResponse.php │ ├── InAppPurchaseLocalizationUpdateRequest.php │ ├── InAppPurchaseLocalizationsResponse.php │ ├── InAppPurchasePrice.php │ ├── InAppPurchasePriceInlineCreate.php │ ├── InAppPurchasePricePoint.php │ ├── InAppPurchasePricePointsResponse.php │ ├── InAppPurchasePriceSchedule.php │ ├── InAppPurchasePriceScheduleCreateRequest.php │ ├── InAppPurchasePriceScheduleResponse.php │ ├── InAppPurchasePricesResponse.php │ ├── InAppPurchaseResponse.php │ ├── InAppPurchaseState.php │ ├── InAppPurchaseSubmission.php │ ├── InAppPurchaseSubmissionCreateRequest.php │ ├── InAppPurchaseSubmissionResponse.php │ ├── InAppPurchaseType.php │ ├── InAppPurchaseV2.php │ ├── InAppPurchaseV2CreateRequest.php │ ├── InAppPurchaseV2Response.php │ ├── InAppPurchaseV2UpdateRequest.php │ ├── InAppPurchasesResponse.php │ ├── InAppPurchasesV2Response.php │ ├── InternalBetaState.php │ ├── KidsAgeBand.php │ ├── Location.php │ ├── MarketplaceDomain.php │ ├── MarketplaceDomainCreateRequest.php │ ├── MarketplaceDomainResponse.php │ ├── MarketplaceDomainsResponse.php │ ├── MarketplaceSearchDetail.php │ ├── MarketplaceSearchDetailCreateRequest.php │ ├── MarketplaceSearchDetailResponse.php │ ├── MarketplaceSearchDetailUpdateRequest.php │ ├── MarketplaceWebhook.php │ ├── MarketplaceWebhookCreateRequest.php │ ├── MarketplaceWebhookResponse.php │ ├── MarketplaceWebhookUpdateRequest.php │ ├── MarketplaceWebhooksResponse.php │ ├── MetricCategory.php │ ├── MetricsInsight.php │ ├── PagedDocumentLinks.php │ ├── PagingInformation.php │ ├── PerfPowerMetric.php │ ├── PhasedReleaseState.php │ ├── Platform.php │ ├── PreReleaseVersionsResponse.php │ ├── PreReleaseVersionsWithoutIncludesResponse.php │ ├── PrereleaseVersion.php │ ├── PrereleaseVersionResponse.php │ ├── PrereleaseVersionWithoutIncludesResponse.php │ ├── PreviewType.php │ ├── Profile.php │ ├── ProfileCreateRequest.php │ ├── ProfileResponse.php │ ├── ProfilesResponse.php │ ├── ProfilesWithoutIncludesResponse.php │ ├── PromotedPurchase.php │ ├── PromotedPurchaseCreateRequest.php │ ├── PromotedPurchaseImage.php │ ├── PromotedPurchaseImageCreateRequest.php │ ├── PromotedPurchaseImageResponse.php │ ├── PromotedPurchaseImageUpdateRequest.php │ ├── PromotedPurchaseImagesResponse.php │ ├── PromotedPurchaseResponse.php │ ├── PromotedPurchaseUpdateRequest.php │ ├── PromotedPurchasesResponse.php │ ├── Property.php │ ├── Resource │ │ ├── Actors.php │ │ ├── AgeRatingDeclarations.php │ │ ├── AlternativeDistributionDomains.php │ │ ├── AlternativeDistributionKeys.php │ │ ├── AlternativeDistributionPackageDeltas.php │ │ ├── AlternativeDistributionPackageVariants.php │ │ ├── AlternativeDistributionPackageVersions.php │ │ ├── AlternativeDistributionPackages.php │ │ ├── AnalyticsReportInstances.php │ │ ├── AnalyticsReportRequests.php │ │ ├── AnalyticsReportSegments.php │ │ ├── AnalyticsReports.php │ │ ├── AppAvailabilities.php │ │ ├── AppCategories.php │ │ ├── AppClipAdvancedExperienceImages.php │ │ ├── AppClipAdvancedExperiences.php │ │ ├── AppClipAppStoreReviewDetails.php │ │ ├── AppClipDefaultExperienceLocalizations.php │ │ ├── AppClipDefaultExperiences.php │ │ ├── AppClipHeaderImages.php │ │ ├── AppClips.php │ │ ├── AppCustomProductPageLocalizations.php │ │ ├── AppCustomProductPageVersions.php │ │ ├── AppCustomProductPages.php │ │ ├── AppEncryptionDeclarationDocuments.php │ │ ├── AppEncryptionDeclarations.php │ │ ├── AppEventLocalizations.php │ │ ├── AppEventScreenshots.php │ │ ├── AppEventVideoClips.php │ │ ├── AppEvents.php │ │ ├── AppInfoLocalizations.php │ │ ├── AppInfos.php │ │ ├── AppPreOrders.php │ │ ├── AppPreviewSets.php │ │ ├── AppPreviews.php │ │ ├── AppPricePoints.php │ │ ├── AppPriceSchedules.php │ │ ├── AppPriceTiers.php │ │ ├── AppPrices.php │ │ ├── AppScreenshotSets.php │ │ ├── AppScreenshots.php │ │ ├── AppStoreReviewAttachments.php │ │ ├── AppStoreReviewDetails.php │ │ ├── AppStoreVersionExperimentTreatmentLocalizations.php │ │ ├── AppStoreVersionExperimentTreatments.php │ │ ├── AppStoreVersionExperiments.php │ │ ├── AppStoreVersionLocalizations.php │ │ ├── AppStoreVersionPhasedReleases.php │ │ ├── AppStoreVersionPromotions.php │ │ ├── AppStoreVersionReleaseRequests.php │ │ ├── AppStoreVersionSubmissions.php │ │ ├── AppStoreVersions.php │ │ ├── Apps.php │ │ ├── BetaAppClipInvocationLocalizations.php │ │ ├── BetaAppClipInvocations.php │ │ ├── BetaAppLocalizations.php │ │ ├── BetaAppReviewDetails.php │ │ ├── BetaAppReviewSubmissions.php │ │ ├── BetaBuildLocalizations.php │ │ ├── BetaGroups.php │ │ ├── BetaLicenseAgreements.php │ │ ├── BetaTesterInvitations.php │ │ ├── BetaTesters.php │ │ ├── BuildBetaDetails.php │ │ ├── BuildBetaNotifications.php │ │ ├── BuildBundles.php │ │ ├── Builds.php │ │ ├── BundleIdCapabilities.php │ │ ├── BundleIds.php │ │ ├── Certificates.php │ │ ├── CiArtifacts.php │ │ ├── CiBuildActions.php │ │ ├── CiBuildRuns.php │ │ ├── CiIssues.php │ │ ├── CiMacOsVersions.php │ │ ├── CiProducts.php │ │ ├── CiTestResults.php │ │ ├── CiWorkflows.php │ │ ├── CiXcodeVersions.php │ │ ├── CustomerReviewResponses.php │ │ ├── CustomerReviews.php │ │ ├── Devices.php │ │ ├── DiagnosticSignatures.php │ │ ├── EndAppAvailabilityPreOrders.php │ │ ├── EndUserLicenseAgreements.php │ │ ├── FinanceReports.php │ │ ├── GameCenterAchievementImages.php │ │ ├── GameCenterAchievementLocalizations.php │ │ ├── GameCenterAchievementReleases.php │ │ ├── GameCenterAchievements.php │ │ ├── GameCenterAppVersions.php │ │ ├── GameCenterDetails.php │ │ ├── GameCenterEnabledVersions.php │ │ ├── GameCenterGroups.php │ │ ├── GameCenterLeaderboardEntrySubmissions.php │ │ ├── GameCenterLeaderboardImages.php │ │ ├── GameCenterLeaderboardLocalizations.php │ │ ├── GameCenterLeaderboardReleases.php │ │ ├── GameCenterLeaderboardSetImages.php │ │ ├── GameCenterLeaderboardSetLocalizations.php │ │ ├── GameCenterLeaderboardSetMemberLocalizations.php │ │ ├── GameCenterLeaderboardSetReleases.php │ │ ├── GameCenterLeaderboardSets.php │ │ ├── GameCenterLeaderboards.php │ │ ├── GameCenterMatchmakingQueues.php │ │ ├── GameCenterMatchmakingRuleSetTests.php │ │ ├── GameCenterMatchmakingRuleSets.php │ │ ├── GameCenterMatchmakingRules.php │ │ ├── GameCenterMatchmakingTeams.php │ │ ├── GameCenterPlayerAchievementSubmissions.php │ │ ├── InAppPurchaseAppStoreReviewScreenshots.php │ │ ├── InAppPurchaseAvailabilities.php │ │ ├── InAppPurchaseContents.php │ │ ├── InAppPurchaseLocalizations.php │ │ ├── InAppPurchasePriceSchedules.php │ │ ├── InAppPurchaseSubmissions.php │ │ ├── InAppPurchases.php │ │ ├── MarketplaceDomains.php │ │ ├── MarketplaceSearchDetails.php │ │ ├── MarketplaceWebhooks.php │ │ ├── PreReleaseVersions.php │ │ ├── Profiles.php │ │ ├── PromotedPurchaseImages.php │ │ ├── PromotedPurchases.php │ │ ├── ReviewSubmissionItems.php │ │ ├── ReviewSubmissions.php │ │ ├── RoutingAppCoverages.php │ │ ├── SalesReports.php │ │ ├── SandboxTesters.php │ │ ├── SandboxTestersClearPurchaseHistoryRequest.php │ │ ├── ScmGitReferences.php │ │ ├── ScmProviders.php │ │ ├── ScmPullRequests.php │ │ ├── ScmRepositories.php │ │ ├── SubscriptionAppStoreReviewScreenshots.php │ │ ├── SubscriptionAvailabilities.php │ │ ├── SubscriptionGracePeriods.php │ │ ├── SubscriptionGroupLocalizations.php │ │ ├── SubscriptionGroupSubmissions.php │ │ ├── SubscriptionGroups.php │ │ ├── SubscriptionIntroductoryOffers.php │ │ ├── SubscriptionLocalizations.php │ │ ├── SubscriptionOfferCodeCustomCodes.php │ │ ├── SubscriptionOfferCodeOneTimeUseCodes.php │ │ ├── SubscriptionOfferCodes.php │ │ ├── SubscriptionPricePoints.php │ │ ├── SubscriptionPrices.php │ │ ├── SubscriptionPromotionalOffers.php │ │ ├── SubscriptionSubmissions.php │ │ ├── Subscriptions.php │ │ ├── Territories.php │ │ ├── TerritoryAvailabilities.php │ │ ├── UploadAssets.php │ │ ├── UserInvitations.php │ │ └── Users.php │ ├── ResourceLinks.php │ ├── ReviewSubmission.php │ ├── ReviewSubmissionCreateRequest.php │ ├── ReviewSubmissionItem.php │ ├── ReviewSubmissionItemCreateRequest.php │ ├── ReviewSubmissionItemResponse.php │ ├── ReviewSubmissionItemUpdateRequest.php │ ├── ReviewSubmissionItemsResponse.php │ ├── ReviewSubmissionResponse.php │ ├── ReviewSubmissionUpdateRequest.php │ ├── ReviewSubmissionsResponse.php │ ├── RoutingAppCoverage.php │ ├── RoutingAppCoverageCreateRequest.php │ ├── RoutingAppCoverageResponse.php │ ├── RoutingAppCoverageUpdateRequest.php │ ├── RoutingAppCoverageWithoutIncludesResponse.php │ ├── SandboxTesterV2.php │ ├── SandboxTesterV2Response.php │ ├── SandboxTesterV2UpdateRequest.php │ ├── SandboxTestersClearPurchaseHistoryRequestV2.php │ ├── SandboxTestersClearPurchaseHistoryRequestV2CreateRequest.php │ ├── SandboxTestersClearPurchaseHistoryRequestV2Response.php │ ├── SandboxTestersV2Response.php │ ├── ScmGitReference.php │ ├── ScmGitReferenceResponse.php │ ├── ScmGitReferencesResponse.php │ ├── ScmProvider.php │ ├── ScmProviderResponse.php │ ├── ScmProviderType.php │ ├── ScmProvidersResponse.php │ ├── ScmPullRequest.php │ ├── ScmPullRequestResponse.php │ ├── ScmPullRequestsResponse.php │ ├── ScmRepositoriesResponse.php │ ├── ScmRepository.php │ ├── ScmRepositoryResponse.php │ ├── ScreenshotDisplayType.php │ ├── Subscription.php │ ├── SubscriptionAppStoreReviewScreenshot.php │ ├── SubscriptionAppStoreReviewScreenshotCreateRequest.php │ ├── SubscriptionAppStoreReviewScreenshotResponse.php │ ├── SubscriptionAppStoreReviewScreenshotUpdateRequest.php │ ├── SubscriptionAvailability.php │ ├── SubscriptionAvailabilityCreateRequest.php │ ├── SubscriptionAvailabilityResponse.php │ ├── SubscriptionCreateRequest.php │ ├── SubscriptionCustomerEligibility.php │ ├── SubscriptionGracePeriod.php │ ├── SubscriptionGracePeriodDuration.php │ ├── SubscriptionGracePeriodResponse.php │ ├── SubscriptionGracePeriodUpdateRequest.php │ ├── SubscriptionGroup.php │ ├── SubscriptionGroupCreateRequest.php │ ├── SubscriptionGroupLocalization.php │ ├── SubscriptionGroupLocalizationCreateRequest.php │ ├── SubscriptionGroupLocalizationResponse.php │ ├── SubscriptionGroupLocalizationUpdateRequest.php │ ├── SubscriptionGroupLocalizationsResponse.php │ ├── SubscriptionGroupResponse.php │ ├── SubscriptionGroupSubmission.php │ ├── SubscriptionGroupSubmissionCreateRequest.php │ ├── SubscriptionGroupSubmissionResponse.php │ ├── SubscriptionGroupUpdateRequest.php │ ├── SubscriptionGroupsResponse.php │ ├── SubscriptionIntroductoryOffer.php │ ├── SubscriptionIntroductoryOfferCreateRequest.php │ ├── SubscriptionIntroductoryOfferInlineCreate.php │ ├── SubscriptionIntroductoryOfferResponse.php │ ├── SubscriptionIntroductoryOfferUpdateRequest.php │ ├── SubscriptionIntroductoryOffersLinkagesRequest.php │ ├── SubscriptionIntroductoryOffersLinkagesResponse.php │ ├── SubscriptionIntroductoryOffersResponse.php │ ├── SubscriptionLocalization.php │ ├── SubscriptionLocalizationCreateRequest.php │ ├── SubscriptionLocalizationResponse.php │ ├── SubscriptionLocalizationUpdateRequest.php │ ├── SubscriptionLocalizationsResponse.php │ ├── SubscriptionOfferCode.php │ ├── SubscriptionOfferCodeCreateRequest.php │ ├── SubscriptionOfferCodeCustomCode.php │ ├── SubscriptionOfferCodeCustomCodeCreateRequest.php │ ├── SubscriptionOfferCodeCustomCodeResponse.php │ ├── SubscriptionOfferCodeCustomCodeUpdateRequest.php │ ├── SubscriptionOfferCodeCustomCodesResponse.php │ ├── SubscriptionOfferCodeOneTimeUseCode.php │ ├── SubscriptionOfferCodeOneTimeUseCodeCreateRequest.php │ ├── SubscriptionOfferCodeOneTimeUseCodeResponse.php │ ├── SubscriptionOfferCodeOneTimeUseCodeUpdateRequest.php │ ├── SubscriptionOfferCodeOneTimeUseCodeValue.php │ ├── SubscriptionOfferCodeOneTimeUseCodesResponse.php │ ├── SubscriptionOfferCodePrice.php │ ├── SubscriptionOfferCodePriceInlineCreate.php │ ├── SubscriptionOfferCodePricesResponse.php │ ├── SubscriptionOfferCodeResponse.php │ ├── SubscriptionOfferCodeUpdateRequest.php │ ├── SubscriptionOfferCodesResponse.php │ ├── SubscriptionOfferDuration.php │ ├── SubscriptionOfferEligibility.php │ ├── SubscriptionOfferMode.php │ ├── SubscriptionPrice.php │ ├── SubscriptionPriceCreateRequest.php │ ├── SubscriptionPriceInlineCreate.php │ ├── SubscriptionPricePoint.php │ ├── SubscriptionPricePointInlineCreate.php │ ├── SubscriptionPricePointResponse.php │ ├── SubscriptionPricePointsResponse.php │ ├── SubscriptionPriceResponse.php │ ├── SubscriptionPricesLinkagesRequest.php │ ├── SubscriptionPricesLinkagesResponse.php │ ├── SubscriptionPricesResponse.php │ ├── SubscriptionPromotionalOffer.php │ ├── SubscriptionPromotionalOfferCreateRequest.php │ ├── SubscriptionPromotionalOfferInlineCreate.php │ ├── SubscriptionPromotionalOfferPrice.php │ ├── SubscriptionPromotionalOfferPriceInlineCreate.php │ ├── SubscriptionPromotionalOfferPricesResponse.php │ ├── SubscriptionPromotionalOfferResponse.php │ ├── SubscriptionPromotionalOfferUpdateRequest.php │ ├── SubscriptionPromotionalOffersResponse.php │ ├── SubscriptionResponse.php │ ├── SubscriptionStatusUrlVersion.php │ ├── SubscriptionSubmission.php │ ├── SubscriptionSubmissionCreateRequest.php │ ├── SubscriptionSubmissionResponse.php │ ├── SubscriptionUpdateRequest.php │ ├── SubscriptionsResponse.php │ ├── TerritoriesResponse.php │ ├── TerritoriesWithoutIncludesResponse.php │ ├── Territory.php │ ├── TerritoryAvailabilitiesResponse.php │ ├── TerritoryAvailability.php │ ├── TerritoryAvailabilityInlineCreate.php │ ├── TerritoryAvailabilityResponse.php │ ├── TerritoryAvailabilityUpdateRequest.php │ ├── TerritoryCode.php │ ├── TerritoryInlineCreate.php │ ├── TerritoryResponse.php │ ├── UploadOperation.php │ ├── User.php │ ├── UserInvitation.php │ ├── UserInvitationCreateRequest.php │ ├── UserInvitationResponse.php │ ├── UserInvitationsResponse.php │ ├── UserResponse.php │ ├── UserRole.php │ ├── UserUpdateRequest.php │ ├── UserVisibleAppsLinkagesRequest.php │ ├── UserVisibleAppsLinkagesResponse.php │ ├── UsersResponse.php │ ├── csv.php │ ├── diagnosticLogs.php │ ├── gzip.php │ └── xcodeMetrics.php ├── Exception.php ├── Resource.php └── Upload.php ├── Task ├── Exception.php ├── Retryable.php └── Runner.php ├── Utils └── UriTemplate.php └── aliases.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/composer.json -------------------------------------------------------------------------------- /composer.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/composer.lock -------------------------------------------------------------------------------- /src/AccessToken/Generate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/AccessToken/Generate.php -------------------------------------------------------------------------------- /src/Client.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Client.php -------------------------------------------------------------------------------- /src/Collection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Collection.php -------------------------------------------------------------------------------- /src/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Exception.php -------------------------------------------------------------------------------- /src/Http/Batch.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Http/Batch.php -------------------------------------------------------------------------------- /src/Http/MediaFileUpload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Http/MediaFileUpload.php -------------------------------------------------------------------------------- /src/Http/REST.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Http/REST.php -------------------------------------------------------------------------------- /src/Model.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Model.php -------------------------------------------------------------------------------- /src/ModelConfig.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/ModelConfig.php -------------------------------------------------------------------------------- /src/Service.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Service.php -------------------------------------------------------------------------------- /src/Services/AppStore.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore.php -------------------------------------------------------------------------------- /src/Services/AppStore/Actor.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Actor.php -------------------------------------------------------------------------------- /src/Services/AppStore/ActorResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ActorResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ActorsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ActorsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AgeRatingDeclaration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AgeRatingDeclaration.php -------------------------------------------------------------------------------- /src/Services/AppStore/AgeRatingDeclarationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AgeRatingDeclarationResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AgeRatingDeclarationUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AgeRatingDeclarationUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AlternativeDistributionDomain.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AlternativeDistributionDomain.php -------------------------------------------------------------------------------- /src/Services/AppStore/AlternativeDistributionKey.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AlternativeDistributionKey.php -------------------------------------------------------------------------------- /src/Services/AppStore/AlternativeDistributionKeyResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AlternativeDistributionKeyResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AlternativeDistributionKeysResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AlternativeDistributionKeysResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AlternativeDistributionPackage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AlternativeDistributionPackage.php -------------------------------------------------------------------------------- /src/Services/AppStore/AlternativeDistributionPackageDelta.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AlternativeDistributionPackageDelta.php -------------------------------------------------------------------------------- /src/Services/AppStore/AnalyticsReport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AnalyticsReport.php -------------------------------------------------------------------------------- /src/Services/AppStore/AnalyticsReportInstance.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AnalyticsReportInstance.php -------------------------------------------------------------------------------- /src/Services/AppStore/AnalyticsReportInstanceResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AnalyticsReportInstanceResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AnalyticsReportInstancesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AnalyticsReportInstancesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AnalyticsReportRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AnalyticsReportRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AnalyticsReportRequestCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AnalyticsReportRequestCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AnalyticsReportRequestResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AnalyticsReportRequestResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AnalyticsReportRequestsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AnalyticsReportRequestsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AnalyticsReportResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AnalyticsReportResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AnalyticsReportSegment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AnalyticsReportSegment.php -------------------------------------------------------------------------------- /src/Services/AppStore/AnalyticsReportSegmentResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AnalyticsReportSegmentResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AnalyticsReportSegmentsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AnalyticsReportSegmentsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AnalyticsReportsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AnalyticsReportsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/App.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/App.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppAvailability.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppAvailability.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppAvailabilityCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppAvailabilityCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppAvailabilityResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppAvailabilityResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppAvailabilityV2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppAvailabilityV2.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppAvailabilityV2CreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppAvailabilityV2CreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppAvailabilityV2Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppAvailabilityV2Response.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppBetaTestersLinkagesRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppBetaTestersLinkagesRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCategoriesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCategoriesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCategoriesWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCategoriesWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCategory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCategory.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCategoryResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCategoryResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCategoryWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCategoryWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClip.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipAction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipAction.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipAdvancedExperience.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipAdvancedExperience.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipAdvancedExperienceImage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipAdvancedExperienceImage.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipAdvancedExperienceLanguage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipAdvancedExperienceLanguage.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipAdvancedExperienceResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipAdvancedExperienceResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipAdvancedExperiencesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipAdvancedExperiencesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipAppStoreReviewDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipAppStoreReviewDetail.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipAppStoreReviewDetailResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipAppStoreReviewDetailResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipDefaultExperience.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipDefaultExperience.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipDefaultExperienceLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipDefaultExperienceLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipDefaultExperienceResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipDefaultExperienceResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipDefaultExperiencesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipDefaultExperiencesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipDomainStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipDomainStatus.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipDomainStatusResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipDomainStatusResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipHeaderImage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipHeaderImage.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipHeaderImageCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipHeaderImageCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipHeaderImageResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipHeaderImageResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipHeaderImageUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipHeaderImageUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppClipsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppClipsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCustomProductPage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCustomProductPage.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCustomProductPageCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCustomProductPageCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCustomProductPageLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCustomProductPageLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCustomProductPageResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCustomProductPageResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCustomProductPageUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCustomProductPageUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCustomProductPageVersion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCustomProductPageVersion.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCustomProductPageVersionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCustomProductPageVersionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCustomProductPageVersionsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCustomProductPageVersionsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppCustomProductPagesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppCustomProductPagesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEncryptionDeclaration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEncryptionDeclaration.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEncryptionDeclarationDocument.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEncryptionDeclarationDocument.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEncryptionDeclarationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEncryptionDeclarationResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEncryptionDeclarationState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEncryptionDeclarationState.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEncryptionDeclarationsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEncryptionDeclarationsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEvent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEvent.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventAssetType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventAssetType.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventLocalizationCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventLocalizationCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventLocalizationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventLocalizationResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventLocalizationUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventLocalizationUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventLocalizationsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventLocalizationsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventScreenshot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventScreenshot.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventScreenshotCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventScreenshotCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventScreenshotResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventScreenshotResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventScreenshotUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventScreenshotUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventScreenshotsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventScreenshotsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventVideoClip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventVideoClip.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventVideoClipCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventVideoClipCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventVideoClipResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventVideoClipResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventVideoClipUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventVideoClipUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventVideoClipsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventVideoClipsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppEventsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppEventsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppInfo.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppInfo.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppInfoLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppInfoLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppInfoLocalizationCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppInfoLocalizationCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppInfoLocalizationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppInfoLocalizationResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppInfoLocalizationUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppInfoLocalizationUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppInfoLocalizationsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppInfoLocalizationsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppInfoResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppInfoResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppInfoUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppInfoUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppInfosResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppInfosResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppMediaAssetState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppMediaAssetState.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppMediaStateError.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppMediaStateError.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreOrder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreOrder.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreOrderCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreOrderCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreOrderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreOrderResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreOrderUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreOrderUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreOrderWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreOrderWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreview.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreviewCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreviewCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreviewResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreviewResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreviewSet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreviewSet.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreviewSetCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreviewSetCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreviewSetResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreviewSetResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreviewSetsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreviewSetsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreviewUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreviewUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPreviewsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPreviewsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPrice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPrice.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPriceInlineCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPriceInlineCreate.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPricePoint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPricePoint.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPricePointResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPricePointResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPricePointV2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPricePointV2.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPricePointV3.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPricePointV3.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPricePointV3Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPricePointV3Response.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPricePointsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPricePointsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPricePointsV2Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPricePointsV2Response.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPricePointsV3Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPricePointsV3Response.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPriceResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPriceResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPriceSchedule.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPriceSchedule.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPriceScheduleCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPriceScheduleCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPriceScheduleResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPriceScheduleResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPriceTier.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPriceTier.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPriceTierResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPriceTierResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPriceTiersResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPriceTiersResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPriceV2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPriceV2.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPriceV2InlineCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPriceV2InlineCreate.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPricesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPricesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPricesV2Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPricesV2Response.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPromotedPurchasesLinkagesRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPromotedPurchasesLinkagesRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppPromotedPurchasesLinkagesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppPromotedPurchasesLinkagesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppScreenshot.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppScreenshot.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppScreenshotCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppScreenshotCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppScreenshotResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppScreenshotResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppScreenshotSet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppScreenshotSet.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppScreenshotSetCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppScreenshotSetCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppScreenshotSetResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppScreenshotSetResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppScreenshotSetsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppScreenshotSetsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppScreenshotUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppScreenshotUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppScreenshotsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppScreenshotsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreAgeRating.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreAgeRating.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreReviewAttachment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreReviewAttachment.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreReviewAttachmentResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreReviewAttachmentResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreReviewAttachmentsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreReviewAttachmentsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreReviewDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreReviewDetail.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreReviewDetailCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreReviewDetailCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreReviewDetailResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreReviewDetailResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreReviewDetailUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreReviewDetailUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersion.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionBuildLinkageRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionBuildLinkageRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionBuildLinkageResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionBuildLinkageResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionExperiment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionExperiment.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionExperimentResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionExperimentResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionExperimentTreatment.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionExperimentTreatment.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionExperimentV2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionExperimentV2.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionExperimentV2Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionExperimentV2Response.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionExperimentsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionExperimentsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionExperimentsV2Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionExperimentsV2Response.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionLocalizationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionLocalizationResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionLocalizationsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionLocalizationsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionPhasedRelease.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionPhasedRelease.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionPhasedReleaseResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionPhasedReleaseResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionPromotion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionPromotion.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionPromotionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionPromotionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionReleaseRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionReleaseRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionState.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionSubmission.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionSubmission.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionSubmissionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionSubmissionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppStoreVersionsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppStoreVersionsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppVersionState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppVersionState.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppsBetaTesterUsagesV1MetricResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppsBetaTesterUsagesV1MetricResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/AppsWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/AppsWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppClipInvocation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppClipInvocation.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppClipInvocationCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppClipInvocationCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppClipInvocationLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppClipInvocationLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppClipInvocationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppClipInvocationResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppClipInvocationUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppClipInvocationUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppClipInvocationsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppClipInvocationsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppLocalizationCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppLocalizationCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppLocalizationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppLocalizationResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppLocalizationUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppLocalizationUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppLocalizationsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppLocalizationsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppReviewDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppReviewDetail.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppReviewDetailResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppReviewDetailResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppReviewDetailUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppReviewDetailUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppReviewDetailsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppReviewDetailsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppReviewSubmission.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppReviewSubmission.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppReviewSubmissionCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppReviewSubmissionCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppReviewSubmissionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppReviewSubmissionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaAppReviewSubmissionsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaAppReviewSubmissionsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaBuildLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaBuildLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaBuildLocalizationCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaBuildLocalizationCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaBuildLocalizationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaBuildLocalizationResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaBuildLocalizationUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaBuildLocalizationUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaBuildLocalizationsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaBuildLocalizationsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaBuildUsagesV1MetricResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaBuildUsagesV1MetricResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaGroup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaGroup.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaGroupBetaTestersLinkagesRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaGroupBetaTestersLinkagesRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaGroupBetaTestersLinkagesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaGroupBetaTestersLinkagesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaGroupBuildsLinkagesRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaGroupBuildsLinkagesRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaGroupBuildsLinkagesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaGroupBuildsLinkagesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaGroupCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaGroupCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaGroupResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaGroupResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaGroupUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaGroupUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaGroupsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaGroupsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaGroupsWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaGroupsWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaInviteType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaInviteType.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaLicenseAgreement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaLicenseAgreement.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaLicenseAgreementResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaLicenseAgreementResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaLicenseAgreementUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaLicenseAgreementUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaLicenseAgreementsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaLicenseAgreementsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaReviewState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaReviewState.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTester.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTester.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTesterAppsLinkagesRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTesterAppsLinkagesRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTesterAppsLinkagesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTesterAppsLinkagesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTesterBetaGroupsLinkagesRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTesterBetaGroupsLinkagesRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTesterBetaGroupsLinkagesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTesterBetaGroupsLinkagesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTesterBuildsLinkagesRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTesterBuildsLinkagesRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTesterBuildsLinkagesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTesterBuildsLinkagesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTesterCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTesterCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTesterInvitation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTesterInvitation.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTesterInvitationCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTesterInvitationCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTesterInvitationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTesterInvitationResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTesterResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTesterResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTesterState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTesterState.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTesterUsagesV1MetricResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTesterUsagesV1MetricResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTestersResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTestersResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BetaTestersWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BetaTestersWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BrazilAgeRating.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BrazilAgeRating.php -------------------------------------------------------------------------------- /src/Services/AppStore/Build.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Build.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildAudienceType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildAudienceType.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildBetaDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildBetaDetail.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildBetaDetailResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildBetaDetailResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildBetaDetailUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildBetaDetailUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildBetaDetailsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildBetaDetailsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildBetaGroupsLinkagesRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildBetaGroupsLinkagesRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildBetaNotification.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildBetaNotification.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildBetaNotificationCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildBetaNotificationCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildBetaNotificationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildBetaNotificationResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildBundle.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildBundle.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildBundleFileSize.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildBundleFileSize.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildBundleFileSizesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildBundleFileSizesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildIcon.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildIcon.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildIconsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildIconsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildIconsWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildIconsWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BuildsWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BuildsWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BundleId.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BundleId.php -------------------------------------------------------------------------------- /src/Services/AppStore/BundleIdCapabilitiesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BundleIdCapabilitiesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BundleIdCapability.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BundleIdCapability.php -------------------------------------------------------------------------------- /src/Services/AppStore/BundleIdCapabilityCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BundleIdCapabilityCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BundleIdCapabilityResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BundleIdCapabilityResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BundleIdCapabilityUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BundleIdCapabilityUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BundleIdCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BundleIdCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BundleIdPlatform.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BundleIdPlatform.php -------------------------------------------------------------------------------- /src/Services/AppStore/BundleIdResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BundleIdResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BundleIdUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BundleIdUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/BundleIdWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BundleIdWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/BundleIdsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/BundleIdsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CapabilityOption.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CapabilityOption.php -------------------------------------------------------------------------------- /src/Services/AppStore/CapabilitySetting.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CapabilitySetting.php -------------------------------------------------------------------------------- /src/Services/AppStore/CapabilityType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CapabilityType.php -------------------------------------------------------------------------------- /src/Services/AppStore/Certificate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Certificate.php -------------------------------------------------------------------------------- /src/Services/AppStore/CertificateCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CertificateCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/CertificateResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CertificateResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CertificateType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CertificateType.php -------------------------------------------------------------------------------- /src/Services/AppStore/CertificatesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CertificatesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CertificatesWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CertificatesWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiAction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiAction.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiActionType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiActionType.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiArtifact.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiArtifact.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiArtifactResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiArtifactResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiArtifactsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiArtifactsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiBranchPatterns.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiBranchPatterns.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiBranchStartCondition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiBranchStartCondition.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiBuildAction.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiBuildAction.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiBuildActionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiBuildActionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiBuildActionsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiBuildActionsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiBuildRun.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiBuildRun.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiBuildRunCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiBuildRunCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiBuildRunResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiBuildRunResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiBuildRunsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiBuildRunsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiCompletionStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiCompletionStatus.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiExecutionProgress.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiExecutionProgress.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiFilesAndFoldersRule.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiFilesAndFoldersRule.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiGitRefKind.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiGitRefKind.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiGitUser.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiGitUser.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiIssue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiIssue.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiIssueCounts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiIssueCounts.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiIssueResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiIssueResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiIssuesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiIssuesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiMacOsVersion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiMacOsVersion.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiMacOsVersionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiMacOsVersionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiMacOsVersionsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiMacOsVersionsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiManualBranchStartCondition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiManualBranchStartCondition.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiManualPullRequestStartCondition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiManualPullRequestStartCondition.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiManualTagStartCondition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiManualTagStartCondition.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiProduct.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiProduct.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiProductResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiProductResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiProductsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiProductsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiPullRequestStartCondition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiPullRequestStartCondition.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiScheduledStartCondition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiScheduledStartCondition.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiStartConditionFileMatcher.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiStartConditionFileMatcher.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiTagPatterns.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiTagPatterns.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiTagStartCondition.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiTagStartCondition.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiTestDestination.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiTestDestination.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiTestDestinationKind.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiTestDestinationKind.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiTestResult.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiTestResult.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiTestResultResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiTestResultResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiTestResultsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiTestResultsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiTestStatus.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiTestStatus.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiWorkflow.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiWorkflow.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiWorkflowCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiWorkflowCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiWorkflowResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiWorkflowResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiWorkflowUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiWorkflowUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiWorkflowsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiWorkflowsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiXcodeVersion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiXcodeVersion.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiXcodeVersionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiXcodeVersionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CiXcodeVersionsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CiXcodeVersionsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CustomerReview.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CustomerReview.php -------------------------------------------------------------------------------- /src/Services/AppStore/CustomerReviewResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CustomerReviewResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/CustomerReviewResponseV1.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CustomerReviewResponseV1.php -------------------------------------------------------------------------------- /src/Services/AppStore/CustomerReviewResponseV1Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CustomerReviewResponseV1Response.php -------------------------------------------------------------------------------- /src/Services/AppStore/CustomerReviewsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/CustomerReviewsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/Device.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Device.php -------------------------------------------------------------------------------- /src/Services/AppStore/DeviceCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/DeviceCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/DeviceResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/DeviceResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/DeviceUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/DeviceUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/DevicesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/DevicesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/DevicesWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/DevicesWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/DiagnosticInsight.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/DiagnosticInsight.php -------------------------------------------------------------------------------- /src/Services/AppStore/DiagnosticInsightDirection.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/DiagnosticInsightDirection.php -------------------------------------------------------------------------------- /src/Services/AppStore/DiagnosticInsightType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/DiagnosticInsightType.php -------------------------------------------------------------------------------- /src/Services/AppStore/DiagnosticLog.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/DiagnosticLog.php -------------------------------------------------------------------------------- /src/Services/AppStore/DiagnosticLogCallStackNode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/DiagnosticLogCallStackNode.php -------------------------------------------------------------------------------- /src/Services/AppStore/DiagnosticSignature.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/DiagnosticSignature.php -------------------------------------------------------------------------------- /src/Services/AppStore/DiagnosticSignaturesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/DiagnosticSignaturesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/DocumentLinks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/DocumentLinks.php -------------------------------------------------------------------------------- /src/Services/AppStore/EndAppAvailabilityPreOrder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/EndAppAvailabilityPreOrder.php -------------------------------------------------------------------------------- /src/Services/AppStore/EndAppAvailabilityPreOrderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/EndAppAvailabilityPreOrderResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/EndUserLicenseAgreement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/EndUserLicenseAgreement.php -------------------------------------------------------------------------------- /src/Services/AppStore/EndUserLicenseAgreementCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/EndUserLicenseAgreementCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/EndUserLicenseAgreementResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/EndUserLicenseAgreementResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/EndUserLicenseAgreementUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/EndUserLicenseAgreementUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/ErrorLinks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ErrorLinks.php -------------------------------------------------------------------------------- /src/Services/AppStore/ErrorResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ErrorResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ErrorSourceParameter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ErrorSourceParameter.php -------------------------------------------------------------------------------- /src/Services/AppStore/ErrorSourcePointer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ErrorSourcePointer.php -------------------------------------------------------------------------------- /src/Services/AppStore/ExternalBetaState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ExternalBetaState.php -------------------------------------------------------------------------------- /src/Services/AppStore/FileLocation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/FileLocation.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAchievement.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAchievement.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAchievementCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAchievementCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAchievementImage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAchievementImage.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAchievementImageResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAchievementImageResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAchievementLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAchievementLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAchievementRelease.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAchievementRelease.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAchievementReleaseResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAchievementReleaseResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAchievementResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAchievementResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAchievementUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAchievementUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAchievementsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAchievementsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAppVersion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAppVersion.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAppVersionCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAppVersionCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAppVersionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAppVersionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAppVersionUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAppVersionUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterAppVersionsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterAppVersionsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterDetail.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterDetailCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterDetailCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterDetailResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterDetailResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterDetailUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterDetailUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterDetailsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterDetailsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterEnabledVersion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterEnabledVersion.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterEnabledVersionsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterEnabledVersionsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterGroup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterGroup.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterGroupCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterGroupCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterGroupResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterGroupResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterGroupUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterGroupUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterGroupsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterGroupsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboard.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboard.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardEntrySubmission.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardEntrySubmission.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardFormatter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardFormatter.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardImage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardImage.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardImageResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardImageResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardRelease.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardRelease.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardReleaseResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardReleaseResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardSet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardSet.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardSetImage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardSetImage.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardSetLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardSetLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardSetRelease.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardSetRelease.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardSetResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardSetResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardSetsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardSetsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterLeaderboardsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterLeaderboardsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterMatchmakingQueue.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterMatchmakingQueue.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterMatchmakingQueueResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterMatchmakingQueueResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterMatchmakingQueuesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterMatchmakingQueuesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterMatchmakingRule.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterMatchmakingRule.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterMatchmakingRuleResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterMatchmakingRuleResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterMatchmakingRuleSet.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterMatchmakingRuleSet.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterMatchmakingRuleSetResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterMatchmakingRuleSetResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterMatchmakingRuleSetTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterMatchmakingRuleSetTest.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterMatchmakingRulesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterMatchmakingRulesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterMatchmakingTeam.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterMatchmakingTeam.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterMatchmakingTeamResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterMatchmakingTeamResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/GameCenterMatchmakingTeamsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/GameCenterMatchmakingTeamsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/HttpHeader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/HttpHeader.php -------------------------------------------------------------------------------- /src/Services/AppStore/IconAssetType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/IconAssetType.php -------------------------------------------------------------------------------- /src/Services/AppStore/ImageAsset.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ImageAsset.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchase.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseAvailability.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseAvailability.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseAvailabilityResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseAvailabilityResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseContent.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseContent.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseContentResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseContentResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseLocalizationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseLocalizationResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseLocalizationsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseLocalizationsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchasePrice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchasePrice.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchasePriceInlineCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchasePriceInlineCreate.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchasePricePoint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchasePricePoint.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchasePricePointsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchasePricePointsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchasePriceSchedule.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchasePriceSchedule.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchasePriceScheduleResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchasePriceScheduleResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchasePricesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchasePricesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseState.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseSubmission.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseSubmission.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseSubmissionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseSubmissionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseType.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseV2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseV2.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseV2CreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseV2CreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseV2Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseV2Response.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchaseV2UpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchaseV2UpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchasesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchasesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/InAppPurchasesV2Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InAppPurchasesV2Response.php -------------------------------------------------------------------------------- /src/Services/AppStore/InternalBetaState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/InternalBetaState.php -------------------------------------------------------------------------------- /src/Services/AppStore/KidsAgeBand.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/KidsAgeBand.php -------------------------------------------------------------------------------- /src/Services/AppStore/Location.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Location.php -------------------------------------------------------------------------------- /src/Services/AppStore/MarketplaceDomain.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/MarketplaceDomain.php -------------------------------------------------------------------------------- /src/Services/AppStore/MarketplaceDomainCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/MarketplaceDomainCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/MarketplaceDomainResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/MarketplaceDomainResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/MarketplaceDomainsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/MarketplaceDomainsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/MarketplaceSearchDetail.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/MarketplaceSearchDetail.php -------------------------------------------------------------------------------- /src/Services/AppStore/MarketplaceSearchDetailResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/MarketplaceSearchDetailResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/MarketplaceWebhook.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/MarketplaceWebhook.php -------------------------------------------------------------------------------- /src/Services/AppStore/MarketplaceWebhookCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/MarketplaceWebhookCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/MarketplaceWebhookResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/MarketplaceWebhookResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/MarketplaceWebhookUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/MarketplaceWebhookUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/MarketplaceWebhooksResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/MarketplaceWebhooksResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/MetricCategory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/MetricCategory.php -------------------------------------------------------------------------------- /src/Services/AppStore/MetricsInsight.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/MetricsInsight.php -------------------------------------------------------------------------------- /src/Services/AppStore/PagedDocumentLinks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PagedDocumentLinks.php -------------------------------------------------------------------------------- /src/Services/AppStore/PagingInformation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PagingInformation.php -------------------------------------------------------------------------------- /src/Services/AppStore/PerfPowerMetric.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PerfPowerMetric.php -------------------------------------------------------------------------------- /src/Services/AppStore/PhasedReleaseState.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PhasedReleaseState.php -------------------------------------------------------------------------------- /src/Services/AppStore/Platform.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Platform.php -------------------------------------------------------------------------------- /src/Services/AppStore/PreReleaseVersionsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PreReleaseVersionsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/PrereleaseVersion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PrereleaseVersion.php -------------------------------------------------------------------------------- /src/Services/AppStore/PrereleaseVersionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PrereleaseVersionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/PreviewType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PreviewType.php -------------------------------------------------------------------------------- /src/Services/AppStore/Profile.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Profile.php -------------------------------------------------------------------------------- /src/Services/AppStore/ProfileCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ProfileCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/ProfileResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ProfileResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ProfilesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ProfilesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ProfilesWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ProfilesWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/PromotedPurchase.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PromotedPurchase.php -------------------------------------------------------------------------------- /src/Services/AppStore/PromotedPurchaseCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PromotedPurchaseCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/PromotedPurchaseImage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PromotedPurchaseImage.php -------------------------------------------------------------------------------- /src/Services/AppStore/PromotedPurchaseImageCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PromotedPurchaseImageCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/PromotedPurchaseImageResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PromotedPurchaseImageResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/PromotedPurchaseImageUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PromotedPurchaseImageUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/PromotedPurchaseImagesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PromotedPurchaseImagesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/PromotedPurchaseResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PromotedPurchaseResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/PromotedPurchaseUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PromotedPurchaseUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/PromotedPurchasesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/PromotedPurchasesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/Property.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Property.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/Actors.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/Actors.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AgeRatingDeclarations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AgeRatingDeclarations.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AnalyticsReportInstances.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AnalyticsReportInstances.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AnalyticsReportRequests.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AnalyticsReportRequests.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AnalyticsReportSegments.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AnalyticsReportSegments.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AnalyticsReports.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AnalyticsReports.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppAvailabilities.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppAvailabilities.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppCategories.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppCategories.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppClipDefaultExperiences.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppClipDefaultExperiences.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppClipHeaderImages.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppClipHeaderImages.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppClips.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppClips.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppCustomProductPages.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppCustomProductPages.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppEncryptionDeclarations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppEncryptionDeclarations.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppEventLocalizations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppEventLocalizations.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppEventScreenshots.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppEventScreenshots.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppEventVideoClips.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppEventVideoClips.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppEvents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppEvents.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppInfoLocalizations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppInfoLocalizations.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppInfos.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppInfos.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppPreOrders.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppPreOrders.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppPreviewSets.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppPreviewSets.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppPreviews.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppPreviews.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppPricePoints.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppPricePoints.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppPriceSchedules.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppPriceSchedules.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppPriceTiers.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppPriceTiers.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppPrices.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppPrices.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppScreenshotSets.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppScreenshotSets.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppScreenshots.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppScreenshots.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppStoreReviewAttachments.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppStoreReviewAttachments.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppStoreReviewDetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppStoreReviewDetails.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppStoreVersionPromotions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppStoreVersionPromotions.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/AppStoreVersions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/AppStoreVersions.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/Apps.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/Apps.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BetaAppClipInvocations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BetaAppClipInvocations.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BetaAppLocalizations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BetaAppLocalizations.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BetaAppReviewDetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BetaAppReviewDetails.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BetaAppReviewSubmissions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BetaAppReviewSubmissions.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BetaBuildLocalizations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BetaBuildLocalizations.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BetaGroups.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BetaGroups.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BetaLicenseAgreements.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BetaLicenseAgreements.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BetaTesterInvitations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BetaTesterInvitations.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BetaTesters.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BetaTesters.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BuildBetaDetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BuildBetaDetails.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BuildBetaNotifications.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BuildBetaNotifications.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BuildBundles.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BuildBundles.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/Builds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/Builds.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BundleIdCapabilities.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BundleIdCapabilities.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/BundleIds.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/BundleIds.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/Certificates.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/Certificates.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/CiArtifacts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/CiArtifacts.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/CiBuildActions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/CiBuildActions.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/CiBuildRuns.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/CiBuildRuns.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/CiIssues.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/CiIssues.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/CiMacOsVersions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/CiMacOsVersions.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/CiProducts.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/CiProducts.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/CiTestResults.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/CiTestResults.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/CiWorkflows.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/CiWorkflows.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/CiXcodeVersions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/CiXcodeVersions.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/CustomerReviewResponses.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/CustomerReviewResponses.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/CustomerReviews.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/CustomerReviews.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/Devices.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/Devices.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/DiagnosticSignatures.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/DiagnosticSignatures.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/EndUserLicenseAgreements.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/EndUserLicenseAgreements.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/FinanceReports.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/FinanceReports.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/GameCenterAchievements.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/GameCenterAchievements.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/GameCenterAppVersions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/GameCenterAppVersions.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/GameCenterDetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/GameCenterDetails.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/GameCenterEnabledVersions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/GameCenterEnabledVersions.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/GameCenterGroups.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/GameCenterGroups.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/GameCenterLeaderboardSets.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/GameCenterLeaderboardSets.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/GameCenterLeaderboards.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/GameCenterLeaderboards.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/InAppPurchaseContents.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/InAppPurchaseContents.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/InAppPurchaseSubmissions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/InAppPurchaseSubmissions.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/InAppPurchases.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/InAppPurchases.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/MarketplaceDomains.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/MarketplaceDomains.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/MarketplaceSearchDetails.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/MarketplaceSearchDetails.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/MarketplaceWebhooks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/MarketplaceWebhooks.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/PreReleaseVersions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/PreReleaseVersions.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/Profiles.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/Profiles.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/PromotedPurchaseImages.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/PromotedPurchaseImages.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/PromotedPurchases.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/PromotedPurchases.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/ReviewSubmissionItems.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/ReviewSubmissionItems.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/ReviewSubmissions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/ReviewSubmissions.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/RoutingAppCoverages.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/RoutingAppCoverages.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/SalesReports.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/SalesReports.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/SandboxTesters.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/SandboxTesters.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/ScmGitReferences.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/ScmGitReferences.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/ScmProviders.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/ScmProviders.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/ScmPullRequests.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/ScmPullRequests.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/ScmRepositories.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/ScmRepositories.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/SubscriptionGracePeriods.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/SubscriptionGracePeriods.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/SubscriptionGroups.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/SubscriptionGroups.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/SubscriptionLocalizations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/SubscriptionLocalizations.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/SubscriptionOfferCodes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/SubscriptionOfferCodes.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/SubscriptionPricePoints.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/SubscriptionPricePoints.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/SubscriptionPrices.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/SubscriptionPrices.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/SubscriptionSubmissions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/SubscriptionSubmissions.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/Subscriptions.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/Subscriptions.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/Territories.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/Territories.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/TerritoryAvailabilities.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/TerritoryAvailabilities.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/UploadAssets.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/UploadAssets.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/UserInvitations.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/UserInvitations.php -------------------------------------------------------------------------------- /src/Services/AppStore/Resource/Users.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Resource/Users.php -------------------------------------------------------------------------------- /src/Services/AppStore/ResourceLinks.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ResourceLinks.php -------------------------------------------------------------------------------- /src/Services/AppStore/ReviewSubmission.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ReviewSubmission.php -------------------------------------------------------------------------------- /src/Services/AppStore/ReviewSubmissionCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ReviewSubmissionCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/ReviewSubmissionItem.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ReviewSubmissionItem.php -------------------------------------------------------------------------------- /src/Services/AppStore/ReviewSubmissionItemCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ReviewSubmissionItemCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/ReviewSubmissionItemResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ReviewSubmissionItemResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ReviewSubmissionItemUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ReviewSubmissionItemUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/ReviewSubmissionItemsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ReviewSubmissionItemsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ReviewSubmissionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ReviewSubmissionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ReviewSubmissionUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ReviewSubmissionUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/ReviewSubmissionsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ReviewSubmissionsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/RoutingAppCoverage.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/RoutingAppCoverage.php -------------------------------------------------------------------------------- /src/Services/AppStore/RoutingAppCoverageCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/RoutingAppCoverageCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/RoutingAppCoverageResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/RoutingAppCoverageResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/RoutingAppCoverageUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/RoutingAppCoverageUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/SandboxTesterV2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SandboxTesterV2.php -------------------------------------------------------------------------------- /src/Services/AppStore/SandboxTesterV2Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SandboxTesterV2Response.php -------------------------------------------------------------------------------- /src/Services/AppStore/SandboxTesterV2UpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SandboxTesterV2UpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/SandboxTestersV2Response.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SandboxTestersV2Response.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScmGitReference.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScmGitReference.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScmGitReferenceResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScmGitReferenceResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScmGitReferencesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScmGitReferencesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScmProvider.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScmProvider.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScmProviderResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScmProviderResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScmProviderType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScmProviderType.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScmProvidersResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScmProvidersResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScmPullRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScmPullRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScmPullRequestResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScmPullRequestResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScmPullRequestsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScmPullRequestsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScmRepositoriesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScmRepositoriesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScmRepository.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScmRepository.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScmRepositoryResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScmRepositoryResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/ScreenshotDisplayType.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/ScreenshotDisplayType.php -------------------------------------------------------------------------------- /src/Services/AppStore/Subscription.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Subscription.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionAvailability.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionAvailability.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionAvailabilityResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionAvailabilityResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionCustomerEligibility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionCustomerEligibility.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionGracePeriod.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionGracePeriod.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionGracePeriodDuration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionGracePeriodDuration.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionGracePeriodResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionGracePeriodResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionGroup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionGroup.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionGroupCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionGroupCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionGroupLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionGroupLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionGroupResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionGroupResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionGroupSubmission.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionGroupSubmission.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionGroupUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionGroupUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionGroupsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionGroupsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionIntroductoryOffer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionIntroductoryOffer.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionLocalization.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionLocalization.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionLocalizationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionLocalizationResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionLocalizationsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionLocalizationsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionOfferCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionOfferCode.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionOfferCodeCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionOfferCodeCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionOfferCodeCustomCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionOfferCodeCustomCode.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionOfferCodePrice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionOfferCodePrice.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionOfferCodeResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionOfferCodeResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionOfferCodeUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionOfferCodeUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionOfferCodesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionOfferCodesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionOfferDuration.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionOfferDuration.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionOfferEligibility.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionOfferEligibility.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionOfferMode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionOfferMode.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionPrice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionPrice.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionPriceCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionPriceCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionPriceInlineCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionPriceInlineCreate.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionPricePoint.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionPricePoint.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionPricePointInlineCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionPricePointInlineCreate.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionPricePointResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionPricePointResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionPricePointsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionPricePointsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionPriceResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionPriceResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionPricesLinkagesRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionPricesLinkagesRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionPricesLinkagesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionPricesLinkagesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionPricesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionPricesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionPromotionalOffer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionPromotionalOffer.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionPromotionalOfferPrice.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionPromotionalOfferPrice.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionStatusUrlVersion.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionStatusUrlVersion.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionSubmission.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionSubmission.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionSubmissionResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionSubmissionResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/SubscriptionsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/SubscriptionsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/TerritoriesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/TerritoriesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/TerritoriesWithoutIncludesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/TerritoriesWithoutIncludesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/Territory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/Territory.php -------------------------------------------------------------------------------- /src/Services/AppStore/TerritoryAvailabilitiesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/TerritoryAvailabilitiesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/TerritoryAvailability.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/TerritoryAvailability.php -------------------------------------------------------------------------------- /src/Services/AppStore/TerritoryAvailabilityInlineCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/TerritoryAvailabilityInlineCreate.php -------------------------------------------------------------------------------- /src/Services/AppStore/TerritoryAvailabilityResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/TerritoryAvailabilityResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/TerritoryAvailabilityUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/TerritoryAvailabilityUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/TerritoryCode.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/TerritoryCode.php -------------------------------------------------------------------------------- /src/Services/AppStore/TerritoryInlineCreate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/TerritoryInlineCreate.php -------------------------------------------------------------------------------- /src/Services/AppStore/TerritoryResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/TerritoryResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/UploadOperation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/UploadOperation.php -------------------------------------------------------------------------------- /src/Services/AppStore/User.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/User.php -------------------------------------------------------------------------------- /src/Services/AppStore/UserInvitation.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/UserInvitation.php -------------------------------------------------------------------------------- /src/Services/AppStore/UserInvitationCreateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/UserInvitationCreateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/UserInvitationResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/UserInvitationResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/UserInvitationsResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/UserInvitationsResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/UserResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/UserResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/UserRole.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/UserRole.php -------------------------------------------------------------------------------- /src/Services/AppStore/UserUpdateRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/UserUpdateRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/UserVisibleAppsLinkagesRequest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/UserVisibleAppsLinkagesRequest.php -------------------------------------------------------------------------------- /src/Services/AppStore/UserVisibleAppsLinkagesResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/UserVisibleAppsLinkagesResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/UsersResponse.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/UsersResponse.php -------------------------------------------------------------------------------- /src/Services/AppStore/csv.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/csv.php -------------------------------------------------------------------------------- /src/Services/AppStore/diagnosticLogs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/diagnosticLogs.php -------------------------------------------------------------------------------- /src/Services/AppStore/gzip.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/gzip.php -------------------------------------------------------------------------------- /src/Services/AppStore/xcodeMetrics.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/AppStore/xcodeMetrics.php -------------------------------------------------------------------------------- /src/Services/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/Exception.php -------------------------------------------------------------------------------- /src/Services/Resource.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/Resource.php -------------------------------------------------------------------------------- /src/Services/Upload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Services/Upload.php -------------------------------------------------------------------------------- /src/Task/Exception.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Task/Exception.php -------------------------------------------------------------------------------- /src/Task/Retryable.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Task/Retryable.php -------------------------------------------------------------------------------- /src/Task/Runner.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Task/Runner.php -------------------------------------------------------------------------------- /src/Utils/UriTemplate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/Utils/UriTemplate.php -------------------------------------------------------------------------------- /src/aliases.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cantie/app-store-connect-api-php/HEAD/src/aliases.php --------------------------------------------------------------------------------