eas-cli 0.33.1 → 0.36.0

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.
Files changed (195) hide show
  1. package/README.md +27 -27
  2. package/build/analytics/common.d.ts +8 -0
  3. package/build/analytics/common.js +19 -0
  4. package/build/analytics/events.d.ts +43 -0
  5. package/build/analytics/events.js +51 -0
  6. package/build/{analytics.d.ts → analytics/rudderstackClient.d.ts} +0 -0
  7. package/build/{analytics.js → analytics/rudderstackClient.js} +4 -10
  8. package/build/api.js +3 -3
  9. package/build/build/android/configure.js +2 -2
  10. package/build/build/android/graphql.js +2 -4
  11. package/build/build/android/prepareJob.js +4 -3
  12. package/build/build/build.js +20 -29
  13. package/build/build/configure.js +14 -7
  14. package/build/build/context.d.ts +1 -1
  15. package/build/build/context.js +2 -2
  16. package/build/build/ios/UpdatesModule.js +2 -2
  17. package/build/build/ios/credentials.js +3 -3
  18. package/build/build/ios/graphql.js +2 -23
  19. package/build/build/ios/prepareJob.js +4 -6
  20. package/build/build/local.js +18 -27
  21. package/build/build/metadata.js +5 -10
  22. package/build/build/types.d.ts +0 -1
  23. package/build/build/utils/devClient.js +8 -5
  24. package/build/build/utils/formatBuild.js +1 -9
  25. package/build/build/utils/repository.js +10 -7
  26. package/build/build/utils/url.js +1 -1
  27. package/build/build/validate.js +4 -4
  28. package/build/commandUtils/EasCommand.d.ts +1 -0
  29. package/build/commandUtils/EasCommand.js +25 -4
  30. package/build/commands/branch/create.js +3 -2
  31. package/build/commands/branch/delete.js +1 -1
  32. package/build/commands/branch/list.js +1 -1
  33. package/build/commands/branch/publish.js +6 -5
  34. package/build/commands/branch/view.js +1 -1
  35. package/build/commands/build/index.js +44 -25
  36. package/build/commands/channel/edit.js +1 -1
  37. package/build/commands/channel/list.js +1 -1
  38. package/build/commands/channel/view.js +1 -1
  39. package/build/commands/diagnostics.js +2 -2
  40. package/build/commands/project/info.js +1 -1
  41. package/build/commands/secret/delete.js +1 -1
  42. package/build/commands/update/view.js +1 -1
  43. package/build/credentials/android/AndroidCredentialsProvider.js +2 -2
  44. package/build/credentials/android/actions/RemoveFcm.js +4 -4
  45. package/build/credentials/android/actions/{SetupBuildCredentials.d.ts → SetUpBuildCredentials.d.ts} +1 -1
  46. package/build/credentials/android/actions/{SetupBuildCredentials.js → SetUpBuildCredentials.js} +3 -3
  47. package/build/credentials/android/actions/{SetupBuildCredentialsFromCredentialsJson.d.ts → SetUpBuildCredentialsFromCredentialsJson.d.ts} +1 -1
  48. package/build/credentials/android/actions/{SetupBuildCredentialsFromCredentialsJson.js → SetUpBuildCredentialsFromCredentialsJson.js} +3 -3
  49. package/build/credentials/android/actions/{SetupGoogleServiceAccountKey.d.ts → SetUpGoogleServiceAccountKey.d.ts} +1 -1
  50. package/build/credentials/android/actions/{SetupGoogleServiceAccountKey.js → SetUpGoogleServiceAccountKey.js} +3 -3
  51. package/build/credentials/android/api/graphql/queries/GoogleServiceAccountKeyQuery.js +2 -0
  52. package/build/credentials/android/utils/keystore.js +67 -32
  53. package/build/credentials/credentialsJson/update.js +5 -4
  54. package/build/credentials/errors.d.ts +4 -0
  55. package/build/credentials/errors.js +8 -1
  56. package/build/credentials/ios/IosCredentialsProvider.js +4 -4
  57. package/build/credentials/ios/actions/AscApiKeyUtils.d.ts +17 -1
  58. package/build/credentials/ios/actions/AscApiKeyUtils.js +158 -24
  59. package/build/credentials/ios/actions/AssignAscApiKey.d.ts +9 -0
  60. package/build/credentials/ios/actions/AssignAscApiKey.js +29 -0
  61. package/build/credentials/ios/actions/CreateAscApiKey.d.ts +9 -0
  62. package/build/credentials/ios/actions/CreateAscApiKey.js +21 -0
  63. package/build/credentials/ios/actions/CreateDistributionCertificate.js +1 -1
  64. package/build/credentials/ios/actions/CreatePushKey.js +1 -1
  65. package/build/credentials/ios/actions/DistributionCertificateUtils.d.ts +1 -1
  66. package/build/credentials/ios/actions/DistributionCertificateUtils.js +6 -8
  67. package/build/credentials/ios/actions/PushKeyUtils.d.ts +1 -1
  68. package/build/credentials/ios/actions/PushKeyUtils.js +6 -6
  69. package/build/credentials/ios/actions/RemoveAscApiKey.d.ts +14 -0
  70. package/build/credentials/ios/actions/RemoveAscApiKey.js +55 -0
  71. package/build/credentials/ios/actions/{SetupAdhocProvisioningProfile.d.ts → SetUpAdhocProvisioningProfile.d.ts} +1 -1
  72. package/build/credentials/ios/actions/{SetupAdhocProvisioningProfile.js → SetUpAdhocProvisioningProfile.js} +5 -5
  73. package/build/credentials/ios/actions/SetUpAscApiKey.d.ts +21 -0
  74. package/build/credentials/ios/actions/SetUpAscApiKey.js +114 -0
  75. package/build/credentials/ios/actions/{SetupBuildCredentials.d.ts → SetUpBuildCredentials.d.ts} +1 -1
  76. package/build/credentials/ios/actions/{SetupBuildCredentials.js → SetUpBuildCredentials.js} +5 -5
  77. package/build/credentials/ios/actions/{SetupBuildCredentialsFromCredentialsJson.d.ts → SetUpBuildCredentialsFromCredentialsJson.d.ts} +1 -1
  78. package/build/credentials/ios/actions/{SetupBuildCredentialsFromCredentialsJson.js → SetUpBuildCredentialsFromCredentialsJson.js} +5 -5
  79. package/build/credentials/ios/actions/{SetupDistributionCertificate.d.ts → SetUpDistributionCertificate.d.ts} +1 -1
  80. package/build/credentials/ios/actions/{SetupDistributionCertificate.js → SetUpDistributionCertificate.js} +3 -3
  81. package/build/credentials/ios/actions/{SetupInternalProvisioningProfile.d.ts → SetUpInternalProvisioningProfile.d.ts} +1 -1
  82. package/build/credentials/ios/actions/{SetupInternalProvisioningProfile.js → SetUpInternalProvisioningProfile.js} +7 -7
  83. package/build/credentials/ios/actions/{SetupProvisioningProfile.d.ts → SetUpProvisioningProfile.d.ts} +1 -1
  84. package/build/credentials/ios/actions/{SetupProvisioningProfile.js → SetUpProvisioningProfile.js} +5 -5
  85. package/build/credentials/ios/actions/{SetupPushKey.d.ts → SetUpPushKey.d.ts} +1 -1
  86. package/build/credentials/ios/actions/{SetupPushKey.js → SetUpPushKey.js} +3 -3
  87. package/build/credentials/ios/actions/SetUpSubmissionCredentials.d.ts +10 -0
  88. package/build/credentials/ios/actions/SetUpSubmissionCredentials.js +53 -0
  89. package/build/credentials/ios/actions/{SetupTargetBuildCredentials.d.ts → SetUpTargetBuildCredentials.d.ts} +1 -1
  90. package/build/credentials/ios/actions/{SetupTargetBuildCredentials.js → SetUpTargetBuildCredentials.js} +10 -10
  91. package/build/credentials/ios/actions/{SetupTargetBuildCredentialsFromCredentialsJson.d.ts → SetUpTargetBuildCredentialsFromCredentialsJson.d.ts} +1 -1
  92. package/build/credentials/ios/actions/{SetupTargetBuildCredentialsFromCredentialsJson.js → SetUpTargetBuildCredentialsFromCredentialsJson.js} +3 -3
  93. package/build/credentials/ios/api/GraphqlClient.d.ts +8 -2
  94. package/build/credentials/ios/api/GraphqlClient.js +74 -2
  95. package/build/credentials/ios/api/graphql/mutations/AppStoreConnectApiKeyMutation.d.ts +5 -0
  96. package/build/credentials/ios/api/graphql/mutations/AppStoreConnectApiKeyMutation.js +54 -0
  97. package/build/credentials/ios/api/graphql/mutations/IosAppCredentialsMutation.d.ts +1 -0
  98. package/build/credentials/ios/api/graphql/mutations/IosAppCredentialsMutation.js +25 -0
  99. package/build/credentials/ios/api/graphql/queries/AppQuery.js +3 -1
  100. package/build/credentials/ios/api/graphql/queries/AppStoreConnectApiKeyQuery.d.ts +4 -0
  101. package/build/credentials/ios/api/graphql/queries/AppStoreConnectApiKeyQuery.js +33 -0
  102. package/build/credentials/ios/api/graphql/queries/AppleDeviceQuery.js +6 -2
  103. package/build/credentials/ios/api/graphql/queries/AppleDistributionCertificateQuery.js +7 -1
  104. package/build/credentials/ios/api/graphql/queries/AppleProvisioningProfileQuery.js +5 -1
  105. package/build/credentials/ios/api/graphql/queries/ApplePushKeyQuery.js +2 -0
  106. package/build/credentials/ios/api/graphql/queries/AppleTeamQuery.js +5 -1
  107. package/build/credentials/ios/appstore/AppStoreApi.d.ts +1 -1
  108. package/build/credentials/ios/appstore/Credentials.types.d.ts +1 -0
  109. package/build/credentials/ios/appstore/ascApiKey.d.ts +1 -1
  110. package/build/credentials/ios/appstore/ascApiKey.js +11 -1
  111. package/build/credentials/ios/appstore/entitlements.d.ts +2 -2
  112. package/build/credentials/ios/appstore/entitlements.js +20 -10
  113. package/build/credentials/ios/credentials.d.ts +2 -1
  114. package/build/credentials/ios/credentials.js +7 -2
  115. package/build/credentials/ios/utils/printCredentials.js +30 -1
  116. package/build/credentials/ios/validators/validateAscApiKey.d.ts +5 -0
  117. package/build/credentials/ios/validators/validateAscApiKey.js +21 -0
  118. package/build/credentials/manager/Actions.d.ts +52 -0
  119. package/build/credentials/manager/Actions.js +53 -0
  120. package/build/credentials/manager/AndroidActions.d.ts +6 -0
  121. package/build/credentials/manager/AndroidActions.js +114 -0
  122. package/build/credentials/manager/IosActions.d.ts +7 -0
  123. package/build/credentials/manager/IosActions.js +145 -0
  124. package/build/credentials/manager/ManageAndroid.d.ts +1 -29
  125. package/build/credentials/manager/ManageAndroid.js +30 -163
  126. package/build/credentials/manager/ManageIos.d.ts +1 -29
  127. package/build/credentials/manager/ManageIos.js +81 -169
  128. package/build/credentials/utils/promptForCredentials.d.ts +2 -1
  129. package/build/credentials/utils/promptForCredentials.js +3 -2
  130. package/build/graphql/client.d.ts +8 -2
  131. package/build/graphql/client.js +1 -1
  132. package/build/graphql/generated.d.ts +313 -85
  133. package/build/graphql/generated.js +23 -1
  134. package/build/graphql/mutations/KeystoreGenerationUrlMutation.d.ts +3 -0
  135. package/build/graphql/mutations/KeystoreGenerationUrlMutation.js +23 -0
  136. package/build/graphql/queries/BuildQuery.js +4 -1
  137. package/build/graphql/queries/EnvironmentSecretsQuery.js +4 -2
  138. package/build/graphql/queries/ProjectQuery.js +3 -1
  139. package/build/graphql/queries/PublishQuery.js +4 -1
  140. package/build/graphql/queries/SubmissionQuery.js +5 -2
  141. package/build/graphql/queries/UserQuery.js +4 -1
  142. package/build/graphql/queries/WebhookQuery.js +6 -2
  143. package/build/graphql/types/Build.js +1 -6
  144. package/build/graphql/types/credentials/AppStoreConnectApiKey.d.ts +1 -0
  145. package/build/graphql/types/credentials/AppStoreConnectApiKey.js +23 -0
  146. package/build/graphql/types/credentials/IosAppCredentials.js +6 -0
  147. package/build/log.d.ts +0 -2
  148. package/build/log.js +2 -12
  149. package/build/project/projectUtils.js +1 -1
  150. package/build/project/publish.js +2 -2
  151. package/build/project/workflow.js +2 -2
  152. package/build/submit/ArchiveSource.js +2 -1
  153. package/build/submit/BaseSubmitter.d.ts +20 -4
  154. package/build/submit/BaseSubmitter.js +34 -1
  155. package/build/submit/android/AndroidSubmitter.d.ts +12 -6
  156. package/build/submit/android/AndroidSubmitter.js +31 -20
  157. package/build/submit/android/ServiceAccountSource.js +2 -2
  158. package/build/submit/context.d.ts +2 -0
  159. package/build/submit/context.js +14 -0
  160. package/build/submit/ios/AppSpecificPasswordSource.d.ts +9 -6
  161. package/build/submit/ios/AppSpecificPasswordSource.js +42 -20
  162. package/build/submit/ios/AscApiKeySource.d.ts +9 -3
  163. package/build/submit/ios/AscApiKeySource.js +10 -10
  164. package/build/submit/ios/CredentialsServiceSource.d.ts +15 -0
  165. package/build/submit/ios/CredentialsServiceSource.js +52 -0
  166. package/build/submit/ios/IosSubmitCommand.d.ts +1 -2
  167. package/build/submit/ios/IosSubmitCommand.js +24 -53
  168. package/build/submit/ios/IosSubmitter.d.ts +20 -7
  169. package/build/submit/ios/IosSubmitter.js +79 -43
  170. package/build/submit/submit.js +13 -4
  171. package/build/submit/utils/errors.js +2 -0
  172. package/build/user/User.js +2 -1
  173. package/build/utils/easCli.d.ts +1 -0
  174. package/build/utils/easCli.js +5 -0
  175. package/build/utils/{expoCommand.d.ts → expoCli.d.ts} +0 -0
  176. package/build/utils/{expoCommand.js → expoCli.js} +0 -0
  177. package/build/utils/profiles.js +9 -2
  178. package/build/vcs/clients/git.d.ts +26 -0
  179. package/build/vcs/clients/git.js +184 -0
  180. package/build/vcs/clients/gitNoCommit.d.ts +7 -0
  181. package/build/vcs/clients/gitNoCommit.js +27 -0
  182. package/build/vcs/clients/noVcs.d.ts +6 -0
  183. package/build/vcs/clients/noVcs.js +19 -0
  184. package/build/vcs/git.d.ts +10 -17
  185. package/build/vcs/git.js +7 -175
  186. package/build/vcs/index.d.ts +2 -2
  187. package/build/vcs/index.js +15 -6
  188. package/build/vcs/local.d.ts +18 -5
  189. package/build/vcs/local.js +61 -32
  190. package/build/vcs/vcs.d.ts +2 -1
  191. package/build/vcs/vcs.js +8 -4
  192. package/oclif.manifest.json +1 -1
  193. package/package.json +7 -7
  194. package/build/build/utils/analytics.d.ts +0 -22
  195. package/build/build/utils/analytics.js +0 -28
@@ -43,7 +43,7 @@ export declare type RootQuery = {
43
43
  appleDeviceRegistrationRequest: AppleDeviceRegistrationRequestQuery;
44
44
  /** Top-level query object for querying Apple Teams. */
45
45
  appleTeam: AppleTeamQuery;
46
- app?: Maybe<AppQuery>;
46
+ app: AppQuery;
47
47
  /**
48
48
  * Look up app by app id
49
49
  * @deprecated Use 'byId' field under 'app'.
@@ -62,6 +62,8 @@ export declare type RootQuery = {
62
62
  clientBuilds: ClientBuildQuery;
63
63
  /** Top-level query object for querying Experimentation configuration. */
64
64
  experimentation: ExperimentationQuery;
65
+ /** Top-level query object for querying Stripe Invoices. */
66
+ invoice: InvoiceQuery;
65
67
  project: ProjectQuery;
66
68
  snack: SnackQuery;
67
69
  submissions: SubmissionQuery;
@@ -136,6 +138,11 @@ export declare type Actor = {
136
138
  firstName?: Maybe<Scalars['String']>;
137
139
  created: Scalars['DateTime'];
138
140
  isExpoAdmin: Scalars['Boolean'];
141
+ /**
142
+ * Best-effort human readable name for this actor for use in user interfaces during action attribution.
143
+ * For example, when displaying a sentence indicating that actor X created a build or published an update.
144
+ */
145
+ displayName: Scalars['String'];
139
146
  /** Associated accounts */
140
147
  accounts: Array<Account>;
141
148
  /** Access Tokens belonging to this actor */
@@ -197,7 +204,7 @@ export declare type Account = {
197
204
  applePushKeys: Array<ApplePushKey>;
198
205
  appleProvisioningProfiles: Array<AppleProvisioningProfile>;
199
206
  appleDevices: Array<AppleDevice>;
200
- appleAppSpecificPasswords: Array<AppleAppSpecificPassword>;
207
+ appStoreConnectApiKeys: Array<AppStoreConnectApiKey>;
201
208
  /** Android credentials for account */
202
209
  googleServiceAccountKeys: Array<GoogleServiceAccountKey>;
203
210
  /** Environment secrets for an account */
@@ -379,18 +386,31 @@ export declare type App = Project & {
379
386
  fullName: Scalars['String'];
380
387
  description: Scalars['String'];
381
388
  slug: Scalars['String'];
382
- updated: Scalars['DateTime'];
383
- published: Scalars['Boolean'];
384
389
  ownerAccount: Account;
390
+ privacySetting: AppPrivacy;
391
+ pushSecurityEnabled: Scalars['Boolean'];
392
+ /** Whether there have been any classic update publishes */
393
+ published: Scalars['Boolean'];
394
+ /** Time of last classic update publish */
395
+ updated: Scalars['DateTime'];
396
+ /** ID of latest classic update release */
397
+ latestReleaseId: Scalars['ID'];
398
+ /** Whether the latest classic update publish is using a deprecated SDK version */
399
+ isDeprecated: Scalars['Boolean'];
400
+ /** SDK version of the latest classic update publish, 0.0.0 otherwise */
401
+ sdkVersion: Scalars['String'];
402
+ /** Classic update release channel names (to be removed) */
403
+ releaseChannels: Array<Scalars['String']>;
404
+ /** Classic update release channel names that have at least one build */
405
+ buildsReleaseChannels: Array<Scalars['String']>;
406
+ /** githubUrl field from most recent classic update manifest */
385
407
  githubUrl?: Maybe<Scalars['String']>;
408
+ /** android.playStoreUrl field from most recent classic update manifest */
386
409
  playStoreUrl?: Maybe<Scalars['String']>;
410
+ /** ios.appStoreUrl field from most recent classic update manifest */
387
411
  appStoreUrl?: Maybe<Scalars['String']>;
412
+ /** Info about the icon specified in the most recent classic update manifest */
388
413
  icon?: Maybe<AppIcon>;
389
- sdkVersion: Scalars['String'];
390
- isDeprecated: Scalars['Boolean'];
391
- privacySetting: AppPrivacy;
392
- latestReleaseId: Scalars['ID'];
393
- pushSecurityEnabled: Scalars['Boolean'];
394
414
  /** (EAS Build) Builds associated with this app */
395
415
  builds: Array<Build>;
396
416
  buildJobs: Array<BuildJob>;
@@ -520,6 +540,8 @@ export declare type AppActivityTimelineProjectActivitiesArgs = {
520
540
  limit: Scalars['Int'];
521
541
  createdBefore?: Maybe<Scalars['DateTime']>;
522
542
  filterTypes?: Maybe<Array<ActivityTimelineProjectActivityType>>;
543
+ filterPlatforms?: Maybe<Array<AppPlatform>>;
544
+ filterReleaseChannels?: Maybe<Array<Scalars['String']>>;
523
545
  };
524
546
  /** Represents an Exponent App (or Experience in legacy terms) */
525
547
  export declare type AppEnvironmentSecretsArgs = {
@@ -545,6 +567,11 @@ export declare type AppLatestReleaseForReleaseChannelArgs = {
545
567
  platform: AppPlatform;
546
568
  releaseChannel: Scalars['String'];
547
569
  };
570
+ export declare enum AppPrivacy {
571
+ Public = "PUBLIC",
572
+ Unlisted = "UNLISTED",
573
+ Hidden = "HIDDEN"
574
+ }
548
575
  export declare type AppIcon = {
549
576
  __typename?: 'AppIcon';
550
577
  url: Scalars['String'];
@@ -553,11 +580,6 @@ export declare type AppIcon = {
553
580
  /** Nullable color palette of the app icon. If null, color palette couldn't be retrieved from external service (imgix) */
554
581
  colorPalette?: Maybe<Scalars['JSON']>;
555
582
  };
556
- export declare enum AppPrivacy {
557
- Public = "PUBLIC",
558
- Unlisted = "UNLISTED",
559
- Hidden = "HIDDEN"
560
- }
561
583
  export declare type BuildFilter = {
562
584
  platform?: Maybe<AppPlatform>;
563
585
  status?: Maybe<BuildStatus>;
@@ -617,6 +639,7 @@ export declare type Build = ActivityTimelineProjectActivity & BuildOrBuildJob &
617
639
  iosEnterpriseProvisioning?: Maybe<BuildIosEnterpriseProvisioning>;
618
640
  buildProfile?: Maybe<Scalars['String']>;
619
641
  gitCommitHash?: Maybe<Scalars['String']>;
642
+ isGitWorkingTreeDirty?: Maybe<Scalars['Boolean']>;
620
643
  error?: Maybe<BuildError>;
621
644
  submissions: Array<Submission>;
622
645
  };
@@ -642,6 +665,7 @@ export declare type User = Actor & {
642
665
  appetizeCode?: Maybe<Scalars['String']>;
643
666
  emailVerified: Scalars['Boolean'];
644
667
  isExpoAdmin: Scalars['Boolean'];
668
+ displayName: Scalars['String'];
645
669
  isSecondFactorAuthenticationEnabled: Scalars['Boolean'];
646
670
  /** Get all certified second factor authentication methods */
647
671
  secondFactorDevices: Array<UserSecondFactorDevice>;
@@ -820,7 +844,8 @@ export declare enum SubmissionStatus {
820
844
  }
821
845
  export declare type AndroidSubmissionConfig = {
822
846
  __typename?: 'AndroidSubmissionConfig';
823
- applicationIdentifier: Scalars['String'];
847
+ /** @deprecated applicationIdentifier is deprecated and will be auto-detected on submit */
848
+ applicationIdentifier?: Maybe<Scalars['String']>;
824
849
  /** @deprecated archiveType is deprecated and will be null */
825
850
  archiveType?: Maybe<SubmissionAndroidArchiveType>;
826
851
  track: SubmissionAndroidTrack;
@@ -845,8 +870,8 @@ export declare enum SubmissionAndroidReleaseStatus {
845
870
  export declare type IosSubmissionConfig = {
846
871
  __typename?: 'IosSubmissionConfig';
847
872
  ascAppIdentifier: Scalars['String'];
848
- appleIdUsername: Scalars['String'];
849
- appleAppSpecificPasswordId?: Maybe<Scalars['String']>;
873
+ appleIdUsername?: Maybe<Scalars['String']>;
874
+ ascApiKeyId?: Maybe<Scalars['String']>;
850
875
  };
851
876
  export declare type SubmissionError = {
852
877
  __typename?: 'SubmissionError';
@@ -974,7 +999,7 @@ export declare type IosAppCredentials = {
974
999
  appleAppIdentifier: AppleAppIdentifier;
975
1000
  iosAppBuildCredentialsList: Array<IosAppBuildCredentials>;
976
1001
  pushKey?: Maybe<ApplePushKey>;
977
- appSpecificPassword?: Maybe<AppleAppSpecificPassword>;
1002
+ appStoreConnectApiKeyForSubmissions?: Maybe<AppStoreConnectApiKey>;
978
1003
  /** @deprecated use iosAppBuildCredentialsList instead */
979
1004
  iosAppBuildCredentialsArray: Array<IosAppBuildCredentials>;
980
1005
  };
@@ -1087,15 +1112,36 @@ export declare type ApplePushKey = {
1087
1112
  export declare type IosAppBuildCredentialsFilter = {
1088
1113
  iosDistributionType?: Maybe<IosDistributionType>;
1089
1114
  };
1090
- export declare type AppleAppSpecificPassword = {
1091
- __typename?: 'AppleAppSpecificPassword';
1115
+ export declare type AppStoreConnectApiKey = {
1116
+ __typename?: 'AppStoreConnectApiKey';
1092
1117
  id: Scalars['ID'];
1093
1118
  account: Account;
1094
- appleIdUsername: Scalars['String'];
1095
- passwordLabel?: Maybe<Scalars['String']>;
1119
+ appleTeam?: Maybe<AppleTeam>;
1120
+ issuerIdentifier: Scalars['String'];
1121
+ keyIdentifier: Scalars['String'];
1122
+ name?: Maybe<Scalars['String']>;
1123
+ roles?: Maybe<Array<AppStoreConnectUserRole>>;
1096
1124
  createdAt: Scalars['DateTime'];
1097
1125
  updatedAt: Scalars['DateTime'];
1098
1126
  };
1127
+ export declare enum AppStoreConnectUserRole {
1128
+ Admin = "ADMIN",
1129
+ Finance = "FINANCE",
1130
+ Technical = "TECHNICAL",
1131
+ AccountHolder = "ACCOUNT_HOLDER",
1132
+ ReadOnly = "READ_ONLY",
1133
+ Sales = "SALES",
1134
+ Marketing = "MARKETING",
1135
+ AppManager = "APP_MANAGER",
1136
+ Developer = "DEVELOPER",
1137
+ AccessToReports = "ACCESS_TO_REPORTS",
1138
+ CustomerSupport = "CUSTOMER_SUPPORT",
1139
+ CreateApps = "CREATE_APPS",
1140
+ CloudManagedDeveloperId = "CLOUD_MANAGED_DEVELOPER_ID",
1141
+ CloudManagedAppDistribution = "CLOUD_MANAGED_APP_DISTRIBUTION",
1142
+ ImageManager = "IMAGE_MANAGER",
1143
+ Unknown = "UNKNOWN"
1144
+ }
1099
1145
  export declare type AndroidAppCredentialsFilter = {
1100
1146
  legacyOnly?: Maybe<Scalars['Boolean']>;
1101
1147
  applicationIdentifier?: Maybe<Scalars['String']>;
@@ -1248,18 +1294,22 @@ export declare type SubscriptionDetails = {
1248
1294
  planId?: Maybe<Scalars['String']>;
1249
1295
  addons: Array<AddonDetails>;
1250
1296
  name?: Maybe<Scalars['String']>;
1297
+ price: Scalars['Int'];
1251
1298
  nextInvoice?: Maybe<Scalars['DateTime']>;
1252
1299
  cancelledAt?: Maybe<Scalars['DateTime']>;
1253
1300
  willCancel?: Maybe<Scalars['Boolean']>;
1254
1301
  endedAt?: Maybe<Scalars['DateTime']>;
1255
1302
  trialEnd?: Maybe<Scalars['DateTime']>;
1256
1303
  status?: Maybe<Scalars['String']>;
1304
+ isDowngrading?: Maybe<Scalars['Boolean']>;
1257
1305
  };
1258
1306
  export declare type AddonDetails = {
1259
1307
  __typename?: 'AddonDetails';
1260
1308
  id: Scalars['ID'];
1261
1309
  planId: Scalars['String'];
1262
1310
  name: Scalars['String'];
1311
+ nextInvoice?: Maybe<Scalars['DateTime']>;
1312
+ willCancel?: Maybe<Scalars['Boolean']>;
1263
1313
  };
1264
1314
  export declare type Charge = {
1265
1315
  __typename?: 'Charge';
@@ -1318,7 +1368,10 @@ export declare type AppQuery = {
1318
1368
  /** Look up app by app id */
1319
1369
  byId: App;
1320
1370
  byFullName: App;
1321
- /** Public apps in the app directory */
1371
+ /**
1372
+ * Public apps in the app directory
1373
+ * @deprecated App directory no longer supported
1374
+ */
1322
1375
  all: Array<App>;
1323
1376
  };
1324
1377
  export declare type AppQueryByIdArgs = {
@@ -1473,6 +1526,45 @@ export declare type ExperimentationQuery = {
1473
1526
  /** Get experimentation unit to use for device experiments. In this case, it is the IP address. */
1474
1527
  deviceExperimentationUnit: Scalars['ID'];
1475
1528
  };
1529
+ export declare type InvoiceQuery = {
1530
+ __typename?: 'InvoiceQuery';
1531
+ /** Preview an upgrade subscription invoice, with proration */
1532
+ previewInvoiceForSubscriptionUpdate: Invoice;
1533
+ };
1534
+ export declare type InvoiceQueryPreviewInvoiceForSubscriptionUpdateArgs = {
1535
+ accountId: Scalars['String'];
1536
+ newPlanIdentifier: Scalars['String'];
1537
+ };
1538
+ export declare type Invoice = {
1539
+ __typename?: 'Invoice';
1540
+ id: Scalars['ID'];
1541
+ /** The total amount due for the invoice, in cents */
1542
+ amountDue: Scalars['Int'];
1543
+ /** The total amount that has been paid, considering any discounts or account credit. Value is in cents. */
1544
+ amountPaid: Scalars['Int'];
1545
+ /** The total amount that needs to be paid, considering any discounts or account credit. Value is in cents. */
1546
+ amountRemaining: Scalars['Int'];
1547
+ lineItems: Array<InvoiceLineItem>;
1548
+ period: InvoicePeriod;
1549
+ startingBalance: Scalars['Int'];
1550
+ subtotal: Scalars['Int'];
1551
+ total: Scalars['Int'];
1552
+ };
1553
+ export declare type InvoiceLineItem = {
1554
+ __typename?: 'InvoiceLineItem';
1555
+ id: Scalars['ID'];
1556
+ description: Scalars['String'];
1557
+ /** Line-item amount in cents */
1558
+ amount: Scalars['Int'];
1559
+ period: InvoicePeriod;
1560
+ proration: Scalars['Boolean'];
1561
+ quantity: Scalars['Int'];
1562
+ };
1563
+ export declare type InvoicePeriod = {
1564
+ __typename?: 'InvoicePeriod';
1565
+ start: Scalars['DateTime'];
1566
+ end: Scalars['DateTime'];
1567
+ };
1476
1568
  export declare type ProjectQuery = {
1477
1569
  __typename?: 'ProjectQuery';
1478
1570
  byAccountNameAndSlug: Project;
@@ -1580,8 +1672,6 @@ export declare type RootMutation = {
1580
1672
  googleServiceAccountKey: GoogleServiceAccountKeyMutation;
1581
1673
  /** Mutations that modify an Identifier for an iOS App */
1582
1674
  appleAppIdentifier: AppleAppIdentifierMutation;
1583
- /** Mutations that modify an App Specific Password for an Apple User Account */
1584
- appleAppSpecificPassword: AppleAppSpecificPasswordMutation;
1585
1675
  /** Mutations that modify an Apple Device */
1586
1676
  appleDevice: AppleDeviceMutation;
1587
1677
  /** Mutations that modify an Apple Device registration request */
@@ -1594,6 +1684,8 @@ export declare type RootMutation = {
1594
1684
  applePushKey: ApplePushKeyMutation;
1595
1685
  /** Mutations that modify an Apple Team */
1596
1686
  appleTeam: AppleTeamMutation;
1687
+ /** Mutations that modify an App Store Connect Api Key */
1688
+ appStoreConnectApiKey: AppStoreConnectApiKeyMutation;
1597
1689
  /** Mutations that modify an App */
1598
1690
  app?: Maybe<AppMutation>;
1599
1691
  asset: AssetMutation;
@@ -1605,6 +1697,7 @@ export declare type RootMutation = {
1605
1697
  iosAppBuildCredentials: IosAppBuildCredentialsMutation;
1606
1698
  /** Mutations that modify the credentials for an iOS app */
1607
1699
  iosAppCredentials: IosAppCredentialsMutation;
1700
+ keystoreGenerationUrl: KeystoreGenerationUrlMutation;
1608
1701
  /** Mutations that create, update, and delete Robots */
1609
1702
  robot: RobotMutation;
1610
1703
  /** Mutations that modify an EAS Submit submission */
@@ -1680,6 +1773,12 @@ export declare type AccountMutation = {
1680
1773
  subscribeToProduct?: Maybe<Account>;
1681
1774
  /** Cancels the active subscription */
1682
1775
  cancelSubscription?: Maybe<Account>;
1776
+ /** Upgrades or downgrades the active subscription to the newPlanIdentifier, which must be one of the EAS plans (i.e., Production or Enterprise). */
1777
+ changePlan: Account;
1778
+ /** Cancel scheduled subscription change */
1779
+ cancelScheduledSubscriptionChange: Account;
1780
+ /** Requests a refund for the specified charge. Returns true if auto-refund was possible, otherwise requests a manual refund from support and returns false. */
1781
+ requestRefund?: Maybe<Scalars['Boolean']>;
1683
1782
  /**
1684
1783
  * Makes a one time purchase
1685
1784
  * @deprecated Build packs are no longer supported
@@ -1715,6 +1814,17 @@ export declare type AccountMutationSubscribeToProductArgs = {
1715
1814
  export declare type AccountMutationCancelSubscriptionArgs = {
1716
1815
  accountName: Scalars['ID'];
1717
1816
  };
1817
+ export declare type AccountMutationChangePlanArgs = {
1818
+ accountID: Scalars['ID'];
1819
+ newPlanIdentifier: Scalars['String'];
1820
+ };
1821
+ export declare type AccountMutationCancelScheduledSubscriptionChangeArgs = {
1822
+ accountID: Scalars['ID'];
1823
+ };
1824
+ export declare type AccountMutationRequestRefundArgs = {
1825
+ accountID: Scalars['ID'];
1826
+ chargeIdentifier: Scalars['ID'];
1827
+ };
1718
1828
  export declare type AccountMutationBuyProductArgs = {
1719
1829
  accountName: Scalars['ID'];
1720
1830
  productId: Scalars['ID'];
@@ -1887,20 +1997,6 @@ export declare type AppleAppIdentifierInput = {
1887
1997
  appleTeamId?: Maybe<Scalars['ID']>;
1888
1998
  parentAppleAppId?: Maybe<Scalars['ID']>;
1889
1999
  };
1890
- export declare type AppleAppSpecificPasswordMutation = {
1891
- __typename?: 'AppleAppSpecificPasswordMutation';
1892
- /** Create an App Specific Password for an Apple User Account */
1893
- createAppleAppSpecificPassword: AppleAppSpecificPassword;
1894
- };
1895
- export declare type AppleAppSpecificPasswordMutationCreateAppleAppSpecificPasswordArgs = {
1896
- appleAppSpecificPasswordInput: AppleAppSpecificPasswordInput;
1897
- accountId: Scalars['ID'];
1898
- };
1899
- export declare type AppleAppSpecificPasswordInput = {
1900
- appleIdUsername: Scalars['String'];
1901
- passwordLabel?: Maybe<Scalars['String']>;
1902
- appSpecificPassword: Scalars['String'];
1903
- };
1904
2000
  export declare type AppleDeviceMutation = {
1905
2001
  __typename?: 'AppleDeviceMutation';
1906
2002
  /** Create an Apple Device */
@@ -2032,6 +2128,32 @@ export declare type AppleTeamInput = {
2032
2128
  appleTeamIdentifier: Scalars['String'];
2033
2129
  appleTeamName?: Maybe<Scalars['String']>;
2034
2130
  };
2131
+ export declare type AppStoreConnectApiKeyMutation = {
2132
+ __typename?: 'AppStoreConnectApiKeyMutation';
2133
+ /** Create an App Store Connect Api Key for an Apple Team */
2134
+ createAppStoreConnectApiKey: AppStoreConnectApiKey;
2135
+ /** Delete an App Store Connect Api Key */
2136
+ deleteAppStoreConnectApiKey: DeleteAppStoreConnectApiKeyResult;
2137
+ };
2138
+ export declare type AppStoreConnectApiKeyMutationCreateAppStoreConnectApiKeyArgs = {
2139
+ appStoreConnectApiKeyInput: AppStoreConnectApiKeyInput;
2140
+ accountId: Scalars['ID'];
2141
+ };
2142
+ export declare type AppStoreConnectApiKeyMutationDeleteAppStoreConnectApiKeyArgs = {
2143
+ id: Scalars['ID'];
2144
+ };
2145
+ export declare type AppStoreConnectApiKeyInput = {
2146
+ issuerIdentifier: Scalars['String'];
2147
+ keyIdentifier: Scalars['String'];
2148
+ keyP8: Scalars['String'];
2149
+ name?: Maybe<Scalars['String']>;
2150
+ roles?: Maybe<Array<AppStoreConnectUserRole>>;
2151
+ appleTeamId?: Maybe<Scalars['ID']>;
2152
+ };
2153
+ export declare type DeleteAppStoreConnectApiKeyResult = {
2154
+ __typename?: 'deleteAppStoreConnectApiKeyResult';
2155
+ id: Scalars['ID'];
2156
+ };
2035
2157
  export declare type AppMutation = {
2036
2158
  __typename?: 'AppMutation';
2037
2159
  /** Create an unpublished app */
@@ -2116,6 +2238,7 @@ export declare type AndroidJobInput = {
2116
2238
  projectRootDirectory: Scalars['String'];
2117
2239
  releaseChannel?: Maybe<Scalars['String']>;
2118
2240
  updates?: Maybe<BuildUpdatesInput>;
2241
+ developmentClient?: Maybe<Scalars['Boolean']>;
2119
2242
  secrets?: Maybe<AndroidJobSecretsInput>;
2120
2243
  builderEnvironment?: Maybe<AndroidBuilderEnvironmentInput>;
2121
2244
  cache?: Maybe<BuildCacheInput>;
@@ -2171,6 +2294,7 @@ export declare type BuildCacheInput = {
2171
2294
  export declare enum AndroidBuildType {
2172
2295
  Apk = "APK",
2173
2296
  AppBundle = "APP_BUNDLE",
2297
+ /** @deprecated Use developmentClient option instead. */
2174
2298
  DevelopmentClient = "DEVELOPMENT_CLIENT"
2175
2299
  }
2176
2300
  export declare type BuildMetadataInput = {
@@ -2190,6 +2314,7 @@ export declare type BuildMetadataInput = {
2190
2314
  appIdentifier?: Maybe<Scalars['String']>;
2191
2315
  buildProfile?: Maybe<Scalars['String']>;
2192
2316
  gitCommitHash?: Maybe<Scalars['String']>;
2317
+ isGitWorkingTreeDirty?: Maybe<Scalars['Boolean']>;
2193
2318
  username?: Maybe<Scalars['String']>;
2194
2319
  };
2195
2320
  export declare enum BuildCredentialsSource {
@@ -2216,13 +2341,17 @@ export declare type IosJobInput = {
2216
2341
  projectRootDirectory: Scalars['String'];
2217
2342
  releaseChannel?: Maybe<Scalars['String']>;
2218
2343
  updates?: Maybe<BuildUpdatesInput>;
2344
+ /** @deprecated */
2219
2345
  distribution?: Maybe<DistributionType>;
2346
+ simulator?: Maybe<Scalars['Boolean']>;
2347
+ developmentClient?: Maybe<Scalars['Boolean']>;
2220
2348
  secrets?: Maybe<IosJobSecretsInput>;
2221
2349
  builderEnvironment?: Maybe<IosBuilderEnvironmentInput>;
2222
2350
  cache?: Maybe<BuildCacheInput>;
2223
2351
  scheme?: Maybe<Scalars['String']>;
2224
2352
  buildConfiguration?: Maybe<Scalars['String']>;
2225
2353
  artifactPath?: Maybe<Scalars['String']>;
2354
+ /** @deprecated */
2226
2355
  buildType?: Maybe<IosBuildType>;
2227
2356
  username?: Maybe<Scalars['String']>;
2228
2357
  };
@@ -2249,6 +2378,7 @@ export declare type IosBuilderEnvironmentInput = {
2249
2378
  expoCli?: Maybe<Scalars['String']>;
2250
2379
  env?: Maybe<Scalars['JSONObject']>;
2251
2380
  };
2381
+ /** @deprecated Use developmentClient option instead. */
2252
2382
  export declare enum IosBuildType {
2253
2383
  Release = "RELEASE",
2254
2384
  DevelopmentClient = "DEVELOPMENT_CLIENT"
@@ -2285,8 +2415,8 @@ export declare type IosAppCredentialsMutation = {
2285
2415
  createIosAppCredentials: IosAppCredentials;
2286
2416
  /** Set the push key to be used in an iOS app */
2287
2417
  setPushKey: IosAppCredentials;
2288
- /** Set the app-specific password to be used for an iOS app */
2289
- setAppSpecificPassword: IosAppCredentials;
2418
+ /** Set the App Store Connect Api Key to be used for submitting an iOS app */
2419
+ setAppStoreConnectApiKeyForSubmissions: IosAppCredentials;
2290
2420
  };
2291
2421
  export declare type IosAppCredentialsMutationCreateIosAppCredentialsArgs = {
2292
2422
  iosAppCredentialsInput: IosAppCredentialsInput;
@@ -2297,14 +2427,24 @@ export declare type IosAppCredentialsMutationSetPushKeyArgs = {
2297
2427
  id: Scalars['ID'];
2298
2428
  pushKeyId: Scalars['ID'];
2299
2429
  };
2300
- export declare type IosAppCredentialsMutationSetAppSpecificPasswordArgs = {
2430
+ export declare type IosAppCredentialsMutationSetAppStoreConnectApiKeyForSubmissionsArgs = {
2301
2431
  id: Scalars['ID'];
2302
- appSpecificPasswordId: Scalars['ID'];
2432
+ ascApiKeyId: Scalars['ID'];
2303
2433
  };
2304
2434
  export declare type IosAppCredentialsInput = {
2305
2435
  appleTeamId?: Maybe<Scalars['ID']>;
2306
2436
  pushKeyId?: Maybe<Scalars['ID']>;
2307
- appSpecificPasswordId?: Maybe<Scalars['ID']>;
2437
+ appStoreConnectApiKeyForSubmissionsId?: Maybe<Scalars['ID']>;
2438
+ };
2439
+ export declare type KeystoreGenerationUrlMutation = {
2440
+ __typename?: 'KeystoreGenerationUrlMutation';
2441
+ /** Create a Keystore Generation URL */
2442
+ createKeystoreGenerationUrl: KeystoreGenerationUrl;
2443
+ };
2444
+ export declare type KeystoreGenerationUrl = {
2445
+ __typename?: 'KeystoreGenerationUrl';
2446
+ id: Scalars['ID'];
2447
+ url: Scalars['String'];
2308
2448
  };
2309
2449
  export declare type RobotMutation = {
2310
2450
  __typename?: 'RobotMutation';
@@ -2337,6 +2477,7 @@ export declare type Robot = Actor & {
2337
2477
  firstName?: Maybe<Scalars['String']>;
2338
2478
  created: Scalars['DateTime'];
2339
2479
  isExpoAdmin: Scalars['Boolean'];
2480
+ displayName: Scalars['String'];
2340
2481
  /** Associated accounts */
2341
2482
  accounts: Array<Account>;
2342
2483
  /** Access Tokens belonging to this actor */
@@ -2393,11 +2534,11 @@ export declare type CreateIosSubmissionInput = {
2393
2534
  submittedBuildId?: Maybe<Scalars['ID']>;
2394
2535
  };
2395
2536
  export declare type IosSubmissionConfigInput = {
2396
- appleAppSpecificPasswordId?: Maybe<Scalars['String']>;
2397
2537
  appleAppSpecificPassword?: Maybe<Scalars['String']>;
2398
2538
  ascApiKey?: Maybe<AscApiKeyInput>;
2539
+ ascApiKeyId?: Maybe<Scalars['String']>;
2399
2540
  archiveUrl?: Maybe<Scalars['String']>;
2400
- appleIdUsername: Scalars['String'];
2541
+ appleIdUsername?: Maybe<Scalars['String']>;
2401
2542
  ascAppIdentifier: Scalars['String'];
2402
2543
  };
2403
2544
  export declare type AscApiKeyInput = {
@@ -2414,7 +2555,7 @@ export declare type AndroidSubmissionConfigInput = {
2414
2555
  googleServiceAccountKeyId?: Maybe<Scalars['String']>;
2415
2556
  googleServiceAccountKeyJson?: Maybe<Scalars['String']>;
2416
2557
  archiveUrl?: Maybe<Scalars['String']>;
2417
- applicationIdentifier: Scalars['String'];
2558
+ applicationIdentifier?: Maybe<Scalars['String']>;
2418
2559
  track: SubmissionAndroidTrack;
2419
2560
  releaseStatus?: Maybe<SubmissionAndroidReleaseStatus>;
2420
2561
  changesNotSentForReview?: Maybe<Scalars['Boolean']>;
@@ -2842,6 +2983,7 @@ export declare enum IosSchemeBuildConfiguration {
2842
2983
  Release = "RELEASE",
2843
2984
  Debug = "DEBUG"
2844
2985
  }
2986
+ /** @deprecated Use developmentClient option instead. */
2845
2987
  export declare enum IosManagedBuildType {
2846
2988
  Release = "RELEASE",
2847
2989
  DevelopmentClient = "DEVELOPMENT_CLIENT"
@@ -2872,7 +3014,7 @@ export declare type GetBranchInfoQueryVariables = Exact<{
2872
3014
  export declare type GetBranchInfoQuery = ({
2873
3015
  __typename?: 'RootQuery';
2874
3016
  } & {
2875
- app?: Maybe<({
3017
+ app: ({
2876
3018
  __typename?: 'AppQuery';
2877
3019
  } & {
2878
3020
  byId: ({
@@ -2882,7 +3024,7 @@ export declare type GetBranchInfoQuery = ({
2882
3024
  __typename?: 'UpdateBranch';
2883
3025
  } & Pick<UpdateBranch, 'id' | 'name'>)>;
2884
3026
  });
2885
- })>;
3027
+ });
2886
3028
  });
2887
3029
  export declare type DeleteUpdateBranchMutationVariables = Exact<{
2888
3030
  branchId: Scalars['ID'];
@@ -2905,7 +3047,7 @@ export declare type BranchesByAppQueryVariables = Exact<{
2905
3047
  export declare type BranchesByAppQuery = ({
2906
3048
  __typename?: 'RootQuery';
2907
3049
  } & {
2908
- app?: Maybe<({
3050
+ app: ({
2909
3051
  __typename?: 'AppQuery';
2910
3052
  } & {
2911
3053
  byId: ({
@@ -2915,7 +3057,7 @@ export declare type BranchesByAppQuery = ({
2915
3057
  __typename?: 'UpdateBranch';
2916
3058
  } & Pick<UpdateBranch, 'id'> & UpdateBranchFragment)>;
2917
3059
  });
2918
- })>;
3060
+ });
2919
3061
  });
2920
3062
  export declare type GetUpdateGroupAsyncQueryVariables = Exact<{
2921
3063
  group: Scalars['ID'];
@@ -2949,7 +3091,7 @@ export declare type ViewBranchQueryVariables = Exact<{
2949
3091
  export declare type ViewBranchQuery = ({
2950
3092
  __typename?: 'RootQuery';
2951
3093
  } & {
2952
- app?: Maybe<({
3094
+ app: ({
2953
3095
  __typename?: 'AppQuery';
2954
3096
  } & {
2955
3097
  byId: ({
@@ -2969,7 +3111,7 @@ export declare type ViewBranchQuery = ({
2969
3111
  })>;
2970
3112
  })>;
2971
3113
  });
2972
- })>;
3114
+ });
2973
3115
  });
2974
3116
  export declare type CancelBuildMutationVariables = Exact<{
2975
3117
  buildId: Scalars['ID'];
@@ -3008,7 +3150,7 @@ export declare type GetChannelByNameToEditQueryVariables = Exact<{
3008
3150
  export declare type GetChannelByNameToEditQuery = ({
3009
3151
  __typename?: 'RootQuery';
3010
3152
  } & {
3011
- app?: Maybe<({
3153
+ app: ({
3012
3154
  __typename?: 'AppQuery';
3013
3155
  } & {
3014
3156
  byId: ({
@@ -3022,7 +3164,7 @@ export declare type GetChannelByNameToEditQuery = ({
3022
3164
  } & Pick<UpdateBranch, 'id' | 'name'>)>;
3023
3165
  })>;
3024
3166
  });
3025
- })>;
3167
+ });
3026
3168
  });
3027
3169
  export declare type UpdateChannelBranchMappingMutationVariables = Exact<{
3028
3170
  channelId: Scalars['ID'];
@@ -3047,7 +3189,7 @@ export declare type GetAllChannelsForAppQueryVariables = Exact<{
3047
3189
  export declare type GetAllChannelsForAppQuery = ({
3048
3190
  __typename?: 'RootQuery';
3049
3191
  } & {
3050
- app?: Maybe<({
3192
+ app: ({
3051
3193
  __typename?: 'AppQuery';
3052
3194
  } & {
3053
3195
  byId: ({
@@ -3071,7 +3213,7 @@ export declare type GetAllChannelsForAppQuery = ({
3071
3213
  })>;
3072
3214
  })>;
3073
3215
  });
3074
- })>;
3216
+ });
3075
3217
  });
3076
3218
  export declare type GetChannelByNameForAppQueryVariables = Exact<{
3077
3219
  appId: Scalars['String'];
@@ -3080,7 +3222,7 @@ export declare type GetChannelByNameForAppQueryVariables = Exact<{
3080
3222
  export declare type GetChannelByNameForAppQuery = ({
3081
3223
  __typename?: 'RootQuery';
3082
3224
  } & {
3083
- app?: Maybe<({
3225
+ app: ({
3084
3226
  __typename?: 'AppQuery';
3085
3227
  } & {
3086
3228
  byId: ({
@@ -3104,7 +3246,7 @@ export declare type GetChannelByNameForAppQuery = ({
3104
3246
  })>;
3105
3247
  })>;
3106
3248
  });
3107
- })>;
3249
+ });
3108
3250
  });
3109
3251
  export declare type AppInfoQueryVariables = Exact<{
3110
3252
  appId: Scalars['String'];
@@ -3112,13 +3254,13 @@ export declare type AppInfoQueryVariables = Exact<{
3112
3254
  export declare type AppInfoQuery = ({
3113
3255
  __typename?: 'RootQuery';
3114
3256
  } & {
3115
- app?: Maybe<({
3257
+ app: ({
3116
3258
  __typename?: 'AppQuery';
3117
3259
  } & {
3118
3260
  byId: ({
3119
3261
  __typename?: 'App';
3120
3262
  } & Pick<App, 'id' | 'fullName'>);
3121
- })>;
3263
+ });
3122
3264
  });
3123
3265
  export declare type DeleteUpdateGroupMutationVariables = Exact<{
3124
3266
  group: Scalars['ID'];
@@ -3321,7 +3463,7 @@ export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplication
3321
3463
  export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplicationIdentifierQuery = ({
3322
3464
  __typename?: 'RootQuery';
3323
3465
  } & {
3324
- app?: Maybe<({
3466
+ app: ({
3325
3467
  __typename?: 'AppQuery';
3326
3468
  } & {
3327
3469
  byFullName: ({
@@ -3331,7 +3473,7 @@ export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplication
3331
3473
  __typename?: 'AndroidAppCredentials';
3332
3474
  } & Pick<AndroidAppCredentials, 'id'> & CommonAndroidAppCredentialsFragment)>;
3333
3475
  });
3334
- })>;
3476
+ });
3335
3477
  });
3336
3478
  export declare type GoogleServiceAccountKeyByAccountQueryVariables = Exact<{
3337
3479
  accountName: Scalars['String'];
@@ -3351,6 +3493,35 @@ export declare type GoogleServiceAccountKeyByAccountQuery = ({
3351
3493
  });
3352
3494
  });
3353
3495
  });
3496
+ export declare type CreateAppStoreConnectApiKeyMutationVariables = Exact<{
3497
+ appStoreConnectApiKeyInput: AppStoreConnectApiKeyInput;
3498
+ accountId: Scalars['ID'];
3499
+ }>;
3500
+ export declare type CreateAppStoreConnectApiKeyMutation = ({
3501
+ __typename?: 'RootMutation';
3502
+ } & {
3503
+ appStoreConnectApiKey: ({
3504
+ __typename?: 'AppStoreConnectApiKeyMutation';
3505
+ } & {
3506
+ createAppStoreConnectApiKey: ({
3507
+ __typename?: 'AppStoreConnectApiKey';
3508
+ } & Pick<AppStoreConnectApiKey, 'id'> & AppStoreConnectApiKeyFragment);
3509
+ });
3510
+ });
3511
+ export declare type DeleteAppStoreConnectApiKeyMutationVariables = Exact<{
3512
+ appStoreConnectApiKeyId: Scalars['ID'];
3513
+ }>;
3514
+ export declare type DeleteAppStoreConnectApiKeyMutation = ({
3515
+ __typename?: 'RootMutation';
3516
+ } & {
3517
+ appStoreConnectApiKey: ({
3518
+ __typename?: 'AppStoreConnectApiKeyMutation';
3519
+ } & {
3520
+ deleteAppStoreConnectApiKey: ({
3521
+ __typename?: 'deleteAppStoreConnectApiKeyResult';
3522
+ } & Pick<DeleteAppStoreConnectApiKeyResult, 'id'>);
3523
+ });
3524
+ });
3354
3525
  export declare type CreateAppleAppIdentifierMutationVariables = Exact<{
3355
3526
  appleAppIdentifierInput: AppleAppIdentifierInput;
3356
3527
  accountId: Scalars['ID'];
@@ -3606,19 +3777,52 @@ export declare type SetPushKeyMutation = ({
3606
3777
  } & Pick<IosAppCredentials, 'id'> & CommonIosAppCredentialsFragment);
3607
3778
  });
3608
3779
  });
3780
+ export declare type SetAppStoreConnectApiKeyForSubmissionsMutationVariables = Exact<{
3781
+ iosAppCredentialsId: Scalars['ID'];
3782
+ ascApiKeyId: Scalars['ID'];
3783
+ }>;
3784
+ export declare type SetAppStoreConnectApiKeyForSubmissionsMutation = ({
3785
+ __typename?: 'RootMutation';
3786
+ } & {
3787
+ iosAppCredentials: ({
3788
+ __typename?: 'IosAppCredentialsMutation';
3789
+ } & {
3790
+ setAppStoreConnectApiKeyForSubmissions: ({
3791
+ __typename?: 'IosAppCredentials';
3792
+ } & Pick<IosAppCredentials, 'id'> & CommonIosAppCredentialsFragment);
3793
+ });
3794
+ });
3609
3795
  export declare type AppByFullNameQueryVariables = Exact<{
3610
3796
  fullName: Scalars['String'];
3611
3797
  }>;
3612
3798
  export declare type AppByFullNameQuery = ({
3613
3799
  __typename?: 'RootQuery';
3614
3800
  } & {
3615
- app?: Maybe<({
3801
+ app: ({
3616
3802
  __typename?: 'AppQuery';
3617
3803
  } & {
3618
3804
  byFullName: ({
3619
3805
  __typename?: 'App';
3620
3806
  } & Pick<App, 'id'> & AppFragment);
3621
- })>;
3807
+ });
3808
+ });
3809
+ export declare type AppStoreConnectApiKeyByAccountQueryVariables = Exact<{
3810
+ accountName: Scalars['String'];
3811
+ }>;
3812
+ export declare type AppStoreConnectApiKeyByAccountQuery = ({
3813
+ __typename?: 'RootQuery';
3814
+ } & {
3815
+ account: ({
3816
+ __typename?: 'AccountQuery';
3817
+ } & {
3818
+ byName: ({
3819
+ __typename?: 'Account';
3820
+ } & Pick<Account, 'id'> & {
3821
+ appStoreConnectApiKeys: Array<({
3822
+ __typename?: 'AppStoreConnectApiKey';
3823
+ } & Pick<AppStoreConnectApiKey, 'id'> & AppStoreConnectApiKeyFragment)>;
3824
+ });
3825
+ });
3622
3826
  });
3623
3827
  export declare type AppleAppIdentifierByBundleIdQueryVariables = Exact<{
3624
3828
  accountName: Scalars['String'];
@@ -3716,7 +3920,7 @@ export declare type AppleDistributionCertificateByAppQueryVariables = Exact<{
3716
3920
  export declare type AppleDistributionCertificateByAppQuery = ({
3717
3921
  __typename?: 'RootQuery';
3718
3922
  } & {
3719
- app?: Maybe<({
3923
+ app: ({
3720
3924
  __typename?: 'AppQuery';
3721
3925
  } & {
3722
3926
  byFullName: ({
@@ -3738,7 +3942,7 @@ export declare type AppleDistributionCertificateByAppQuery = ({
3738
3942
  })>;
3739
3943
  })>;
3740
3944
  });
3741
- })>;
3945
+ });
3742
3946
  });
3743
3947
  export declare type AppleDistributionCertificateByAccountQueryVariables = Exact<{
3744
3948
  accountName: Scalars['String'];
@@ -3766,7 +3970,7 @@ export declare type AppleProvisioningProfilesByAppQueryVariables = Exact<{
3766
3970
  export declare type AppleProvisioningProfilesByAppQuery = ({
3767
3971
  __typename?: 'RootQuery';
3768
3972
  } & {
3769
- app?: Maybe<({
3973
+ app: ({
3770
3974
  __typename?: 'AppQuery';
3771
3975
  } & {
3772
3976
  byFullName: ({
@@ -3794,7 +3998,7 @@ export declare type AppleProvisioningProfilesByAppQuery = ({
3794
3998
  })>;
3795
3999
  })>;
3796
4000
  });
3797
- })>;
4001
+ });
3798
4002
  });
3799
4003
  export declare type ApplePushKeyByAccountQueryVariables = Exact<{
3800
4004
  accountName: Scalars['String'];
@@ -3855,7 +4059,7 @@ export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuer
3855
4059
  export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuery = ({
3856
4060
  __typename?: 'RootQuery';
3857
4061
  } & {
3858
- app?: Maybe<({
4062
+ app: ({
3859
4063
  __typename?: 'AppQuery';
3860
4064
  } & {
3861
4065
  byFullName: ({
@@ -3869,7 +4073,7 @@ export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuer
3869
4073
  } & Pick<IosAppBuildCredentials, 'id'> & IosAppBuildCredentialsFragment)>;
3870
4074
  })>;
3871
4075
  });
3872
- })>;
4076
+ });
3873
4077
  });
3874
4078
  export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQueryVariables = Exact<{
3875
4079
  projectFullName: Scalars['String'];
@@ -3879,7 +4083,7 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQueryV
3879
4083
  export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery = ({
3880
4084
  __typename?: 'RootQuery';
3881
4085
  } & {
3882
- app?: Maybe<({
4086
+ app: ({
3883
4087
  __typename?: 'AppQuery';
3884
4088
  } & {
3885
4089
  byFullName: ({
@@ -3893,7 +4097,7 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery
3893
4097
  } & Pick<IosAppBuildCredentials, 'id'> & IosAppBuildCredentialsFragment)>;
3894
4098
  } & CommonIosAppCredentialsWithoutBuildCredentialsFragment)>;
3895
4099
  });
3896
- })>;
4100
+ });
3897
4101
  });
3898
4102
  export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierIdQueryVariables = Exact<{
3899
4103
  projectFullName: Scalars['String'];
@@ -3902,7 +4106,7 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
3902
4106
  export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery = ({
3903
4107
  __typename?: 'RootQuery';
3904
4108
  } & {
3905
- app?: Maybe<({
4109
+ app: ({
3906
4110
  __typename?: 'AppQuery';
3907
4111
  } & {
3908
4112
  byFullName: ({
@@ -3912,7 +4116,7 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
3912
4116
  __typename?: 'IosAppCredentials';
3913
4117
  } & Pick<IosAppCredentials, 'id'> & CommonIosAppCredentialsFragment)>;
3914
4118
  });
3915
- })>;
4119
+ });
3916
4120
  });
3917
4121
  export declare type CreateAppMutationVariables = Exact<{
3918
4122
  appInput: AppInput;
@@ -4018,6 +4222,20 @@ export declare type DeleteEnvironmentSecretMutation = ({
4018
4222
  } & Pick<DeleteEnvironmentSecretResult, 'id'>);
4019
4223
  });
4020
4224
  });
4225
+ export declare type CreateKeystoreGenerationUrlMutationVariables = Exact<{
4226
+ [key: string]: never;
4227
+ }>;
4228
+ export declare type CreateKeystoreGenerationUrlMutation = ({
4229
+ __typename?: 'RootMutation';
4230
+ } & {
4231
+ keystoreGenerationUrl: ({
4232
+ __typename?: 'KeystoreGenerationUrlMutation';
4233
+ } & {
4234
+ createKeystoreGenerationUrl: ({
4235
+ __typename?: 'KeystoreGenerationUrl';
4236
+ } & Pick<KeystoreGenerationUrl, 'id' | 'url'>);
4237
+ });
4238
+ });
4021
4239
  export declare type GetSignedUploadMutationVariables = Exact<{
4022
4240
  contentTypes: Array<Scalars['String']>;
4023
4241
  }>;
@@ -4163,7 +4381,7 @@ export declare type GetAllBuildsForAppQueryVariables = Exact<{
4163
4381
  export declare type GetAllBuildsForAppQuery = ({
4164
4382
  __typename?: 'RootQuery';
4165
4383
  } & {
4166
- app?: Maybe<({
4384
+ app: ({
4167
4385
  __typename?: 'AppQuery';
4168
4386
  } & {
4169
4387
  byId: ({
@@ -4173,7 +4391,7 @@ export declare type GetAllBuildsForAppQuery = ({
4173
4391
  __typename?: 'Build';
4174
4392
  } & Pick<Build, 'id'> & BuildFragment)>;
4175
4393
  });
4176
- })>;
4394
+ });
4177
4395
  });
4178
4396
  export declare type EnvironmentSecretsByAccountNameQueryVariables = Exact<{
4179
4397
  accountName: Scalars['String'];
@@ -4199,7 +4417,7 @@ export declare type EnvironmentSecretsByAppIdQueryVariables = Exact<{
4199
4417
  export declare type EnvironmentSecretsByAppIdQuery = ({
4200
4418
  __typename?: 'RootQuery';
4201
4419
  } & {
4202
- app?: Maybe<({
4420
+ app: ({
4203
4421
  __typename?: 'AppQuery';
4204
4422
  } & {
4205
4423
  byId: ({
@@ -4209,7 +4427,7 @@ export declare type EnvironmentSecretsByAppIdQuery = ({
4209
4427
  __typename?: 'EnvironmentSecret';
4210
4428
  } & Pick<EnvironmentSecret, 'id'> & EnvironmentSecretFragment)>;
4211
4429
  });
4212
- })>;
4430
+ });
4213
4431
  });
4214
4432
  export declare type ProjectByUsernameAndSlugQueryVariables = Exact<{
4215
4433
  username: Scalars['String'];
@@ -4266,7 +4484,7 @@ export declare type GetAllSubmissionsForAppQueryVariables = Exact<{
4266
4484
  export declare type GetAllSubmissionsForAppQuery = ({
4267
4485
  __typename?: 'RootQuery';
4268
4486
  } & {
4269
- app?: Maybe<({
4487
+ app: ({
4270
4488
  __typename?: 'AppQuery';
4271
4489
  } & {
4272
4490
  byId: ({
@@ -4276,7 +4494,7 @@ export declare type GetAllSubmissionsForAppQuery = ({
4276
4494
  __typename?: 'Submission';
4277
4495
  } & Pick<Submission, 'id'> & SubmissionFragment)>;
4278
4496
  });
4279
- })>;
4497
+ });
4280
4498
  });
4281
4499
  export declare type CurrentUserQueryVariables = Exact<{
4282
4500
  [key: string]: never;
@@ -4305,7 +4523,7 @@ export declare type WebhooksByAppIdQueryVariables = Exact<{
4305
4523
  export declare type WebhooksByAppIdQuery = ({
4306
4524
  __typename?: 'RootQuery';
4307
4525
  } & {
4308
- app?: Maybe<({
4526
+ app: ({
4309
4527
  __typename?: 'AppQuery';
4310
4528
  } & {
4311
4529
  byId: ({
@@ -4315,7 +4533,7 @@ export declare type WebhooksByAppIdQuery = ({
4315
4533
  __typename?: 'Webhook';
4316
4534
  } & Pick<Webhook, 'id'> & WebhookFragment)>;
4317
4535
  });
4318
- })>;
4536
+ });
4319
4537
  });
4320
4538
  export declare type WebhookByIdQueryVariables = Exact<{
4321
4539
  webhookId: Scalars['ID'];
@@ -4345,9 +4563,9 @@ export declare type BuildFragment = ({
4345
4563
  } & Pick<BuildArtifacts, 'buildUrl' | 'xcodeBuildLogsUrl'>)>;
4346
4564
  initiatingActor?: Maybe<({
4347
4565
  __typename: 'User';
4348
- } & Pick<User, 'username' | 'id'>) | ({
4566
+ } & Pick<User, 'id' | 'displayName'>) | ({
4349
4567
  __typename: 'Robot';
4350
- } & Pick<Robot, 'firstName' | 'id'>)>;
4568
+ } & Pick<Robot, 'id' | 'displayName'>)>;
4351
4569
  project: ({
4352
4570
  __typename: 'Snack';
4353
4571
  } & Pick<Snack, 'id' | 'name'>) | ({
@@ -4432,6 +4650,13 @@ export declare type AndroidFcmFragment = ({
4432
4650
  export declare type AndroidKeystoreFragment = ({
4433
4651
  __typename?: 'AndroidKeystore';
4434
4652
  } & Pick<AndroidKeystore, 'id' | 'type' | 'keystore' | 'keystorePassword' | 'keyAlias' | 'keyPassword' | 'md5CertificateFingerprint' | 'sha1CertificateFingerprint' | 'sha256CertificateFingerprint' | 'createdAt' | 'updatedAt'>);
4653
+ export declare type AppStoreConnectApiKeyFragment = ({
4654
+ __typename?: 'AppStoreConnectApiKey';
4655
+ } & Pick<AppStoreConnectApiKey, 'id' | 'issuerIdentifier' | 'keyIdentifier' | 'name' | 'roles' | 'createdAt' | 'updatedAt'> & {
4656
+ appleTeam?: Maybe<({
4657
+ __typename?: 'AppleTeam';
4658
+ } & Pick<AppleTeam, 'id'> & AppleTeamFragment)>;
4659
+ });
4435
4660
  export declare type AppleAppIdentifierFragment = ({
4436
4661
  __typename?: 'AppleAppIdentifier';
4437
4662
  } & Pick<AppleAppIdentifier, 'id' | 'bundleIdentifier'>);
@@ -4526,6 +4751,9 @@ export declare type CommonIosAppCredentialsWithoutBuildCredentialsFragment = ({
4526
4751
  pushKey?: Maybe<({
4527
4752
  __typename?: 'ApplePushKey';
4528
4753
  } & Pick<ApplePushKey, 'id'> & ApplePushKeyFragment)>;
4754
+ appStoreConnectApiKeyForSubmissions?: Maybe<({
4755
+ __typename?: 'AppStoreConnectApiKey';
4756
+ } & Pick<AppStoreConnectApiKey, 'id'> & AppStoreConnectApiKeyFragment)>;
4529
4757
  });
4530
4758
  export declare type CommonIosAppCredentialsFragment = ({
4531
4759
  __typename?: 'IosAppCredentials';