eas-cli 0.46.0 → 0.48.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +845 -2
- package/build/analytics/rudderstackClient.js +3 -3
- package/build/api.d.ts +25 -1
- package/build/api.js +70 -38
- package/build/build/android/build.js +4 -4
- package/build/build/android/prepareJob.js +2 -2
- package/build/build/android/syncProjectConfiguration.js +7 -7
- package/build/build/android/version.js +3 -3
- package/build/build/build.js +4 -4
- package/build/build/configure.js +3 -3
- package/build/build/createContext.js +2 -2
- package/build/build/ios/credentials.js +1 -1
- package/build/build/ios/graphql.js +1 -1
- package/build/build/ios/prepareJob.js +2 -2
- package/build/build/ios/syncProjectConfiguration.js +3 -3
- package/build/build/ios/version.js +3 -3
- package/build/build/local.js +3 -3
- package/build/build/metadata.js +7 -18
- package/build/build/runBuildAndSubmit.js +3 -3
- package/build/build/utils/appJson.js +3 -3
- package/build/build/utils/credentials.js +2 -2
- package/build/build/utils/devClient.js +3 -3
- package/build/build/utils/formatBuild.js +2 -2
- package/build/build/utils/printBuildInfo.js +5 -5
- package/build/build/utils/repository.js +5 -5
- package/build/build/utils/url.js +1 -1
- package/build/build/utils/version.js +4 -4
- package/build/build/validate.js +3 -3
- package/build/commandUtils/EasCommand.js +2 -2
- package/build/commands/account/login.js +2 -2
- package/build/commands/account/logout.js +2 -2
- package/build/commands/account/view.js +3 -3
- package/build/commands/analytics.js +3 -3
- package/build/commands/branch/create.js +4 -4
- package/build/commands/branch/delete.js +4 -4
- package/build/commands/branch/list.js +5 -5
- package/build/commands/branch/publish.js +1 -1
- package/build/commands/branch/rename.js +4 -4
- package/build/commands/branch/view.js +6 -6
- package/build/commands/build/cancel.js +4 -4
- package/build/commands/build/configure.js +6 -7
- package/build/commands/build/index.js +12 -8
- package/build/commands/build/inspect.js +5 -5
- package/build/commands/build/list.js +3 -3
- package/build/commands/build/view.js +2 -2
- package/build/commands/channel/create.js +12 -11
- package/build/commands/channel/delete.js +3 -3
- package/build/commands/channel/edit.js +38 -32
- package/build/commands/channel/list.js +4 -4
- package/build/commands/channel/rollout.js +50 -41
- package/build/commands/channel/view.d.ts +0 -2
- package/build/commands/channel/view.js +9 -53
- package/build/commands/config.js +3 -3
- package/build/commands/credentials.js +1 -1
- package/build/commands/device/create.js +3 -3
- package/build/commands/device/delete.js +4 -4
- package/build/commands/device/list.js +5 -5
- package/build/commands/device/view.js +3 -3
- package/build/commands/diagnostics.js +3 -3
- package/build/commands/project/info.js +4 -4
- package/build/commands/project/init.js +3 -3
- package/build/commands/secret/create.js +3 -3
- package/build/commands/secret/delete.js +2 -2
- package/build/commands/secret/list.js +5 -5
- package/build/commands/submit.js +4 -4
- package/build/commands/update/configure.d.ts +3 -0
- package/build/commands/update/configure.js +151 -36
- package/build/commands/update/delete.js +6 -6
- package/build/commands/update/index.d.ts +1 -0
- package/build/commands/update/index.js +65 -12
- package/build/commands/update/list.js +6 -6
- package/build/commands/update/view.js +4 -4
- package/build/commands/webhook/create.js +1 -1
- package/build/commands/webhook/delete.js +5 -5
- package/build/commands/webhook/list.js +3 -3
- package/build/commands/webhook/update.js +2 -2
- package/build/commands/webhook/view.js +2 -2
- package/build/credentials/android/AndroidCredentialsProvider.js +2 -2
- package/build/credentials/android/actions/AssignFcm.js +1 -1
- package/build/credentials/android/actions/AssignGoogleServiceAccountKey.js +1 -1
- package/build/credentials/android/actions/BuildCredentialsUtils.js +1 -1
- package/build/credentials/android/actions/CreateFcm.js +1 -1
- package/build/credentials/android/actions/CreateGoogleServiceAccountKey.js +1 -1
- package/build/credentials/android/actions/CreateKeystore.js +1 -1
- package/build/credentials/android/actions/DownloadKeystore.js +3 -3
- package/build/credentials/android/actions/RemoveFcm.js +1 -1
- package/build/credentials/android/actions/RemoveGoogleServiceAccountKey.js +1 -1
- package/build/credentials/android/actions/RemoveKeystore.js +2 -2
- package/build/credentials/android/actions/SetUpBuildCredentials.js +2 -2
- package/build/credentials/android/actions/SetUpBuildCredentialsFromCredentialsJson.js +1 -1
- package/build/credentials/android/actions/SetUpGoogleServiceAccountKey.js +2 -2
- package/build/credentials/android/actions/UpdateCredentialsJson.js +1 -1
- package/build/credentials/android/actions/UseExistingGoogleServiceAccountKey.js +1 -1
- package/build/credentials/android/api/graphql/mutations/AndroidAppBuildCredentialsMutation.js +2 -2
- package/build/credentials/android/api/graphql/mutations/AndroidAppCredentialsMutation.js +2 -2
- package/build/credentials/android/api/graphql/mutations/AndroidFcmMutation.js +2 -2
- package/build/credentials/android/api/graphql/mutations/AndroidKeystoreMutation.js +2 -2
- package/build/credentials/android/api/graphql/mutations/GoogleServiceAccountKeyMutation.js +2 -2
- package/build/credentials/android/api/graphql/queries/AndroidAppCredentialsQuery.js +2 -2
- package/build/credentials/android/api/graphql/queries/GoogleServiceAccountKeyQuery.js +1 -1
- package/build/credentials/android/utils/googleServiceAccountKey.js +6 -6
- package/build/credentials/android/utils/keystore.js +9 -12
- package/build/credentials/android/utils/keystoreNew.js +2 -2
- package/build/credentials/android/utils/printCredentials.js +3 -3
- package/build/credentials/context.js +7 -7
- package/build/credentials/credentialsJson/read.js +2 -2
- package/build/credentials/credentialsJson/types.js +1 -1
- package/build/credentials/credentialsJson/update.js +6 -6
- package/build/credentials/credentialsJson/utils.js +1 -1
- package/build/credentials/ios/IosCredentialsProvider.js +2 -2
- package/build/credentials/ios/actions/AscApiKeyUtils.js +4 -4
- package/build/credentials/ios/actions/AssignAscApiKey.js +1 -1
- package/build/credentials/ios/actions/AssignPushKey.js +1 -1
- package/build/credentials/ios/actions/BuildCredentialsUtils.js +1 -1
- package/build/credentials/ios/actions/ConfigureProvisioningProfile.js +3 -3
- package/build/credentials/ios/actions/CreateAscApiKey.js +1 -1
- package/build/credentials/ios/actions/CreateDistributionCertificate.js +1 -1
- package/build/credentials/ios/actions/CreateProvisioningProfile.js +3 -3
- package/build/credentials/ios/actions/CreatePushKey.js +1 -1
- package/build/credentials/ios/actions/DistributionCertificateUtils.js +4 -4
- package/build/credentials/ios/actions/ProvisioningProfileUtils.js +1 -1
- package/build/credentials/ios/actions/PushKeyUtils.js +2 -2
- package/build/credentials/ios/actions/RemoveAscApiKey.d.ts +1 -2
- package/build/credentials/ios/actions/RemoveAscApiKey.js +3 -4
- package/build/credentials/ios/actions/RemoveDistributionCertificate.js +1 -1
- package/build/credentials/ios/actions/RemoveProvisioningProfile.js +2 -2
- package/build/credentials/ios/actions/RemovePushKey.d.ts +1 -2
- package/build/credentials/ios/actions/RemovePushKey.js +3 -4
- package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.js +6 -6
- package/build/credentials/ios/actions/SetUpAscApiKey.js +3 -3
- package/build/credentials/ios/actions/SetUpBuildCredentials.js +3 -3
- package/build/credentials/ios/actions/SetUpBuildCredentialsFromCredentialsJson.js +2 -2
- package/build/credentials/ios/actions/SetUpDistributionCertificate.js +4 -4
- package/build/credentials/ios/actions/SetUpInternalProvisioningProfile.js +4 -1
- package/build/credentials/ios/actions/SetUpProvisioningProfile.js +1 -1
- package/build/credentials/ios/actions/SetUpPushKey.js +3 -3
- package/build/credentials/ios/actions/SetUpSubmissionCredentials.js +4 -4
- package/build/credentials/ios/actions/SetUpTargetBuildCredentials.js +1 -1
- package/build/credentials/ios/actions/SetUpTargetBuildCredentialsFromCredentialsJson.js +3 -3
- package/build/credentials/ios/actions/UpdateCredentialsJson.js +1 -1
- package/build/credentials/ios/api/GraphqlClient.js +1 -1
- package/build/credentials/ios/api/graphql/mutations/AppStoreConnectApiKeyMutation.js +2 -2
- package/build/credentials/ios/api/graphql/mutations/AppleAppIdentifierMutation.js +2 -2
- package/build/credentials/ios/api/graphql/mutations/AppleDeviceMutation.js +1 -1
- package/build/credentials/ios/api/graphql/mutations/AppleDeviceRegistrationRequestMutation.js +1 -1
- package/build/credentials/ios/api/graphql/mutations/AppleDistributionCertificateMutation.js +2 -2
- package/build/credentials/ios/api/graphql/mutations/AppleProvisioningProfileMutation.js +1 -1
- package/build/credentials/ios/api/graphql/mutations/ApplePushKeyMutation.js +2 -2
- package/build/credentials/ios/api/graphql/mutations/AppleTeamMutation.js +1 -1
- package/build/credentials/ios/api/graphql/mutations/IosAppBuildCredentialsMutation.js +2 -2
- package/build/credentials/ios/api/graphql/mutations/IosAppCredentialsMutation.js +2 -2
- package/build/credentials/ios/api/graphql/queries/AppQuery.js +2 -2
- package/build/credentials/ios/api/graphql/queries/AppStoreConnectApiKeyQuery.js +1 -1
- package/build/credentials/ios/api/graphql/queries/AppleAppIdentifierQuery.js +1 -1
- package/build/credentials/ios/api/graphql/queries/AppleDeviceQuery.js +2 -2
- package/build/credentials/ios/api/graphql/queries/AppleDistributionCertificateQuery.js +2 -2
- package/build/credentials/ios/api/graphql/queries/AppleProvisioningProfileQuery.js +2 -2
- package/build/credentials/ios/api/graphql/queries/ApplePushKeyQuery.js +1 -1
- package/build/credentials/ios/api/graphql/queries/AppleTeamQuery.js +1 -1
- package/build/credentials/ios/api/graphql/queries/IosAppBuildCredentialsQuery.js +2 -2
- package/build/credentials/ios/api/graphql/queries/IosAppCredentialsQuery.js +2 -2
- package/build/credentials/ios/appstore/AppStoreApi.d.ts +1 -1
- package/build/credentials/ios/appstore/AppStoreApi.js +2 -2
- package/build/credentials/ios/appstore/Credentials.js +1 -1
- package/build/credentials/ios/appstore/ascApiKey.js +1 -1
- package/build/credentials/ios/appstore/authenticate.js +3 -3
- package/build/credentials/ios/appstore/bundleIdCapabilities.js +2 -2
- package/build/credentials/ios/appstore/capabilityIdentifiers.js +1 -1
- package/build/credentials/ios/appstore/contractMessages.js +2 -2
- package/build/credentials/ios/appstore/ensureAppExists.js +2 -2
- package/build/credentials/ios/appstore/keychain.js +1 -1
- package/build/credentials/ios/appstore/provisioningProfile.d.ts +1 -1
- package/build/credentials/ios/appstore/provisioningProfile.js +1 -1
- package/build/credentials/ios/appstore/pushKey.js +3 -3
- package/build/credentials/ios/appstore/resolveCredentials.js +5 -5
- package/build/credentials/ios/credentials.js +1 -1
- package/build/credentials/ios/utils/convertHTMLToASCII.js +4 -4
- package/build/credentials/ios/utils/p12Certificate.js +1 -1
- package/build/credentials/ios/utils/printCredentials.js +4 -4
- package/build/credentials/ios/utils/provisioningProfile.js +1 -1
- package/build/credentials/ios/validators/validateProvisioningProfile.js +5 -5
- package/build/credentials/manager/HelperActions.js +1 -1
- package/build/credentials/manager/ManageAndroid.js +2 -2
- package/build/credentials/manager/ManageIos.js +3 -3
- package/build/credentials/manager/SelectAndroidBuildCredentials.js +1 -1
- package/build/credentials/manager/SelectBuildProfileFromEasJson.js +1 -1
- package/build/credentials/utils/promptForCredentials.js +5 -6
- package/build/devices/actions/create/action.js +2 -2
- package/build/devices/actions/create/inputMethod.js +3 -3
- package/build/devices/actions/create/registrationUrlMethod.js +4 -4
- package/build/devices/manager.js +4 -4
- package/build/devices/utils/formatDevice.js +1 -1
- package/build/fetch.d.ts +7 -0
- package/build/fetch.js +21 -0
- package/build/graphql/client.js +2 -5
- package/build/graphql/generated.d.ts +770 -703
- package/build/graphql/generated.js +6 -1
- package/build/graphql/mutations/AppMutation.js +2 -2
- package/build/graphql/mutations/BuildMutation.js +2 -2
- package/build/graphql/mutations/EnvironmentSecretMutation.js +1 -1
- package/build/graphql/mutations/KeystoreGenerationUrlMutation.js +1 -1
- package/build/graphql/mutations/PublishMutation.d.ts +2 -1
- package/build/graphql/mutations/PublishMutation.js +26 -1
- package/build/graphql/mutations/SubmissionMutation.js +2 -2
- package/build/graphql/mutations/UploadSessionMutation.js +1 -1
- package/build/graphql/mutations/WebhookMutation.js +1 -1
- package/build/graphql/queries/BranchQuery.d.ts +7 -0
- package/build/graphql/queries/BranchQuery.js +29 -0
- package/build/graphql/queries/BuildQuery.js +1 -1
- package/build/graphql/queries/ChannelQuery.d.ts +4 -0
- package/build/graphql/queries/ChannelQuery.js +49 -0
- package/build/graphql/queries/EnvironmentSecretsQuery.js +1 -1
- package/build/graphql/queries/ProjectQuery.js +1 -1
- package/build/graphql/queries/PublishQuery.js +1 -1
- package/build/graphql/queries/SubmissionQuery.js +1 -1
- package/build/graphql/queries/UpdateQuery.js +1 -1
- package/build/graphql/queries/UserQuery.js +1 -1
- package/build/graphql/queries/WebhookQuery.js +1 -1
- package/build/graphql/types/App.js +1 -1
- package/build/graphql/types/Build.js +1 -1
- package/build/graphql/types/EnvironmentSecret.js +1 -1
- package/build/graphql/types/Submission.js +1 -1
- package/build/graphql/types/UpdateBranch.js +1 -1
- package/build/graphql/types/Webhook.js +1 -1
- package/build/graphql/types/credentials/AndroidAppBuildCredentials.js +1 -1
- package/build/graphql/types/credentials/AndroidAppCredentials.js +1 -1
- package/build/graphql/types/credentials/AndroidFcm.js +1 -1
- package/build/graphql/types/credentials/AndroidKeystore.js +1 -1
- package/build/graphql/types/credentials/AppStoreConnectApiKey.js +1 -1
- package/build/graphql/types/credentials/AppleAppIdentifier.js +1 -1
- package/build/graphql/types/credentials/AppleDevice.js +1 -1
- package/build/graphql/types/credentials/AppleDeviceRegistrationRequest.js +1 -1
- package/build/graphql/types/credentials/AppleDistributionCertificate.js +1 -1
- package/build/graphql/types/credentials/AppleProvisioningProfile.js +1 -1
- package/build/graphql/types/credentials/ApplePushKey.js +1 -1
- package/build/graphql/types/credentials/AppleTeam.js +1 -1
- package/build/graphql/types/credentials/GoogleServiceAccountKey.js +1 -1
- package/build/graphql/types/credentials/IosAppBuildCredentials.js +1 -1
- package/build/graphql/types/credentials/IosAppCredentials.js +1 -1
- package/build/log.js +4 -4
- package/build/ora.js +2 -2
- package/build/platform.js +1 -1
- package/build/project/android/applicationId.js +6 -6
- package/build/project/android/gradle.js +2 -2
- package/build/project/android/gradleUtils.js +2 -2
- package/build/project/ensureProjectExists.js +3 -3
- package/build/project/expoSdk.js +3 -3
- package/build/project/ios/bundleIdentifier.js +4 -4
- package/build/project/ios/scheme.js +3 -3
- package/build/project/metroConfig.js +3 -3
- package/build/project/projectUtils.d.ts +3 -5
- package/build/project/projectUtils.js +37 -38
- package/build/project/publish.js +8 -8
- package/build/project/workflow.js +2 -2
- package/build/prompts.js +1 -1
- package/build/submit/ArchiveSource.js +3 -3
- package/build/submit/BaseSubmitter.js +1 -1
- package/build/submit/android/AndroidSubmitCommand.js +3 -3
- package/build/submit/android/AndroidSubmitter.js +3 -3
- package/build/submit/android/ServiceAccountSource.js +4 -4
- package/build/submit/ios/AppProduce.js +2 -2
- package/build/submit/ios/AppSpecificPasswordSource.js +3 -4
- package/build/submit/ios/AscApiKeySource.js +2 -2
- package/build/submit/ios/CredentialsServiceSource.js +2 -2
- package/build/submit/ios/IosSubmitCommand.js +5 -5
- package/build/submit/ios/IosSubmitter.js +3 -3
- package/build/submit/ios/utils/language.js +1 -1
- package/build/submit/submit.js +4 -4
- package/build/submit/utils/errors.js +1 -1
- package/build/submit/utils/files.js +1 -1
- package/build/submit/utils/logs.js +5 -5
- package/build/submit/utils/summary.js +3 -3
- package/build/submit/utils/urls.js +2 -2
- package/build/submit/utils/wait.js +2 -2
- package/build/{build → update}/android/UpdatesModule.d.ts +0 -0
- package/build/{build → update}/android/UpdatesModule.js +4 -3
- package/build/{build → update}/ios/UpdatesModule.d.ts +0 -0
- package/build/{build → update}/ios/UpdatesModule.js +7 -8
- package/build/update/utils.d.ts +3 -0
- package/build/update/utils.js +20 -2
- package/build/uploads.d.ts +2 -10
- package/build/uploads.js +32 -12
- package/build/user/User.js +3 -5
- package/build/user/UserSettings.js +2 -2
- package/build/user/actions.js +5 -5
- package/build/user/otp.js +6 -8
- package/build/user/sessionStorage.js +1 -1
- package/build/utils/code-signing.d.ts +29 -0
- package/build/utils/code-signing.js +165 -0
- package/build/utils/expoCli.js +4 -4
- package/build/utils/files.js +3 -3
- package/build/utils/formatFields.js +1 -1
- package/build/utils/json.js +2 -2
- package/build/utils/paths.js +2 -2
- package/build/utils/plist.js +3 -3
- package/build/utils/profiles.js +2 -2
- package/build/utils/progress.d.ts +6 -3
- package/build/utils/progress.js +1 -1
- package/build/vcs/clients/git.js +3 -3
- package/build/vcs/clients/gitNoCommit.js +3 -3
- package/build/vcs/git.js +1 -1
- package/build/vcs/index.js +3 -3
- package/build/vcs/local.js +4 -4
- package/build/webhooks/formatWebhook.js +1 -1
- package/build/webhooks/input.js +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +33 -27
- package/build/ApiV2Error.d.ts +0 -16
- package/build/ApiV2Error.js +0 -14
- package/build/build/utils/updates.d.ts +0 -3
- package/build/build/utils/updates.js +0 -15
|
@@ -35,7 +35,7 @@ export declare type Scalars = {
|
|
|
35
35
|
};
|
|
36
36
|
export declare type AcceptUserInvitationResult = {
|
|
37
37
|
__typename?: 'AcceptUserInvitationResult';
|
|
38
|
-
success
|
|
38
|
+
success: Scalars['Boolean'];
|
|
39
39
|
};
|
|
40
40
|
/** A method of authentication for an Actor */
|
|
41
41
|
export declare type AccessToken = {
|
|
@@ -234,28 +234,28 @@ export declare type AccountMutation = {
|
|
|
234
234
|
/** Cancel scheduled subscription change */
|
|
235
235
|
cancelScheduledSubscriptionChange: Account;
|
|
236
236
|
/** Cancels the active subscription */
|
|
237
|
-
cancelSubscription
|
|
237
|
+
cancelSubscription: Account;
|
|
238
238
|
/** Upgrades or downgrades the active subscription to the newPlanIdentifier, which must be one of the EAS plans (i.e., Production or Enterprise). */
|
|
239
239
|
changePlan: Account;
|
|
240
240
|
/** Add specified account Permissions for Actor. Actor must already have at least one permission on the account. */
|
|
241
|
-
grantActorPermissions
|
|
241
|
+
grantActorPermissions: Account;
|
|
242
242
|
/** Rename this account and the primary user's username if this account is a personal account */
|
|
243
243
|
rename: Account;
|
|
244
244
|
/** Requests a refund for the specified charge. Returns true if auto-refund was possible, otherwise requests a manual refund from support and returns false. */
|
|
245
|
-
requestRefund
|
|
245
|
+
requestRefund: Scalars['Boolean'];
|
|
246
246
|
/** Revoke specified Permissions for Actor. Actor must already have at least one permission on the account. */
|
|
247
|
-
revokeActorPermissions
|
|
247
|
+
revokeActorPermissions: Account;
|
|
248
248
|
/**
|
|
249
249
|
* Update setting to purchase new build packs when the current one is consumed
|
|
250
250
|
* @deprecated Build packs are no longer supported
|
|
251
251
|
*/
|
|
252
252
|
setBuildAutoRenew?: Maybe<Account>;
|
|
253
253
|
/** Set payment details */
|
|
254
|
-
setPaymentSource
|
|
254
|
+
setPaymentSource: Account;
|
|
255
255
|
/** Require authorization to send push notifications for experiences owned by this account */
|
|
256
|
-
setPushSecurityEnabled
|
|
256
|
+
setPushSecurityEnabled: Account;
|
|
257
257
|
/** Add a subscription */
|
|
258
|
-
subscribeToProduct
|
|
258
|
+
subscribeToProduct: Account;
|
|
259
259
|
};
|
|
260
260
|
export declare type AccountMutationBuyProductArgs = {
|
|
261
261
|
accountName: Scalars['ID'];
|
|
@@ -413,15 +413,15 @@ export declare type AndroidAppBuildCredentialsInput = {
|
|
|
413
413
|
export declare type AndroidAppBuildCredentialsMutation = {
|
|
414
414
|
__typename?: 'AndroidAppBuildCredentialsMutation';
|
|
415
415
|
/** Create a set of build credentials for an Android app */
|
|
416
|
-
createAndroidAppBuildCredentials
|
|
416
|
+
createAndroidAppBuildCredentials: AndroidAppBuildCredentials;
|
|
417
417
|
/** delete a set of build credentials for an Android app */
|
|
418
|
-
deleteAndroidAppBuildCredentials
|
|
418
|
+
deleteAndroidAppBuildCredentials: DeleteAndroidAppBuildCredentialsResult;
|
|
419
419
|
/** Set the build credentials to be the default for the Android app */
|
|
420
|
-
setDefault
|
|
420
|
+
setDefault: AndroidAppBuildCredentials;
|
|
421
421
|
/** Set the keystore to be used for an Android app */
|
|
422
|
-
setKeystore
|
|
422
|
+
setKeystore: AndroidAppBuildCredentials;
|
|
423
423
|
/** Set the name of a set of build credentials to be used for an Android app */
|
|
424
|
-
setName
|
|
424
|
+
setName: AndroidAppBuildCredentials;
|
|
425
425
|
};
|
|
426
426
|
export declare type AndroidAppBuildCredentialsMutationCreateAndroidAppBuildCredentialsArgs = {
|
|
427
427
|
androidAppBuildCredentialsInput: AndroidAppBuildCredentialsInput;
|
|
@@ -465,11 +465,11 @@ export declare type AndroidAppCredentialsInput = {
|
|
|
465
465
|
export declare type AndroidAppCredentialsMutation = {
|
|
466
466
|
__typename?: 'AndroidAppCredentialsMutation';
|
|
467
467
|
/** Create a set of credentials for an Android app */
|
|
468
|
-
createAndroidAppCredentials
|
|
468
|
+
createAndroidAppCredentials: AndroidAppCredentials;
|
|
469
469
|
/** Set the FCM push key to be used in an Android app */
|
|
470
|
-
setFcm
|
|
470
|
+
setFcm: AndroidAppCredentials;
|
|
471
471
|
/** Set the Google Service Account Key to be used for submitting an Android app */
|
|
472
|
-
setGoogleServiceAccountKeyForSubmissions
|
|
472
|
+
setGoogleServiceAccountKeyForSubmissions: AndroidAppCredentials;
|
|
473
473
|
};
|
|
474
474
|
export declare type AndroidAppCredentialsMutationCreateAndroidAppCredentialsArgs = {
|
|
475
475
|
androidAppCredentialsInput: AndroidAppCredentialsInput;
|
|
@@ -688,8 +688,6 @@ export declare type App = Project & {
|
|
|
688
688
|
pushSecurityEnabled: Scalars['Boolean'];
|
|
689
689
|
/** Classic update release channel names (to be removed) */
|
|
690
690
|
releaseChannels: Array<Scalars['String']>;
|
|
691
|
-
/** @deprecated No longer supported */
|
|
692
|
-
releases: Array<Maybe<AppRelease>>;
|
|
693
691
|
/** @deprecated Legacy access tokens are deprecated */
|
|
694
692
|
requiresAccessTokenForPushSecurity: Scalars['Boolean'];
|
|
695
693
|
/** SDK version of the latest classic update publish, 0.0.0 otherwise */
|
|
@@ -709,6 +707,8 @@ export declare type App = Project & {
|
|
|
709
707
|
updateChannels: Array<UpdateChannel>;
|
|
710
708
|
/** Time of last classic update publish */
|
|
711
709
|
updated: Scalars['DateTime'];
|
|
710
|
+
/** EAS updates owned by an app */
|
|
711
|
+
updates: Array<Update>;
|
|
712
712
|
/** @deprecated Use ownerAccount.name instead */
|
|
713
713
|
username: Scalars['String'];
|
|
714
714
|
/** @deprecated No longer supported */
|
|
@@ -778,12 +778,6 @@ export declare type AppLikedByArgs = {
|
|
|
778
778
|
offset?: InputMaybe<Scalars['Int']>;
|
|
779
779
|
};
|
|
780
780
|
/** Represents an Exponent App (or Experience in legacy terms) */
|
|
781
|
-
export declare type AppReleasesArgs = {
|
|
782
|
-
limit?: InputMaybe<Scalars['Int']>;
|
|
783
|
-
offset?: InputMaybe<Scalars['Int']>;
|
|
784
|
-
platform: AppPlatform;
|
|
785
|
-
};
|
|
786
|
-
/** Represents an Exponent App (or Experience in legacy terms) */
|
|
787
781
|
export declare type AppSubmissionsArgs = {
|
|
788
782
|
filter: SubmissionFilter;
|
|
789
783
|
limit: Scalars['Int'];
|
|
@@ -808,6 +802,11 @@ export declare type AppUpdateChannelsArgs = {
|
|
|
808
802
|
offset: Scalars['Int'];
|
|
809
803
|
};
|
|
810
804
|
/** Represents an Exponent App (or Experience in legacy terms) */
|
|
805
|
+
export declare type AppUpdatesArgs = {
|
|
806
|
+
limit: Scalars['Int'];
|
|
807
|
+
offset: Scalars['Int'];
|
|
808
|
+
};
|
|
809
|
+
/** Represents an Exponent App (or Experience in legacy terms) */
|
|
811
810
|
export declare type AppWebhooksArgs = {
|
|
812
811
|
filter?: InputMaybe<WebhookFilter>;
|
|
813
812
|
};
|
|
@@ -835,7 +834,7 @@ export declare type AppMutation = {
|
|
|
835
834
|
/** @deprecated No longer supported */
|
|
836
835
|
grantAccess?: Maybe<App>;
|
|
837
836
|
/** Require api token to send push notifs for experience */
|
|
838
|
-
setPushSecurityEnabled
|
|
837
|
+
setPushSecurityEnabled: App;
|
|
839
838
|
};
|
|
840
839
|
export declare type AppMutationCreateAppArgs = {
|
|
841
840
|
appInput: AppInput;
|
|
@@ -967,7 +966,7 @@ export declare type AppleAppIdentifierInput = {
|
|
|
967
966
|
export declare type AppleAppIdentifierMutation = {
|
|
968
967
|
__typename?: 'AppleAppIdentifierMutation';
|
|
969
968
|
/** Create an Identifier for an iOS App */
|
|
970
|
-
createAppleAppIdentifier
|
|
969
|
+
createAppleAppIdentifier: AppleAppIdentifier;
|
|
971
970
|
};
|
|
972
971
|
export declare type AppleAppIdentifierMutationCreateAppleAppIdentifierArgs = {
|
|
973
972
|
accountId: Scalars['ID'];
|
|
@@ -1211,7 +1210,7 @@ export declare type AssetMutation = {
|
|
|
1211
1210
|
* Returns an array of specifications for upload. Each URL is valid for an hour.
|
|
1212
1211
|
* The content type of the asset you wish to upload must be specified.
|
|
1213
1212
|
*/
|
|
1214
|
-
getSignedAssetUploadSpecifications
|
|
1213
|
+
getSignedAssetUploadSpecifications: GetSignedAssetUploadSpecificationsResult;
|
|
1215
1214
|
};
|
|
1216
1215
|
export declare type AssetMutationGetSignedAssetUploadSpecificationsArgs = {
|
|
1217
1216
|
assetContentTypes: Array<InputMaybe<Scalars['String']>>;
|
|
@@ -1258,7 +1257,10 @@ export declare type Build = ActivityTimelineProjectActivity & BuildOrBuildJob &
|
|
|
1258
1257
|
logFiles: Array<Scalars['String']>;
|
|
1259
1258
|
metrics?: Maybe<BuildMetrics>;
|
|
1260
1259
|
platform: AppPlatform;
|
|
1260
|
+
priority: BuildPriority;
|
|
1261
1261
|
project: Project;
|
|
1262
|
+
/** Queue position is 1-indexed */
|
|
1263
|
+
queuePosition?: Maybe<Scalars['Int']>;
|
|
1262
1264
|
reactNativeVersion?: Maybe<Scalars['String']>;
|
|
1263
1265
|
releaseChannel?: Maybe<Scalars['String']>;
|
|
1264
1266
|
runtimeVersion?: Maybe<Scalars['String']>;
|
|
@@ -1338,9 +1340,9 @@ export declare enum BuildJobLogsFormat {
|
|
|
1338
1340
|
}
|
|
1339
1341
|
export declare type BuildJobMutation = {
|
|
1340
1342
|
__typename?: 'BuildJobMutation';
|
|
1341
|
-
cancel
|
|
1343
|
+
cancel: BuildJob;
|
|
1342
1344
|
del?: Maybe<BuildJob>;
|
|
1343
|
-
restart
|
|
1345
|
+
restart: BuildJob;
|
|
1344
1346
|
};
|
|
1345
1347
|
export declare type BuildJobQuery = {
|
|
1346
1348
|
__typename?: 'BuildJobQuery';
|
|
@@ -1437,6 +1439,10 @@ export declare type BuildMutationDeleteBuildArgs = {
|
|
|
1437
1439
|
export declare type BuildOrBuildJob = {
|
|
1438
1440
|
id: Scalars['ID'];
|
|
1439
1441
|
};
|
|
1442
|
+
export declare enum BuildPriority {
|
|
1443
|
+
High = "HIGH",
|
|
1444
|
+
Normal = "NORMAL"
|
|
1445
|
+
}
|
|
1440
1446
|
/** Publicly visible data for a Build. */
|
|
1441
1447
|
export declare type BuildPublicData = {
|
|
1442
1448
|
__typename?: 'BuildPublicData';
|
|
@@ -1560,9 +1566,9 @@ export declare type CreateAccessTokenInput = {
|
|
|
1560
1566
|
export declare type CreateAccessTokenResponse = {
|
|
1561
1567
|
__typename?: 'CreateAccessTokenResponse';
|
|
1562
1568
|
/** AccessToken created */
|
|
1563
|
-
accessToken
|
|
1569
|
+
accessToken: AccessToken;
|
|
1564
1570
|
/** Full token string to be used for authentication */
|
|
1565
|
-
token
|
|
1571
|
+
token: Scalars['String'];
|
|
1566
1572
|
};
|
|
1567
1573
|
export declare type CreateAndroidSubmissionInput = {
|
|
1568
1574
|
appId: Scalars['ID'];
|
|
@@ -1686,7 +1692,7 @@ export declare type EditUpdateBranchInput = {
|
|
|
1686
1692
|
};
|
|
1687
1693
|
export declare type EmailSubscriptionMutation = {
|
|
1688
1694
|
__typename?: 'EmailSubscriptionMutation';
|
|
1689
|
-
addUser
|
|
1695
|
+
addUser: AddUserPayload;
|
|
1690
1696
|
};
|
|
1691
1697
|
export declare type EmailSubscriptionMutationAddUserArgs = {
|
|
1692
1698
|
addUserInput: AddUserInput;
|
|
@@ -1752,7 +1758,7 @@ export declare enum Feature {
|
|
|
1752
1758
|
}
|
|
1753
1759
|
export declare type GetSignedAssetUploadSpecificationsResult = {
|
|
1754
1760
|
__typename?: 'GetSignedAssetUploadSpecificationsResult';
|
|
1755
|
-
specifications: Array<
|
|
1761
|
+
specifications: Array<Scalars['String']>;
|
|
1756
1762
|
};
|
|
1757
1763
|
export declare type GoogleServiceAccountKey = {
|
|
1758
1764
|
__typename?: 'GoogleServiceAccountKey';
|
|
@@ -1820,8 +1826,15 @@ export declare type InvoiceLineItem = {
|
|
|
1820
1826
|
description: Scalars['String'];
|
|
1821
1827
|
id: Scalars['ID'];
|
|
1822
1828
|
period: InvoicePeriod;
|
|
1829
|
+
plan: InvoiceLineItemPlan;
|
|
1823
1830
|
proration: Scalars['Boolean'];
|
|
1824
1831
|
quantity: Scalars['Int'];
|
|
1832
|
+
title: Scalars['String'];
|
|
1833
|
+
};
|
|
1834
|
+
export declare type InvoiceLineItemPlan = {
|
|
1835
|
+
__typename?: 'InvoiceLineItemPlan';
|
|
1836
|
+
id: Scalars['ID'];
|
|
1837
|
+
name: Scalars['String'];
|
|
1825
1838
|
};
|
|
1826
1839
|
export declare type InvoicePeriod = {
|
|
1827
1840
|
__typename?: 'InvoicePeriod';
|
|
@@ -2036,13 +2049,13 @@ export declare type MeMutation = {
|
|
|
2036
2049
|
/** Certify an initiated second factor authentication method for the current user */
|
|
2037
2050
|
certifySecondFactorDevice: SecondFactorBooleanResult;
|
|
2038
2051
|
/** Create a new Account and grant this User the owner Role */
|
|
2039
|
-
createAccount
|
|
2052
|
+
createAccount: Account;
|
|
2040
2053
|
/** Delete an Account created via createAccount */
|
|
2041
2054
|
deleteAccount: DeleteAccountResult;
|
|
2042
2055
|
/** Delete a second factor device */
|
|
2043
2056
|
deleteSecondFactorDevice: SecondFactorBooleanResult;
|
|
2044
2057
|
/** Delete a Snack that the current user owns */
|
|
2045
|
-
deleteSnack
|
|
2058
|
+
deleteSnack: Snack;
|
|
2046
2059
|
/** Disable all second factor authentication for the current user */
|
|
2047
2060
|
disableSecondFactorAuthentication: SecondFactorBooleanResult;
|
|
2048
2061
|
/** Initiate setup of two-factor authentication for the current user */
|
|
@@ -2060,11 +2073,11 @@ export declare type MeMutation = {
|
|
|
2060
2073
|
/** Transfer project to a different Account */
|
|
2061
2074
|
transferApp: App;
|
|
2062
2075
|
/** Unpublish an App that the current user owns */
|
|
2063
|
-
unpublishApp
|
|
2076
|
+
unpublishApp: App;
|
|
2064
2077
|
/** Update an App that the current user owns */
|
|
2065
|
-
updateApp
|
|
2078
|
+
updateApp: App;
|
|
2066
2079
|
/** Update the current user's data */
|
|
2067
|
-
updateProfile
|
|
2080
|
+
updateProfile: User;
|
|
2068
2081
|
};
|
|
2069
2082
|
export declare type MeMutationAddSecondFactorDeviceArgs = {
|
|
2070
2083
|
deviceConfiguration: SecondFactorDeviceConfiguration;
|
|
@@ -2090,7 +2103,7 @@ export declare type MeMutationDisableSecondFactorAuthenticationArgs = {
|
|
|
2090
2103
|
otp: Scalars['String'];
|
|
2091
2104
|
};
|
|
2092
2105
|
export declare type MeMutationInitiateSecondFactorAuthenticationArgs = {
|
|
2093
|
-
deviceConfigurations: Array<
|
|
2106
|
+
deviceConfigurations: Array<SecondFactorDeviceConfiguration>;
|
|
2094
2107
|
recaptchaResponseToken?: InputMaybe<Scalars['String']>;
|
|
2095
2108
|
};
|
|
2096
2109
|
export declare type MeMutationLeaveAccountArgs = {
|
|
@@ -2224,6 +2237,7 @@ export declare type PublicArtifacts = {
|
|
|
2224
2237
|
buildUrl?: Maybe<Scalars['String']>;
|
|
2225
2238
|
};
|
|
2226
2239
|
export declare type PublishUpdateGroupInput = {
|
|
2240
|
+
awaitingCodeSigningInfo?: InputMaybe<Scalars['Boolean']>;
|
|
2227
2241
|
branchId: Scalars['String'];
|
|
2228
2242
|
message?: InputMaybe<Scalars['String']>;
|
|
2229
2243
|
runtimeVersion: Scalars['String'];
|
|
@@ -2298,7 +2312,7 @@ export declare type RootMutation = {
|
|
|
2298
2312
|
/** Mutations that create, read, update, and delete AccessTokens for Actors */
|
|
2299
2313
|
accessToken: AccessTokenMutation;
|
|
2300
2314
|
/** Mutations that modify an Account */
|
|
2301
|
-
account
|
|
2315
|
+
account: AccountMutation;
|
|
2302
2316
|
/** Mutations that modify the build credentials for an Android app */
|
|
2303
2317
|
androidAppBuildCredentials: AndroidAppBuildCredentialsMutation;
|
|
2304
2318
|
/** Mutations that modify the credentials for an Android app */
|
|
@@ -2327,9 +2341,9 @@ export declare type RootMutation = {
|
|
|
2327
2341
|
appleTeam: AppleTeamMutation;
|
|
2328
2342
|
asset: AssetMutation;
|
|
2329
2343
|
/** Mutations that modify an EAS Build */
|
|
2330
|
-
build
|
|
2344
|
+
build: BuildMutation;
|
|
2331
2345
|
/** Mutations that modify an BuildJob */
|
|
2332
|
-
buildJob
|
|
2346
|
+
buildJob: BuildJobMutation;
|
|
2333
2347
|
/** Mutations that modify an EmailSubscription */
|
|
2334
2348
|
emailSubscription: EmailSubscriptionMutation;
|
|
2335
2349
|
/** Mutations that create and delete EnvironmentSecrets */
|
|
@@ -2342,7 +2356,7 @@ export declare type RootMutation = {
|
|
|
2342
2356
|
iosAppCredentials: IosAppCredentialsMutation;
|
|
2343
2357
|
keystoreGenerationUrl: KeystoreGenerationUrlMutation;
|
|
2344
2358
|
/** Mutations that modify the currently authenticated User */
|
|
2345
|
-
me
|
|
2359
|
+
me: MeMutation;
|
|
2346
2360
|
/** Mutations that create, update, and delete Robots */
|
|
2347
2361
|
robot: RobotMutation;
|
|
2348
2362
|
/** Mutations that modify an EAS Submit submission */
|
|
@@ -2471,8 +2485,8 @@ export declare type SecondFactorDeviceConfigurationResult = {
|
|
|
2471
2485
|
};
|
|
2472
2486
|
export declare type SecondFactorInitiationResult = {
|
|
2473
2487
|
__typename?: 'SecondFactorInitiationResult';
|
|
2474
|
-
configurationResults: Array<
|
|
2475
|
-
plaintextBackupCodes: Array<
|
|
2488
|
+
configurationResults: Array<SecondFactorDeviceConfigurationResult>;
|
|
2489
|
+
plaintextBackupCodes: Array<Scalars['String']>;
|
|
2476
2490
|
};
|
|
2477
2491
|
export declare enum SecondFactorMethod {
|
|
2478
2492
|
/** Google Authenticator (TOTP) */
|
|
@@ -2482,7 +2496,7 @@ export declare enum SecondFactorMethod {
|
|
|
2482
2496
|
}
|
|
2483
2497
|
export declare type SecondFactorRegenerateBackupCodesResult = {
|
|
2484
2498
|
__typename?: 'SecondFactorRegenerateBackupCodesResult';
|
|
2485
|
-
plaintextBackupCodes: Array<
|
|
2499
|
+
plaintextBackupCodes: Array<Scalars['String']>;
|
|
2486
2500
|
};
|
|
2487
2501
|
export declare type Snack = Project & {
|
|
2488
2502
|
__typename?: 'Snack';
|
|
@@ -2490,6 +2504,8 @@ export declare type Snack = Project & {
|
|
|
2490
2504
|
description: Scalars['String'];
|
|
2491
2505
|
/** Full name of the Snack, e.g. "@john/mysnack", "@snack/245631" */
|
|
2492
2506
|
fullName: Scalars['String'];
|
|
2507
|
+
/** Has the Snack been run without errors */
|
|
2508
|
+
hasBeenRunSuccessfully?: Maybe<Scalars['Boolean']>;
|
|
2493
2509
|
hashId: Scalars['String'];
|
|
2494
2510
|
/** @deprecated No longer supported */
|
|
2495
2511
|
iconUrl?: Maybe<Scalars['String']>;
|
|
@@ -2498,6 +2514,8 @@ export declare type Snack = Project & {
|
|
|
2498
2514
|
isDraft: Scalars['Boolean'];
|
|
2499
2515
|
/** Name of the Snack, e.g. "My Snack" */
|
|
2500
2516
|
name: Scalars['String'];
|
|
2517
|
+
/** Preview image of the running snack */
|
|
2518
|
+
previewImage?: Maybe<Scalars['String']>;
|
|
2501
2519
|
published: Scalars['Boolean'];
|
|
2502
2520
|
/** Slug name, e.g. "mysnack", "245631" */
|
|
2503
2521
|
slug: Scalars['String'];
|
|
@@ -2539,6 +2557,7 @@ export declare type Submission = ActivityTimelineProjectActivity & {
|
|
|
2539
2557
|
actor?: Maybe<Actor>;
|
|
2540
2558
|
androidConfig?: Maybe<AndroidSubmissionConfig>;
|
|
2541
2559
|
app: App;
|
|
2560
|
+
cancelingActor?: Maybe<Actor>;
|
|
2542
2561
|
createdAt: Scalars['DateTime'];
|
|
2543
2562
|
error?: Maybe<SubmissionError>;
|
|
2544
2563
|
id: Scalars['ID'];
|
|
@@ -2577,6 +2596,8 @@ export declare type SubmissionFilter = {
|
|
|
2577
2596
|
};
|
|
2578
2597
|
export declare type SubmissionMutation = {
|
|
2579
2598
|
__typename?: 'SubmissionMutation';
|
|
2599
|
+
/** Cancel an EAS Submit submission */
|
|
2600
|
+
cancelSubmission: Submission;
|
|
2580
2601
|
/** Create an Android EAS Submit submission */
|
|
2581
2602
|
createAndroidSubmission: CreateSubmissionResult;
|
|
2582
2603
|
/** Create an iOS EAS Submit submission */
|
|
@@ -2587,6 +2608,9 @@ export declare type SubmissionMutation = {
|
|
|
2587
2608
|
*/
|
|
2588
2609
|
createSubmission: CreateSubmissionResult;
|
|
2589
2610
|
};
|
|
2611
|
+
export declare type SubmissionMutationCancelSubmissionArgs = {
|
|
2612
|
+
submissionId?: InputMaybe<Scalars['ID']>;
|
|
2613
|
+
};
|
|
2590
2614
|
export declare type SubmissionMutationCreateAndroidSubmissionArgs = {
|
|
2591
2615
|
input: CreateAndroidSubmissionInput;
|
|
2592
2616
|
};
|
|
@@ -2631,6 +2655,7 @@ export declare type Update = ActivityTimelineProjectActivity & {
|
|
|
2631
2655
|
__typename?: 'Update';
|
|
2632
2656
|
activityTimestamp: Scalars['DateTime'];
|
|
2633
2657
|
actor?: Maybe<Actor>;
|
|
2658
|
+
awaitingCodeSigningInfo: Scalars['Boolean'];
|
|
2634
2659
|
branch: UpdateBranch;
|
|
2635
2660
|
branchId: Scalars['ID'];
|
|
2636
2661
|
codeSigningInfo?: Maybe<CodeSigningInfo>;
|
|
@@ -2661,7 +2686,7 @@ export declare type UpdateBranchUpdatesArgs = {
|
|
|
2661
2686
|
export declare type UpdateBranchMutation = {
|
|
2662
2687
|
__typename?: 'UpdateBranchMutation';
|
|
2663
2688
|
/** Create an EAS branch for an app */
|
|
2664
|
-
createUpdateBranchForApp
|
|
2689
|
+
createUpdateBranchForApp: UpdateBranch;
|
|
2665
2690
|
/** Delete an EAS branch and all of its updates as long as the branch is not being used by any channels */
|
|
2666
2691
|
deleteUpdateBranch: DeleteUpdateBranchResult;
|
|
2667
2692
|
/**
|
|
@@ -2707,7 +2732,7 @@ export declare type UpdateChannelMutation = {
|
|
|
2707
2732
|
* In order to work with GraphQL formatting, the branchMapping should be a
|
|
2708
2733
|
* stringified JSON supplied to the mutation as a variable.
|
|
2709
2734
|
*/
|
|
2710
|
-
createUpdateChannelForApp
|
|
2735
|
+
createUpdateChannelForApp: UpdateChannel;
|
|
2711
2736
|
/** delete an EAS channel that doesn't point to any branches */
|
|
2712
2737
|
deleteUpdateChannel: DeleteUpdateChannelResult;
|
|
2713
2738
|
/**
|
|
@@ -2716,7 +2741,7 @@ export declare type UpdateChannelMutation = {
|
|
|
2716
2741
|
* In order to work with GraphQL formatting, the branchMapping should be a
|
|
2717
2742
|
* stringified JSON supplied to the mutation as a variable.
|
|
2718
2743
|
*/
|
|
2719
|
-
editUpdateChannel
|
|
2744
|
+
editUpdateChannel: UpdateChannel;
|
|
2720
2745
|
};
|
|
2721
2746
|
export declare type UpdateChannelMutationCreateUpdateChannelForAppArgs = {
|
|
2722
2747
|
appId: Scalars['ID'];
|
|
@@ -3048,11 +3073,11 @@ export declare type CreateUpdateBranchForAppMutation = {
|
|
|
3048
3073
|
__typename?: 'RootMutation';
|
|
3049
3074
|
updateBranch: {
|
|
3050
3075
|
__typename?: 'UpdateBranchMutation';
|
|
3051
|
-
createUpdateBranchForApp
|
|
3076
|
+
createUpdateBranchForApp: {
|
|
3052
3077
|
__typename?: 'UpdateBranch';
|
|
3053
3078
|
id: string;
|
|
3054
3079
|
name: string;
|
|
3055
|
-
}
|
|
3080
|
+
};
|
|
3056
3081
|
};
|
|
3057
3082
|
};
|
|
3058
3083
|
export declare type GetBranchInfoQueryVariables = Exact<{
|
|
@@ -3070,7 +3095,7 @@ export declare type GetBranchInfoQuery = {
|
|
|
3070
3095
|
__typename?: 'UpdateBranch';
|
|
3071
3096
|
id: string;
|
|
3072
3097
|
name: string;
|
|
3073
|
-
} | null
|
|
3098
|
+
} | null;
|
|
3074
3099
|
};
|
|
3075
3100
|
};
|
|
3076
3101
|
};
|
|
@@ -3106,19 +3131,19 @@ export declare type BranchesByAppQuery = {
|
|
|
3106
3131
|
__typename?: 'Update';
|
|
3107
3132
|
id: string;
|
|
3108
3133
|
createdAt: any;
|
|
3109
|
-
message?: string | null
|
|
3134
|
+
message?: string | null;
|
|
3110
3135
|
runtimeVersion: string;
|
|
3111
3136
|
group: string;
|
|
3112
3137
|
platform: string;
|
|
3113
3138
|
actor?: {
|
|
3114
3139
|
__typename: 'Robot';
|
|
3115
|
-
firstName?: string | null
|
|
3140
|
+
firstName?: string | null;
|
|
3116
3141
|
id: string;
|
|
3117
3142
|
} | {
|
|
3118
3143
|
__typename: 'User';
|
|
3119
3144
|
username: string;
|
|
3120
3145
|
id: string;
|
|
3121
|
-
} | null
|
|
3146
|
+
} | null;
|
|
3122
3147
|
}>;
|
|
3123
3148
|
}>;
|
|
3124
3149
|
};
|
|
@@ -3143,14 +3168,14 @@ export declare type CancelBuildMutationVariables = Exact<{
|
|
|
3143
3168
|
}>;
|
|
3144
3169
|
export declare type CancelBuildMutation = {
|
|
3145
3170
|
__typename?: 'RootMutation';
|
|
3146
|
-
build
|
|
3171
|
+
build: {
|
|
3147
3172
|
__typename?: 'BuildMutation';
|
|
3148
3173
|
cancel: {
|
|
3149
3174
|
__typename?: 'Build';
|
|
3150
3175
|
id: string;
|
|
3151
3176
|
status: BuildStatus;
|
|
3152
3177
|
};
|
|
3153
|
-
}
|
|
3178
|
+
};
|
|
3154
3179
|
};
|
|
3155
3180
|
export declare type CreateUpdateChannelOnAppMutationVariables = Exact<{
|
|
3156
3181
|
appId: Scalars['ID'];
|
|
@@ -3161,12 +3186,12 @@ export declare type CreateUpdateChannelOnAppMutation = {
|
|
|
3161
3186
|
__typename?: 'RootMutation';
|
|
3162
3187
|
updateChannel: {
|
|
3163
3188
|
__typename?: 'UpdateChannelMutation';
|
|
3164
|
-
createUpdateChannelForApp
|
|
3189
|
+
createUpdateChannelForApp: {
|
|
3165
3190
|
__typename?: 'UpdateChannel';
|
|
3166
3191
|
id: string;
|
|
3167
3192
|
name: string;
|
|
3168
3193
|
branchMapping: string;
|
|
3169
|
-
}
|
|
3194
|
+
};
|
|
3170
3195
|
};
|
|
3171
3196
|
};
|
|
3172
3197
|
export declare type GetChannelInfoQueryVariables = Exact<{
|
|
@@ -3184,7 +3209,7 @@ export declare type GetChannelInfoQuery = {
|
|
|
3184
3209
|
__typename?: 'UpdateChannel';
|
|
3185
3210
|
id: string;
|
|
3186
3211
|
name: string;
|
|
3187
|
-
} | null
|
|
3212
|
+
} | null;
|
|
3188
3213
|
};
|
|
3189
3214
|
};
|
|
3190
3215
|
};
|
|
@@ -3221,7 +3246,7 @@ export declare type GetChannelByNameToEditQuery = {
|
|
|
3221
3246
|
id: string;
|
|
3222
3247
|
name: string;
|
|
3223
3248
|
}>;
|
|
3224
|
-
} | null
|
|
3249
|
+
} | null;
|
|
3225
3250
|
};
|
|
3226
3251
|
};
|
|
3227
3252
|
};
|
|
@@ -3233,12 +3258,12 @@ export declare type UpdateChannelBranchMappingMutation = {
|
|
|
3233
3258
|
__typename?: 'RootMutation';
|
|
3234
3259
|
updateChannel: {
|
|
3235
3260
|
__typename?: 'UpdateChannelMutation';
|
|
3236
|
-
editUpdateChannel
|
|
3261
|
+
editUpdateChannel: {
|
|
3237
3262
|
__typename?: 'UpdateChannel';
|
|
3238
3263
|
id: string;
|
|
3239
3264
|
name: string;
|
|
3240
3265
|
branchMapping: string;
|
|
3241
|
-
}
|
|
3266
|
+
};
|
|
3242
3267
|
};
|
|
3243
3268
|
};
|
|
3244
3269
|
export declare type GetAllChannelsForAppQueryVariables = Exact<{
|
|
@@ -3266,69 +3291,25 @@ export declare type GetAllChannelsForAppQuery = {
|
|
|
3266
3291
|
__typename?: 'Update';
|
|
3267
3292
|
id: string;
|
|
3268
3293
|
group: string;
|
|
3269
|
-
message?: string | null
|
|
3294
|
+
message?: string | null;
|
|
3270
3295
|
runtimeVersion: string;
|
|
3271
3296
|
createdAt: any;
|
|
3272
3297
|
platform: string;
|
|
3273
3298
|
actor?: {
|
|
3274
3299
|
__typename?: 'Robot';
|
|
3275
|
-
firstName?: string | null
|
|
3300
|
+
firstName?: string | null;
|
|
3276
3301
|
id: string;
|
|
3277
3302
|
} | {
|
|
3278
3303
|
__typename?: 'User';
|
|
3279
3304
|
username: string;
|
|
3280
3305
|
id: string;
|
|
3281
|
-
} | null
|
|
3306
|
+
} | null;
|
|
3282
3307
|
}>;
|
|
3283
3308
|
}>;
|
|
3284
3309
|
}>;
|
|
3285
3310
|
};
|
|
3286
3311
|
};
|
|
3287
3312
|
};
|
|
3288
|
-
export declare type GetChannelByNameForAppQueryVariables = Exact<{
|
|
3289
|
-
appId: Scalars['String'];
|
|
3290
|
-
channelName: Scalars['String'];
|
|
3291
|
-
}>;
|
|
3292
|
-
export declare type GetChannelByNameForAppQuery = {
|
|
3293
|
-
__typename?: 'RootQuery';
|
|
3294
|
-
app: {
|
|
3295
|
-
__typename?: 'AppQuery';
|
|
3296
|
-
byId: {
|
|
3297
|
-
__typename?: 'App';
|
|
3298
|
-
id: string;
|
|
3299
|
-
updateChannelByName?: {
|
|
3300
|
-
__typename?: 'UpdateChannel';
|
|
3301
|
-
id: string;
|
|
3302
|
-
name: string;
|
|
3303
|
-
createdAt: any;
|
|
3304
|
-
branchMapping: string;
|
|
3305
|
-
updateBranches: Array<{
|
|
3306
|
-
__typename?: 'UpdateBranch';
|
|
3307
|
-
id: string;
|
|
3308
|
-
name: string;
|
|
3309
|
-
updates: Array<{
|
|
3310
|
-
__typename?: 'Update';
|
|
3311
|
-
id: string;
|
|
3312
|
-
group: string;
|
|
3313
|
-
message?: string | null | undefined;
|
|
3314
|
-
runtimeVersion: string;
|
|
3315
|
-
createdAt: any;
|
|
3316
|
-
platform: string;
|
|
3317
|
-
actor?: {
|
|
3318
|
-
__typename?: 'Robot';
|
|
3319
|
-
firstName?: string | null | undefined;
|
|
3320
|
-
id: string;
|
|
3321
|
-
} | {
|
|
3322
|
-
__typename?: 'User';
|
|
3323
|
-
username: string;
|
|
3324
|
-
id: string;
|
|
3325
|
-
} | null | undefined;
|
|
3326
|
-
}>;
|
|
3327
|
-
}>;
|
|
3328
|
-
} | null | undefined;
|
|
3329
|
-
};
|
|
3330
|
-
};
|
|
3331
|
-
};
|
|
3332
3313
|
export declare type AppInfoQueryVariables = Exact<{
|
|
3333
3314
|
appId: Scalars['String'];
|
|
3334
3315
|
}>;
|
|
@@ -3368,7 +3349,7 @@ export declare type GetUpdateGroupAsyncQuery = {
|
|
|
3368
3349
|
runtimeVersion: string;
|
|
3369
3350
|
manifestFragment: string;
|
|
3370
3351
|
platform: string;
|
|
3371
|
-
message?: string | null
|
|
3352
|
+
message?: string | null;
|
|
3372
3353
|
}>;
|
|
3373
3354
|
};
|
|
3374
3355
|
export declare type UpdatesByGroupQueryVariables = Exact<{
|
|
@@ -3382,17 +3363,17 @@ export declare type UpdatesByGroupQuery = {
|
|
|
3382
3363
|
group: string;
|
|
3383
3364
|
runtimeVersion: string;
|
|
3384
3365
|
platform: string;
|
|
3385
|
-
message?: string | null
|
|
3366
|
+
message?: string | null;
|
|
3386
3367
|
createdAt: any;
|
|
3387
3368
|
actor?: {
|
|
3388
3369
|
__typename?: 'Robot';
|
|
3389
|
-
firstName?: string | null
|
|
3370
|
+
firstName?: string | null;
|
|
3390
3371
|
id: string;
|
|
3391
3372
|
} | {
|
|
3392
3373
|
__typename?: 'User';
|
|
3393
3374
|
username: string;
|
|
3394
3375
|
id: string;
|
|
3395
|
-
} | null
|
|
3376
|
+
} | null;
|
|
3396
3377
|
}>;
|
|
3397
3378
|
};
|
|
3398
3379
|
export declare type CreateAndroidAppBuildCredentialsMutationVariables = Exact<{
|
|
@@ -3403,7 +3384,7 @@ export declare type CreateAndroidAppBuildCredentialsMutation = {
|
|
|
3403
3384
|
__typename?: 'RootMutation';
|
|
3404
3385
|
androidAppBuildCredentials: {
|
|
3405
3386
|
__typename?: 'AndroidAppBuildCredentialsMutation';
|
|
3406
|
-
createAndroidAppBuildCredentials
|
|
3387
|
+
createAndroidAppBuildCredentials: {
|
|
3407
3388
|
__typename?: 'AndroidAppBuildCredentials';
|
|
3408
3389
|
id: string;
|
|
3409
3390
|
isDefault: boolean;
|
|
@@ -3416,14 +3397,14 @@ export declare type CreateAndroidAppBuildCredentialsMutation = {
|
|
|
3416
3397
|
keystore: string;
|
|
3417
3398
|
keystorePassword: string;
|
|
3418
3399
|
keyAlias: string;
|
|
3419
|
-
keyPassword?: string | null
|
|
3420
|
-
md5CertificateFingerprint?: string | null
|
|
3421
|
-
sha1CertificateFingerprint?: string | null
|
|
3422
|
-
sha256CertificateFingerprint?: string | null
|
|
3400
|
+
keyPassword?: string | null;
|
|
3401
|
+
md5CertificateFingerprint?: string | null;
|
|
3402
|
+
sha1CertificateFingerprint?: string | null;
|
|
3403
|
+
sha256CertificateFingerprint?: string | null;
|
|
3423
3404
|
createdAt: any;
|
|
3424
3405
|
updatedAt: any;
|
|
3425
|
-
} | null
|
|
3426
|
-
}
|
|
3406
|
+
} | null;
|
|
3407
|
+
};
|
|
3427
3408
|
};
|
|
3428
3409
|
};
|
|
3429
3410
|
export declare type SetKeystoreMutationVariables = Exact<{
|
|
@@ -3434,7 +3415,7 @@ export declare type SetKeystoreMutation = {
|
|
|
3434
3415
|
__typename?: 'RootMutation';
|
|
3435
3416
|
androidAppBuildCredentials: {
|
|
3436
3417
|
__typename?: 'AndroidAppBuildCredentialsMutation';
|
|
3437
|
-
setKeystore
|
|
3418
|
+
setKeystore: {
|
|
3438
3419
|
__typename?: 'AndroidAppBuildCredentials';
|
|
3439
3420
|
id: string;
|
|
3440
3421
|
isDefault: boolean;
|
|
@@ -3447,14 +3428,14 @@ export declare type SetKeystoreMutation = {
|
|
|
3447
3428
|
keystore: string;
|
|
3448
3429
|
keystorePassword: string;
|
|
3449
3430
|
keyAlias: string;
|
|
3450
|
-
keyPassword?: string | null
|
|
3451
|
-
md5CertificateFingerprint?: string | null
|
|
3452
|
-
sha1CertificateFingerprint?: string | null
|
|
3453
|
-
sha256CertificateFingerprint?: string | null
|
|
3431
|
+
keyPassword?: string | null;
|
|
3432
|
+
md5CertificateFingerprint?: string | null;
|
|
3433
|
+
sha1CertificateFingerprint?: string | null;
|
|
3434
|
+
sha256CertificateFingerprint?: string | null;
|
|
3454
3435
|
createdAt: any;
|
|
3455
3436
|
updatedAt: any;
|
|
3456
|
-
} | null
|
|
3457
|
-
}
|
|
3437
|
+
} | null;
|
|
3438
|
+
};
|
|
3458
3439
|
};
|
|
3459
3440
|
};
|
|
3460
3441
|
export declare type CreateAndroidAppCredentialsMutationVariables = Exact<{
|
|
@@ -3466,10 +3447,10 @@ export declare type CreateAndroidAppCredentialsMutation = {
|
|
|
3466
3447
|
__typename?: 'RootMutation';
|
|
3467
3448
|
androidAppCredentials: {
|
|
3468
3449
|
__typename?: 'AndroidAppCredentialsMutation';
|
|
3469
|
-
createAndroidAppCredentials
|
|
3450
|
+
createAndroidAppCredentials: {
|
|
3470
3451
|
__typename?: 'AndroidAppCredentials';
|
|
3471
3452
|
id: string;
|
|
3472
|
-
applicationIdentifier?: string | null
|
|
3453
|
+
applicationIdentifier?: string | null;
|
|
3473
3454
|
isLegacy: boolean;
|
|
3474
3455
|
app: {
|
|
3475
3456
|
__typename?: 'App';
|
|
@@ -3493,9 +3474,9 @@ export declare type CreateAndroidAppCredentialsMutation = {
|
|
|
3493
3474
|
projectId: string;
|
|
3494
3475
|
keyId: string;
|
|
3495
3476
|
serviceAccountEmail: string;
|
|
3496
|
-
clientId?: string | null
|
|
3477
|
+
clientId?: string | null;
|
|
3497
3478
|
};
|
|
3498
|
-
} | null
|
|
3479
|
+
} | null;
|
|
3499
3480
|
googleServiceAccountKeyForSubmissions?: {
|
|
3500
3481
|
__typename?: 'GoogleServiceAccountKey';
|
|
3501
3482
|
id: string;
|
|
@@ -3505,7 +3486,7 @@ export declare type CreateAndroidAppCredentialsMutation = {
|
|
|
3505
3486
|
clientIdentifier: string;
|
|
3506
3487
|
createdAt: any;
|
|
3507
3488
|
updatedAt: any;
|
|
3508
|
-
} | null
|
|
3489
|
+
} | null;
|
|
3509
3490
|
androidAppBuildCredentialsList: Array<{
|
|
3510
3491
|
__typename?: 'AndroidAppBuildCredentials';
|
|
3511
3492
|
id: string;
|
|
@@ -3519,15 +3500,15 @@ export declare type CreateAndroidAppCredentialsMutation = {
|
|
|
3519
3500
|
keystore: string;
|
|
3520
3501
|
keystorePassword: string;
|
|
3521
3502
|
keyAlias: string;
|
|
3522
|
-
keyPassword?: string | null
|
|
3523
|
-
md5CertificateFingerprint?: string | null
|
|
3524
|
-
sha1CertificateFingerprint?: string | null
|
|
3525
|
-
sha256CertificateFingerprint?: string | null
|
|
3503
|
+
keyPassword?: string | null;
|
|
3504
|
+
md5CertificateFingerprint?: string | null;
|
|
3505
|
+
sha1CertificateFingerprint?: string | null;
|
|
3506
|
+
sha256CertificateFingerprint?: string | null;
|
|
3526
3507
|
createdAt: any;
|
|
3527
3508
|
updatedAt: any;
|
|
3528
|
-
} | null
|
|
3509
|
+
} | null;
|
|
3529
3510
|
}>;
|
|
3530
|
-
}
|
|
3511
|
+
};
|
|
3531
3512
|
};
|
|
3532
3513
|
};
|
|
3533
3514
|
export declare type SetFcmMutationVariables = Exact<{
|
|
@@ -3538,10 +3519,10 @@ export declare type SetFcmMutation = {
|
|
|
3538
3519
|
__typename?: 'RootMutation';
|
|
3539
3520
|
androidAppCredentials: {
|
|
3540
3521
|
__typename?: 'AndroidAppCredentialsMutation';
|
|
3541
|
-
setFcm
|
|
3522
|
+
setFcm: {
|
|
3542
3523
|
__typename?: 'AndroidAppCredentials';
|
|
3543
3524
|
id: string;
|
|
3544
|
-
applicationIdentifier?: string | null
|
|
3525
|
+
applicationIdentifier?: string | null;
|
|
3545
3526
|
isLegacy: boolean;
|
|
3546
3527
|
app: {
|
|
3547
3528
|
__typename?: 'App';
|
|
@@ -3565,9 +3546,9 @@ export declare type SetFcmMutation = {
|
|
|
3565
3546
|
projectId: string;
|
|
3566
3547
|
keyId: string;
|
|
3567
3548
|
serviceAccountEmail: string;
|
|
3568
|
-
clientId?: string | null
|
|
3549
|
+
clientId?: string | null;
|
|
3569
3550
|
};
|
|
3570
|
-
} | null
|
|
3551
|
+
} | null;
|
|
3571
3552
|
googleServiceAccountKeyForSubmissions?: {
|
|
3572
3553
|
__typename?: 'GoogleServiceAccountKey';
|
|
3573
3554
|
id: string;
|
|
@@ -3577,7 +3558,7 @@ export declare type SetFcmMutation = {
|
|
|
3577
3558
|
clientIdentifier: string;
|
|
3578
3559
|
createdAt: any;
|
|
3579
3560
|
updatedAt: any;
|
|
3580
|
-
} | null
|
|
3561
|
+
} | null;
|
|
3581
3562
|
androidAppBuildCredentialsList: Array<{
|
|
3582
3563
|
__typename?: 'AndroidAppBuildCredentials';
|
|
3583
3564
|
id: string;
|
|
@@ -3591,15 +3572,15 @@ export declare type SetFcmMutation = {
|
|
|
3591
3572
|
keystore: string;
|
|
3592
3573
|
keystorePassword: string;
|
|
3593
3574
|
keyAlias: string;
|
|
3594
|
-
keyPassword?: string | null
|
|
3595
|
-
md5CertificateFingerprint?: string | null
|
|
3596
|
-
sha1CertificateFingerprint?: string | null
|
|
3597
|
-
sha256CertificateFingerprint?: string | null
|
|
3575
|
+
keyPassword?: string | null;
|
|
3576
|
+
md5CertificateFingerprint?: string | null;
|
|
3577
|
+
sha1CertificateFingerprint?: string | null;
|
|
3578
|
+
sha256CertificateFingerprint?: string | null;
|
|
3598
3579
|
createdAt: any;
|
|
3599
3580
|
updatedAt: any;
|
|
3600
|
-
} | null
|
|
3581
|
+
} | null;
|
|
3601
3582
|
}>;
|
|
3602
|
-
}
|
|
3583
|
+
};
|
|
3603
3584
|
};
|
|
3604
3585
|
};
|
|
3605
3586
|
export declare type SetGoogleServiceAccountKeyForSubmissionsMutationVariables = Exact<{
|
|
@@ -3610,10 +3591,10 @@ export declare type SetGoogleServiceAccountKeyForSubmissionsMutation = {
|
|
|
3610
3591
|
__typename?: 'RootMutation';
|
|
3611
3592
|
androidAppCredentials: {
|
|
3612
3593
|
__typename?: 'AndroidAppCredentialsMutation';
|
|
3613
|
-
setGoogleServiceAccountKeyForSubmissions
|
|
3594
|
+
setGoogleServiceAccountKeyForSubmissions: {
|
|
3614
3595
|
__typename?: 'AndroidAppCredentials';
|
|
3615
3596
|
id: string;
|
|
3616
|
-
applicationIdentifier?: string | null
|
|
3597
|
+
applicationIdentifier?: string | null;
|
|
3617
3598
|
isLegacy: boolean;
|
|
3618
3599
|
app: {
|
|
3619
3600
|
__typename?: 'App';
|
|
@@ -3637,9 +3618,9 @@ export declare type SetGoogleServiceAccountKeyForSubmissionsMutation = {
|
|
|
3637
3618
|
projectId: string;
|
|
3638
3619
|
keyId: string;
|
|
3639
3620
|
serviceAccountEmail: string;
|
|
3640
|
-
clientId?: string | null
|
|
3621
|
+
clientId?: string | null;
|
|
3641
3622
|
};
|
|
3642
|
-
} | null
|
|
3623
|
+
} | null;
|
|
3643
3624
|
googleServiceAccountKeyForSubmissions?: {
|
|
3644
3625
|
__typename?: 'GoogleServiceAccountKey';
|
|
3645
3626
|
id: string;
|
|
@@ -3649,7 +3630,7 @@ export declare type SetGoogleServiceAccountKeyForSubmissionsMutation = {
|
|
|
3649
3630
|
clientIdentifier: string;
|
|
3650
3631
|
createdAt: any;
|
|
3651
3632
|
updatedAt: any;
|
|
3652
|
-
} | null
|
|
3633
|
+
} | null;
|
|
3653
3634
|
androidAppBuildCredentialsList: Array<{
|
|
3654
3635
|
__typename?: 'AndroidAppBuildCredentials';
|
|
3655
3636
|
id: string;
|
|
@@ -3663,15 +3644,15 @@ export declare type SetGoogleServiceAccountKeyForSubmissionsMutation = {
|
|
|
3663
3644
|
keystore: string;
|
|
3664
3645
|
keystorePassword: string;
|
|
3665
3646
|
keyAlias: string;
|
|
3666
|
-
keyPassword?: string | null
|
|
3667
|
-
md5CertificateFingerprint?: string | null
|
|
3668
|
-
sha1CertificateFingerprint?: string | null
|
|
3669
|
-
sha256CertificateFingerprint?: string | null
|
|
3647
|
+
keyPassword?: string | null;
|
|
3648
|
+
md5CertificateFingerprint?: string | null;
|
|
3649
|
+
sha1CertificateFingerprint?: string | null;
|
|
3650
|
+
sha256CertificateFingerprint?: string | null;
|
|
3670
3651
|
createdAt: any;
|
|
3671
3652
|
updatedAt: any;
|
|
3672
|
-
} | null
|
|
3653
|
+
} | null;
|
|
3673
3654
|
}>;
|
|
3674
|
-
}
|
|
3655
|
+
};
|
|
3675
3656
|
};
|
|
3676
3657
|
};
|
|
3677
3658
|
export declare type CreateAndroidFcmMutationVariables = Exact<{
|
|
@@ -3698,7 +3679,7 @@ export declare type CreateAndroidFcmMutation = {
|
|
|
3698
3679
|
projectId: string;
|
|
3699
3680
|
keyId: string;
|
|
3700
3681
|
serviceAccountEmail: string;
|
|
3701
|
-
clientId?: string | null
|
|
3682
|
+
clientId?: string | null;
|
|
3702
3683
|
};
|
|
3703
3684
|
};
|
|
3704
3685
|
};
|
|
@@ -3731,13 +3712,13 @@ export declare type CreateAndroidKeystoreMutation = {
|
|
|
3731
3712
|
keystore: string;
|
|
3732
3713
|
keystorePassword: string;
|
|
3733
3714
|
keyAlias: string;
|
|
3734
|
-
keyPassword?: string | null
|
|
3735
|
-
md5CertificateFingerprint?: string | null
|
|
3736
|
-
sha1CertificateFingerprint?: string | null
|
|
3737
|
-
sha256CertificateFingerprint?: string | null
|
|
3715
|
+
keyPassword?: string | null;
|
|
3716
|
+
md5CertificateFingerprint?: string | null;
|
|
3717
|
+
sha1CertificateFingerprint?: string | null;
|
|
3718
|
+
sha256CertificateFingerprint?: string | null;
|
|
3738
3719
|
createdAt: any;
|
|
3739
3720
|
updatedAt: any;
|
|
3740
|
-
} | null
|
|
3721
|
+
} | null;
|
|
3741
3722
|
};
|
|
3742
3723
|
};
|
|
3743
3724
|
export declare type DeleteAndroidKeystoreMutationVariables = Exact<{
|
|
@@ -3801,7 +3782,7 @@ export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplication
|
|
|
3801
3782
|
androidAppCredentials: Array<{
|
|
3802
3783
|
__typename?: 'AndroidAppCredentials';
|
|
3803
3784
|
id: string;
|
|
3804
|
-
applicationIdentifier?: string | null
|
|
3785
|
+
applicationIdentifier?: string | null;
|
|
3805
3786
|
isLegacy: boolean;
|
|
3806
3787
|
app: {
|
|
3807
3788
|
__typename?: 'App';
|
|
@@ -3825,9 +3806,9 @@ export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplication
|
|
|
3825
3806
|
projectId: string;
|
|
3826
3807
|
keyId: string;
|
|
3827
3808
|
serviceAccountEmail: string;
|
|
3828
|
-
clientId?: string | null
|
|
3809
|
+
clientId?: string | null;
|
|
3829
3810
|
};
|
|
3830
|
-
} | null
|
|
3811
|
+
} | null;
|
|
3831
3812
|
googleServiceAccountKeyForSubmissions?: {
|
|
3832
3813
|
__typename?: 'GoogleServiceAccountKey';
|
|
3833
3814
|
id: string;
|
|
@@ -3837,7 +3818,7 @@ export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplication
|
|
|
3837
3818
|
clientIdentifier: string;
|
|
3838
3819
|
createdAt: any;
|
|
3839
3820
|
updatedAt: any;
|
|
3840
|
-
} | null
|
|
3821
|
+
} | null;
|
|
3841
3822
|
androidAppBuildCredentialsList: Array<{
|
|
3842
3823
|
__typename?: 'AndroidAppBuildCredentials';
|
|
3843
3824
|
id: string;
|
|
@@ -3851,13 +3832,13 @@ export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplication
|
|
|
3851
3832
|
keystore: string;
|
|
3852
3833
|
keystorePassword: string;
|
|
3853
3834
|
keyAlias: string;
|
|
3854
|
-
keyPassword?: string | null
|
|
3855
|
-
md5CertificateFingerprint?: string | null
|
|
3856
|
-
sha1CertificateFingerprint?: string | null
|
|
3857
|
-
sha256CertificateFingerprint?: string | null
|
|
3835
|
+
keyPassword?: string | null;
|
|
3836
|
+
md5CertificateFingerprint?: string | null;
|
|
3837
|
+
sha1CertificateFingerprint?: string | null;
|
|
3838
|
+
sha256CertificateFingerprint?: string | null;
|
|
3858
3839
|
createdAt: any;
|
|
3859
3840
|
updatedAt: any;
|
|
3860
|
-
} | null
|
|
3841
|
+
} | null;
|
|
3861
3842
|
}>;
|
|
3862
3843
|
}>;
|
|
3863
3844
|
};
|
|
@@ -3899,16 +3880,16 @@ export declare type CreateAppStoreConnectApiKeyMutation = {
|
|
|
3899
3880
|
id: string;
|
|
3900
3881
|
issuerIdentifier: string;
|
|
3901
3882
|
keyIdentifier: string;
|
|
3902
|
-
name?: string | null
|
|
3903
|
-
roles?: Array<AppStoreConnectUserRole> | null
|
|
3883
|
+
name?: string | null;
|
|
3884
|
+
roles?: Array<AppStoreConnectUserRole> | null;
|
|
3904
3885
|
createdAt: any;
|
|
3905
3886
|
updatedAt: any;
|
|
3906
3887
|
appleTeam?: {
|
|
3907
3888
|
__typename?: 'AppleTeam';
|
|
3908
3889
|
id: string;
|
|
3909
3890
|
appleTeamIdentifier: string;
|
|
3910
|
-
appleTeamName?: string | null
|
|
3911
|
-
} | null
|
|
3891
|
+
appleTeamName?: string | null;
|
|
3892
|
+
} | null;
|
|
3912
3893
|
};
|
|
3913
3894
|
};
|
|
3914
3895
|
};
|
|
@@ -3933,11 +3914,11 @@ export declare type CreateAppleAppIdentifierMutation = {
|
|
|
3933
3914
|
__typename?: 'RootMutation';
|
|
3934
3915
|
appleAppIdentifier: {
|
|
3935
3916
|
__typename?: 'AppleAppIdentifierMutation';
|
|
3936
|
-
createAppleAppIdentifier
|
|
3917
|
+
createAppleAppIdentifier: {
|
|
3937
3918
|
__typename?: 'AppleAppIdentifier';
|
|
3938
3919
|
id: string;
|
|
3939
3920
|
bundleIdentifier: string;
|
|
3940
|
-
}
|
|
3921
|
+
};
|
|
3941
3922
|
};
|
|
3942
3923
|
};
|
|
3943
3924
|
export declare type CreateAppleDeviceMutationVariables = Exact<{
|
|
@@ -3952,9 +3933,9 @@ export declare type CreateAppleDeviceMutation = {
|
|
|
3952
3933
|
__typename?: 'AppleDevice';
|
|
3953
3934
|
id: string;
|
|
3954
3935
|
identifier: string;
|
|
3955
|
-
name?: string | null
|
|
3956
|
-
model?: string | null
|
|
3957
|
-
deviceClass?: AppleDeviceClass | null
|
|
3936
|
+
name?: string | null;
|
|
3937
|
+
model?: string | null;
|
|
3938
|
+
deviceClass?: AppleDeviceClass | null;
|
|
3958
3939
|
};
|
|
3959
3940
|
};
|
|
3960
3941
|
};
|
|
@@ -3996,10 +3977,10 @@ export declare type CreateAppleDistributionCertificateMutation = {
|
|
|
3996
3977
|
createAppleDistributionCertificate?: {
|
|
3997
3978
|
__typename?: 'AppleDistributionCertificate';
|
|
3998
3979
|
id: string;
|
|
3999
|
-
certificateP12?: string | null
|
|
4000
|
-
certificatePassword?: string | null
|
|
3980
|
+
certificateP12?: string | null;
|
|
3981
|
+
certificatePassword?: string | null;
|
|
4001
3982
|
serialNumber: string;
|
|
4002
|
-
developerPortalIdentifier?: string | null
|
|
3983
|
+
developerPortalIdentifier?: string | null;
|
|
4003
3984
|
validityNotBefore: any;
|
|
4004
3985
|
validityNotAfter: any;
|
|
4005
3986
|
updatedAt: any;
|
|
@@ -4007,8 +3988,8 @@ export declare type CreateAppleDistributionCertificateMutation = {
|
|
|
4007
3988
|
__typename?: 'AppleTeam';
|
|
4008
3989
|
id: string;
|
|
4009
3990
|
appleTeamIdentifier: string;
|
|
4010
|
-
appleTeamName?: string | null
|
|
4011
|
-
} | null
|
|
3991
|
+
appleTeamName?: string | null;
|
|
3992
|
+
} | null;
|
|
4012
3993
|
iosAppBuildCredentialsList: Array<{
|
|
4013
3994
|
__typename?: 'IosAppBuildCredentials';
|
|
4014
3995
|
id: string;
|
|
@@ -4030,10 +4011,10 @@ export declare type CreateAppleDistributionCertificateMutation = {
|
|
|
4030
4011
|
provisioningProfile?: {
|
|
4031
4012
|
__typename?: 'AppleProvisioningProfile';
|
|
4032
4013
|
id: string;
|
|
4033
|
-
developerPortalIdentifier?: string | null
|
|
4034
|
-
} | null
|
|
4014
|
+
developerPortalIdentifier?: string | null;
|
|
4015
|
+
} | null;
|
|
4035
4016
|
}>;
|
|
4036
|
-
} | null
|
|
4017
|
+
} | null;
|
|
4037
4018
|
};
|
|
4038
4019
|
};
|
|
4039
4020
|
export declare type DeleteAppleDistributionCertificateMutationVariables = Exact<{
|
|
@@ -4062,23 +4043,23 @@ export declare type CreateAppleProvisioningProfileMutation = {
|
|
|
4062
4043
|
__typename?: 'AppleProvisioningProfile';
|
|
4063
4044
|
id: string;
|
|
4064
4045
|
expiration: any;
|
|
4065
|
-
developerPortalIdentifier?: string | null
|
|
4066
|
-
provisioningProfile?: string | null
|
|
4046
|
+
developerPortalIdentifier?: string | null;
|
|
4047
|
+
provisioningProfile?: string | null;
|
|
4067
4048
|
updatedAt: any;
|
|
4068
4049
|
status: string;
|
|
4069
4050
|
appleTeam?: {
|
|
4070
4051
|
__typename?: 'AppleTeam';
|
|
4071
4052
|
id: string;
|
|
4072
4053
|
appleTeamIdentifier: string;
|
|
4073
|
-
appleTeamName?: string | null
|
|
4074
|
-
} | null
|
|
4054
|
+
appleTeamName?: string | null;
|
|
4055
|
+
} | null;
|
|
4075
4056
|
appleDevices: Array<{
|
|
4076
4057
|
__typename?: 'AppleDevice';
|
|
4077
4058
|
id: string;
|
|
4078
4059
|
identifier: string;
|
|
4079
|
-
name?: string | null
|
|
4080
|
-
model?: string | null
|
|
4081
|
-
deviceClass?: AppleDeviceClass | null
|
|
4060
|
+
name?: string | null;
|
|
4061
|
+
model?: string | null;
|
|
4062
|
+
deviceClass?: AppleDeviceClass | null;
|
|
4082
4063
|
}>;
|
|
4083
4064
|
};
|
|
4084
4065
|
};
|
|
@@ -4095,23 +4076,23 @@ export declare type UpdateAppleProvisioningProfileMutation = {
|
|
|
4095
4076
|
__typename?: 'AppleProvisioningProfile';
|
|
4096
4077
|
id: string;
|
|
4097
4078
|
expiration: any;
|
|
4098
|
-
developerPortalIdentifier?: string | null
|
|
4099
|
-
provisioningProfile?: string | null
|
|
4079
|
+
developerPortalIdentifier?: string | null;
|
|
4080
|
+
provisioningProfile?: string | null;
|
|
4100
4081
|
updatedAt: any;
|
|
4101
4082
|
status: string;
|
|
4102
4083
|
appleTeam?: {
|
|
4103
4084
|
__typename?: 'AppleTeam';
|
|
4104
4085
|
id: string;
|
|
4105
4086
|
appleTeamIdentifier: string;
|
|
4106
|
-
appleTeamName?: string | null
|
|
4107
|
-
} | null
|
|
4087
|
+
appleTeamName?: string | null;
|
|
4088
|
+
} | null;
|
|
4108
4089
|
appleDevices: Array<{
|
|
4109
4090
|
__typename?: 'AppleDevice';
|
|
4110
4091
|
id: string;
|
|
4111
4092
|
identifier: string;
|
|
4112
|
-
name?: string | null
|
|
4113
|
-
model?: string | null
|
|
4114
|
-
deviceClass?: AppleDeviceClass | null
|
|
4093
|
+
name?: string | null;
|
|
4094
|
+
model?: string | null;
|
|
4095
|
+
deviceClass?: AppleDeviceClass | null;
|
|
4115
4096
|
}>;
|
|
4116
4097
|
};
|
|
4117
4098
|
};
|
|
@@ -4146,8 +4127,8 @@ export declare type CreateApplePushKeyMutation = {
|
|
|
4146
4127
|
__typename?: 'AppleTeam';
|
|
4147
4128
|
id: string;
|
|
4148
4129
|
appleTeamIdentifier: string;
|
|
4149
|
-
appleTeamName?: string | null
|
|
4150
|
-
} | null
|
|
4130
|
+
appleTeamName?: string | null;
|
|
4131
|
+
} | null;
|
|
4151
4132
|
iosAppCredentialsList: Array<{
|
|
4152
4133
|
__typename?: 'IosAppCredentials';
|
|
4153
4134
|
id: string;
|
|
@@ -4191,7 +4172,7 @@ export declare type CreateAppleTeamMutation = {
|
|
|
4191
4172
|
__typename?: 'AppleTeam';
|
|
4192
4173
|
id: string;
|
|
4193
4174
|
appleTeamIdentifier: string;
|
|
4194
|
-
appleTeamName?: string | null
|
|
4175
|
+
appleTeamName?: string | null;
|
|
4195
4176
|
account: {
|
|
4196
4177
|
__typename?: 'Account';
|
|
4197
4178
|
id: string;
|
|
@@ -4215,10 +4196,10 @@ export declare type CreateIosAppBuildCredentialsMutation = {
|
|
|
4215
4196
|
distributionCertificate?: {
|
|
4216
4197
|
__typename?: 'AppleDistributionCertificate';
|
|
4217
4198
|
id: string;
|
|
4218
|
-
certificateP12?: string | null
|
|
4219
|
-
certificatePassword?: string | null
|
|
4199
|
+
certificateP12?: string | null;
|
|
4200
|
+
certificatePassword?: string | null;
|
|
4220
4201
|
serialNumber: string;
|
|
4221
|
-
developerPortalIdentifier?: string | null
|
|
4202
|
+
developerPortalIdentifier?: string | null;
|
|
4222
4203
|
validityNotBefore: any;
|
|
4223
4204
|
validityNotAfter: any;
|
|
4224
4205
|
updatedAt: any;
|
|
@@ -4226,8 +4207,8 @@ export declare type CreateIosAppBuildCredentialsMutation = {
|
|
|
4226
4207
|
__typename?: 'AppleTeam';
|
|
4227
4208
|
id: string;
|
|
4228
4209
|
appleTeamIdentifier: string;
|
|
4229
|
-
appleTeamName?: string | null
|
|
4230
|
-
} | null
|
|
4210
|
+
appleTeamName?: string | null;
|
|
4211
|
+
} | null;
|
|
4231
4212
|
iosAppBuildCredentialsList: Array<{
|
|
4232
4213
|
__typename?: 'IosAppBuildCredentials';
|
|
4233
4214
|
id: string;
|
|
@@ -4249,33 +4230,33 @@ export declare type CreateIosAppBuildCredentialsMutation = {
|
|
|
4249
4230
|
provisioningProfile?: {
|
|
4250
4231
|
__typename?: 'AppleProvisioningProfile';
|
|
4251
4232
|
id: string;
|
|
4252
|
-
developerPortalIdentifier?: string | null
|
|
4253
|
-
} | null
|
|
4233
|
+
developerPortalIdentifier?: string | null;
|
|
4234
|
+
} | null;
|
|
4254
4235
|
}>;
|
|
4255
|
-
} | null
|
|
4236
|
+
} | null;
|
|
4256
4237
|
provisioningProfile?: {
|
|
4257
4238
|
__typename?: 'AppleProvisioningProfile';
|
|
4258
4239
|
id: string;
|
|
4259
4240
|
expiration: any;
|
|
4260
|
-
developerPortalIdentifier?: string | null
|
|
4261
|
-
provisioningProfile?: string | null
|
|
4241
|
+
developerPortalIdentifier?: string | null;
|
|
4242
|
+
provisioningProfile?: string | null;
|
|
4262
4243
|
updatedAt: any;
|
|
4263
4244
|
status: string;
|
|
4264
4245
|
appleTeam?: {
|
|
4265
4246
|
__typename?: 'AppleTeam';
|
|
4266
4247
|
id: string;
|
|
4267
4248
|
appleTeamIdentifier: string;
|
|
4268
|
-
appleTeamName?: string | null
|
|
4269
|
-
} | null
|
|
4249
|
+
appleTeamName?: string | null;
|
|
4250
|
+
} | null;
|
|
4270
4251
|
appleDevices: Array<{
|
|
4271
4252
|
__typename?: 'AppleDevice';
|
|
4272
4253
|
id: string;
|
|
4273
4254
|
identifier: string;
|
|
4274
|
-
name?: string | null
|
|
4275
|
-
model?: string | null
|
|
4276
|
-
deviceClass?: AppleDeviceClass | null
|
|
4255
|
+
name?: string | null;
|
|
4256
|
+
model?: string | null;
|
|
4257
|
+
deviceClass?: AppleDeviceClass | null;
|
|
4277
4258
|
}>;
|
|
4278
|
-
} | null
|
|
4259
|
+
} | null;
|
|
4279
4260
|
};
|
|
4280
4261
|
};
|
|
4281
4262
|
};
|
|
@@ -4294,10 +4275,10 @@ export declare type SetDistributionCertificateMutation = {
|
|
|
4294
4275
|
distributionCertificate?: {
|
|
4295
4276
|
__typename?: 'AppleDistributionCertificate';
|
|
4296
4277
|
id: string;
|
|
4297
|
-
certificateP12?: string | null
|
|
4298
|
-
certificatePassword?: string | null
|
|
4278
|
+
certificateP12?: string | null;
|
|
4279
|
+
certificatePassword?: string | null;
|
|
4299
4280
|
serialNumber: string;
|
|
4300
|
-
developerPortalIdentifier?: string | null
|
|
4281
|
+
developerPortalIdentifier?: string | null;
|
|
4301
4282
|
validityNotBefore: any;
|
|
4302
4283
|
validityNotAfter: any;
|
|
4303
4284
|
updatedAt: any;
|
|
@@ -4305,8 +4286,8 @@ export declare type SetDistributionCertificateMutation = {
|
|
|
4305
4286
|
__typename?: 'AppleTeam';
|
|
4306
4287
|
id: string;
|
|
4307
4288
|
appleTeamIdentifier: string;
|
|
4308
|
-
appleTeamName?: string | null
|
|
4309
|
-
} | null
|
|
4289
|
+
appleTeamName?: string | null;
|
|
4290
|
+
} | null;
|
|
4310
4291
|
iosAppBuildCredentialsList: Array<{
|
|
4311
4292
|
__typename?: 'IosAppBuildCredentials';
|
|
4312
4293
|
id: string;
|
|
@@ -4328,33 +4309,33 @@ export declare type SetDistributionCertificateMutation = {
|
|
|
4328
4309
|
provisioningProfile?: {
|
|
4329
4310
|
__typename?: 'AppleProvisioningProfile';
|
|
4330
4311
|
id: string;
|
|
4331
|
-
developerPortalIdentifier?: string | null
|
|
4332
|
-
} | null
|
|
4312
|
+
developerPortalIdentifier?: string | null;
|
|
4313
|
+
} | null;
|
|
4333
4314
|
}>;
|
|
4334
|
-
} | null
|
|
4315
|
+
} | null;
|
|
4335
4316
|
provisioningProfile?: {
|
|
4336
4317
|
__typename?: 'AppleProvisioningProfile';
|
|
4337
4318
|
id: string;
|
|
4338
4319
|
expiration: any;
|
|
4339
|
-
developerPortalIdentifier?: string | null
|
|
4340
|
-
provisioningProfile?: string | null
|
|
4320
|
+
developerPortalIdentifier?: string | null;
|
|
4321
|
+
provisioningProfile?: string | null;
|
|
4341
4322
|
updatedAt: any;
|
|
4342
4323
|
status: string;
|
|
4343
4324
|
appleTeam?: {
|
|
4344
4325
|
__typename?: 'AppleTeam';
|
|
4345
4326
|
id: string;
|
|
4346
4327
|
appleTeamIdentifier: string;
|
|
4347
|
-
appleTeamName?: string | null
|
|
4348
|
-
} | null
|
|
4328
|
+
appleTeamName?: string | null;
|
|
4329
|
+
} | null;
|
|
4349
4330
|
appleDevices: Array<{
|
|
4350
4331
|
__typename?: 'AppleDevice';
|
|
4351
4332
|
id: string;
|
|
4352
4333
|
identifier: string;
|
|
4353
|
-
name?: string | null
|
|
4354
|
-
model?: string | null
|
|
4355
|
-
deviceClass?: AppleDeviceClass | null
|
|
4334
|
+
name?: string | null;
|
|
4335
|
+
model?: string | null;
|
|
4336
|
+
deviceClass?: AppleDeviceClass | null;
|
|
4356
4337
|
}>;
|
|
4357
|
-
} | null
|
|
4338
|
+
} | null;
|
|
4358
4339
|
};
|
|
4359
4340
|
};
|
|
4360
4341
|
};
|
|
@@ -4373,10 +4354,10 @@ export declare type SetProvisioningProfileMutation = {
|
|
|
4373
4354
|
distributionCertificate?: {
|
|
4374
4355
|
__typename?: 'AppleDistributionCertificate';
|
|
4375
4356
|
id: string;
|
|
4376
|
-
certificateP12?: string | null
|
|
4377
|
-
certificatePassword?: string | null
|
|
4357
|
+
certificateP12?: string | null;
|
|
4358
|
+
certificatePassword?: string | null;
|
|
4378
4359
|
serialNumber: string;
|
|
4379
|
-
developerPortalIdentifier?: string | null
|
|
4360
|
+
developerPortalIdentifier?: string | null;
|
|
4380
4361
|
validityNotBefore: any;
|
|
4381
4362
|
validityNotAfter: any;
|
|
4382
4363
|
updatedAt: any;
|
|
@@ -4384,8 +4365,8 @@ export declare type SetProvisioningProfileMutation = {
|
|
|
4384
4365
|
__typename?: 'AppleTeam';
|
|
4385
4366
|
id: string;
|
|
4386
4367
|
appleTeamIdentifier: string;
|
|
4387
|
-
appleTeamName?: string | null
|
|
4388
|
-
} | null
|
|
4368
|
+
appleTeamName?: string | null;
|
|
4369
|
+
} | null;
|
|
4389
4370
|
iosAppBuildCredentialsList: Array<{
|
|
4390
4371
|
__typename?: 'IosAppBuildCredentials';
|
|
4391
4372
|
id: string;
|
|
@@ -4407,33 +4388,33 @@ export declare type SetProvisioningProfileMutation = {
|
|
|
4407
4388
|
provisioningProfile?: {
|
|
4408
4389
|
__typename?: 'AppleProvisioningProfile';
|
|
4409
4390
|
id: string;
|
|
4410
|
-
developerPortalIdentifier?: string | null
|
|
4411
|
-
} | null
|
|
4391
|
+
developerPortalIdentifier?: string | null;
|
|
4392
|
+
} | null;
|
|
4412
4393
|
}>;
|
|
4413
|
-
} | null
|
|
4394
|
+
} | null;
|
|
4414
4395
|
provisioningProfile?: {
|
|
4415
4396
|
__typename?: 'AppleProvisioningProfile';
|
|
4416
4397
|
id: string;
|
|
4417
4398
|
expiration: any;
|
|
4418
|
-
developerPortalIdentifier?: string | null
|
|
4419
|
-
provisioningProfile?: string | null
|
|
4399
|
+
developerPortalIdentifier?: string | null;
|
|
4400
|
+
provisioningProfile?: string | null;
|
|
4420
4401
|
updatedAt: any;
|
|
4421
4402
|
status: string;
|
|
4422
4403
|
appleTeam?: {
|
|
4423
4404
|
__typename?: 'AppleTeam';
|
|
4424
4405
|
id: string;
|
|
4425
4406
|
appleTeamIdentifier: string;
|
|
4426
|
-
appleTeamName?: string | null
|
|
4427
|
-
} | null
|
|
4407
|
+
appleTeamName?: string | null;
|
|
4408
|
+
} | null;
|
|
4428
4409
|
appleDevices: Array<{
|
|
4429
4410
|
__typename?: 'AppleDevice';
|
|
4430
4411
|
id: string;
|
|
4431
4412
|
identifier: string;
|
|
4432
|
-
name?: string | null
|
|
4433
|
-
model?: string | null
|
|
4434
|
-
deviceClass?: AppleDeviceClass | null
|
|
4413
|
+
name?: string | null;
|
|
4414
|
+
model?: string | null;
|
|
4415
|
+
deviceClass?: AppleDeviceClass | null;
|
|
4435
4416
|
}>;
|
|
4436
|
-
} | null
|
|
4417
|
+
} | null;
|
|
4437
4418
|
};
|
|
4438
4419
|
};
|
|
4439
4420
|
};
|
|
@@ -4456,10 +4437,10 @@ export declare type CreateIosAppCredentialsMutation = {
|
|
|
4456
4437
|
distributionCertificate?: {
|
|
4457
4438
|
__typename?: 'AppleDistributionCertificate';
|
|
4458
4439
|
id: string;
|
|
4459
|
-
certificateP12?: string | null
|
|
4460
|
-
certificatePassword?: string | null
|
|
4440
|
+
certificateP12?: string | null;
|
|
4441
|
+
certificatePassword?: string | null;
|
|
4461
4442
|
serialNumber: string;
|
|
4462
|
-
developerPortalIdentifier?: string | null
|
|
4443
|
+
developerPortalIdentifier?: string | null;
|
|
4463
4444
|
validityNotBefore: any;
|
|
4464
4445
|
validityNotAfter: any;
|
|
4465
4446
|
updatedAt: any;
|
|
@@ -4467,8 +4448,8 @@ export declare type CreateIosAppCredentialsMutation = {
|
|
|
4467
4448
|
__typename?: 'AppleTeam';
|
|
4468
4449
|
id: string;
|
|
4469
4450
|
appleTeamIdentifier: string;
|
|
4470
|
-
appleTeamName?: string | null
|
|
4471
|
-
} | null
|
|
4451
|
+
appleTeamName?: string | null;
|
|
4452
|
+
} | null;
|
|
4472
4453
|
iosAppBuildCredentialsList: Array<{
|
|
4473
4454
|
__typename?: 'IosAppBuildCredentials';
|
|
4474
4455
|
id: string;
|
|
@@ -4490,33 +4471,33 @@ export declare type CreateIosAppCredentialsMutation = {
|
|
|
4490
4471
|
provisioningProfile?: {
|
|
4491
4472
|
__typename?: 'AppleProvisioningProfile';
|
|
4492
4473
|
id: string;
|
|
4493
|
-
developerPortalIdentifier?: string | null
|
|
4494
|
-
} | null
|
|
4474
|
+
developerPortalIdentifier?: string | null;
|
|
4475
|
+
} | null;
|
|
4495
4476
|
}>;
|
|
4496
|
-
} | null
|
|
4477
|
+
} | null;
|
|
4497
4478
|
provisioningProfile?: {
|
|
4498
4479
|
__typename?: 'AppleProvisioningProfile';
|
|
4499
4480
|
id: string;
|
|
4500
4481
|
expiration: any;
|
|
4501
|
-
developerPortalIdentifier?: string | null
|
|
4502
|
-
provisioningProfile?: string | null
|
|
4482
|
+
developerPortalIdentifier?: string | null;
|
|
4483
|
+
provisioningProfile?: string | null;
|
|
4503
4484
|
updatedAt: any;
|
|
4504
4485
|
status: string;
|
|
4505
4486
|
appleTeam?: {
|
|
4506
4487
|
__typename?: 'AppleTeam';
|
|
4507
4488
|
id: string;
|
|
4508
4489
|
appleTeamIdentifier: string;
|
|
4509
|
-
appleTeamName?: string | null
|
|
4510
|
-
} | null
|
|
4490
|
+
appleTeamName?: string | null;
|
|
4491
|
+
} | null;
|
|
4511
4492
|
appleDevices: Array<{
|
|
4512
4493
|
__typename?: 'AppleDevice';
|
|
4513
4494
|
id: string;
|
|
4514
4495
|
identifier: string;
|
|
4515
|
-
name?: string | null
|
|
4516
|
-
model?: string | null
|
|
4517
|
-
deviceClass?: AppleDeviceClass | null
|
|
4496
|
+
name?: string | null;
|
|
4497
|
+
model?: string | null;
|
|
4498
|
+
deviceClass?: AppleDeviceClass | null;
|
|
4518
4499
|
}>;
|
|
4519
|
-
} | null
|
|
4500
|
+
} | null;
|
|
4520
4501
|
}>;
|
|
4521
4502
|
app: {
|
|
4522
4503
|
__typename?: 'App';
|
|
@@ -4528,8 +4509,8 @@ export declare type CreateIosAppCredentialsMutation = {
|
|
|
4528
4509
|
__typename?: 'AppleTeam';
|
|
4529
4510
|
id: string;
|
|
4530
4511
|
appleTeamIdentifier: string;
|
|
4531
|
-
appleTeamName?: string | null
|
|
4532
|
-
} | null
|
|
4512
|
+
appleTeamName?: string | null;
|
|
4513
|
+
} | null;
|
|
4533
4514
|
appleAppIdentifier: {
|
|
4534
4515
|
__typename?: 'AppleAppIdentifier';
|
|
4535
4516
|
id: string;
|
|
@@ -4544,8 +4525,8 @@ export declare type CreateIosAppCredentialsMutation = {
|
|
|
4544
4525
|
__typename?: 'AppleTeam';
|
|
4545
4526
|
id: string;
|
|
4546
4527
|
appleTeamIdentifier: string;
|
|
4547
|
-
appleTeamName?: string | null
|
|
4548
|
-
} | null
|
|
4528
|
+
appleTeamName?: string | null;
|
|
4529
|
+
} | null;
|
|
4549
4530
|
iosAppCredentialsList: Array<{
|
|
4550
4531
|
__typename?: 'IosAppCredentials';
|
|
4551
4532
|
id: string;
|
|
@@ -4561,23 +4542,23 @@ export declare type CreateIosAppCredentialsMutation = {
|
|
|
4561
4542
|
bundleIdentifier: string;
|
|
4562
4543
|
};
|
|
4563
4544
|
}>;
|
|
4564
|
-
} | null
|
|
4545
|
+
} | null;
|
|
4565
4546
|
appStoreConnectApiKeyForSubmissions?: {
|
|
4566
4547
|
__typename?: 'AppStoreConnectApiKey';
|
|
4567
4548
|
id: string;
|
|
4568
4549
|
issuerIdentifier: string;
|
|
4569
4550
|
keyIdentifier: string;
|
|
4570
|
-
name?: string | null
|
|
4571
|
-
roles?: Array<AppStoreConnectUserRole> | null
|
|
4551
|
+
name?: string | null;
|
|
4552
|
+
roles?: Array<AppStoreConnectUserRole> | null;
|
|
4572
4553
|
createdAt: any;
|
|
4573
4554
|
updatedAt: any;
|
|
4574
4555
|
appleTeam?: {
|
|
4575
4556
|
__typename?: 'AppleTeam';
|
|
4576
4557
|
id: string;
|
|
4577
4558
|
appleTeamIdentifier: string;
|
|
4578
|
-
appleTeamName?: string | null
|
|
4579
|
-
} | null
|
|
4580
|
-
} | null
|
|
4559
|
+
appleTeamName?: string | null;
|
|
4560
|
+
} | null;
|
|
4561
|
+
} | null;
|
|
4581
4562
|
};
|
|
4582
4563
|
};
|
|
4583
4564
|
};
|
|
@@ -4599,10 +4580,10 @@ export declare type SetPushKeyMutation = {
|
|
|
4599
4580
|
distributionCertificate?: {
|
|
4600
4581
|
__typename?: 'AppleDistributionCertificate';
|
|
4601
4582
|
id: string;
|
|
4602
|
-
certificateP12?: string | null
|
|
4603
|
-
certificatePassword?: string | null
|
|
4583
|
+
certificateP12?: string | null;
|
|
4584
|
+
certificatePassword?: string | null;
|
|
4604
4585
|
serialNumber: string;
|
|
4605
|
-
developerPortalIdentifier?: string | null
|
|
4586
|
+
developerPortalIdentifier?: string | null;
|
|
4606
4587
|
validityNotBefore: any;
|
|
4607
4588
|
validityNotAfter: any;
|
|
4608
4589
|
updatedAt: any;
|
|
@@ -4610,8 +4591,8 @@ export declare type SetPushKeyMutation = {
|
|
|
4610
4591
|
__typename?: 'AppleTeam';
|
|
4611
4592
|
id: string;
|
|
4612
4593
|
appleTeamIdentifier: string;
|
|
4613
|
-
appleTeamName?: string | null
|
|
4614
|
-
} | null
|
|
4594
|
+
appleTeamName?: string | null;
|
|
4595
|
+
} | null;
|
|
4615
4596
|
iosAppBuildCredentialsList: Array<{
|
|
4616
4597
|
__typename?: 'IosAppBuildCredentials';
|
|
4617
4598
|
id: string;
|
|
@@ -4633,33 +4614,33 @@ export declare type SetPushKeyMutation = {
|
|
|
4633
4614
|
provisioningProfile?: {
|
|
4634
4615
|
__typename?: 'AppleProvisioningProfile';
|
|
4635
4616
|
id: string;
|
|
4636
|
-
developerPortalIdentifier?: string | null
|
|
4637
|
-
} | null
|
|
4617
|
+
developerPortalIdentifier?: string | null;
|
|
4618
|
+
} | null;
|
|
4638
4619
|
}>;
|
|
4639
|
-
} | null
|
|
4620
|
+
} | null;
|
|
4640
4621
|
provisioningProfile?: {
|
|
4641
4622
|
__typename?: 'AppleProvisioningProfile';
|
|
4642
4623
|
id: string;
|
|
4643
4624
|
expiration: any;
|
|
4644
|
-
developerPortalIdentifier?: string | null
|
|
4645
|
-
provisioningProfile?: string | null
|
|
4625
|
+
developerPortalIdentifier?: string | null;
|
|
4626
|
+
provisioningProfile?: string | null;
|
|
4646
4627
|
updatedAt: any;
|
|
4647
4628
|
status: string;
|
|
4648
4629
|
appleTeam?: {
|
|
4649
4630
|
__typename?: 'AppleTeam';
|
|
4650
4631
|
id: string;
|
|
4651
4632
|
appleTeamIdentifier: string;
|
|
4652
|
-
appleTeamName?: string | null
|
|
4653
|
-
} | null
|
|
4633
|
+
appleTeamName?: string | null;
|
|
4634
|
+
} | null;
|
|
4654
4635
|
appleDevices: Array<{
|
|
4655
4636
|
__typename?: 'AppleDevice';
|
|
4656
4637
|
id: string;
|
|
4657
4638
|
identifier: string;
|
|
4658
|
-
name?: string | null
|
|
4659
|
-
model?: string | null
|
|
4660
|
-
deviceClass?: AppleDeviceClass | null
|
|
4639
|
+
name?: string | null;
|
|
4640
|
+
model?: string | null;
|
|
4641
|
+
deviceClass?: AppleDeviceClass | null;
|
|
4661
4642
|
}>;
|
|
4662
|
-
} | null
|
|
4643
|
+
} | null;
|
|
4663
4644
|
}>;
|
|
4664
4645
|
app: {
|
|
4665
4646
|
__typename?: 'App';
|
|
@@ -4671,8 +4652,8 @@ export declare type SetPushKeyMutation = {
|
|
|
4671
4652
|
__typename?: 'AppleTeam';
|
|
4672
4653
|
id: string;
|
|
4673
4654
|
appleTeamIdentifier: string;
|
|
4674
|
-
appleTeamName?: string | null
|
|
4675
|
-
} | null
|
|
4655
|
+
appleTeamName?: string | null;
|
|
4656
|
+
} | null;
|
|
4676
4657
|
appleAppIdentifier: {
|
|
4677
4658
|
__typename?: 'AppleAppIdentifier';
|
|
4678
4659
|
id: string;
|
|
@@ -4687,8 +4668,8 @@ export declare type SetPushKeyMutation = {
|
|
|
4687
4668
|
__typename?: 'AppleTeam';
|
|
4688
4669
|
id: string;
|
|
4689
4670
|
appleTeamIdentifier: string;
|
|
4690
|
-
appleTeamName?: string | null
|
|
4691
|
-
} | null
|
|
4671
|
+
appleTeamName?: string | null;
|
|
4672
|
+
} | null;
|
|
4692
4673
|
iosAppCredentialsList: Array<{
|
|
4693
4674
|
__typename?: 'IosAppCredentials';
|
|
4694
4675
|
id: string;
|
|
@@ -4704,23 +4685,23 @@ export declare type SetPushKeyMutation = {
|
|
|
4704
4685
|
bundleIdentifier: string;
|
|
4705
4686
|
};
|
|
4706
4687
|
}>;
|
|
4707
|
-
} | null
|
|
4688
|
+
} | null;
|
|
4708
4689
|
appStoreConnectApiKeyForSubmissions?: {
|
|
4709
4690
|
__typename?: 'AppStoreConnectApiKey';
|
|
4710
4691
|
id: string;
|
|
4711
4692
|
issuerIdentifier: string;
|
|
4712
4693
|
keyIdentifier: string;
|
|
4713
|
-
name?: string | null
|
|
4714
|
-
roles?: Array<AppStoreConnectUserRole> | null
|
|
4694
|
+
name?: string | null;
|
|
4695
|
+
roles?: Array<AppStoreConnectUserRole> | null;
|
|
4715
4696
|
createdAt: any;
|
|
4716
4697
|
updatedAt: any;
|
|
4717
4698
|
appleTeam?: {
|
|
4718
4699
|
__typename?: 'AppleTeam';
|
|
4719
4700
|
id: string;
|
|
4720
4701
|
appleTeamIdentifier: string;
|
|
4721
|
-
appleTeamName?: string | null
|
|
4722
|
-
} | null
|
|
4723
|
-
} | null
|
|
4702
|
+
appleTeamName?: string | null;
|
|
4703
|
+
} | null;
|
|
4704
|
+
} | null;
|
|
4724
4705
|
};
|
|
4725
4706
|
};
|
|
4726
4707
|
};
|
|
@@ -4742,10 +4723,10 @@ export declare type SetAppStoreConnectApiKeyForSubmissionsMutation = {
|
|
|
4742
4723
|
distributionCertificate?: {
|
|
4743
4724
|
__typename?: 'AppleDistributionCertificate';
|
|
4744
4725
|
id: string;
|
|
4745
|
-
certificateP12?: string | null
|
|
4746
|
-
certificatePassword?: string | null
|
|
4726
|
+
certificateP12?: string | null;
|
|
4727
|
+
certificatePassword?: string | null;
|
|
4747
4728
|
serialNumber: string;
|
|
4748
|
-
developerPortalIdentifier?: string | null
|
|
4729
|
+
developerPortalIdentifier?: string | null;
|
|
4749
4730
|
validityNotBefore: any;
|
|
4750
4731
|
validityNotAfter: any;
|
|
4751
4732
|
updatedAt: any;
|
|
@@ -4753,8 +4734,8 @@ export declare type SetAppStoreConnectApiKeyForSubmissionsMutation = {
|
|
|
4753
4734
|
__typename?: 'AppleTeam';
|
|
4754
4735
|
id: string;
|
|
4755
4736
|
appleTeamIdentifier: string;
|
|
4756
|
-
appleTeamName?: string | null
|
|
4757
|
-
} | null
|
|
4737
|
+
appleTeamName?: string | null;
|
|
4738
|
+
} | null;
|
|
4758
4739
|
iosAppBuildCredentialsList: Array<{
|
|
4759
4740
|
__typename?: 'IosAppBuildCredentials';
|
|
4760
4741
|
id: string;
|
|
@@ -4776,33 +4757,33 @@ export declare type SetAppStoreConnectApiKeyForSubmissionsMutation = {
|
|
|
4776
4757
|
provisioningProfile?: {
|
|
4777
4758
|
__typename?: 'AppleProvisioningProfile';
|
|
4778
4759
|
id: string;
|
|
4779
|
-
developerPortalIdentifier?: string | null
|
|
4780
|
-
} | null
|
|
4760
|
+
developerPortalIdentifier?: string | null;
|
|
4761
|
+
} | null;
|
|
4781
4762
|
}>;
|
|
4782
|
-
} | null
|
|
4763
|
+
} | null;
|
|
4783
4764
|
provisioningProfile?: {
|
|
4784
4765
|
__typename?: 'AppleProvisioningProfile';
|
|
4785
4766
|
id: string;
|
|
4786
4767
|
expiration: any;
|
|
4787
|
-
developerPortalIdentifier?: string | null
|
|
4788
|
-
provisioningProfile?: string | null
|
|
4768
|
+
developerPortalIdentifier?: string | null;
|
|
4769
|
+
provisioningProfile?: string | null;
|
|
4789
4770
|
updatedAt: any;
|
|
4790
4771
|
status: string;
|
|
4791
4772
|
appleTeam?: {
|
|
4792
4773
|
__typename?: 'AppleTeam';
|
|
4793
4774
|
id: string;
|
|
4794
4775
|
appleTeamIdentifier: string;
|
|
4795
|
-
appleTeamName?: string | null
|
|
4796
|
-
} | null
|
|
4776
|
+
appleTeamName?: string | null;
|
|
4777
|
+
} | null;
|
|
4797
4778
|
appleDevices: Array<{
|
|
4798
4779
|
__typename?: 'AppleDevice';
|
|
4799
4780
|
id: string;
|
|
4800
4781
|
identifier: string;
|
|
4801
|
-
name?: string | null
|
|
4802
|
-
model?: string | null
|
|
4803
|
-
deviceClass?: AppleDeviceClass | null
|
|
4782
|
+
name?: string | null;
|
|
4783
|
+
model?: string | null;
|
|
4784
|
+
deviceClass?: AppleDeviceClass | null;
|
|
4804
4785
|
}>;
|
|
4805
|
-
} | null
|
|
4786
|
+
} | null;
|
|
4806
4787
|
}>;
|
|
4807
4788
|
app: {
|
|
4808
4789
|
__typename?: 'App';
|
|
@@ -4814,8 +4795,8 @@ export declare type SetAppStoreConnectApiKeyForSubmissionsMutation = {
|
|
|
4814
4795
|
__typename?: 'AppleTeam';
|
|
4815
4796
|
id: string;
|
|
4816
4797
|
appleTeamIdentifier: string;
|
|
4817
|
-
appleTeamName?: string | null
|
|
4818
|
-
} | null
|
|
4798
|
+
appleTeamName?: string | null;
|
|
4799
|
+
} | null;
|
|
4819
4800
|
appleAppIdentifier: {
|
|
4820
4801
|
__typename?: 'AppleAppIdentifier';
|
|
4821
4802
|
id: string;
|
|
@@ -4830,8 +4811,8 @@ export declare type SetAppStoreConnectApiKeyForSubmissionsMutation = {
|
|
|
4830
4811
|
__typename?: 'AppleTeam';
|
|
4831
4812
|
id: string;
|
|
4832
4813
|
appleTeamIdentifier: string;
|
|
4833
|
-
appleTeamName?: string | null
|
|
4834
|
-
} | null
|
|
4814
|
+
appleTeamName?: string | null;
|
|
4815
|
+
} | null;
|
|
4835
4816
|
iosAppCredentialsList: Array<{
|
|
4836
4817
|
__typename?: 'IosAppCredentials';
|
|
4837
4818
|
id: string;
|
|
@@ -4847,23 +4828,23 @@ export declare type SetAppStoreConnectApiKeyForSubmissionsMutation = {
|
|
|
4847
4828
|
bundleIdentifier: string;
|
|
4848
4829
|
};
|
|
4849
4830
|
}>;
|
|
4850
|
-
} | null
|
|
4831
|
+
} | null;
|
|
4851
4832
|
appStoreConnectApiKeyForSubmissions?: {
|
|
4852
4833
|
__typename?: 'AppStoreConnectApiKey';
|
|
4853
4834
|
id: string;
|
|
4854
4835
|
issuerIdentifier: string;
|
|
4855
4836
|
keyIdentifier: string;
|
|
4856
|
-
name?: string | null
|
|
4857
|
-
roles?: Array<AppStoreConnectUserRole> | null
|
|
4837
|
+
name?: string | null;
|
|
4838
|
+
roles?: Array<AppStoreConnectUserRole> | null;
|
|
4858
4839
|
createdAt: any;
|
|
4859
4840
|
updatedAt: any;
|
|
4860
4841
|
appleTeam?: {
|
|
4861
4842
|
__typename?: 'AppleTeam';
|
|
4862
4843
|
id: string;
|
|
4863
4844
|
appleTeamIdentifier: string;
|
|
4864
|
-
appleTeamName?: string | null
|
|
4865
|
-
} | null
|
|
4866
|
-
} | null
|
|
4845
|
+
appleTeamName?: string | null;
|
|
4846
|
+
} | null;
|
|
4847
|
+
} | null;
|
|
4867
4848
|
};
|
|
4868
4849
|
};
|
|
4869
4850
|
};
|
|
@@ -4897,16 +4878,16 @@ export declare type AppStoreConnectApiKeyByAccountQuery = {
|
|
|
4897
4878
|
id: string;
|
|
4898
4879
|
issuerIdentifier: string;
|
|
4899
4880
|
keyIdentifier: string;
|
|
4900
|
-
name?: string | null
|
|
4901
|
-
roles?: Array<AppStoreConnectUserRole> | null
|
|
4881
|
+
name?: string | null;
|
|
4882
|
+
roles?: Array<AppStoreConnectUserRole> | null;
|
|
4902
4883
|
createdAt: any;
|
|
4903
4884
|
updatedAt: any;
|
|
4904
4885
|
appleTeam?: {
|
|
4905
4886
|
__typename?: 'AppleTeam';
|
|
4906
4887
|
id: string;
|
|
4907
4888
|
appleTeamIdentifier: string;
|
|
4908
|
-
appleTeamName?: string | null
|
|
4909
|
-
} | null
|
|
4889
|
+
appleTeamName?: string | null;
|
|
4890
|
+
} | null;
|
|
4910
4891
|
}>;
|
|
4911
4892
|
};
|
|
4912
4893
|
};
|
|
@@ -4942,22 +4923,22 @@ export declare type AppleDevicesByAppleTeamQuery = {
|
|
|
4942
4923
|
__typename?: 'AppleTeam';
|
|
4943
4924
|
id: string;
|
|
4944
4925
|
appleTeamIdentifier: string;
|
|
4945
|
-
appleTeamName?: string | null
|
|
4926
|
+
appleTeamName?: string | null;
|
|
4946
4927
|
appleDevices: Array<{
|
|
4947
4928
|
__typename?: 'AppleDevice';
|
|
4948
4929
|
id: string;
|
|
4949
4930
|
identifier: string;
|
|
4950
|
-
name?: string | null
|
|
4951
|
-
model?: string | null
|
|
4952
|
-
deviceClass?: AppleDeviceClass | null
|
|
4931
|
+
name?: string | null;
|
|
4932
|
+
model?: string | null;
|
|
4933
|
+
deviceClass?: AppleDeviceClass | null;
|
|
4953
4934
|
appleTeam: {
|
|
4954
4935
|
__typename?: 'AppleTeam';
|
|
4955
4936
|
id: string;
|
|
4956
4937
|
appleTeamIdentifier: string;
|
|
4957
|
-
appleTeamName?: string | null
|
|
4938
|
+
appleTeamName?: string | null;
|
|
4958
4939
|
};
|
|
4959
4940
|
}>;
|
|
4960
|
-
} | null
|
|
4941
|
+
} | null;
|
|
4961
4942
|
};
|
|
4962
4943
|
};
|
|
4963
4944
|
export declare type AppleDevicesByTeamIdentifierQueryVariables = Exact<{
|
|
@@ -4975,14 +4956,14 @@ export declare type AppleDevicesByTeamIdentifierQuery = {
|
|
|
4975
4956
|
__typename?: 'AppleTeam';
|
|
4976
4957
|
id: string;
|
|
4977
4958
|
appleTeamIdentifier: string;
|
|
4978
|
-
appleTeamName?: string | null
|
|
4959
|
+
appleTeamName?: string | null;
|
|
4979
4960
|
appleDevices: Array<{
|
|
4980
4961
|
__typename?: 'AppleDevice';
|
|
4981
4962
|
id: string;
|
|
4982
4963
|
identifier: string;
|
|
4983
|
-
name?: string | null
|
|
4984
|
-
deviceClass?: AppleDeviceClass | null
|
|
4985
|
-
enabled?: boolean | null
|
|
4964
|
+
name?: string | null;
|
|
4965
|
+
deviceClass?: AppleDeviceClass | null;
|
|
4966
|
+
enabled?: boolean | null;
|
|
4986
4967
|
}>;
|
|
4987
4968
|
}>;
|
|
4988
4969
|
};
|
|
@@ -5003,14 +4984,14 @@ export declare type AppleDevicesByIdentifierQuery = {
|
|
|
5003
4984
|
__typename?: 'AppleDevice';
|
|
5004
4985
|
id: string;
|
|
5005
4986
|
identifier: string;
|
|
5006
|
-
name?: string | null
|
|
5007
|
-
deviceClass?: AppleDeviceClass | null
|
|
5008
|
-
enabled?: boolean | null
|
|
4987
|
+
name?: string | null;
|
|
4988
|
+
deviceClass?: AppleDeviceClass | null;
|
|
4989
|
+
enabled?: boolean | null;
|
|
5009
4990
|
appleTeam: {
|
|
5010
4991
|
__typename?: 'AppleTeam';
|
|
5011
4992
|
id: string;
|
|
5012
4993
|
appleTeamIdentifier: string;
|
|
5013
|
-
appleTeamName?: string | null
|
|
4994
|
+
appleTeamName?: string | null;
|
|
5014
4995
|
};
|
|
5015
4996
|
}>;
|
|
5016
4997
|
};
|
|
@@ -5037,10 +5018,10 @@ export declare type AppleDistributionCertificateByAppQuery = {
|
|
|
5037
5018
|
distributionCertificate?: {
|
|
5038
5019
|
__typename?: 'AppleDistributionCertificate';
|
|
5039
5020
|
id: string;
|
|
5040
|
-
certificateP12?: string | null
|
|
5041
|
-
certificatePassword?: string | null
|
|
5021
|
+
certificateP12?: string | null;
|
|
5022
|
+
certificatePassword?: string | null;
|
|
5042
5023
|
serialNumber: string;
|
|
5043
|
-
developerPortalIdentifier?: string | null
|
|
5024
|
+
developerPortalIdentifier?: string | null;
|
|
5044
5025
|
validityNotBefore: any;
|
|
5045
5026
|
validityNotAfter: any;
|
|
5046
5027
|
updatedAt: any;
|
|
@@ -5048,8 +5029,8 @@ export declare type AppleDistributionCertificateByAppQuery = {
|
|
|
5048
5029
|
__typename?: 'AppleTeam';
|
|
5049
5030
|
id: string;
|
|
5050
5031
|
appleTeamIdentifier: string;
|
|
5051
|
-
appleTeamName?: string | null
|
|
5052
|
-
} | null
|
|
5032
|
+
appleTeamName?: string | null;
|
|
5033
|
+
} | null;
|
|
5053
5034
|
iosAppBuildCredentialsList: Array<{
|
|
5054
5035
|
__typename?: 'IosAppBuildCredentials';
|
|
5055
5036
|
id: string;
|
|
@@ -5071,10 +5052,10 @@ export declare type AppleDistributionCertificateByAppQuery = {
|
|
|
5071
5052
|
provisioningProfile?: {
|
|
5072
5053
|
__typename?: 'AppleProvisioningProfile';
|
|
5073
5054
|
id: string;
|
|
5074
|
-
developerPortalIdentifier?: string | null
|
|
5075
|
-
} | null
|
|
5055
|
+
developerPortalIdentifier?: string | null;
|
|
5056
|
+
} | null;
|
|
5076
5057
|
}>;
|
|
5077
|
-
} | null
|
|
5058
|
+
} | null;
|
|
5078
5059
|
}>;
|
|
5079
5060
|
}>;
|
|
5080
5061
|
};
|
|
@@ -5093,10 +5074,10 @@ export declare type AppleDistributionCertificateByAccountQuery = {
|
|
|
5093
5074
|
appleDistributionCertificates: Array<{
|
|
5094
5075
|
__typename?: 'AppleDistributionCertificate';
|
|
5095
5076
|
id: string;
|
|
5096
|
-
certificateP12?: string | null
|
|
5097
|
-
certificatePassword?: string | null
|
|
5077
|
+
certificateP12?: string | null;
|
|
5078
|
+
certificatePassword?: string | null;
|
|
5098
5079
|
serialNumber: string;
|
|
5099
|
-
developerPortalIdentifier?: string | null
|
|
5080
|
+
developerPortalIdentifier?: string | null;
|
|
5100
5081
|
validityNotBefore: any;
|
|
5101
5082
|
validityNotAfter: any;
|
|
5102
5083
|
updatedAt: any;
|
|
@@ -5104,8 +5085,8 @@ export declare type AppleDistributionCertificateByAccountQuery = {
|
|
|
5104
5085
|
__typename?: 'AppleTeam';
|
|
5105
5086
|
id: string;
|
|
5106
5087
|
appleTeamIdentifier: string;
|
|
5107
|
-
appleTeamName?: string | null
|
|
5108
|
-
} | null
|
|
5088
|
+
appleTeamName?: string | null;
|
|
5089
|
+
} | null;
|
|
5109
5090
|
iosAppBuildCredentialsList: Array<{
|
|
5110
5091
|
__typename?: 'IosAppBuildCredentials';
|
|
5111
5092
|
id: string;
|
|
@@ -5127,8 +5108,8 @@ export declare type AppleDistributionCertificateByAccountQuery = {
|
|
|
5127
5108
|
provisioningProfile?: {
|
|
5128
5109
|
__typename?: 'AppleProvisioningProfile';
|
|
5129
5110
|
id: string;
|
|
5130
|
-
developerPortalIdentifier?: string | null
|
|
5131
|
-
} | null
|
|
5111
|
+
developerPortalIdentifier?: string | null;
|
|
5112
|
+
} | null;
|
|
5132
5113
|
}>;
|
|
5133
5114
|
}>;
|
|
5134
5115
|
};
|
|
@@ -5156,30 +5137,30 @@ export declare type AppleProvisioningProfilesByAppQuery = {
|
|
|
5156
5137
|
__typename?: 'AppleProvisioningProfile';
|
|
5157
5138
|
id: string;
|
|
5158
5139
|
expiration: any;
|
|
5159
|
-
developerPortalIdentifier?: string | null
|
|
5160
|
-
provisioningProfile?: string | null
|
|
5140
|
+
developerPortalIdentifier?: string | null;
|
|
5141
|
+
provisioningProfile?: string | null;
|
|
5161
5142
|
updatedAt: any;
|
|
5162
5143
|
status: string;
|
|
5163
5144
|
appleTeam?: {
|
|
5164
5145
|
__typename?: 'AppleTeam';
|
|
5165
5146
|
id: string;
|
|
5166
5147
|
appleTeamIdentifier: string;
|
|
5167
|
-
appleTeamName?: string | null
|
|
5168
|
-
} | null
|
|
5148
|
+
appleTeamName?: string | null;
|
|
5149
|
+
} | null;
|
|
5169
5150
|
appleDevices: Array<{
|
|
5170
5151
|
__typename?: 'AppleDevice';
|
|
5171
5152
|
id: string;
|
|
5172
5153
|
identifier: string;
|
|
5173
|
-
name?: string | null
|
|
5174
|
-
model?: string | null
|
|
5175
|
-
deviceClass?: AppleDeviceClass | null
|
|
5154
|
+
name?: string | null;
|
|
5155
|
+
model?: string | null;
|
|
5156
|
+
deviceClass?: AppleDeviceClass | null;
|
|
5176
5157
|
}>;
|
|
5177
5158
|
appleAppIdentifier: {
|
|
5178
5159
|
__typename?: 'AppleAppIdentifier';
|
|
5179
5160
|
id: string;
|
|
5180
5161
|
bundleIdentifier: string;
|
|
5181
5162
|
};
|
|
5182
|
-
} | null
|
|
5163
|
+
} | null;
|
|
5183
5164
|
}>;
|
|
5184
5165
|
}>;
|
|
5185
5166
|
};
|
|
@@ -5204,8 +5185,8 @@ export declare type ApplePushKeyByAccountQuery = {
|
|
|
5204
5185
|
__typename?: 'AppleTeam';
|
|
5205
5186
|
id: string;
|
|
5206
5187
|
appleTeamIdentifier: string;
|
|
5207
|
-
appleTeamName?: string | null
|
|
5208
|
-
} | null
|
|
5188
|
+
appleTeamName?: string | null;
|
|
5189
|
+
} | null;
|
|
5209
5190
|
iosAppCredentialsList: Array<{
|
|
5210
5191
|
__typename?: 'IosAppCredentials';
|
|
5211
5192
|
id: string;
|
|
@@ -5238,7 +5219,7 @@ export declare type AppleTeamsByAccountNameQuery = {
|
|
|
5238
5219
|
appleTeams: Array<{
|
|
5239
5220
|
__typename?: 'AppleTeam';
|
|
5240
5221
|
id: string;
|
|
5241
|
-
appleTeamName?: string | null
|
|
5222
|
+
appleTeamName?: string | null;
|
|
5242
5223
|
appleTeamIdentifier: string;
|
|
5243
5224
|
}>;
|
|
5244
5225
|
};
|
|
@@ -5256,8 +5237,8 @@ export declare type AppleTeamByIdentifierQuery = {
|
|
|
5256
5237
|
__typename?: 'AppleTeam';
|
|
5257
5238
|
id: string;
|
|
5258
5239
|
appleTeamIdentifier: string;
|
|
5259
|
-
appleTeamName?: string | null
|
|
5260
|
-
} | null
|
|
5240
|
+
appleTeamName?: string | null;
|
|
5241
|
+
} | null;
|
|
5261
5242
|
};
|
|
5262
5243
|
};
|
|
5263
5244
|
export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQueryVariables = Exact<{
|
|
@@ -5282,10 +5263,10 @@ export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuer
|
|
|
5282
5263
|
distributionCertificate?: {
|
|
5283
5264
|
__typename?: 'AppleDistributionCertificate';
|
|
5284
5265
|
id: string;
|
|
5285
|
-
certificateP12?: string | null
|
|
5286
|
-
certificatePassword?: string | null
|
|
5266
|
+
certificateP12?: string | null;
|
|
5267
|
+
certificatePassword?: string | null;
|
|
5287
5268
|
serialNumber: string;
|
|
5288
|
-
developerPortalIdentifier?: string | null
|
|
5269
|
+
developerPortalIdentifier?: string | null;
|
|
5289
5270
|
validityNotBefore: any;
|
|
5290
5271
|
validityNotAfter: any;
|
|
5291
5272
|
updatedAt: any;
|
|
@@ -5293,8 +5274,8 @@ export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuer
|
|
|
5293
5274
|
__typename?: 'AppleTeam';
|
|
5294
5275
|
id: string;
|
|
5295
5276
|
appleTeamIdentifier: string;
|
|
5296
|
-
appleTeamName?: string | null
|
|
5297
|
-
} | null
|
|
5277
|
+
appleTeamName?: string | null;
|
|
5278
|
+
} | null;
|
|
5298
5279
|
iosAppBuildCredentialsList: Array<{
|
|
5299
5280
|
__typename?: 'IosAppBuildCredentials';
|
|
5300
5281
|
id: string;
|
|
@@ -5316,33 +5297,33 @@ export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuer
|
|
|
5316
5297
|
provisioningProfile?: {
|
|
5317
5298
|
__typename?: 'AppleProvisioningProfile';
|
|
5318
5299
|
id: string;
|
|
5319
|
-
developerPortalIdentifier?: string | null
|
|
5320
|
-
} | null
|
|
5300
|
+
developerPortalIdentifier?: string | null;
|
|
5301
|
+
} | null;
|
|
5321
5302
|
}>;
|
|
5322
|
-
} | null
|
|
5303
|
+
} | null;
|
|
5323
5304
|
provisioningProfile?: {
|
|
5324
5305
|
__typename?: 'AppleProvisioningProfile';
|
|
5325
5306
|
id: string;
|
|
5326
5307
|
expiration: any;
|
|
5327
|
-
developerPortalIdentifier?: string | null
|
|
5328
|
-
provisioningProfile?: string | null
|
|
5308
|
+
developerPortalIdentifier?: string | null;
|
|
5309
|
+
provisioningProfile?: string | null;
|
|
5329
5310
|
updatedAt: any;
|
|
5330
5311
|
status: string;
|
|
5331
5312
|
appleTeam?: {
|
|
5332
5313
|
__typename?: 'AppleTeam';
|
|
5333
5314
|
id: string;
|
|
5334
5315
|
appleTeamIdentifier: string;
|
|
5335
|
-
appleTeamName?: string | null
|
|
5336
|
-
} | null
|
|
5316
|
+
appleTeamName?: string | null;
|
|
5317
|
+
} | null;
|
|
5337
5318
|
appleDevices: Array<{
|
|
5338
5319
|
__typename?: 'AppleDevice';
|
|
5339
5320
|
id: string;
|
|
5340
5321
|
identifier: string;
|
|
5341
|
-
name?: string | null
|
|
5342
|
-
model?: string | null
|
|
5343
|
-
deviceClass?: AppleDeviceClass | null
|
|
5322
|
+
name?: string | null;
|
|
5323
|
+
model?: string | null;
|
|
5324
|
+
deviceClass?: AppleDeviceClass | null;
|
|
5344
5325
|
}>;
|
|
5345
|
-
} | null
|
|
5326
|
+
} | null;
|
|
5346
5327
|
}>;
|
|
5347
5328
|
}>;
|
|
5348
5329
|
};
|
|
@@ -5370,10 +5351,10 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery
|
|
|
5370
5351
|
distributionCertificate?: {
|
|
5371
5352
|
__typename?: 'AppleDistributionCertificate';
|
|
5372
5353
|
id: string;
|
|
5373
|
-
certificateP12?: string | null
|
|
5374
|
-
certificatePassword?: string | null
|
|
5354
|
+
certificateP12?: string | null;
|
|
5355
|
+
certificatePassword?: string | null;
|
|
5375
5356
|
serialNumber: string;
|
|
5376
|
-
developerPortalIdentifier?: string | null
|
|
5357
|
+
developerPortalIdentifier?: string | null;
|
|
5377
5358
|
validityNotBefore: any;
|
|
5378
5359
|
validityNotAfter: any;
|
|
5379
5360
|
updatedAt: any;
|
|
@@ -5381,8 +5362,8 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery
|
|
|
5381
5362
|
__typename?: 'AppleTeam';
|
|
5382
5363
|
id: string;
|
|
5383
5364
|
appleTeamIdentifier: string;
|
|
5384
|
-
appleTeamName?: string | null
|
|
5385
|
-
} | null
|
|
5365
|
+
appleTeamName?: string | null;
|
|
5366
|
+
} | null;
|
|
5386
5367
|
iosAppBuildCredentialsList: Array<{
|
|
5387
5368
|
__typename?: 'IosAppBuildCredentials';
|
|
5388
5369
|
id: string;
|
|
@@ -5404,33 +5385,33 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery
|
|
|
5404
5385
|
provisioningProfile?: {
|
|
5405
5386
|
__typename?: 'AppleProvisioningProfile';
|
|
5406
5387
|
id: string;
|
|
5407
|
-
developerPortalIdentifier?: string | null
|
|
5408
|
-
} | null
|
|
5388
|
+
developerPortalIdentifier?: string | null;
|
|
5389
|
+
} | null;
|
|
5409
5390
|
}>;
|
|
5410
|
-
} | null
|
|
5391
|
+
} | null;
|
|
5411
5392
|
provisioningProfile?: {
|
|
5412
5393
|
__typename?: 'AppleProvisioningProfile';
|
|
5413
5394
|
id: string;
|
|
5414
5395
|
expiration: any;
|
|
5415
|
-
developerPortalIdentifier?: string | null
|
|
5416
|
-
provisioningProfile?: string | null
|
|
5396
|
+
developerPortalIdentifier?: string | null;
|
|
5397
|
+
provisioningProfile?: string | null;
|
|
5417
5398
|
updatedAt: any;
|
|
5418
5399
|
status: string;
|
|
5419
5400
|
appleTeam?: {
|
|
5420
5401
|
__typename?: 'AppleTeam';
|
|
5421
5402
|
id: string;
|
|
5422
5403
|
appleTeamIdentifier: string;
|
|
5423
|
-
appleTeamName?: string | null
|
|
5424
|
-
} | null
|
|
5404
|
+
appleTeamName?: string | null;
|
|
5405
|
+
} | null;
|
|
5425
5406
|
appleDevices: Array<{
|
|
5426
5407
|
__typename?: 'AppleDevice';
|
|
5427
5408
|
id: string;
|
|
5428
5409
|
identifier: string;
|
|
5429
|
-
name?: string | null
|
|
5430
|
-
model?: string | null
|
|
5431
|
-
deviceClass?: AppleDeviceClass | null
|
|
5410
|
+
name?: string | null;
|
|
5411
|
+
model?: string | null;
|
|
5412
|
+
deviceClass?: AppleDeviceClass | null;
|
|
5432
5413
|
}>;
|
|
5433
|
-
} | null
|
|
5414
|
+
} | null;
|
|
5434
5415
|
}>;
|
|
5435
5416
|
app: {
|
|
5436
5417
|
__typename?: 'App';
|
|
@@ -5442,8 +5423,8 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery
|
|
|
5442
5423
|
__typename?: 'AppleTeam';
|
|
5443
5424
|
id: string;
|
|
5444
5425
|
appleTeamIdentifier: string;
|
|
5445
|
-
appleTeamName?: string | null
|
|
5446
|
-
} | null
|
|
5426
|
+
appleTeamName?: string | null;
|
|
5427
|
+
} | null;
|
|
5447
5428
|
appleAppIdentifier: {
|
|
5448
5429
|
__typename?: 'AppleAppIdentifier';
|
|
5449
5430
|
id: string;
|
|
@@ -5458,8 +5439,8 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery
|
|
|
5458
5439
|
__typename?: 'AppleTeam';
|
|
5459
5440
|
id: string;
|
|
5460
5441
|
appleTeamIdentifier: string;
|
|
5461
|
-
appleTeamName?: string | null
|
|
5462
|
-
} | null
|
|
5442
|
+
appleTeamName?: string | null;
|
|
5443
|
+
} | null;
|
|
5463
5444
|
iosAppCredentialsList: Array<{
|
|
5464
5445
|
__typename?: 'IosAppCredentials';
|
|
5465
5446
|
id: string;
|
|
@@ -5475,23 +5456,23 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery
|
|
|
5475
5456
|
bundleIdentifier: string;
|
|
5476
5457
|
};
|
|
5477
5458
|
}>;
|
|
5478
|
-
} | null
|
|
5459
|
+
} | null;
|
|
5479
5460
|
appStoreConnectApiKeyForSubmissions?: {
|
|
5480
5461
|
__typename?: 'AppStoreConnectApiKey';
|
|
5481
5462
|
id: string;
|
|
5482
5463
|
issuerIdentifier: string;
|
|
5483
5464
|
keyIdentifier: string;
|
|
5484
|
-
name?: string | null
|
|
5485
|
-
roles?: Array<AppStoreConnectUserRole> | null
|
|
5465
|
+
name?: string | null;
|
|
5466
|
+
roles?: Array<AppStoreConnectUserRole> | null;
|
|
5486
5467
|
createdAt: any;
|
|
5487
5468
|
updatedAt: any;
|
|
5488
5469
|
appleTeam?: {
|
|
5489
5470
|
__typename?: 'AppleTeam';
|
|
5490
5471
|
id: string;
|
|
5491
5472
|
appleTeamIdentifier: string;
|
|
5492
|
-
appleTeamName?: string | null
|
|
5493
|
-
} | null
|
|
5494
|
-
} | null
|
|
5473
|
+
appleTeamName?: string | null;
|
|
5474
|
+
} | null;
|
|
5475
|
+
} | null;
|
|
5495
5476
|
}>;
|
|
5496
5477
|
};
|
|
5497
5478
|
};
|
|
@@ -5517,10 +5498,10 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
|
|
|
5517
5498
|
distributionCertificate?: {
|
|
5518
5499
|
__typename?: 'AppleDistributionCertificate';
|
|
5519
5500
|
id: string;
|
|
5520
|
-
certificateP12?: string | null
|
|
5521
|
-
certificatePassword?: string | null
|
|
5501
|
+
certificateP12?: string | null;
|
|
5502
|
+
certificatePassword?: string | null;
|
|
5522
5503
|
serialNumber: string;
|
|
5523
|
-
developerPortalIdentifier?: string | null
|
|
5504
|
+
developerPortalIdentifier?: string | null;
|
|
5524
5505
|
validityNotBefore: any;
|
|
5525
5506
|
validityNotAfter: any;
|
|
5526
5507
|
updatedAt: any;
|
|
@@ -5528,8 +5509,8 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
|
|
|
5528
5509
|
__typename?: 'AppleTeam';
|
|
5529
5510
|
id: string;
|
|
5530
5511
|
appleTeamIdentifier: string;
|
|
5531
|
-
appleTeamName?: string | null
|
|
5532
|
-
} | null
|
|
5512
|
+
appleTeamName?: string | null;
|
|
5513
|
+
} | null;
|
|
5533
5514
|
iosAppBuildCredentialsList: Array<{
|
|
5534
5515
|
__typename?: 'IosAppBuildCredentials';
|
|
5535
5516
|
id: string;
|
|
@@ -5551,33 +5532,33 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
|
|
|
5551
5532
|
provisioningProfile?: {
|
|
5552
5533
|
__typename?: 'AppleProvisioningProfile';
|
|
5553
5534
|
id: string;
|
|
5554
|
-
developerPortalIdentifier?: string | null
|
|
5555
|
-
} | null
|
|
5535
|
+
developerPortalIdentifier?: string | null;
|
|
5536
|
+
} | null;
|
|
5556
5537
|
}>;
|
|
5557
|
-
} | null
|
|
5538
|
+
} | null;
|
|
5558
5539
|
provisioningProfile?: {
|
|
5559
5540
|
__typename?: 'AppleProvisioningProfile';
|
|
5560
5541
|
id: string;
|
|
5561
5542
|
expiration: any;
|
|
5562
|
-
developerPortalIdentifier?: string | null
|
|
5563
|
-
provisioningProfile?: string | null
|
|
5543
|
+
developerPortalIdentifier?: string | null;
|
|
5544
|
+
provisioningProfile?: string | null;
|
|
5564
5545
|
updatedAt: any;
|
|
5565
5546
|
status: string;
|
|
5566
5547
|
appleTeam?: {
|
|
5567
5548
|
__typename?: 'AppleTeam';
|
|
5568
5549
|
id: string;
|
|
5569
5550
|
appleTeamIdentifier: string;
|
|
5570
|
-
appleTeamName?: string | null
|
|
5571
|
-
} | null
|
|
5551
|
+
appleTeamName?: string | null;
|
|
5552
|
+
} | null;
|
|
5572
5553
|
appleDevices: Array<{
|
|
5573
5554
|
__typename?: 'AppleDevice';
|
|
5574
5555
|
id: string;
|
|
5575
5556
|
identifier: string;
|
|
5576
|
-
name?: string | null
|
|
5577
|
-
model?: string | null
|
|
5578
|
-
deviceClass?: AppleDeviceClass | null
|
|
5557
|
+
name?: string | null;
|
|
5558
|
+
model?: string | null;
|
|
5559
|
+
deviceClass?: AppleDeviceClass | null;
|
|
5579
5560
|
}>;
|
|
5580
|
-
} | null
|
|
5561
|
+
} | null;
|
|
5581
5562
|
}>;
|
|
5582
5563
|
app: {
|
|
5583
5564
|
__typename?: 'App';
|
|
@@ -5589,8 +5570,8 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
|
|
|
5589
5570
|
__typename?: 'AppleTeam';
|
|
5590
5571
|
id: string;
|
|
5591
5572
|
appleTeamIdentifier: string;
|
|
5592
|
-
appleTeamName?: string | null
|
|
5593
|
-
} | null
|
|
5573
|
+
appleTeamName?: string | null;
|
|
5574
|
+
} | null;
|
|
5594
5575
|
appleAppIdentifier: {
|
|
5595
5576
|
__typename?: 'AppleAppIdentifier';
|
|
5596
5577
|
id: string;
|
|
@@ -5605,8 +5586,8 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
|
|
|
5605
5586
|
__typename?: 'AppleTeam';
|
|
5606
5587
|
id: string;
|
|
5607
5588
|
appleTeamIdentifier: string;
|
|
5608
|
-
appleTeamName?: string | null
|
|
5609
|
-
} | null
|
|
5589
|
+
appleTeamName?: string | null;
|
|
5590
|
+
} | null;
|
|
5610
5591
|
iosAppCredentialsList: Array<{
|
|
5611
5592
|
__typename?: 'IosAppCredentials';
|
|
5612
5593
|
id: string;
|
|
@@ -5622,23 +5603,23 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
|
|
|
5622
5603
|
bundleIdentifier: string;
|
|
5623
5604
|
};
|
|
5624
5605
|
}>;
|
|
5625
|
-
} | null
|
|
5606
|
+
} | null;
|
|
5626
5607
|
appStoreConnectApiKeyForSubmissions?: {
|
|
5627
5608
|
__typename?: 'AppStoreConnectApiKey';
|
|
5628
5609
|
id: string;
|
|
5629
5610
|
issuerIdentifier: string;
|
|
5630
5611
|
keyIdentifier: string;
|
|
5631
|
-
name?: string | null
|
|
5632
|
-
roles?: Array<AppStoreConnectUserRole> | null
|
|
5612
|
+
name?: string | null;
|
|
5613
|
+
roles?: Array<AppStoreConnectUserRole> | null;
|
|
5633
5614
|
createdAt: any;
|
|
5634
5615
|
updatedAt: any;
|
|
5635
5616
|
appleTeam?: {
|
|
5636
5617
|
__typename?: 'AppleTeam';
|
|
5637
5618
|
id: string;
|
|
5638
5619
|
appleTeamIdentifier: string;
|
|
5639
|
-
appleTeamName?: string | null
|
|
5640
|
-
} | null
|
|
5641
|
-
} | null
|
|
5620
|
+
appleTeamName?: string | null;
|
|
5621
|
+
} | null;
|
|
5622
|
+
} | null;
|
|
5642
5623
|
}>;
|
|
5643
5624
|
};
|
|
5644
5625
|
};
|
|
@@ -5654,7 +5635,7 @@ export declare type CreateAppMutation = {
|
|
|
5654
5635
|
__typename?: 'App';
|
|
5655
5636
|
id: string;
|
|
5656
5637
|
};
|
|
5657
|
-
} | null
|
|
5638
|
+
} | null;
|
|
5658
5639
|
};
|
|
5659
5640
|
export declare type CreateAndroidBuildMutationVariables = Exact<{
|
|
5660
5641
|
appId: Scalars['ID'];
|
|
@@ -5663,7 +5644,7 @@ export declare type CreateAndroidBuildMutationVariables = Exact<{
|
|
|
5663
5644
|
}>;
|
|
5664
5645
|
export declare type CreateAndroidBuildMutation = {
|
|
5665
5646
|
__typename?: 'RootMutation';
|
|
5666
|
-
build
|
|
5647
|
+
build: {
|
|
5667
5648
|
__typename?: 'BuildMutation';
|
|
5668
5649
|
createAndroidBuild: {
|
|
5669
5650
|
__typename?: 'CreateBuildResult';
|
|
@@ -5672,29 +5653,29 @@ export declare type CreateAndroidBuildMutation = {
|
|
|
5672
5653
|
id: string;
|
|
5673
5654
|
status: BuildStatus;
|
|
5674
5655
|
platform: AppPlatform;
|
|
5675
|
-
channel?: string | null
|
|
5676
|
-
releaseChannel?: string | null
|
|
5677
|
-
distribution?: DistributionType | null
|
|
5678
|
-
iosEnterpriseProvisioning?: BuildIosEnterpriseProvisioning | null
|
|
5679
|
-
buildProfile?: string | null
|
|
5680
|
-
sdkVersion?: string | null
|
|
5681
|
-
appVersion?: string | null
|
|
5682
|
-
appBuildVersion?: string | null
|
|
5683
|
-
runtimeVersion?: string | null
|
|
5684
|
-
gitCommitHash?: string | null
|
|
5685
|
-
createdAt?: any | null
|
|
5686
|
-
updatedAt?: any | null
|
|
5656
|
+
channel?: string | null;
|
|
5657
|
+
releaseChannel?: string | null;
|
|
5658
|
+
distribution?: DistributionType | null;
|
|
5659
|
+
iosEnterpriseProvisioning?: BuildIosEnterpriseProvisioning | null;
|
|
5660
|
+
buildProfile?: string | null;
|
|
5661
|
+
sdkVersion?: string | null;
|
|
5662
|
+
appVersion?: string | null;
|
|
5663
|
+
appBuildVersion?: string | null;
|
|
5664
|
+
runtimeVersion?: string | null;
|
|
5665
|
+
gitCommitHash?: string | null;
|
|
5666
|
+
createdAt?: any | null;
|
|
5667
|
+
updatedAt?: any | null;
|
|
5687
5668
|
error?: {
|
|
5688
5669
|
__typename?: 'BuildError';
|
|
5689
5670
|
errorCode: string;
|
|
5690
5671
|
message: string;
|
|
5691
|
-
docsUrl?: string | null
|
|
5692
|
-
} | null
|
|
5672
|
+
docsUrl?: string | null;
|
|
5673
|
+
} | null;
|
|
5693
5674
|
artifacts?: {
|
|
5694
5675
|
__typename?: 'BuildArtifacts';
|
|
5695
|
-
buildUrl?: string | null
|
|
5696
|
-
xcodeBuildLogsUrl?: string | null
|
|
5697
|
-
} | null
|
|
5676
|
+
buildUrl?: string | null;
|
|
5677
|
+
xcodeBuildLogsUrl?: string | null;
|
|
5678
|
+
} | null;
|
|
5698
5679
|
initiatingActor?: {
|
|
5699
5680
|
__typename: 'Robot';
|
|
5700
5681
|
id: string;
|
|
@@ -5703,7 +5684,7 @@ export declare type CreateAndroidBuildMutation = {
|
|
|
5703
5684
|
__typename: 'User';
|
|
5704
5685
|
id: string;
|
|
5705
5686
|
displayName: string;
|
|
5706
|
-
} | null
|
|
5687
|
+
} | null;
|
|
5707
5688
|
project: {
|
|
5708
5689
|
__typename: 'App';
|
|
5709
5690
|
id: string;
|
|
@@ -5723,9 +5704,9 @@ export declare type CreateAndroidBuildMutation = {
|
|
|
5723
5704
|
__typename?: 'EASBuildDeprecationInfo';
|
|
5724
5705
|
type: EasBuildDeprecationInfoType;
|
|
5725
5706
|
message: string;
|
|
5726
|
-
} | null
|
|
5707
|
+
} | null;
|
|
5727
5708
|
};
|
|
5728
|
-
}
|
|
5709
|
+
};
|
|
5729
5710
|
};
|
|
5730
5711
|
export declare type CreateIosBuildMutationVariables = Exact<{
|
|
5731
5712
|
appId: Scalars['ID'];
|
|
@@ -5734,7 +5715,7 @@ export declare type CreateIosBuildMutationVariables = Exact<{
|
|
|
5734
5715
|
}>;
|
|
5735
5716
|
export declare type CreateIosBuildMutation = {
|
|
5736
5717
|
__typename?: 'RootMutation';
|
|
5737
|
-
build
|
|
5718
|
+
build: {
|
|
5738
5719
|
__typename?: 'BuildMutation';
|
|
5739
5720
|
createIosBuild: {
|
|
5740
5721
|
__typename?: 'CreateBuildResult';
|
|
@@ -5743,29 +5724,29 @@ export declare type CreateIosBuildMutation = {
|
|
|
5743
5724
|
id: string;
|
|
5744
5725
|
status: BuildStatus;
|
|
5745
5726
|
platform: AppPlatform;
|
|
5746
|
-
channel?: string | null
|
|
5747
|
-
releaseChannel?: string | null
|
|
5748
|
-
distribution?: DistributionType | null
|
|
5749
|
-
iosEnterpriseProvisioning?: BuildIosEnterpriseProvisioning | null
|
|
5750
|
-
buildProfile?: string | null
|
|
5751
|
-
sdkVersion?: string | null
|
|
5752
|
-
appVersion?: string | null
|
|
5753
|
-
appBuildVersion?: string | null
|
|
5754
|
-
runtimeVersion?: string | null
|
|
5755
|
-
gitCommitHash?: string | null
|
|
5756
|
-
createdAt?: any | null
|
|
5757
|
-
updatedAt?: any | null
|
|
5727
|
+
channel?: string | null;
|
|
5728
|
+
releaseChannel?: string | null;
|
|
5729
|
+
distribution?: DistributionType | null;
|
|
5730
|
+
iosEnterpriseProvisioning?: BuildIosEnterpriseProvisioning | null;
|
|
5731
|
+
buildProfile?: string | null;
|
|
5732
|
+
sdkVersion?: string | null;
|
|
5733
|
+
appVersion?: string | null;
|
|
5734
|
+
appBuildVersion?: string | null;
|
|
5735
|
+
runtimeVersion?: string | null;
|
|
5736
|
+
gitCommitHash?: string | null;
|
|
5737
|
+
createdAt?: any | null;
|
|
5738
|
+
updatedAt?: any | null;
|
|
5758
5739
|
error?: {
|
|
5759
5740
|
__typename?: 'BuildError';
|
|
5760
5741
|
errorCode: string;
|
|
5761
5742
|
message: string;
|
|
5762
|
-
docsUrl?: string | null
|
|
5763
|
-
} | null
|
|
5743
|
+
docsUrl?: string | null;
|
|
5744
|
+
} | null;
|
|
5764
5745
|
artifacts?: {
|
|
5765
5746
|
__typename?: 'BuildArtifacts';
|
|
5766
|
-
buildUrl?: string | null
|
|
5767
|
-
xcodeBuildLogsUrl?: string | null
|
|
5768
|
-
} | null
|
|
5747
|
+
buildUrl?: string | null;
|
|
5748
|
+
xcodeBuildLogsUrl?: string | null;
|
|
5749
|
+
} | null;
|
|
5769
5750
|
initiatingActor?: {
|
|
5770
5751
|
__typename: 'Robot';
|
|
5771
5752
|
id: string;
|
|
@@ -5774,7 +5755,7 @@ export declare type CreateIosBuildMutation = {
|
|
|
5774
5755
|
__typename: 'User';
|
|
5775
5756
|
id: string;
|
|
5776
5757
|
displayName: string;
|
|
5777
|
-
} | null
|
|
5758
|
+
} | null;
|
|
5778
5759
|
project: {
|
|
5779
5760
|
__typename: 'App';
|
|
5780
5761
|
id: string;
|
|
@@ -5794,9 +5775,9 @@ export declare type CreateIosBuildMutation = {
|
|
|
5794
5775
|
__typename?: 'EASBuildDeprecationInfo';
|
|
5795
5776
|
type: EasBuildDeprecationInfoType;
|
|
5796
5777
|
message: string;
|
|
5797
|
-
} | null
|
|
5778
|
+
} | null;
|
|
5798
5779
|
};
|
|
5799
|
-
}
|
|
5780
|
+
};
|
|
5800
5781
|
};
|
|
5801
5782
|
export declare type CreateEnvironmentSecretForAccountMutationVariables = Exact<{
|
|
5802
5783
|
input: CreateEnvironmentSecretInput;
|
|
@@ -5864,10 +5845,10 @@ export declare type GetSignedUploadMutation = {
|
|
|
5864
5845
|
__typename?: 'RootMutation';
|
|
5865
5846
|
asset: {
|
|
5866
5847
|
__typename?: 'AssetMutation';
|
|
5867
|
-
getSignedAssetUploadSpecifications
|
|
5848
|
+
getSignedAssetUploadSpecifications: {
|
|
5868
5849
|
__typename?: 'GetSignedAssetUploadSpecificationsResult';
|
|
5869
|
-
specifications: Array<string
|
|
5870
|
-
}
|
|
5850
|
+
specifications: Array<string>;
|
|
5851
|
+
};
|
|
5871
5852
|
};
|
|
5872
5853
|
};
|
|
5873
5854
|
export declare type UpdatePublishMutationVariables = Exact<{
|
|
@@ -5883,9 +5864,32 @@ export declare type UpdatePublishMutation = {
|
|
|
5883
5864
|
group: string;
|
|
5884
5865
|
runtimeVersion: string;
|
|
5885
5866
|
platform: string;
|
|
5867
|
+
manifestPermalink: string;
|
|
5886
5868
|
}>;
|
|
5887
5869
|
};
|
|
5888
5870
|
};
|
|
5871
|
+
export declare type SetCodeSigningInfoMutationVariables = Exact<{
|
|
5872
|
+
updateId: Scalars['ID'];
|
|
5873
|
+
codeSigningInfo: CodeSigningInfoInput;
|
|
5874
|
+
}>;
|
|
5875
|
+
export declare type SetCodeSigningInfoMutation = {
|
|
5876
|
+
__typename?: 'RootMutation';
|
|
5877
|
+
update: {
|
|
5878
|
+
__typename?: 'UpdateMutation';
|
|
5879
|
+
setCodeSigningInfo: {
|
|
5880
|
+
__typename?: 'Update';
|
|
5881
|
+
id: string;
|
|
5882
|
+
group: string;
|
|
5883
|
+
awaitingCodeSigningInfo: boolean;
|
|
5884
|
+
codeSigningInfo?: {
|
|
5885
|
+
__typename?: 'CodeSigningInfo';
|
|
5886
|
+
keyid: string;
|
|
5887
|
+
alg: string;
|
|
5888
|
+
sig: string;
|
|
5889
|
+
} | null;
|
|
5890
|
+
};
|
|
5891
|
+
};
|
|
5892
|
+
};
|
|
5889
5893
|
export declare type CreateAndroidSubmissionMutationVariables = Exact<{
|
|
5890
5894
|
appId: Scalars['ID'];
|
|
5891
5895
|
config: AndroidSubmissionConfigInput;
|
|
@@ -5902,7 +5906,7 @@ export declare type CreateAndroidSubmissionMutation = {
|
|
|
5902
5906
|
id: string;
|
|
5903
5907
|
status: SubmissionStatus;
|
|
5904
5908
|
platform: AppPlatform;
|
|
5905
|
-
logsUrl?: string | null
|
|
5909
|
+
logsUrl?: string | null;
|
|
5906
5910
|
app: {
|
|
5907
5911
|
__typename?: 'App';
|
|
5908
5912
|
id: string;
|
|
@@ -5916,20 +5920,20 @@ export declare type CreateAndroidSubmissionMutation = {
|
|
|
5916
5920
|
};
|
|
5917
5921
|
androidConfig?: {
|
|
5918
5922
|
__typename?: 'AndroidSubmissionConfig';
|
|
5919
|
-
applicationIdentifier?: string | null
|
|
5923
|
+
applicationIdentifier?: string | null;
|
|
5920
5924
|
track: SubmissionAndroidTrack;
|
|
5921
|
-
releaseStatus?: SubmissionAndroidReleaseStatus | null
|
|
5922
|
-
} | null
|
|
5925
|
+
releaseStatus?: SubmissionAndroidReleaseStatus | null;
|
|
5926
|
+
} | null;
|
|
5923
5927
|
iosConfig?: {
|
|
5924
5928
|
__typename?: 'IosSubmissionConfig';
|
|
5925
5929
|
ascAppIdentifier: string;
|
|
5926
|
-
appleIdUsername?: string | null
|
|
5927
|
-
} | null
|
|
5930
|
+
appleIdUsername?: string | null;
|
|
5931
|
+
} | null;
|
|
5928
5932
|
error?: {
|
|
5929
5933
|
__typename?: 'SubmissionError';
|
|
5930
|
-
errorCode?: string | null
|
|
5931
|
-
message?: string | null
|
|
5932
|
-
} | null
|
|
5934
|
+
errorCode?: string | null;
|
|
5935
|
+
message?: string | null;
|
|
5936
|
+
} | null;
|
|
5933
5937
|
};
|
|
5934
5938
|
};
|
|
5935
5939
|
};
|
|
@@ -5950,7 +5954,7 @@ export declare type CreateIosSubmissionMutation = {
|
|
|
5950
5954
|
id: string;
|
|
5951
5955
|
status: SubmissionStatus;
|
|
5952
5956
|
platform: AppPlatform;
|
|
5953
|
-
logsUrl?: string | null
|
|
5957
|
+
logsUrl?: string | null;
|
|
5954
5958
|
app: {
|
|
5955
5959
|
__typename?: 'App';
|
|
5956
5960
|
id: string;
|
|
@@ -5964,20 +5968,20 @@ export declare type CreateIosSubmissionMutation = {
|
|
|
5964
5968
|
};
|
|
5965
5969
|
androidConfig?: {
|
|
5966
5970
|
__typename?: 'AndroidSubmissionConfig';
|
|
5967
|
-
applicationIdentifier?: string | null
|
|
5971
|
+
applicationIdentifier?: string | null;
|
|
5968
5972
|
track: SubmissionAndroidTrack;
|
|
5969
|
-
releaseStatus?: SubmissionAndroidReleaseStatus | null
|
|
5970
|
-
} | null
|
|
5973
|
+
releaseStatus?: SubmissionAndroidReleaseStatus | null;
|
|
5974
|
+
} | null;
|
|
5971
5975
|
iosConfig?: {
|
|
5972
5976
|
__typename?: 'IosSubmissionConfig';
|
|
5973
5977
|
ascAppIdentifier: string;
|
|
5974
|
-
appleIdUsername?: string | null
|
|
5975
|
-
} | null
|
|
5978
|
+
appleIdUsername?: string | null;
|
|
5979
|
+
} | null;
|
|
5976
5980
|
error?: {
|
|
5977
5981
|
__typename?: 'SubmissionError';
|
|
5978
|
-
errorCode?: string | null
|
|
5979
|
-
message?: string | null
|
|
5980
|
-
} | null
|
|
5982
|
+
errorCode?: string | null;
|
|
5983
|
+
message?: string | null;
|
|
5984
|
+
} | null;
|
|
5981
5985
|
};
|
|
5982
5986
|
};
|
|
5983
5987
|
};
|
|
@@ -6041,6 +6045,25 @@ export declare type DeleteWebhookMutation = {
|
|
|
6041
6045
|
};
|
|
6042
6046
|
};
|
|
6043
6047
|
};
|
|
6048
|
+
export declare type ViewBranchQueryVariables = Exact<{
|
|
6049
|
+
appId: Scalars['String'];
|
|
6050
|
+
name: Scalars['String'];
|
|
6051
|
+
}>;
|
|
6052
|
+
export declare type ViewBranchQuery = {
|
|
6053
|
+
__typename?: 'RootQuery';
|
|
6054
|
+
app: {
|
|
6055
|
+
__typename?: 'AppQuery';
|
|
6056
|
+
byId: {
|
|
6057
|
+
__typename?: 'App';
|
|
6058
|
+
id: string;
|
|
6059
|
+
updateBranchByName?: {
|
|
6060
|
+
__typename?: 'UpdateBranch';
|
|
6061
|
+
id: string;
|
|
6062
|
+
name: string;
|
|
6063
|
+
} | null;
|
|
6064
|
+
};
|
|
6065
|
+
};
|
|
6066
|
+
};
|
|
6044
6067
|
export declare type BuildsByIdQueryVariables = Exact<{
|
|
6045
6068
|
buildId: Scalars['ID'];
|
|
6046
6069
|
}>;
|
|
@@ -6053,29 +6076,29 @@ export declare type BuildsByIdQuery = {
|
|
|
6053
6076
|
id: string;
|
|
6054
6077
|
status: BuildStatus;
|
|
6055
6078
|
platform: AppPlatform;
|
|
6056
|
-
channel?: string | null
|
|
6057
|
-
releaseChannel?: string | null
|
|
6058
|
-
distribution?: DistributionType | null
|
|
6059
|
-
iosEnterpriseProvisioning?: BuildIosEnterpriseProvisioning | null
|
|
6060
|
-
buildProfile?: string | null
|
|
6061
|
-
sdkVersion?: string | null
|
|
6062
|
-
appVersion?: string | null
|
|
6063
|
-
appBuildVersion?: string | null
|
|
6064
|
-
runtimeVersion?: string | null
|
|
6065
|
-
gitCommitHash?: string | null
|
|
6066
|
-
createdAt?: any | null
|
|
6067
|
-
updatedAt?: any | null
|
|
6079
|
+
channel?: string | null;
|
|
6080
|
+
releaseChannel?: string | null;
|
|
6081
|
+
distribution?: DistributionType | null;
|
|
6082
|
+
iosEnterpriseProvisioning?: BuildIosEnterpriseProvisioning | null;
|
|
6083
|
+
buildProfile?: string | null;
|
|
6084
|
+
sdkVersion?: string | null;
|
|
6085
|
+
appVersion?: string | null;
|
|
6086
|
+
appBuildVersion?: string | null;
|
|
6087
|
+
runtimeVersion?: string | null;
|
|
6088
|
+
gitCommitHash?: string | null;
|
|
6089
|
+
createdAt?: any | null;
|
|
6090
|
+
updatedAt?: any | null;
|
|
6068
6091
|
error?: {
|
|
6069
6092
|
__typename?: 'BuildError';
|
|
6070
6093
|
errorCode: string;
|
|
6071
6094
|
message: string;
|
|
6072
|
-
docsUrl?: string | null
|
|
6073
|
-
} | null
|
|
6095
|
+
docsUrl?: string | null;
|
|
6096
|
+
} | null;
|
|
6074
6097
|
artifacts?: {
|
|
6075
6098
|
__typename?: 'BuildArtifacts';
|
|
6076
|
-
buildUrl?: string | null
|
|
6077
|
-
xcodeBuildLogsUrl?: string | null
|
|
6078
|
-
} | null
|
|
6099
|
+
buildUrl?: string | null;
|
|
6100
|
+
xcodeBuildLogsUrl?: string | null;
|
|
6101
|
+
} | null;
|
|
6079
6102
|
initiatingActor?: {
|
|
6080
6103
|
__typename: 'Robot';
|
|
6081
6104
|
id: string;
|
|
@@ -6084,7 +6107,7 @@ export declare type BuildsByIdQuery = {
|
|
|
6084
6107
|
__typename: 'User';
|
|
6085
6108
|
id: string;
|
|
6086
6109
|
displayName: string;
|
|
6087
|
-
} | null
|
|
6110
|
+
} | null;
|
|
6088
6111
|
project: {
|
|
6089
6112
|
__typename: 'App';
|
|
6090
6113
|
id: string;
|
|
@@ -6120,29 +6143,29 @@ export declare type GetAllBuildsForAppQuery = {
|
|
|
6120
6143
|
id: string;
|
|
6121
6144
|
status: BuildStatus;
|
|
6122
6145
|
platform: AppPlatform;
|
|
6123
|
-
channel?: string | null
|
|
6124
|
-
releaseChannel?: string | null
|
|
6125
|
-
distribution?: DistributionType | null
|
|
6126
|
-
iosEnterpriseProvisioning?: BuildIosEnterpriseProvisioning | null
|
|
6127
|
-
buildProfile?: string | null
|
|
6128
|
-
sdkVersion?: string | null
|
|
6129
|
-
appVersion?: string | null
|
|
6130
|
-
appBuildVersion?: string | null
|
|
6131
|
-
runtimeVersion?: string | null
|
|
6132
|
-
gitCommitHash?: string | null
|
|
6133
|
-
createdAt?: any | null
|
|
6134
|
-
updatedAt?: any | null
|
|
6146
|
+
channel?: string | null;
|
|
6147
|
+
releaseChannel?: string | null;
|
|
6148
|
+
distribution?: DistributionType | null;
|
|
6149
|
+
iosEnterpriseProvisioning?: BuildIosEnterpriseProvisioning | null;
|
|
6150
|
+
buildProfile?: string | null;
|
|
6151
|
+
sdkVersion?: string | null;
|
|
6152
|
+
appVersion?: string | null;
|
|
6153
|
+
appBuildVersion?: string | null;
|
|
6154
|
+
runtimeVersion?: string | null;
|
|
6155
|
+
gitCommitHash?: string | null;
|
|
6156
|
+
createdAt?: any | null;
|
|
6157
|
+
updatedAt?: any | null;
|
|
6135
6158
|
error?: {
|
|
6136
6159
|
__typename?: 'BuildError';
|
|
6137
6160
|
errorCode: string;
|
|
6138
6161
|
message: string;
|
|
6139
|
-
docsUrl?: string | null
|
|
6140
|
-
} | null
|
|
6162
|
+
docsUrl?: string | null;
|
|
6163
|
+
} | null;
|
|
6141
6164
|
artifacts?: {
|
|
6142
6165
|
__typename?: 'BuildArtifacts';
|
|
6143
|
-
buildUrl?: string | null
|
|
6144
|
-
xcodeBuildLogsUrl?: string | null
|
|
6145
|
-
} | null
|
|
6166
|
+
buildUrl?: string | null;
|
|
6167
|
+
xcodeBuildLogsUrl?: string | null;
|
|
6168
|
+
} | null;
|
|
6146
6169
|
initiatingActor?: {
|
|
6147
6170
|
__typename: 'Robot';
|
|
6148
6171
|
id: string;
|
|
@@ -6151,7 +6174,7 @@ export declare type GetAllBuildsForAppQuery = {
|
|
|
6151
6174
|
__typename: 'User';
|
|
6152
6175
|
id: string;
|
|
6153
6176
|
displayName: string;
|
|
6154
|
-
} | null
|
|
6177
|
+
} | null;
|
|
6155
6178
|
project: {
|
|
6156
6179
|
__typename: 'App';
|
|
6157
6180
|
id: string;
|
|
@@ -6170,6 +6193,50 @@ export declare type GetAllBuildsForAppQuery = {
|
|
|
6170
6193
|
};
|
|
6171
6194
|
};
|
|
6172
6195
|
};
|
|
6196
|
+
export declare type GetChannelByNameForAppQueryVariables = Exact<{
|
|
6197
|
+
appId: Scalars['String'];
|
|
6198
|
+
channelName: Scalars['String'];
|
|
6199
|
+
}>;
|
|
6200
|
+
export declare type GetChannelByNameForAppQuery = {
|
|
6201
|
+
__typename?: 'RootQuery';
|
|
6202
|
+
app: {
|
|
6203
|
+
__typename?: 'AppQuery';
|
|
6204
|
+
byId: {
|
|
6205
|
+
__typename?: 'App';
|
|
6206
|
+
id: string;
|
|
6207
|
+
updateChannelByName?: {
|
|
6208
|
+
__typename?: 'UpdateChannel';
|
|
6209
|
+
id: string;
|
|
6210
|
+
name: string;
|
|
6211
|
+
createdAt: any;
|
|
6212
|
+
branchMapping: string;
|
|
6213
|
+
updateBranches: Array<{
|
|
6214
|
+
__typename?: 'UpdateBranch';
|
|
6215
|
+
id: string;
|
|
6216
|
+
name: string;
|
|
6217
|
+
updates: Array<{
|
|
6218
|
+
__typename?: 'Update';
|
|
6219
|
+
id: string;
|
|
6220
|
+
group: string;
|
|
6221
|
+
message?: string | null;
|
|
6222
|
+
runtimeVersion: string;
|
|
6223
|
+
createdAt: any;
|
|
6224
|
+
platform: string;
|
|
6225
|
+
actor?: {
|
|
6226
|
+
__typename?: 'Robot';
|
|
6227
|
+
firstName?: string | null;
|
|
6228
|
+
id: string;
|
|
6229
|
+
} | {
|
|
6230
|
+
__typename?: 'User';
|
|
6231
|
+
username: string;
|
|
6232
|
+
id: string;
|
|
6233
|
+
} | null;
|
|
6234
|
+
}>;
|
|
6235
|
+
}>;
|
|
6236
|
+
} | null;
|
|
6237
|
+
};
|
|
6238
|
+
};
|
|
6239
|
+
};
|
|
6173
6240
|
export declare type EnvironmentSecretsByAccountNameQueryVariables = Exact<{
|
|
6174
6241
|
accountName: Scalars['String'];
|
|
6175
6242
|
}>;
|
|
@@ -6251,7 +6318,7 @@ export declare type SubmissionsByIdQuery = {
|
|
|
6251
6318
|
id: string;
|
|
6252
6319
|
status: SubmissionStatus;
|
|
6253
6320
|
platform: AppPlatform;
|
|
6254
|
-
logsUrl?: string | null
|
|
6321
|
+
logsUrl?: string | null;
|
|
6255
6322
|
app: {
|
|
6256
6323
|
__typename?: 'App';
|
|
6257
6324
|
id: string;
|
|
@@ -6265,20 +6332,20 @@ export declare type SubmissionsByIdQuery = {
|
|
|
6265
6332
|
};
|
|
6266
6333
|
androidConfig?: {
|
|
6267
6334
|
__typename?: 'AndroidSubmissionConfig';
|
|
6268
|
-
applicationIdentifier?: string | null
|
|
6335
|
+
applicationIdentifier?: string | null;
|
|
6269
6336
|
track: SubmissionAndroidTrack;
|
|
6270
|
-
releaseStatus?: SubmissionAndroidReleaseStatus | null
|
|
6271
|
-
} | null
|
|
6337
|
+
releaseStatus?: SubmissionAndroidReleaseStatus | null;
|
|
6338
|
+
} | null;
|
|
6272
6339
|
iosConfig?: {
|
|
6273
6340
|
__typename?: 'IosSubmissionConfig';
|
|
6274
6341
|
ascAppIdentifier: string;
|
|
6275
|
-
appleIdUsername?: string | null
|
|
6276
|
-
} | null
|
|
6342
|
+
appleIdUsername?: string | null;
|
|
6343
|
+
} | null;
|
|
6277
6344
|
error?: {
|
|
6278
6345
|
__typename?: 'SubmissionError';
|
|
6279
|
-
errorCode?: string | null
|
|
6280
|
-
message?: string | null
|
|
6281
|
-
} | null
|
|
6346
|
+
errorCode?: string | null;
|
|
6347
|
+
message?: string | null;
|
|
6348
|
+
} | null;
|
|
6282
6349
|
};
|
|
6283
6350
|
};
|
|
6284
6351
|
};
|
|
@@ -6301,7 +6368,7 @@ export declare type GetAllSubmissionsForAppQuery = {
|
|
|
6301
6368
|
id: string;
|
|
6302
6369
|
status: SubmissionStatus;
|
|
6303
6370
|
platform: AppPlatform;
|
|
6304
|
-
logsUrl?: string | null
|
|
6371
|
+
logsUrl?: string | null;
|
|
6305
6372
|
app: {
|
|
6306
6373
|
__typename?: 'App';
|
|
6307
6374
|
id: string;
|
|
@@ -6315,20 +6382,20 @@ export declare type GetAllSubmissionsForAppQuery = {
|
|
|
6315
6382
|
};
|
|
6316
6383
|
androidConfig?: {
|
|
6317
6384
|
__typename?: 'AndroidSubmissionConfig';
|
|
6318
|
-
applicationIdentifier?: string | null
|
|
6385
|
+
applicationIdentifier?: string | null;
|
|
6319
6386
|
track: SubmissionAndroidTrack;
|
|
6320
|
-
releaseStatus?: SubmissionAndroidReleaseStatus | null
|
|
6321
|
-
} | null
|
|
6387
|
+
releaseStatus?: SubmissionAndroidReleaseStatus | null;
|
|
6388
|
+
} | null;
|
|
6322
6389
|
iosConfig?: {
|
|
6323
6390
|
__typename?: 'IosSubmissionConfig';
|
|
6324
6391
|
ascAppIdentifier: string;
|
|
6325
|
-
appleIdUsername?: string | null
|
|
6326
|
-
} | null
|
|
6392
|
+
appleIdUsername?: string | null;
|
|
6393
|
+
} | null;
|
|
6327
6394
|
error?: {
|
|
6328
6395
|
__typename?: 'SubmissionError';
|
|
6329
|
-
errorCode?: string | null
|
|
6330
|
-
message?: string | null
|
|
6331
|
-
} | null
|
|
6396
|
+
errorCode?: string | null;
|
|
6397
|
+
message?: string | null;
|
|
6398
|
+
} | null;
|
|
6332
6399
|
}>;
|
|
6333
6400
|
};
|
|
6334
6401
|
};
|
|
@@ -6352,19 +6419,19 @@ export declare type ViewAllUpdatesQuery = {
|
|
|
6352
6419
|
__typename?: 'Update';
|
|
6353
6420
|
id: string;
|
|
6354
6421
|
group: string;
|
|
6355
|
-
message?: string | null
|
|
6422
|
+
message?: string | null;
|
|
6356
6423
|
createdAt: any;
|
|
6357
6424
|
runtimeVersion: string;
|
|
6358
6425
|
platform: string;
|
|
6359
6426
|
actor?: {
|
|
6360
6427
|
__typename?: 'Robot';
|
|
6361
|
-
firstName?: string | null
|
|
6428
|
+
firstName?: string | null;
|
|
6362
6429
|
id: string;
|
|
6363
6430
|
} | {
|
|
6364
6431
|
__typename?: 'User';
|
|
6365
6432
|
username: string;
|
|
6366
6433
|
id: string;
|
|
6367
|
-
} | null
|
|
6434
|
+
} | null;
|
|
6368
6435
|
}>;
|
|
6369
6436
|
}>;
|
|
6370
6437
|
};
|
|
@@ -6390,22 +6457,22 @@ export declare type ViewBranchUpdatesQuery = {
|
|
|
6390
6457
|
__typename?: 'Update';
|
|
6391
6458
|
id: string;
|
|
6392
6459
|
group: string;
|
|
6393
|
-
message?: string | null
|
|
6460
|
+
message?: string | null;
|
|
6394
6461
|
createdAt: any;
|
|
6395
6462
|
runtimeVersion: string;
|
|
6396
6463
|
platform: string;
|
|
6397
6464
|
manifestFragment: string;
|
|
6398
6465
|
actor?: {
|
|
6399
6466
|
__typename?: 'Robot';
|
|
6400
|
-
firstName?: string | null
|
|
6467
|
+
firstName?: string | null;
|
|
6401
6468
|
id: string;
|
|
6402
6469
|
} | {
|
|
6403
6470
|
__typename?: 'User';
|
|
6404
6471
|
username: string;
|
|
6405
6472
|
id: string;
|
|
6406
|
-
} | null
|
|
6473
|
+
} | null;
|
|
6407
6474
|
}>;
|
|
6408
|
-
} | null
|
|
6475
|
+
} | null;
|
|
6409
6476
|
};
|
|
6410
6477
|
};
|
|
6411
6478
|
};
|
|
@@ -6416,7 +6483,7 @@ export declare type CurrentUserQuery = {
|
|
|
6416
6483
|
__typename?: 'RootQuery';
|
|
6417
6484
|
meActor?: {
|
|
6418
6485
|
__typename: 'Robot';
|
|
6419
|
-
firstName?: string | null
|
|
6486
|
+
firstName?: string | null;
|
|
6420
6487
|
id: string;
|
|
6421
6488
|
isExpoAdmin: boolean;
|
|
6422
6489
|
accounts: Array<{
|
|
@@ -6434,7 +6501,7 @@ export declare type CurrentUserQuery = {
|
|
|
6434
6501
|
id: string;
|
|
6435
6502
|
name: string;
|
|
6436
6503
|
}>;
|
|
6437
|
-
} | null
|
|
6504
|
+
} | null;
|
|
6438
6505
|
};
|
|
6439
6506
|
export declare type WebhooksByAppIdQueryVariables = Exact<{
|
|
6440
6507
|
appId: Scalars['String'];
|
|
@@ -6486,29 +6553,29 @@ export declare type BuildFragment = {
|
|
|
6486
6553
|
id: string;
|
|
6487
6554
|
status: BuildStatus;
|
|
6488
6555
|
platform: AppPlatform;
|
|
6489
|
-
channel?: string | null
|
|
6490
|
-
releaseChannel?: string | null
|
|
6491
|
-
distribution?: DistributionType | null
|
|
6492
|
-
iosEnterpriseProvisioning?: BuildIosEnterpriseProvisioning | null
|
|
6493
|
-
buildProfile?: string | null
|
|
6494
|
-
sdkVersion?: string | null
|
|
6495
|
-
appVersion?: string | null
|
|
6496
|
-
appBuildVersion?: string | null
|
|
6497
|
-
runtimeVersion?: string | null
|
|
6498
|
-
gitCommitHash?: string | null
|
|
6499
|
-
createdAt?: any | null
|
|
6500
|
-
updatedAt?: any | null
|
|
6556
|
+
channel?: string | null;
|
|
6557
|
+
releaseChannel?: string | null;
|
|
6558
|
+
distribution?: DistributionType | null;
|
|
6559
|
+
iosEnterpriseProvisioning?: BuildIosEnterpriseProvisioning | null;
|
|
6560
|
+
buildProfile?: string | null;
|
|
6561
|
+
sdkVersion?: string | null;
|
|
6562
|
+
appVersion?: string | null;
|
|
6563
|
+
appBuildVersion?: string | null;
|
|
6564
|
+
runtimeVersion?: string | null;
|
|
6565
|
+
gitCommitHash?: string | null;
|
|
6566
|
+
createdAt?: any | null;
|
|
6567
|
+
updatedAt?: any | null;
|
|
6501
6568
|
error?: {
|
|
6502
6569
|
__typename?: 'BuildError';
|
|
6503
6570
|
errorCode: string;
|
|
6504
6571
|
message: string;
|
|
6505
|
-
docsUrl?: string | null
|
|
6506
|
-
} | null
|
|
6572
|
+
docsUrl?: string | null;
|
|
6573
|
+
} | null;
|
|
6507
6574
|
artifacts?: {
|
|
6508
6575
|
__typename?: 'BuildArtifacts';
|
|
6509
|
-
buildUrl?: string | null
|
|
6510
|
-
xcodeBuildLogsUrl?: string | null
|
|
6511
|
-
} | null
|
|
6576
|
+
buildUrl?: string | null;
|
|
6577
|
+
xcodeBuildLogsUrl?: string | null;
|
|
6578
|
+
} | null;
|
|
6512
6579
|
initiatingActor?: {
|
|
6513
6580
|
__typename: 'Robot';
|
|
6514
6581
|
id: string;
|
|
@@ -6517,7 +6584,7 @@ export declare type BuildFragment = {
|
|
|
6517
6584
|
__typename: 'User';
|
|
6518
6585
|
id: string;
|
|
6519
6586
|
displayName: string;
|
|
6520
|
-
} | null
|
|
6587
|
+
} | null;
|
|
6521
6588
|
project: {
|
|
6522
6589
|
__typename: 'App';
|
|
6523
6590
|
id: string;
|
|
@@ -6544,7 +6611,7 @@ export declare type SubmissionFragment = {
|
|
|
6544
6611
|
id: string;
|
|
6545
6612
|
status: SubmissionStatus;
|
|
6546
6613
|
platform: AppPlatform;
|
|
6547
|
-
logsUrl?: string | null
|
|
6614
|
+
logsUrl?: string | null;
|
|
6548
6615
|
app: {
|
|
6549
6616
|
__typename?: 'App';
|
|
6550
6617
|
id: string;
|
|
@@ -6558,20 +6625,20 @@ export declare type SubmissionFragment = {
|
|
|
6558
6625
|
};
|
|
6559
6626
|
androidConfig?: {
|
|
6560
6627
|
__typename?: 'AndroidSubmissionConfig';
|
|
6561
|
-
applicationIdentifier?: string | null
|
|
6628
|
+
applicationIdentifier?: string | null;
|
|
6562
6629
|
track: SubmissionAndroidTrack;
|
|
6563
|
-
releaseStatus?: SubmissionAndroidReleaseStatus | null
|
|
6564
|
-
} | null
|
|
6630
|
+
releaseStatus?: SubmissionAndroidReleaseStatus | null;
|
|
6631
|
+
} | null;
|
|
6565
6632
|
iosConfig?: {
|
|
6566
6633
|
__typename?: 'IosSubmissionConfig';
|
|
6567
6634
|
ascAppIdentifier: string;
|
|
6568
|
-
appleIdUsername?: string | null
|
|
6569
|
-
} | null
|
|
6635
|
+
appleIdUsername?: string | null;
|
|
6636
|
+
} | null;
|
|
6570
6637
|
error?: {
|
|
6571
6638
|
__typename?: 'SubmissionError';
|
|
6572
|
-
errorCode?: string | null
|
|
6573
|
-
message?: string | null
|
|
6574
|
-
} | null
|
|
6639
|
+
errorCode?: string | null;
|
|
6640
|
+
message?: string | null;
|
|
6641
|
+
} | null;
|
|
6575
6642
|
};
|
|
6576
6643
|
export declare type UpdateBranchFragment = {
|
|
6577
6644
|
__typename?: 'UpdateBranch';
|
|
@@ -6581,19 +6648,19 @@ export declare type UpdateBranchFragment = {
|
|
|
6581
6648
|
__typename?: 'Update';
|
|
6582
6649
|
id: string;
|
|
6583
6650
|
createdAt: any;
|
|
6584
|
-
message?: string | null
|
|
6651
|
+
message?: string | null;
|
|
6585
6652
|
runtimeVersion: string;
|
|
6586
6653
|
group: string;
|
|
6587
6654
|
platform: string;
|
|
6588
6655
|
actor?: {
|
|
6589
6656
|
__typename: 'Robot';
|
|
6590
|
-
firstName?: string | null
|
|
6657
|
+
firstName?: string | null;
|
|
6591
6658
|
id: string;
|
|
6592
6659
|
} | {
|
|
6593
6660
|
__typename: 'User';
|
|
6594
6661
|
username: string;
|
|
6595
6662
|
id: string;
|
|
6596
|
-
} | null
|
|
6663
|
+
} | null;
|
|
6597
6664
|
}>;
|
|
6598
6665
|
};
|
|
6599
6666
|
export declare type WebhookFragment = {
|
|
@@ -6617,18 +6684,18 @@ export declare type AndroidAppBuildCredentialsFragment = {
|
|
|
6617
6684
|
keystore: string;
|
|
6618
6685
|
keystorePassword: string;
|
|
6619
6686
|
keyAlias: string;
|
|
6620
|
-
keyPassword?: string | null
|
|
6621
|
-
md5CertificateFingerprint?: string | null
|
|
6622
|
-
sha1CertificateFingerprint?: string | null
|
|
6623
|
-
sha256CertificateFingerprint?: string | null
|
|
6687
|
+
keyPassword?: string | null;
|
|
6688
|
+
md5CertificateFingerprint?: string | null;
|
|
6689
|
+
sha1CertificateFingerprint?: string | null;
|
|
6690
|
+
sha256CertificateFingerprint?: string | null;
|
|
6624
6691
|
createdAt: any;
|
|
6625
6692
|
updatedAt: any;
|
|
6626
|
-
} | null
|
|
6693
|
+
} | null;
|
|
6627
6694
|
};
|
|
6628
6695
|
export declare type CommonAndroidAppCredentialsFragment = {
|
|
6629
6696
|
__typename?: 'AndroidAppCredentials';
|
|
6630
6697
|
id: string;
|
|
6631
|
-
applicationIdentifier?: string | null
|
|
6698
|
+
applicationIdentifier?: string | null;
|
|
6632
6699
|
isLegacy: boolean;
|
|
6633
6700
|
app: {
|
|
6634
6701
|
__typename?: 'App';
|
|
@@ -6652,9 +6719,9 @@ export declare type CommonAndroidAppCredentialsFragment = {
|
|
|
6652
6719
|
projectId: string;
|
|
6653
6720
|
keyId: string;
|
|
6654
6721
|
serviceAccountEmail: string;
|
|
6655
|
-
clientId?: string | null
|
|
6722
|
+
clientId?: string | null;
|
|
6656
6723
|
};
|
|
6657
|
-
} | null
|
|
6724
|
+
} | null;
|
|
6658
6725
|
googleServiceAccountKeyForSubmissions?: {
|
|
6659
6726
|
__typename?: 'GoogleServiceAccountKey';
|
|
6660
6727
|
id: string;
|
|
@@ -6664,7 +6731,7 @@ export declare type CommonAndroidAppCredentialsFragment = {
|
|
|
6664
6731
|
clientIdentifier: string;
|
|
6665
6732
|
createdAt: any;
|
|
6666
6733
|
updatedAt: any;
|
|
6667
|
-
} | null
|
|
6734
|
+
} | null;
|
|
6668
6735
|
androidAppBuildCredentialsList: Array<{
|
|
6669
6736
|
__typename?: 'AndroidAppBuildCredentials';
|
|
6670
6737
|
id: string;
|
|
@@ -6678,13 +6745,13 @@ export declare type CommonAndroidAppCredentialsFragment = {
|
|
|
6678
6745
|
keystore: string;
|
|
6679
6746
|
keystorePassword: string;
|
|
6680
6747
|
keyAlias: string;
|
|
6681
|
-
keyPassword?: string | null
|
|
6682
|
-
md5CertificateFingerprint?: string | null
|
|
6683
|
-
sha1CertificateFingerprint?: string | null
|
|
6684
|
-
sha256CertificateFingerprint?: string | null
|
|
6748
|
+
keyPassword?: string | null;
|
|
6749
|
+
md5CertificateFingerprint?: string | null;
|
|
6750
|
+
sha1CertificateFingerprint?: string | null;
|
|
6751
|
+
sha256CertificateFingerprint?: string | null;
|
|
6685
6752
|
createdAt: any;
|
|
6686
6753
|
updatedAt: any;
|
|
6687
|
-
} | null
|
|
6754
|
+
} | null;
|
|
6688
6755
|
}>;
|
|
6689
6756
|
};
|
|
6690
6757
|
export declare type AndroidFcmFragment = {
|
|
@@ -6703,7 +6770,7 @@ export declare type AndroidFcmFragment = {
|
|
|
6703
6770
|
projectId: string;
|
|
6704
6771
|
keyId: string;
|
|
6705
6772
|
serviceAccountEmail: string;
|
|
6706
|
-
clientId?: string | null
|
|
6773
|
+
clientId?: string | null;
|
|
6707
6774
|
};
|
|
6708
6775
|
};
|
|
6709
6776
|
export declare type AndroidKeystoreFragment = {
|
|
@@ -6713,10 +6780,10 @@ export declare type AndroidKeystoreFragment = {
|
|
|
6713
6780
|
keystore: string;
|
|
6714
6781
|
keystorePassword: string;
|
|
6715
6782
|
keyAlias: string;
|
|
6716
|
-
keyPassword?: string | null
|
|
6717
|
-
md5CertificateFingerprint?: string | null
|
|
6718
|
-
sha1CertificateFingerprint?: string | null
|
|
6719
|
-
sha256CertificateFingerprint?: string | null
|
|
6783
|
+
keyPassword?: string | null;
|
|
6784
|
+
md5CertificateFingerprint?: string | null;
|
|
6785
|
+
sha1CertificateFingerprint?: string | null;
|
|
6786
|
+
sha256CertificateFingerprint?: string | null;
|
|
6720
6787
|
createdAt: any;
|
|
6721
6788
|
updatedAt: any;
|
|
6722
6789
|
};
|
|
@@ -6725,16 +6792,16 @@ export declare type AppStoreConnectApiKeyFragment = {
|
|
|
6725
6792
|
id: string;
|
|
6726
6793
|
issuerIdentifier: string;
|
|
6727
6794
|
keyIdentifier: string;
|
|
6728
|
-
name?: string | null
|
|
6729
|
-
roles?: Array<AppStoreConnectUserRole> | null
|
|
6795
|
+
name?: string | null;
|
|
6796
|
+
roles?: Array<AppStoreConnectUserRole> | null;
|
|
6730
6797
|
createdAt: any;
|
|
6731
6798
|
updatedAt: any;
|
|
6732
6799
|
appleTeam?: {
|
|
6733
6800
|
__typename?: 'AppleTeam';
|
|
6734
6801
|
id: string;
|
|
6735
6802
|
appleTeamIdentifier: string;
|
|
6736
|
-
appleTeamName?: string | null
|
|
6737
|
-
} | null
|
|
6803
|
+
appleTeamName?: string | null;
|
|
6804
|
+
} | null;
|
|
6738
6805
|
};
|
|
6739
6806
|
export declare type AppleAppIdentifierFragment = {
|
|
6740
6807
|
__typename?: 'AppleAppIdentifier';
|
|
@@ -6745,9 +6812,9 @@ export declare type AppleDeviceFragment = {
|
|
|
6745
6812
|
__typename?: 'AppleDevice';
|
|
6746
6813
|
id: string;
|
|
6747
6814
|
identifier: string;
|
|
6748
|
-
name?: string | null
|
|
6749
|
-
model?: string | null
|
|
6750
|
-
deviceClass?: AppleDeviceClass | null
|
|
6815
|
+
name?: string | null;
|
|
6816
|
+
model?: string | null;
|
|
6817
|
+
deviceClass?: AppleDeviceClass | null;
|
|
6751
6818
|
};
|
|
6752
6819
|
export declare type AppleDeviceRegistrationRequestFragment = {
|
|
6753
6820
|
__typename?: 'AppleDeviceRegistrationRequest';
|
|
@@ -6756,10 +6823,10 @@ export declare type AppleDeviceRegistrationRequestFragment = {
|
|
|
6756
6823
|
export declare type AppleDistributionCertificateFragment = {
|
|
6757
6824
|
__typename?: 'AppleDistributionCertificate';
|
|
6758
6825
|
id: string;
|
|
6759
|
-
certificateP12?: string | null
|
|
6760
|
-
certificatePassword?: string | null
|
|
6826
|
+
certificateP12?: string | null;
|
|
6827
|
+
certificatePassword?: string | null;
|
|
6761
6828
|
serialNumber: string;
|
|
6762
|
-
developerPortalIdentifier?: string | null
|
|
6829
|
+
developerPortalIdentifier?: string | null;
|
|
6763
6830
|
validityNotBefore: any;
|
|
6764
6831
|
validityNotAfter: any;
|
|
6765
6832
|
updatedAt: any;
|
|
@@ -6767,8 +6834,8 @@ export declare type AppleDistributionCertificateFragment = {
|
|
|
6767
6834
|
__typename?: 'AppleTeam';
|
|
6768
6835
|
id: string;
|
|
6769
6836
|
appleTeamIdentifier: string;
|
|
6770
|
-
appleTeamName?: string | null
|
|
6771
|
-
} | null
|
|
6837
|
+
appleTeamName?: string | null;
|
|
6838
|
+
} | null;
|
|
6772
6839
|
iosAppBuildCredentialsList: Array<{
|
|
6773
6840
|
__typename?: 'IosAppBuildCredentials';
|
|
6774
6841
|
id: string;
|
|
@@ -6790,37 +6857,37 @@ export declare type AppleDistributionCertificateFragment = {
|
|
|
6790
6857
|
provisioningProfile?: {
|
|
6791
6858
|
__typename?: 'AppleProvisioningProfile';
|
|
6792
6859
|
id: string;
|
|
6793
|
-
developerPortalIdentifier?: string | null
|
|
6794
|
-
} | null
|
|
6860
|
+
developerPortalIdentifier?: string | null;
|
|
6861
|
+
} | null;
|
|
6795
6862
|
}>;
|
|
6796
6863
|
};
|
|
6797
6864
|
export declare type AppleProvisioningProfileFragment = {
|
|
6798
6865
|
__typename?: 'AppleProvisioningProfile';
|
|
6799
6866
|
id: string;
|
|
6800
6867
|
expiration: any;
|
|
6801
|
-
developerPortalIdentifier?: string | null
|
|
6802
|
-
provisioningProfile?: string | null
|
|
6868
|
+
developerPortalIdentifier?: string | null;
|
|
6869
|
+
provisioningProfile?: string | null;
|
|
6803
6870
|
updatedAt: any;
|
|
6804
6871
|
status: string;
|
|
6805
6872
|
appleTeam?: {
|
|
6806
6873
|
__typename?: 'AppleTeam';
|
|
6807
6874
|
id: string;
|
|
6808
6875
|
appleTeamIdentifier: string;
|
|
6809
|
-
appleTeamName?: string | null
|
|
6810
|
-
} | null
|
|
6876
|
+
appleTeamName?: string | null;
|
|
6877
|
+
} | null;
|
|
6811
6878
|
appleDevices: Array<{
|
|
6812
6879
|
__typename?: 'AppleDevice';
|
|
6813
6880
|
id: string;
|
|
6814
6881
|
identifier: string;
|
|
6815
|
-
name?: string | null
|
|
6816
|
-
model?: string | null
|
|
6817
|
-
deviceClass?: AppleDeviceClass | null
|
|
6882
|
+
name?: string | null;
|
|
6883
|
+
model?: string | null;
|
|
6884
|
+
deviceClass?: AppleDeviceClass | null;
|
|
6818
6885
|
}>;
|
|
6819
6886
|
};
|
|
6820
6887
|
export declare type AppleProvisioningProfileIdentifiersFragment = {
|
|
6821
6888
|
__typename?: 'AppleProvisioningProfile';
|
|
6822
6889
|
id: string;
|
|
6823
|
-
developerPortalIdentifier?: string | null
|
|
6890
|
+
developerPortalIdentifier?: string | null;
|
|
6824
6891
|
};
|
|
6825
6892
|
export declare type ApplePushKeyFragment = {
|
|
6826
6893
|
__typename?: 'ApplePushKey';
|
|
@@ -6831,8 +6898,8 @@ export declare type ApplePushKeyFragment = {
|
|
|
6831
6898
|
__typename?: 'AppleTeam';
|
|
6832
6899
|
id: string;
|
|
6833
6900
|
appleTeamIdentifier: string;
|
|
6834
|
-
appleTeamName?: string | null
|
|
6835
|
-
} | null
|
|
6901
|
+
appleTeamName?: string | null;
|
|
6902
|
+
} | null;
|
|
6836
6903
|
iosAppCredentialsList: Array<{
|
|
6837
6904
|
__typename?: 'IosAppCredentials';
|
|
6838
6905
|
id: string;
|
|
@@ -6853,7 +6920,7 @@ export declare type AppleTeamFragment = {
|
|
|
6853
6920
|
__typename?: 'AppleTeam';
|
|
6854
6921
|
id: string;
|
|
6855
6922
|
appleTeamIdentifier: string;
|
|
6856
|
-
appleTeamName?: string | null
|
|
6923
|
+
appleTeamName?: string | null;
|
|
6857
6924
|
};
|
|
6858
6925
|
export declare type GoogleServiceAccountKeyFragment = {
|
|
6859
6926
|
__typename?: 'GoogleServiceAccountKey';
|
|
@@ -6872,10 +6939,10 @@ export declare type IosAppBuildCredentialsFragment = {
|
|
|
6872
6939
|
distributionCertificate?: {
|
|
6873
6940
|
__typename?: 'AppleDistributionCertificate';
|
|
6874
6941
|
id: string;
|
|
6875
|
-
certificateP12?: string | null
|
|
6876
|
-
certificatePassword?: string | null
|
|
6942
|
+
certificateP12?: string | null;
|
|
6943
|
+
certificatePassword?: string | null;
|
|
6877
6944
|
serialNumber: string;
|
|
6878
|
-
developerPortalIdentifier?: string | null
|
|
6945
|
+
developerPortalIdentifier?: string | null;
|
|
6879
6946
|
validityNotBefore: any;
|
|
6880
6947
|
validityNotAfter: any;
|
|
6881
6948
|
updatedAt: any;
|
|
@@ -6883,8 +6950,8 @@ export declare type IosAppBuildCredentialsFragment = {
|
|
|
6883
6950
|
__typename?: 'AppleTeam';
|
|
6884
6951
|
id: string;
|
|
6885
6952
|
appleTeamIdentifier: string;
|
|
6886
|
-
appleTeamName?: string | null
|
|
6887
|
-
} | null
|
|
6953
|
+
appleTeamName?: string | null;
|
|
6954
|
+
} | null;
|
|
6888
6955
|
iosAppBuildCredentialsList: Array<{
|
|
6889
6956
|
__typename?: 'IosAppBuildCredentials';
|
|
6890
6957
|
id: string;
|
|
@@ -6906,33 +6973,33 @@ export declare type IosAppBuildCredentialsFragment = {
|
|
|
6906
6973
|
provisioningProfile?: {
|
|
6907
6974
|
__typename?: 'AppleProvisioningProfile';
|
|
6908
6975
|
id: string;
|
|
6909
|
-
developerPortalIdentifier?: string | null
|
|
6910
|
-
} | null
|
|
6976
|
+
developerPortalIdentifier?: string | null;
|
|
6977
|
+
} | null;
|
|
6911
6978
|
}>;
|
|
6912
|
-
} | null
|
|
6979
|
+
} | null;
|
|
6913
6980
|
provisioningProfile?: {
|
|
6914
6981
|
__typename?: 'AppleProvisioningProfile';
|
|
6915
6982
|
id: string;
|
|
6916
6983
|
expiration: any;
|
|
6917
|
-
developerPortalIdentifier?: string | null
|
|
6918
|
-
provisioningProfile?: string | null
|
|
6984
|
+
developerPortalIdentifier?: string | null;
|
|
6985
|
+
provisioningProfile?: string | null;
|
|
6919
6986
|
updatedAt: any;
|
|
6920
6987
|
status: string;
|
|
6921
6988
|
appleTeam?: {
|
|
6922
6989
|
__typename?: 'AppleTeam';
|
|
6923
6990
|
id: string;
|
|
6924
6991
|
appleTeamIdentifier: string;
|
|
6925
|
-
appleTeamName?: string | null
|
|
6926
|
-
} | null
|
|
6992
|
+
appleTeamName?: string | null;
|
|
6993
|
+
} | null;
|
|
6927
6994
|
appleDevices: Array<{
|
|
6928
6995
|
__typename?: 'AppleDevice';
|
|
6929
6996
|
id: string;
|
|
6930
6997
|
identifier: string;
|
|
6931
|
-
name?: string | null
|
|
6932
|
-
model?: string | null
|
|
6933
|
-
deviceClass?: AppleDeviceClass | null
|
|
6998
|
+
name?: string | null;
|
|
6999
|
+
model?: string | null;
|
|
7000
|
+
deviceClass?: AppleDeviceClass | null;
|
|
6934
7001
|
}>;
|
|
6935
|
-
} | null
|
|
7002
|
+
} | null;
|
|
6936
7003
|
};
|
|
6937
7004
|
export declare type CommonIosAppCredentialsWithoutBuildCredentialsFragment = {
|
|
6938
7005
|
__typename?: 'IosAppCredentials';
|
|
@@ -6947,8 +7014,8 @@ export declare type CommonIosAppCredentialsWithoutBuildCredentialsFragment = {
|
|
|
6947
7014
|
__typename?: 'AppleTeam';
|
|
6948
7015
|
id: string;
|
|
6949
7016
|
appleTeamIdentifier: string;
|
|
6950
|
-
appleTeamName?: string | null
|
|
6951
|
-
} | null
|
|
7017
|
+
appleTeamName?: string | null;
|
|
7018
|
+
} | null;
|
|
6952
7019
|
appleAppIdentifier: {
|
|
6953
7020
|
__typename?: 'AppleAppIdentifier';
|
|
6954
7021
|
id: string;
|
|
@@ -6963,8 +7030,8 @@ export declare type CommonIosAppCredentialsWithoutBuildCredentialsFragment = {
|
|
|
6963
7030
|
__typename?: 'AppleTeam';
|
|
6964
7031
|
id: string;
|
|
6965
7032
|
appleTeamIdentifier: string;
|
|
6966
|
-
appleTeamName?: string | null
|
|
6967
|
-
} | null
|
|
7033
|
+
appleTeamName?: string | null;
|
|
7034
|
+
} | null;
|
|
6968
7035
|
iosAppCredentialsList: Array<{
|
|
6969
7036
|
__typename?: 'IosAppCredentials';
|
|
6970
7037
|
id: string;
|
|
@@ -6980,23 +7047,23 @@ export declare type CommonIosAppCredentialsWithoutBuildCredentialsFragment = {
|
|
|
6980
7047
|
bundleIdentifier: string;
|
|
6981
7048
|
};
|
|
6982
7049
|
}>;
|
|
6983
|
-
} | null
|
|
7050
|
+
} | null;
|
|
6984
7051
|
appStoreConnectApiKeyForSubmissions?: {
|
|
6985
7052
|
__typename?: 'AppStoreConnectApiKey';
|
|
6986
7053
|
id: string;
|
|
6987
7054
|
issuerIdentifier: string;
|
|
6988
7055
|
keyIdentifier: string;
|
|
6989
|
-
name?: string | null
|
|
6990
|
-
roles?: Array<AppStoreConnectUserRole> | null
|
|
7056
|
+
name?: string | null;
|
|
7057
|
+
roles?: Array<AppStoreConnectUserRole> | null;
|
|
6991
7058
|
createdAt: any;
|
|
6992
7059
|
updatedAt: any;
|
|
6993
7060
|
appleTeam?: {
|
|
6994
7061
|
__typename?: 'AppleTeam';
|
|
6995
7062
|
id: string;
|
|
6996
7063
|
appleTeamIdentifier: string;
|
|
6997
|
-
appleTeamName?: string | null
|
|
6998
|
-
} | null
|
|
6999
|
-
} | null
|
|
7064
|
+
appleTeamName?: string | null;
|
|
7065
|
+
} | null;
|
|
7066
|
+
} | null;
|
|
7000
7067
|
};
|
|
7001
7068
|
export declare type CommonIosAppCredentialsFragment = {
|
|
7002
7069
|
__typename?: 'IosAppCredentials';
|
|
@@ -7008,10 +7075,10 @@ export declare type CommonIosAppCredentialsFragment = {
|
|
|
7008
7075
|
distributionCertificate?: {
|
|
7009
7076
|
__typename?: 'AppleDistributionCertificate';
|
|
7010
7077
|
id: string;
|
|
7011
|
-
certificateP12?: string | null
|
|
7012
|
-
certificatePassword?: string | null
|
|
7078
|
+
certificateP12?: string | null;
|
|
7079
|
+
certificatePassword?: string | null;
|
|
7013
7080
|
serialNumber: string;
|
|
7014
|
-
developerPortalIdentifier?: string | null
|
|
7081
|
+
developerPortalIdentifier?: string | null;
|
|
7015
7082
|
validityNotBefore: any;
|
|
7016
7083
|
validityNotAfter: any;
|
|
7017
7084
|
updatedAt: any;
|
|
@@ -7019,8 +7086,8 @@ export declare type CommonIosAppCredentialsFragment = {
|
|
|
7019
7086
|
__typename?: 'AppleTeam';
|
|
7020
7087
|
id: string;
|
|
7021
7088
|
appleTeamIdentifier: string;
|
|
7022
|
-
appleTeamName?: string | null
|
|
7023
|
-
} | null
|
|
7089
|
+
appleTeamName?: string | null;
|
|
7090
|
+
} | null;
|
|
7024
7091
|
iosAppBuildCredentialsList: Array<{
|
|
7025
7092
|
__typename?: 'IosAppBuildCredentials';
|
|
7026
7093
|
id: string;
|
|
@@ -7042,33 +7109,33 @@ export declare type CommonIosAppCredentialsFragment = {
|
|
|
7042
7109
|
provisioningProfile?: {
|
|
7043
7110
|
__typename?: 'AppleProvisioningProfile';
|
|
7044
7111
|
id: string;
|
|
7045
|
-
developerPortalIdentifier?: string | null
|
|
7046
|
-
} | null
|
|
7112
|
+
developerPortalIdentifier?: string | null;
|
|
7113
|
+
} | null;
|
|
7047
7114
|
}>;
|
|
7048
|
-
} | null
|
|
7115
|
+
} | null;
|
|
7049
7116
|
provisioningProfile?: {
|
|
7050
7117
|
__typename?: 'AppleProvisioningProfile';
|
|
7051
7118
|
id: string;
|
|
7052
7119
|
expiration: any;
|
|
7053
|
-
developerPortalIdentifier?: string | null
|
|
7054
|
-
provisioningProfile?: string | null
|
|
7120
|
+
developerPortalIdentifier?: string | null;
|
|
7121
|
+
provisioningProfile?: string | null;
|
|
7055
7122
|
updatedAt: any;
|
|
7056
7123
|
status: string;
|
|
7057
7124
|
appleTeam?: {
|
|
7058
7125
|
__typename?: 'AppleTeam';
|
|
7059
7126
|
id: string;
|
|
7060
7127
|
appleTeamIdentifier: string;
|
|
7061
|
-
appleTeamName?: string | null
|
|
7062
|
-
} | null
|
|
7128
|
+
appleTeamName?: string | null;
|
|
7129
|
+
} | null;
|
|
7063
7130
|
appleDevices: Array<{
|
|
7064
7131
|
__typename?: 'AppleDevice';
|
|
7065
7132
|
id: string;
|
|
7066
7133
|
identifier: string;
|
|
7067
|
-
name?: string | null
|
|
7068
|
-
model?: string | null
|
|
7069
|
-
deviceClass?: AppleDeviceClass | null
|
|
7134
|
+
name?: string | null;
|
|
7135
|
+
model?: string | null;
|
|
7136
|
+
deviceClass?: AppleDeviceClass | null;
|
|
7070
7137
|
}>;
|
|
7071
|
-
} | null
|
|
7138
|
+
} | null;
|
|
7072
7139
|
}>;
|
|
7073
7140
|
app: {
|
|
7074
7141
|
__typename?: 'App';
|
|
@@ -7080,8 +7147,8 @@ export declare type CommonIosAppCredentialsFragment = {
|
|
|
7080
7147
|
__typename?: 'AppleTeam';
|
|
7081
7148
|
id: string;
|
|
7082
7149
|
appleTeamIdentifier: string;
|
|
7083
|
-
appleTeamName?: string | null
|
|
7084
|
-
} | null
|
|
7150
|
+
appleTeamName?: string | null;
|
|
7151
|
+
} | null;
|
|
7085
7152
|
appleAppIdentifier: {
|
|
7086
7153
|
__typename?: 'AppleAppIdentifier';
|
|
7087
7154
|
id: string;
|
|
@@ -7096,8 +7163,8 @@ export declare type CommonIosAppCredentialsFragment = {
|
|
|
7096
7163
|
__typename?: 'AppleTeam';
|
|
7097
7164
|
id: string;
|
|
7098
7165
|
appleTeamIdentifier: string;
|
|
7099
|
-
appleTeamName?: string | null
|
|
7100
|
-
} | null
|
|
7166
|
+
appleTeamName?: string | null;
|
|
7167
|
+
} | null;
|
|
7101
7168
|
iosAppCredentialsList: Array<{
|
|
7102
7169
|
__typename?: 'IosAppCredentials';
|
|
7103
7170
|
id: string;
|
|
@@ -7113,21 +7180,21 @@ export declare type CommonIosAppCredentialsFragment = {
|
|
|
7113
7180
|
bundleIdentifier: string;
|
|
7114
7181
|
};
|
|
7115
7182
|
}>;
|
|
7116
|
-
} | null
|
|
7183
|
+
} | null;
|
|
7117
7184
|
appStoreConnectApiKeyForSubmissions?: {
|
|
7118
7185
|
__typename?: 'AppStoreConnectApiKey';
|
|
7119
7186
|
id: string;
|
|
7120
7187
|
issuerIdentifier: string;
|
|
7121
7188
|
keyIdentifier: string;
|
|
7122
|
-
name?: string | null
|
|
7123
|
-
roles?: Array<AppStoreConnectUserRole> | null
|
|
7189
|
+
name?: string | null;
|
|
7190
|
+
roles?: Array<AppStoreConnectUserRole> | null;
|
|
7124
7191
|
createdAt: any;
|
|
7125
7192
|
updatedAt: any;
|
|
7126
7193
|
appleTeam?: {
|
|
7127
7194
|
__typename?: 'AppleTeam';
|
|
7128
7195
|
id: string;
|
|
7129
7196
|
appleTeamIdentifier: string;
|
|
7130
|
-
appleTeamName?: string | null
|
|
7131
|
-
} | null
|
|
7132
|
-
} | null
|
|
7197
|
+
appleTeamName?: string | null;
|
|
7198
|
+
} | null;
|
|
7199
|
+
} | null;
|
|
7133
7200
|
};
|