eas-cli 10.2.4 → 11.0.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.
Files changed (204) hide show
  1. package/README.md +63 -65
  2. package/build/branch/actions/SelectBranch.d.ts +1 -1
  3. package/build/branch/actions/SelectBranch.js +2 -2
  4. package/build/branch/queries.js +3 -1
  5. package/build/build/android/build.js +1 -1
  6. package/build/build/android/version.js +1 -1
  7. package/build/build/build.js +21 -10
  8. package/build/build/context.d.ts +1 -0
  9. package/build/build/createContext.d.ts +2 -1
  10. package/build/build/createContext.js +6 -3
  11. package/build/build/evaluateConfigWithEnvVarsAsync.d.ts +16 -0
  12. package/build/build/evaluateConfigWithEnvVarsAsync.js +44 -0
  13. package/build/build/ios/build.js +4 -4
  14. package/build/build/local.d.ts +1 -1
  15. package/build/build/local.js +2 -1
  16. package/build/build/queries.js +3 -1
  17. package/build/build/runBuildAndSubmit.d.ts +2 -0
  18. package/build/build/runBuildAndSubmit.js +14 -7
  19. package/build/build/utils/printBuildInfo.js +6 -2
  20. package/build/build/validate.js +2 -2
  21. package/build/channel/actions/SelectChannel.d.ts +1 -1
  22. package/build/channel/actions/SelectChannel.js +2 -2
  23. package/build/channel/queries.js +6 -2
  24. package/build/commandUtils/EasCommand.js +2 -2
  25. package/build/commandUtils/context/contextUtils/createGraphqlClient.js +1 -1
  26. package/build/commandUtils/flags.d.ts +3 -0
  27. package/build/commandUtils/flags.js +15 -1
  28. package/build/commandUtils/gating/FeatureGating.js +6 -2
  29. package/build/commands/analytics.js +1 -1
  30. package/build/commands/build/index.d.ts +4 -1
  31. package/build/commands/build/index.js +3 -0
  32. package/build/commands/build/resign.d.ts +4 -1
  33. package/build/commands/build/resign.js +12 -3
  34. package/build/commands/build/version/get.d.ts +1 -0
  35. package/build/commands/build/version/get.js +9 -2
  36. package/build/commands/build/version/set.d.ts +1 -0
  37. package/build/commands/build/version/set.js +11 -1
  38. package/build/commands/build/version/sync.d.ts +1 -0
  39. package/build/commands/build/version/sync.js +13 -5
  40. package/build/commands/config.d.ts +2 -0
  41. package/build/commands/config.js +17 -5
  42. package/build/commands/device/delete.js +1 -1
  43. package/build/commands/device/rename.js +1 -1
  44. package/build/commands/env/create.js +7 -2
  45. package/build/commands/env/delete.js +5 -2
  46. package/build/commands/env/get.js +12 -4
  47. package/build/commands/env/link.js +3 -1
  48. package/build/commands/env/list.d.ts +4 -2
  49. package/build/commands/env/list.js +31 -4
  50. package/build/commands/env/pull.d.ts +15 -0
  51. package/build/commands/env/pull.js +64 -0
  52. package/build/commands/env/push.d.ts +17 -0
  53. package/build/commands/env/push.js +148 -0
  54. package/build/commands/env/unlink.js +4 -1
  55. package/build/commands/env/update.js +7 -2
  56. package/build/commands/metadata/lint.js +4 -2
  57. package/build/commands/project/onboarding.js +1 -1
  58. package/build/commands/update/edit.d.ts +19 -0
  59. package/build/commands/update/edit.js +102 -0
  60. package/build/commands/update/index.d.ts +1 -2
  61. package/build/commands/update/index.js +53 -25
  62. package/build/commands/update/list.js +6 -3
  63. package/build/commands/update/roll-back-to-embedded.js +1 -1
  64. package/build/credentials/android/AndroidCredentialsProvider.d.ts +2 -2
  65. package/build/credentials/android/actions/AssignFcm.d.ts +1 -1
  66. package/build/credentials/android/actions/AssignGoogleServiceAccountKeyForFcmV1.d.ts +1 -1
  67. package/build/credentials/android/actions/AssignGoogleServiceAccountKeyForSubmissions.d.ts +1 -1
  68. package/build/credentials/android/actions/CreateFcm.d.ts +1 -1
  69. package/build/credentials/android/actions/CreateGoogleServiceAccountKey.d.ts +1 -1
  70. package/build/credentials/android/actions/CreateKeystore.d.ts +1 -1
  71. package/build/credentials/android/actions/DownloadKeystore.d.ts +2 -2
  72. package/build/credentials/android/actions/RemoveFcm.d.ts +1 -1
  73. package/build/credentials/android/actions/RemoveGoogleServiceAccountKey.d.ts +2 -2
  74. package/build/credentials/android/actions/RemoveKeystore.d.ts +1 -1
  75. package/build/credentials/android/actions/SetUpBuildCredentials.d.ts +1 -1
  76. package/build/credentials/android/actions/SetUpBuildCredentialsFromCredentialsJson.d.ts +1 -1
  77. package/build/credentials/android/actions/SetUpGoogleServiceAccountKeyForFcmV1.d.ts +1 -1
  78. package/build/credentials/android/actions/SetUpGoogleServiceAccountKeyForSubmissions.d.ts +1 -1
  79. package/build/credentials/android/actions/UseExistingGoogleServiceAccountKey.d.ts +1 -1
  80. package/build/credentials/android/api/GraphqlClient.js +3 -3
  81. package/build/credentials/context.d.ts +2 -2
  82. package/build/credentials/context.js +1 -1
  83. package/build/credentials/ios/IosCredentialsProvider.d.ts +2 -2
  84. package/build/credentials/ios/IosCredentialsProvider.js +1 -1
  85. package/build/credentials/ios/actions/AscApiKeyUtils.js +1 -1
  86. package/build/credentials/ios/actions/AssignAscApiKey.d.ts +1 -1
  87. package/build/credentials/ios/actions/AssignPushKey.d.ts +1 -1
  88. package/build/credentials/ios/actions/ConfigureProvisioningProfile.d.ts +4 -4
  89. package/build/credentials/ios/actions/CreateAscApiKey.d.ts +1 -1
  90. package/build/credentials/ios/actions/CreateDistributionCertificate.d.ts +1 -1
  91. package/build/credentials/ios/actions/CreateProvisioningProfile.d.ts +3 -3
  92. package/build/credentials/ios/actions/CreatePushKey.d.ts +1 -1
  93. package/build/credentials/ios/actions/DistributionCertificateUtils.js +5 -5
  94. package/build/credentials/ios/actions/ProvisioningProfileUtils.js +1 -1
  95. package/build/credentials/ios/actions/PushKeyUtils.js +2 -2
  96. package/build/credentials/ios/actions/RemoveAscApiKey.d.ts +2 -2
  97. package/build/credentials/ios/actions/RemoveDistributionCertificate.d.ts +3 -3
  98. package/build/credentials/ios/actions/RemoveProvisioningProfile.d.ts +2 -2
  99. package/build/credentials/ios/actions/RemovePushKey.d.ts +2 -2
  100. package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.d.ts +1 -1
  101. package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.js +1 -1
  102. package/build/credentials/ios/actions/SetUpAscApiKey.d.ts +2 -2
  103. package/build/credentials/ios/actions/SetUpBuildCredentials.d.ts +1 -1
  104. package/build/credentials/ios/actions/SetUpBuildCredentialsFromCredentialsJson.d.ts +3 -3
  105. package/build/credentials/ios/actions/SetUpDistributionCertificate.d.ts +2 -2
  106. package/build/credentials/ios/actions/SetUpDistributionCertificate.js +1 -1
  107. package/build/credentials/ios/actions/SetUpInternalProvisioningProfile.d.ts +1 -1
  108. package/build/credentials/ios/actions/SetUpProvisioningProfile.d.ts +3 -3
  109. package/build/credentials/ios/actions/SetUpProvisioningProfile.js +1 -1
  110. package/build/credentials/ios/actions/SetUpPushKey.d.ts +1 -1
  111. package/build/credentials/ios/actions/SetUpTargetBuildCredentials.d.ts +1 -1
  112. package/build/credentials/ios/actions/SetUpTargetBuildCredentialsFromCredentialsJson.d.ts +3 -3
  113. package/build/credentials/ios/actions/UpdateCredentialsJson.d.ts +3 -3
  114. package/build/credentials/ios/api/GraphqlClient.js +4 -4
  115. package/build/credentials/ios/appstore/AppStoreApi.js +4 -4
  116. package/build/credentials/ios/appstore/authenticate.js +1 -1
  117. package/build/credentials/ios/appstore/bundleId.js +1 -1
  118. package/build/credentials/ios/appstore/bundleIdCapabilities.js +1 -1
  119. package/build/credentials/ios/appstore/ensureAppExists.js +1 -1
  120. package/build/credentials/ios/appstore/keychain.js +8 -6
  121. package/build/credentials/ios/appstore/provisioningProfile.js +1 -1
  122. package/build/credentials/ios/appstore/pushKey.js +1 -1
  123. package/build/credentials/ios/appstore/resolveCredentials.js +2 -2
  124. package/build/credentials/ios/credentials.js +1 -1
  125. package/build/credentials/ios/utils/convertHTMLToASCII.js +1 -1
  126. package/build/credentials/ios/validators/validateProvisioningProfile.js +2 -4
  127. package/build/credentials/manager/CheckBuildProfileFlagAgainstEasJson.d.ts +3 -3
  128. package/build/credentials/manager/CreateAndroidBuildCredentials.d.ts +1 -1
  129. package/build/credentials/manager/ManageAndroid.js +2 -1
  130. package/build/credentials/manager/ManageIos.js +3 -2
  131. package/build/credentials/manager/SelectAndroidBuildCredentials.d.ts +2 -2
  132. package/build/credentials/manager/SelectBuildProfileFromEasJson.d.ts +2 -2
  133. package/build/credentials/manager/SelectIosDistributionTypeGraphqlFromBuildProfile.d.ts +1 -1
  134. package/build/credentials/manager/SelectIosDistributionTypeGraphqlFromBuildProfile.js +1 -1
  135. package/build/credentials/manager/SelectPlatform.js +3 -2
  136. package/build/credentials/manager/SetDefaultAndroidKeystore.d.ts +1 -1
  137. package/build/credentials/manager/SetUpAndroidBuildCredentials.d.ts +1 -1
  138. package/build/credentials/manager/SetUpBuildCredentialsCommandAction.js +3 -2
  139. package/build/credentials/manager/SetUpIosBuildCredentials.d.ts +1 -1
  140. package/build/devices/actions/create/action.d.ts +4 -4
  141. package/build/devices/actions/create/registrationUrlMethod.js +3 -1
  142. package/build/devices/manager.d.ts +4 -4
  143. package/build/devices/queries.js +3 -1
  144. package/build/easMultiselect.js +6 -2
  145. package/build/graphql/generated.d.ts +342 -33
  146. package/build/graphql/generated.js +52 -2
  147. package/build/graphql/mutations/EnvironmentVariableMutation.d.ts +1 -0
  148. package/build/graphql/mutations/EnvironmentVariableMutation.js +20 -0
  149. package/build/graphql/mutations/PublishMutation.d.ts +1 -0
  150. package/build/graphql/mutations/PublishMutation.js +16 -0
  151. package/build/graphql/queries/BranchQuery.d.ts +7 -1
  152. package/build/graphql/queries/BranchQuery.js +42 -0
  153. package/build/graphql/queries/EnvironmentVariablesQuery.d.ts +16 -7
  154. package/build/graphql/queries/EnvironmentVariablesQuery.js +29 -6
  155. package/build/graphql/types/Update.js +4 -0
  156. package/build/metadata/apple/config/reader.js +1 -1
  157. package/build/metadata/apple/tasks/age-rating.js +1 -1
  158. package/build/metadata/apple/tasks/app-review-detail.js +2 -1
  159. package/build/metadata/apple/tasks/app-version.d.ts +1 -1
  160. package/build/metadata/config/resolve.js +2 -1
  161. package/build/metadata/errors.js +2 -1
  162. package/build/metadata/utils/log.js +1 -1
  163. package/build/metadata/utils/retry.js +1 -1
  164. package/build/onboarding/runCommand.js +1 -1
  165. package/build/ora.js +12 -4
  166. package/build/project/android/applicationId.js +1 -1
  167. package/build/project/applicationIdentifier.d.ts +3 -2
  168. package/build/project/applicationIdentifier.js +2 -2
  169. package/build/project/expoConfig.js +2 -2
  170. package/build/project/ios/entitlements.js +1 -1
  171. package/build/project/publish.d.ts +31 -18
  172. package/build/project/publish.js +61 -37
  173. package/build/project/resolveRuntimeVersionAsync.d.ts +4 -1
  174. package/build/project/resolveRuntimeVersionAsync.js +9 -3
  175. package/build/rollout/actions/CreateRollout.d.ts +2 -2
  176. package/build/rollout/actions/EditRollout.d.ts +2 -2
  177. package/build/rollout/actions/EndRollout.d.ts +2 -2
  178. package/build/rollout/actions/ManageRollout.d.ts +2 -2
  179. package/build/rollout/actions/NonInteractiveRollout.d.ts +1 -1
  180. package/build/rollout/actions/RolloutMainMenu.d.ts +1 -1
  181. package/build/rollout/actions/SelectRuntime.d.ts +3 -3
  182. package/build/run/android/adb.js +1 -1
  183. package/build/run/ios/simctl.js +1 -1
  184. package/build/run/ios/systemRequirements.js +1 -1
  185. package/build/submit/ArchiveSource.js +15 -15
  186. package/build/submit/BaseSubmitter.js +2 -2
  187. package/build/submit/submit.js +1 -1
  188. package/build/update/android/UpdatesModule.js +1 -1
  189. package/build/update/configure.d.ts +1 -1
  190. package/build/update/queries.js +8 -3
  191. package/build/update/republish.js +2 -1
  192. package/build/update/utils.d.ts +1 -0
  193. package/build/update/utils.js +7 -0
  194. package/build/user/expoSsoLauncher.js +1 -1
  195. package/build/utils/download.js +2 -2
  196. package/build/utils/filterAsync.js +1 -1
  197. package/build/utils/image.js +2 -2
  198. package/build/utils/progress.js +1 -1
  199. package/build/utils/promise.js +1 -1
  200. package/build/utils/queries.js +2 -2
  201. package/build/vcs/clients/git.d.ts +1 -1
  202. package/build/vcs/local.d.ts +1 -1
  203. package/oclif.manifest.json +218 -22
  204. package/package.json +14 -14
@@ -63,6 +63,10 @@ export type Scalars = {
63
63
  input: any;
64
64
  output: any;
65
65
  };
66
+ WorkerDeploymentIdentifier: {
67
+ input: any;
68
+ output: any;
69
+ };
66
70
  };
67
71
  export type AcceptUserInvitationResult = {
68
72
  __typename?: 'AcceptUserInvitationResult';
@@ -137,6 +141,8 @@ export type Account = {
137
141
  apps: Array<App>;
138
142
  /** Paginated list of apps associated with this account. By default sorted by name. Use filter to adjust the sorting order. */
139
143
  appsPaginated: AccountAppsConnection;
144
+ /** Audit logs for account */
145
+ auditLogsPaginated: AuditLogConnection;
140
146
  /** @deprecated Build packs are no longer supported */
141
147
  availableBuilds?: Maybe<Scalars['Int']['output']>;
142
148
  /** Billing information. Only visible to members with the ADMIN or OWNER role. */
@@ -325,6 +331,17 @@ export type AccountAppsPaginatedArgs = {
325
331
  first?: InputMaybe<Scalars['Int']['input']>;
326
332
  last?: InputMaybe<Scalars['Int']['input']>;
327
333
  };
334
+ /**
335
+ * An account is a container owning projects, credentials, billing and other organization
336
+ * data and settings. Actors may own and be members of accounts.
337
+ */
338
+ export type AccountAuditLogsPaginatedArgs = {
339
+ after?: InputMaybe<Scalars['String']['input']>;
340
+ before?: InputMaybe<Scalars['String']['input']>;
341
+ filter?: InputMaybe<AuditLogFilterInput>;
342
+ first?: InputMaybe<Scalars['Int']['input']>;
343
+ last?: InputMaybe<Scalars['Int']['input']>;
344
+ };
328
345
  /**
329
346
  * An account is a container owning projects, credentials, billing and other organization
330
347
  * data and settings. Actors may own and be members of accounts.
@@ -1202,6 +1219,7 @@ export type App = Project & {
1202
1219
  workerDeployments: WorkerDeploymentsConnection;
1203
1220
  workerDeploymentsCrashes?: Maybe<WorkerDeploymentCrashes>;
1204
1221
  workerDeploymentsMetrics?: Maybe<WorkerDeploymentMetrics>;
1222
+ workerDeploymentsRequests?: Maybe<WorkerDeploymentRequests>;
1205
1223
  };
1206
1224
  /** Represents an Exponent App (or Experience in legacy terms) */
1207
1225
  export type AppActivityTimelineProjectActivitiesArgs = {
@@ -1364,11 +1382,11 @@ export type AppWebhooksArgs = {
1364
1382
  };
1365
1383
  /** Represents an Exponent App (or Experience in legacy terms) */
1366
1384
  export type AppWorkerDeploymentArgs = {
1367
- deploymentIdentifier: Scalars['String']['input'];
1385
+ deploymentIdentifier: Scalars['WorkerDeploymentIdentifier']['input'];
1368
1386
  };
1369
1387
  /** Represents an Exponent App (or Experience in legacy terms) */
1370
1388
  export type AppWorkerDeploymentAliasArgs = {
1371
- aliasName?: InputMaybe<Scalars['String']['input']>;
1389
+ aliasName?: InputMaybe<Scalars['WorkerDeploymentIdentifier']['input']>;
1372
1390
  };
1373
1391
  /** Represents an Exponent App (or Experience in legacy terms) */
1374
1392
  export type AppWorkerDeploymentAliasesArgs = {
@@ -1393,6 +1411,12 @@ export type AppWorkerDeploymentsCrashesArgs = {
1393
1411
  export type AppWorkerDeploymentsMetricsArgs = {
1394
1412
  timespan: MetricsTimespan;
1395
1413
  };
1414
+ /** Represents an Exponent App (or Experience in legacy terms) */
1415
+ export type AppWorkerDeploymentsRequestsArgs = {
1416
+ filter?: InputMaybe<WorkerDeploymentRequestsFilter>;
1417
+ limit?: Scalars['Int']['input'];
1418
+ timespan: RequestsTimespan;
1419
+ };
1396
1420
  export type AppBranchEdge = {
1397
1421
  __typename?: 'AppBranchEdge';
1398
1422
  cursor: Scalars['String']['output'];
@@ -2066,16 +2090,29 @@ export type AuditLog = {
2066
2090
  metadata?: Maybe<Scalars['JSONObject']['output']>;
2067
2091
  targetEntityId: Scalars['ID']['output'];
2068
2092
  targetEntityMutationType: TargetEntityMutationType;
2069
- targetEntityTableName: Scalars['String']['output'];
2070
2093
  targetEntityTypeName: Scalars['String']['output'];
2071
2094
  websiteMessage: Scalars['String']['output'];
2072
2095
  };
2096
+ export type AuditLogConnection = {
2097
+ __typename?: 'AuditLogConnection';
2098
+ edges: Array<AuditLogEdge>;
2099
+ pageInfo: PageInfo;
2100
+ };
2101
+ export type AuditLogEdge = {
2102
+ __typename?: 'AuditLogEdge';
2103
+ cursor: Scalars['String']['output'];
2104
+ node: AuditLog;
2105
+ };
2073
2106
  export type AuditLogExportInput = {
2074
2107
  accountId: Scalars['ID']['input'];
2075
2108
  createdAfter: Scalars['String']['input'];
2076
2109
  createdBefore: Scalars['String']['input'];
2077
2110
  format: AuditLogsExportFormat;
2078
2111
  };
2112
+ export type AuditLogFilterInput = {
2113
+ entityTypes?: InputMaybe<Array<EntityTypeName>>;
2114
+ mutationTypes?: InputMaybe<Array<TargetEntityMutationType>>;
2115
+ };
2079
2116
  export type AuditLogMutation = {
2080
2117
  __typename?: 'AuditLogMutation';
2081
2118
  /** Exports Audit Logs for an account. Returns the ID of the background job receipt. Use BackgroundJobReceiptQuery to get the status of the job. */
@@ -2093,6 +2130,8 @@ export type AuditLogQueryByAccountIdArgs = {
2093
2130
  accountId: Scalars['ID']['input'];
2094
2131
  limit: Scalars['Int']['input'];
2095
2132
  offset: Scalars['Int']['input'];
2133
+ targetEntityMutationType?: InputMaybe<Array<TargetEntityMutationType>>;
2134
+ targetEntityTypeName?: InputMaybe<Array<EntityTypeName>>;
2096
2135
  };
2097
2136
  export declare enum AuditLogsExportFormat {
2098
2137
  Csv = "CSV",
@@ -2671,6 +2710,16 @@ export type Concurrencies = {
2671
2710
  ios: Scalars['Int']['output'];
2672
2711
  total: Scalars['Int']['output'];
2673
2712
  };
2713
+ export declare enum ContinentCode {
2714
+ Af = "AF",
2715
+ An = "AN",
2716
+ As = "AS",
2717
+ Eu = "EU",
2718
+ Na = "NA",
2719
+ Oc = "OC",
2720
+ Sa = "SA",
2721
+ T1 = "T1"
2722
+ }
2674
2723
  export type CrashesTimespan = {
2675
2724
  end: Scalars['DateTime']['input'];
2676
2725
  start?: InputMaybe<Scalars['DateTime']['input']>;
@@ -2723,6 +2772,7 @@ export type CreateGitHubBuildTriggerInput = {
2723
2772
  appId: Scalars['ID']['input'];
2724
2773
  autoSubmit: Scalars['Boolean']['input'];
2725
2774
  buildProfile: Scalars['String']['input'];
2775
+ executionBehavior: GitHubBuildTriggerExecutionBehavior;
2726
2776
  isActive: Scalars['Boolean']['input'];
2727
2777
  platform: AppPlatform;
2728
2778
  /** A branch or tag name, or a wildcard pattern where the code change originates from. For example, `main` or `release/*`. */
@@ -2806,7 +2856,7 @@ export type CustomDomainMutationRefreshCustomDomainArgs = {
2806
2856
  customDomainId: Scalars['ID']['input'];
2807
2857
  };
2808
2858
  export type CustomDomainMutationRegisterCustomDomainArgs = {
2809
- aliasName?: InputMaybe<Scalars['String']['input']>;
2859
+ aliasName?: InputMaybe<Scalars['WorkerDeploymentIdentifier']['input']>;
2810
2860
  appId: Scalars['ID']['input'];
2811
2861
  hostname: Scalars['String']['input'];
2812
2862
  };
@@ -2838,7 +2888,7 @@ export type DeleteAccountSsoConfigurationResult = {
2838
2888
  };
2839
2889
  export type DeleteAliasResult = {
2840
2890
  __typename?: 'DeleteAliasResult';
2841
- aliasName?: Maybe<Scalars['String']['output']>;
2891
+ aliasName?: Maybe<Scalars['WorkerDeploymentIdentifier']['output']>;
2842
2892
  id: Scalars['ID']['output'];
2843
2893
  };
2844
2894
  export type DeleteAndroidAppCredentialsResult = {
@@ -2977,6 +3027,7 @@ export type DeploymentInsights = {
2977
3027
  embeddedUpdateUniqueUsersOverTime: UniqueUsersOverTimeData;
2978
3028
  id: Scalars['ID']['output'];
2979
3029
  mostPopularUpdates: Array<Update>;
3030
+ mostPopularUpdatesNew: Array<Update>;
2980
3031
  uniqueUsersOverTime: UniqueUsersOverTimeData;
2981
3032
  };
2982
3033
  export type DeploymentInsightsEmbeddedUpdateTotalUniqueUsersArgs = {
@@ -2988,6 +3039,9 @@ export type DeploymentInsightsEmbeddedUpdateUniqueUsersOverTimeArgs = {
2988
3039
  export type DeploymentInsightsMostPopularUpdatesArgs = {
2989
3040
  timespan: InsightsTimespan;
2990
3041
  };
3042
+ export type DeploymentInsightsMostPopularUpdatesNewArgs = {
3043
+ timespan: InsightsTimespan;
3044
+ };
2991
3045
  export type DeploymentInsightsUniqueUsersOverTimeArgs = {
2992
3046
  timespan: InsightsTimespan;
2993
3047
  };
@@ -3011,7 +3065,7 @@ export type DeploymentsMutation = {
3011
3065
  deleteAlias: DeleteAliasResult;
3012
3066
  };
3013
3067
  export type DeploymentsMutationAssignAliasArgs = {
3014
- aliasName?: InputMaybe<Scalars['String']['input']>;
3068
+ aliasName?: InputMaybe<Scalars['WorkerDeploymentIdentifier']['input']>;
3015
3069
  appId: Scalars['ID']['input'];
3016
3070
  deploymentIdentifier: Scalars['ID']['input'];
3017
3071
  };
@@ -3020,7 +3074,7 @@ export type DeploymentsMutationCreateSignedDeploymentUrlArgs = {
3020
3074
  deploymentIdentifier?: InputMaybe<Scalars['ID']['input']>;
3021
3075
  };
3022
3076
  export type DeploymentsMutationDeleteAliasArgs = {
3023
- aliasName?: InputMaybe<Scalars['String']['input']>;
3077
+ aliasName?: InputMaybe<Scalars['WorkerDeploymentIdentifier']['input']>;
3024
3078
  appId: Scalars['ID']['input'];
3025
3079
  };
3026
3080
  export type DiscordUser = {
@@ -3106,6 +3160,27 @@ export type EmailSubscriptionMutation = {
3106
3160
  export type EmailSubscriptionMutationAddUserArgs = {
3107
3161
  addUserInput: AddUserInput;
3108
3162
  };
3163
+ export declare enum EntityTypeName {
3164
+ Account = "Account",
3165
+ AccountSsoConfiguration = "AccountSSOConfiguration",
3166
+ AndroidAppCredentials = "AndroidAppCredentials",
3167
+ AndroidKeystore = "AndroidKeystore",
3168
+ App = "App",
3169
+ AppStoreConnectApiKey = "AppStoreConnectApiKey",
3170
+ AppleDevice = "AppleDevice",
3171
+ AppleDistributionCertificate = "AppleDistributionCertificate",
3172
+ AppleProvisioningProfile = "AppleProvisioningProfile",
3173
+ AppleTeam = "AppleTeam",
3174
+ Branch = "Branch",
3175
+ Channel = "Channel",
3176
+ Customer = "Customer",
3177
+ GoogleServiceAccountKey = "GoogleServiceAccountKey",
3178
+ IosAppCredentials = "IosAppCredentials",
3179
+ TurtleBuild = "TurtleBuild",
3180
+ Update = "Update",
3181
+ UserInvitation = "UserInvitation",
3182
+ UserPermission = "UserPermission"
3183
+ }
3109
3184
  export type EnvironmentSecret = {
3110
3185
  __typename?: 'EnvironmentSecret';
3111
3186
  createdAt: Scalars['DateTime']['output'];
@@ -3287,6 +3362,7 @@ export declare enum Feature {
3287
3362
  }
3288
3363
  export type FingerprintSourceInput = {
3289
3364
  bucketKey?: InputMaybe<Scalars['String']['input']>;
3365
+ isDebugFingerprint?: InputMaybe<Scalars['Boolean']['input']>;
3290
3366
  type?: InputMaybe<FingerprintSourceType>;
3291
3367
  };
3292
3368
  export declare enum FingerprintSourceType {
@@ -3389,6 +3465,7 @@ export type GitHubBuildTrigger = {
3389
3465
  autoSubmit: Scalars['Boolean']['output'];
3390
3466
  buildProfile: Scalars['String']['output'];
3391
3467
  createdAt: Scalars['DateTime']['output'];
3468
+ executionBehavior: GitHubBuildTriggerExecutionBehavior;
3392
3469
  id: Scalars['ID']['output'];
3393
3470
  isActive: Scalars['Boolean']['output'];
3394
3471
  lastRunAt?: Maybe<Scalars['DateTime']['output']>;
@@ -3403,6 +3480,10 @@ export type GitHubBuildTrigger = {
3403
3480
  type: GitHubBuildTriggerType;
3404
3481
  updatedAt: Scalars['DateTime']['output'];
3405
3482
  };
3483
+ export declare enum GitHubBuildTriggerExecutionBehavior {
3484
+ Always = "ALWAYS",
3485
+ BaseDirectoryChanged = "BASE_DIRECTORY_CHANGED"
3486
+ }
3406
3487
  export type GitHubBuildTriggerMutation = {
3407
3488
  __typename?: 'GitHubBuildTriggerMutation';
3408
3489
  /** Create GitHub build trigger for an App */
@@ -3926,6 +4007,7 @@ export type IosSubmissionConfigInput = {
3926
4007
  export type JobRun = {
3927
4008
  __typename?: 'JobRun';
3928
4009
  app: App;
4010
+ /** @deprecated No longer supported */
3929
4011
  childJobRun?: Maybe<JobRun>;
3930
4012
  createdAt: Scalars['DateTime']['output'];
3931
4013
  displayName?: Maybe<Scalars['String']['output']>;
@@ -3948,15 +4030,10 @@ export type JobRunMutation = {
3948
4030
  __typename?: 'JobRunMutation';
3949
4031
  /** Cancel an EAS Job Run */
3950
4032
  cancelJobRun: JobRun;
3951
- /** Retry an EAS Job Run */
3952
- retryJobRun: JobRun;
3953
4033
  };
3954
4034
  export type JobRunMutationCancelJobRunArgs = {
3955
4035
  jobRunId: Scalars['ID']['input'];
3956
4036
  };
3957
- export type JobRunMutationRetryJobRunArgs = {
3958
- jobRunId: Scalars['ID']['input'];
3959
- };
3960
4037
  export declare enum JobRunPriority {
3961
4038
  High = "HIGH",
3962
4039
  Normal = "NORMAL"
@@ -4084,7 +4161,7 @@ export type MeMutation = {
4084
4161
  };
4085
4162
  export type MeMutationAddSecondFactorDeviceArgs = {
4086
4163
  deviceConfiguration: SecondFactorDeviceConfiguration;
4087
- otp: Scalars['String']['input'];
4164
+ otp?: InputMaybe<Scalars['String']['input']>;
4088
4165
  };
4089
4166
  export type MeMutationCertifySecondFactorDeviceArgs = {
4090
4167
  otp: Scalars['String']['input'];
@@ -4099,14 +4176,14 @@ export type MeMutationDeleteSsoUserArgs = {
4099
4176
  ssoUserId: Scalars['ID']['input'];
4100
4177
  };
4101
4178
  export type MeMutationDeleteSecondFactorDeviceArgs = {
4102
- otp: Scalars['String']['input'];
4179
+ otp?: InputMaybe<Scalars['String']['input']>;
4103
4180
  userSecondFactorDeviceId: Scalars['ID']['input'];
4104
4181
  };
4105
4182
  export type MeMutationDeleteSnackArgs = {
4106
4183
  snackId: Scalars['ID']['input'];
4107
4184
  };
4108
4185
  export type MeMutationDisableSecondFactorAuthenticationArgs = {
4109
- otp: Scalars['String']['input'];
4186
+ otp?: InputMaybe<Scalars['String']['input']>;
4110
4187
  };
4111
4188
  export type MeMutationInitiateSecondFactorAuthenticationArgs = {
4112
4189
  deviceConfigurations: Array<SecondFactorDeviceConfiguration>;
@@ -4116,7 +4193,7 @@ export type MeMutationLeaveAccountArgs = {
4116
4193
  accountId: Scalars['ID']['input'];
4117
4194
  };
4118
4195
  export type MeMutationRegenerateSecondFactorBackupCodesArgs = {
4119
- otp: Scalars['String']['input'];
4196
+ otp?: InputMaybe<Scalars['String']['input']>;
4120
4197
  };
4121
4198
  export type MeMutationScheduleAccountDeletionArgs = {
4122
4199
  accountId: Scalars['ID']['input'];
@@ -4347,10 +4424,21 @@ export type PublishUpdateGroupInput = {
4347
4424
  isGitWorkingTreeDirty?: InputMaybe<Scalars['Boolean']['input']>;
4348
4425
  message?: InputMaybe<Scalars['String']['input']>;
4349
4426
  rollBackToEmbeddedInfoGroup?: InputMaybe<UpdateRollBackToEmbeddedGroup>;
4427
+ rolloutInfoGroup?: InputMaybe<UpdateRolloutInfoGroup>;
4350
4428
  runtimeVersion: Scalars['String']['input'];
4351
4429
  turtleJobRunId?: InputMaybe<Scalars['String']['input']>;
4352
4430
  updateInfoGroup?: InputMaybe<UpdateInfoGroup>;
4353
4431
  };
4432
+ export declare enum RequestStatusPattern {
4433
+ Http_2Xx = "HTTP_2XX",
4434
+ Http_3Xx = "HTTP_3XX",
4435
+ Http_4Xx = "HTTP_4XX",
4436
+ Http_5Xx = "HTTP_5XX"
4437
+ }
4438
+ export type RequestsTimespan = {
4439
+ end: Scalars['DateTime']['input'];
4440
+ start?: InputMaybe<Scalars['DateTime']['input']>;
4441
+ };
4354
4442
  export type RescindUserInvitationResult = {
4355
4443
  __typename?: 'RescindUserInvitationResult';
4356
4444
  id: Scalars['ID']['output'];
@@ -4984,6 +5072,7 @@ export type Submission = ActivityTimelineProjectActivity & {
4984
5072
  maxRetryTimeMinutes: Scalars['Int']['output'];
4985
5073
  parentSubmission?: Maybe<Submission>;
4986
5074
  platform: AppPlatform;
5075
+ priority?: Maybe<SubmissionPriority>;
4987
5076
  status: SubmissionStatus;
4988
5077
  submittedBuild?: Maybe<Build>;
4989
5078
  updatedAt: Scalars['DateTime']['output'];
@@ -5048,6 +5137,10 @@ export type SubmissionMutationCreateIosSubmissionArgs = {
5048
5137
  export type SubmissionMutationRetrySubmissionArgs = {
5049
5138
  parentSubmissionId: Scalars['ID']['input'];
5050
5139
  };
5140
+ export declare enum SubmissionPriority {
5141
+ High = "HIGH",
5142
+ Normal = "NORMAL"
5143
+ }
5051
5144
  export type SubmissionQuery = {
5052
5145
  __typename?: 'SubmissionQuery';
5053
5146
  /** Look up EAS Submission by submission ID */
@@ -5150,6 +5243,8 @@ export type Update = ActivityTimelineProjectActivity & {
5150
5243
  manifestPermalink: Scalars['String']['output'];
5151
5244
  message?: Maybe<Scalars['String']['output']>;
5152
5245
  platform: Scalars['String']['output'];
5246
+ rolloutControlUpdate?: Maybe<Update>;
5247
+ rolloutPercentage?: Maybe<Scalars['Int']['output']>;
5153
5248
  runtime: Runtime;
5154
5249
  /** @deprecated Use 'runtime' field . */
5155
5250
  runtimeVersion: Scalars['String']['output'];
@@ -5261,6 +5356,7 @@ export type UpdateChannelMutationEditUpdateChannelArgs = {
5261
5356
  export type UpdateGitHubBuildTriggerInput = {
5262
5357
  autoSubmit: Scalars['Boolean']['input'];
5263
5358
  buildProfile: Scalars['String']['input'];
5359
+ executionBehavior: GitHubBuildTriggerExecutionBehavior;
5264
5360
  isActive: Scalars['Boolean']['input'];
5265
5361
  platform: AppPlatform;
5266
5362
  sourcePattern: Scalars['String']['input'];
@@ -5295,6 +5391,8 @@ export type UpdateMutation = {
5295
5391
  deleteUpdateGroup: DeleteUpdateGroupResult;
5296
5392
  /** Set code signing info for an update */
5297
5393
  setCodeSigningInfo: Update;
5394
+ /** Set rollout percentage for an update */
5395
+ setRolloutPercentage: Update;
5298
5396
  };
5299
5397
  export type UpdateMutationDeleteUpdateGroupArgs = {
5300
5398
  group: Scalars['ID']['input'];
@@ -5303,6 +5401,10 @@ export type UpdateMutationSetCodeSigningInfoArgs = {
5303
5401
  codeSigningInfo: CodeSigningInfoInput;
5304
5402
  updateId: Scalars['ID']['input'];
5305
5403
  };
5404
+ export type UpdateMutationSetRolloutPercentageArgs = {
5405
+ percentage: Scalars['Int']['input'];
5406
+ updateId: Scalars['ID']['input'];
5407
+ };
5306
5408
  export type UpdateQuery = {
5307
5409
  __typename?: 'UpdateQuery';
5308
5410
  /** Query an Update by ID */
@@ -5316,6 +5418,15 @@ export type UpdateRollBackToEmbeddedGroup = {
5316
5418
  ios?: InputMaybe<Scalars['Boolean']['input']>;
5317
5419
  web?: InputMaybe<Scalars['Boolean']['input']>;
5318
5420
  };
5421
+ export type UpdateRolloutInfo = {
5422
+ rolloutControlUpdateId: Scalars['ID']['input'];
5423
+ rolloutPercentage: Scalars['Int']['input'];
5424
+ };
5425
+ export type UpdateRolloutInfoGroup = {
5426
+ android?: InputMaybe<UpdateRolloutInfo>;
5427
+ ios?: InputMaybe<UpdateRolloutInfo>;
5428
+ web?: InputMaybe<UpdateRolloutInfo>;
5429
+ };
5319
5430
  export type UpdatesFilter = {
5320
5431
  platform?: InputMaybe<AppPlatform>;
5321
5432
  runtimeVersions?: InputMaybe<Array<Scalars['String']['input']>>;
@@ -5862,7 +5973,7 @@ export type WorkerDeployment = {
5862
5973
  aliases?: Maybe<Array<WorkerDeploymentAlias>>;
5863
5974
  createdAt: Scalars['DateTime']['output'];
5864
5975
  deploymentDomain: Scalars['String']['output'];
5865
- deploymentIdentifier: Scalars['String']['output'];
5976
+ deploymentIdentifier: Scalars['WorkerDeploymentIdentifier']['output'];
5866
5977
  devDomainName: Scalars['DevDomainName']['output'];
5867
5978
  id: Scalars['ID']['output'];
5868
5979
  logs?: Maybe<WorkerDeploymentLogs>;
@@ -5879,7 +5990,7 @@ export type WorkerDeploymentMetricsArgs = {
5879
5990
  };
5880
5991
  export type WorkerDeploymentAlias = {
5881
5992
  __typename?: 'WorkerDeploymentAlias';
5882
- aliasName?: Maybe<Scalars['String']['output']>;
5993
+ aliasName?: Maybe<Scalars['WorkerDeploymentIdentifier']['output']>;
5883
5994
  createdAt: Scalars['DateTime']['output'];
5884
5995
  deploymentDomain: Scalars['String']['output'];
5885
5996
  devDomainName: Scalars['DevDomainName']['output'];
@@ -5909,7 +6020,9 @@ export type WorkerDeploymentCrashNode = {
5909
6020
  export type WorkerDeploymentCrashSample = {
5910
6021
  __typename?: 'WorkerDeploymentCrashSample';
5911
6022
  message: Scalars['String']['output'];
6023
+ name: Scalars['String']['output'];
5912
6024
  requestTimestamp: Scalars['DateTime']['output'];
6025
+ stack?: Maybe<Array<Scalars['String']['output']>>;
5913
6026
  };
5914
6027
  export type WorkerDeploymentCrashes = {
5915
6028
  __typename?: 'WorkerDeploymentCrashes';
@@ -5966,6 +6079,32 @@ export type WorkerDeploymentQuery = {
5966
6079
  export type WorkerDeploymentQueryByIdArgs = {
5967
6080
  id: Scalars['ID']['input'];
5968
6081
  };
6082
+ export type WorkerDeploymentRequestLocation = {
6083
+ __typename?: 'WorkerDeploymentRequestLocation';
6084
+ continent?: Maybe<ContinentCode>;
6085
+ countryCode?: Maybe<Scalars['String']['output']>;
6086
+ regionCode?: Maybe<Scalars['String']['output']>;
6087
+ };
6088
+ export type WorkerDeploymentRequestNode = {
6089
+ __typename?: 'WorkerDeploymentRequestNode';
6090
+ location?: Maybe<WorkerDeploymentRequestLocation>;
6091
+ method: Scalars['String']['output'];
6092
+ pathname: Scalars['String']['output'];
6093
+ search?: Maybe<Scalars['String']['output']>;
6094
+ status: Scalars['Int']['output'];
6095
+ timestamp: Scalars['DateTime']['output'];
6096
+ };
6097
+ export type WorkerDeploymentRequests = {
6098
+ __typename?: 'WorkerDeploymentRequests';
6099
+ minRowsWithoutLimit?: Maybe<Scalars['Int']['output']>;
6100
+ nodes: Array<WorkerDeploymentRequestNode>;
6101
+ };
6102
+ export type WorkerDeploymentRequestsFilter = {
6103
+ methods?: InputMaybe<Array<Scalars['String']['input']>>;
6104
+ pathname?: InputMaybe<Scalars['String']['input']>;
6105
+ statusCodes?: InputMaybe<Array<Scalars['Int']['input']>>;
6106
+ statusPatterns?: InputMaybe<Array<RequestStatusPattern>>;
6107
+ };
5969
6108
  export type WorkerDeploymentsConnection = {
5970
6109
  __typename?: 'WorkerDeploymentsConnection';
5971
6110
  edges: Array<WorkerDeploymentEdge>;
@@ -10266,6 +10405,20 @@ export type DeleteEnvironmentVariableMutation = {
10266
10405
  };
10267
10406
  };
10268
10407
  };
10408
+ export type CreateBulkEnvironmentVariablesForAppMutationVariables = Exact<{
10409
+ input: Array<CreateEnvironmentVariableInput> | CreateEnvironmentVariableInput;
10410
+ appId: Scalars['ID']['input'];
10411
+ }>;
10412
+ export type CreateBulkEnvironmentVariablesForAppMutation = {
10413
+ __typename?: 'RootMutation';
10414
+ environmentVariable: {
10415
+ __typename?: 'EnvironmentVariableMutation';
10416
+ createBulkEnvironmentVariablesForApp: Array<{
10417
+ __typename?: 'EnvironmentVariable';
10418
+ id: string;
10419
+ }>;
10420
+ };
10421
+ };
10269
10422
  export type CreateKeystoreGenerationUrlMutationVariables = Exact<{
10270
10423
  [key: string]: never;
10271
10424
  }>;
@@ -10312,6 +10465,7 @@ export type UpdatePublishMutation = {
10312
10465
  isRollBackToEmbedded: boolean;
10313
10466
  manifestPermalink: string;
10314
10467
  gitCommitHash?: string | null;
10468
+ rolloutPercentage?: number | null;
10315
10469
  actor?: {
10316
10470
  __typename: 'Robot';
10317
10471
  firstName?: string | null;
@@ -10336,6 +10490,10 @@ export type UpdatePublishMutation = {
10336
10490
  sig: string;
10337
10491
  alg: string;
10338
10492
  } | null;
10493
+ rolloutControlUpdate?: {
10494
+ __typename?: 'Update';
10495
+ id: string;
10496
+ } | null;
10339
10497
  }>;
10340
10498
  };
10341
10499
  };
@@ -10361,6 +10519,58 @@ export type SetCodeSigningInfoMutation = {
10361
10519
  };
10362
10520
  };
10363
10521
  };
10522
+ export type SetRolloutPercentageMutationVariables = Exact<{
10523
+ updateId: Scalars['ID']['input'];
10524
+ rolloutPercentage: Scalars['Int']['input'];
10525
+ }>;
10526
+ export type SetRolloutPercentageMutation = {
10527
+ __typename?: 'RootMutation';
10528
+ update: {
10529
+ __typename?: 'UpdateMutation';
10530
+ setRolloutPercentage: {
10531
+ __typename?: 'Update';
10532
+ id: string;
10533
+ group: string;
10534
+ message?: string | null;
10535
+ createdAt: any;
10536
+ runtimeVersion: string;
10537
+ platform: string;
10538
+ manifestFragment: string;
10539
+ isRollBackToEmbedded: boolean;
10540
+ manifestPermalink: string;
10541
+ gitCommitHash?: string | null;
10542
+ rolloutPercentage?: number | null;
10543
+ actor?: {
10544
+ __typename: 'Robot';
10545
+ firstName?: string | null;
10546
+ id: string;
10547
+ } | {
10548
+ __typename: 'SSOUser';
10549
+ username: string;
10550
+ id: string;
10551
+ } | {
10552
+ __typename: 'User';
10553
+ username: string;
10554
+ id: string;
10555
+ } | null;
10556
+ branch: {
10557
+ __typename?: 'UpdateBranch';
10558
+ id: string;
10559
+ name: string;
10560
+ };
10561
+ codeSigningInfo?: {
10562
+ __typename?: 'CodeSigningInfo';
10563
+ keyid: string;
10564
+ sig: string;
10565
+ alg: string;
10566
+ } | null;
10567
+ rolloutControlUpdate?: {
10568
+ __typename?: 'Update';
10569
+ id: string;
10570
+ } | null;
10571
+ };
10572
+ };
10573
+ };
10364
10574
  export type CreateAndroidSubmissionMutationVariables = Exact<{
10365
10575
  appId: Scalars['ID']['input'];
10366
10576
  config: AndroidSubmissionConfigInput;
@@ -10683,6 +10893,30 @@ export type ViewBranchQuery = {
10683
10893
  };
10684
10894
  };
10685
10895
  };
10896
+ export type ViewLatestUpdateOnBranchQueryVariables = Exact<{
10897
+ appId: Scalars['String']['input'];
10898
+ branchName: Scalars['String']['input'];
10899
+ platform: AppPlatform;
10900
+ runtimeVersion: Scalars['String']['input'];
10901
+ }>;
10902
+ export type ViewLatestUpdateOnBranchQuery = {
10903
+ __typename?: 'RootQuery';
10904
+ app: {
10905
+ __typename?: 'AppQuery';
10906
+ byId: {
10907
+ __typename?: 'App';
10908
+ id: string;
10909
+ updateBranchByName?: {
10910
+ __typename?: 'UpdateBranch';
10911
+ id: string;
10912
+ updates: Array<{
10913
+ __typename?: 'Update';
10914
+ id: string;
10915
+ }>;
10916
+ } | null;
10917
+ };
10918
+ };
10919
+ };
10686
10920
  export type BranchesByAppQueryVariables = Exact<{
10687
10921
  appId: Scalars['String']['input'];
10688
10922
  limit: Scalars['Int']['input'];
@@ -10711,6 +10945,7 @@ export type BranchesByAppQuery = {
10711
10945
  isRollBackToEmbedded: boolean;
10712
10946
  manifestPermalink: string;
10713
10947
  gitCommitHash?: string | null;
10948
+ rolloutPercentage?: number | null;
10714
10949
  actor?: {
10715
10950
  __typename: 'Robot';
10716
10951
  firstName?: string | null;
@@ -10735,6 +10970,10 @@ export type BranchesByAppQuery = {
10735
10970
  sig: string;
10736
10971
  alg: string;
10737
10972
  } | null;
10973
+ rolloutControlUpdate?: {
10974
+ __typename?: 'Update';
10975
+ id: string;
10976
+ } | null;
10738
10977
  }>;
10739
10978
  }>;
10740
10979
  };
@@ -10808,6 +11047,7 @@ export type ViewBranchesOnUpdateChannelQuery = {
10808
11047
  isRollBackToEmbedded: boolean;
10809
11048
  manifestPermalink: string;
10810
11049
  gitCommitHash?: string | null;
11050
+ rolloutPercentage?: number | null;
10811
11051
  actor?: {
10812
11052
  __typename: 'Robot';
10813
11053
  firstName?: string | null;
@@ -10832,6 +11072,10 @@ export type ViewBranchesOnUpdateChannelQuery = {
10832
11072
  sig: string;
10833
11073
  alg: string;
10834
11074
  } | null;
11075
+ rolloutControlUpdate?: {
11076
+ __typename?: 'Update';
11077
+ id: string;
11078
+ } | null;
10835
11079
  }>>;
10836
11080
  }>;
10837
11081
  } | null;
@@ -11146,6 +11390,7 @@ export type ViewUpdateChannelOnAppQuery = {
11146
11390
  isRollBackToEmbedded: boolean;
11147
11391
  manifestPermalink: string;
11148
11392
  gitCommitHash?: string | null;
11393
+ rolloutPercentage?: number | null;
11149
11394
  actor?: {
11150
11395
  __typename: 'Robot';
11151
11396
  firstName?: string | null;
@@ -11170,6 +11415,10 @@ export type ViewUpdateChannelOnAppQuery = {
11170
11415
  sig: string;
11171
11416
  alg: string;
11172
11417
  } | null;
11418
+ rolloutControlUpdate?: {
11419
+ __typename?: 'Update';
11420
+ id: string;
11421
+ } | null;
11173
11422
  }>>;
11174
11423
  }>;
11175
11424
  } | null;
@@ -11211,6 +11460,7 @@ export type ViewUpdateChannelsOnAppQuery = {
11211
11460
  isRollBackToEmbedded: boolean;
11212
11461
  manifestPermalink: string;
11213
11462
  gitCommitHash?: string | null;
11463
+ rolloutPercentage?: number | null;
11214
11464
  actor?: {
11215
11465
  __typename: 'Robot';
11216
11466
  firstName?: string | null;
@@ -11235,6 +11485,10 @@ export type ViewUpdateChannelsOnAppQuery = {
11235
11485
  sig: string;
11236
11486
  alg: string;
11237
11487
  } | null;
11488
+ rolloutControlUpdate?: {
11489
+ __typename?: 'Update';
11490
+ id: string;
11491
+ } | null;
11238
11492
  }>>;
11239
11493
  }>;
11240
11494
  }>;
@@ -11280,7 +11534,6 @@ export type ViewUpdateChannelsPaginatedOnAppQuery = {
11280
11534
  };
11281
11535
  export type EnvironmentSecretsByAppIdQueryVariables = Exact<{
11282
11536
  appId: Scalars['String']['input'];
11283
- filterNames?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
11284
11537
  }>;
11285
11538
  export type EnvironmentSecretsByAppIdQuery = {
11286
11539
  __typename?: 'RootQuery';
@@ -11310,6 +11563,27 @@ export type EnvironmentSecretsByAppIdQuery = {
11310
11563
  };
11311
11564
  };
11312
11565
  };
11566
+ export type EnvironmentVariablesIncludingSensitiveByAppIdQueryVariables = Exact<{
11567
+ appId: Scalars['String']['input'];
11568
+ filterNames?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
11569
+ environment: EnvironmentVariableEnvironment;
11570
+ }>;
11571
+ export type EnvironmentVariablesIncludingSensitiveByAppIdQuery = {
11572
+ __typename?: 'RootQuery';
11573
+ app: {
11574
+ __typename?: 'AppQuery';
11575
+ byId: {
11576
+ __typename?: 'App';
11577
+ id: string;
11578
+ environmentVariablesIncludingSensitive: Array<{
11579
+ __typename?: 'EnvironmentVariableWithSecret';
11580
+ id: string;
11581
+ name: string;
11582
+ value?: string | null;
11583
+ }>;
11584
+ };
11585
+ };
11586
+ };
11313
11587
  export type EnvironmentVariablesByAppIdQueryVariables = Exact<{
11314
11588
  appId: Scalars['String']['input'];
11315
11589
  filterNames?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
@@ -11322,20 +11596,6 @@ export type EnvironmentVariablesByAppIdQuery = {
11322
11596
  byId: {
11323
11597
  __typename?: 'App';
11324
11598
  id: string;
11325
- ownerAccount: {
11326
- __typename?: 'Account';
11327
- id: string;
11328
- environmentVariables: Array<{
11329
- __typename?: 'EnvironmentVariable';
11330
- id: string;
11331
- name: string;
11332
- value?: string | null;
11333
- environment?: EnvironmentVariableEnvironment | null;
11334
- createdAt: any;
11335
- scope: EnvironmentVariableScope;
11336
- visibility?: EnvironmentVariableVisibility | null;
11337
- }>;
11338
- };
11339
11599
  environmentVariables: Array<{
11340
11600
  __typename?: 'EnvironmentVariable';
11341
11601
  id: string;
@@ -11377,6 +11637,30 @@ export type EnvironmentVariablesSharedQuery = {
11377
11637
  };
11378
11638
  };
11379
11639
  };
11640
+ export type EnvironmentVariablesSharedWithSensitiveQueryVariables = Exact<{
11641
+ appId: Scalars['String']['input'];
11642
+ filterNames?: InputMaybe<Array<Scalars['String']['input']> | Scalars['String']['input']>;
11643
+ }>;
11644
+ export type EnvironmentVariablesSharedWithSensitiveQuery = {
11645
+ __typename?: 'RootQuery';
11646
+ app: {
11647
+ __typename?: 'AppQuery';
11648
+ byId: {
11649
+ __typename?: 'App';
11650
+ id: string;
11651
+ ownerAccount: {
11652
+ __typename?: 'Account';
11653
+ id: string;
11654
+ environmentVariablesIncludingSensitive: Array<{
11655
+ __typename?: 'EnvironmentVariableWithSecret';
11656
+ id: string;
11657
+ name: string;
11658
+ value?: string | null;
11659
+ }>;
11660
+ };
11661
+ };
11662
+ };
11663
+ };
11380
11664
  export type GetAssetMetadataQueryVariables = Exact<{
11381
11665
  storageKeys: Array<Scalars['String']['input']> | Scalars['String']['input'];
11382
11666
  }>;
@@ -11583,6 +11867,7 @@ export type ViewUpdatesByGroupQuery = {
11583
11867
  isRollBackToEmbedded: boolean;
11584
11868
  manifestPermalink: string;
11585
11869
  gitCommitHash?: string | null;
11870
+ rolloutPercentage?: number | null;
11586
11871
  actor?: {
11587
11872
  __typename: 'Robot';
11588
11873
  firstName?: string | null;
@@ -11607,6 +11892,10 @@ export type ViewUpdatesByGroupQuery = {
11607
11892
  sig: string;
11608
11893
  alg: string;
11609
11894
  } | null;
11895
+ rolloutControlUpdate?: {
11896
+ __typename?: 'Update';
11897
+ id: string;
11898
+ } | null;
11610
11899
  }>;
11611
11900
  };
11612
11901
  export type ViewUpdateGroupsOnBranchQueryVariables = Exact<{
@@ -11638,6 +11927,7 @@ export type ViewUpdateGroupsOnBranchQuery = {
11638
11927
  isRollBackToEmbedded: boolean;
11639
11928
  manifestPermalink: string;
11640
11929
  gitCommitHash?: string | null;
11930
+ rolloutPercentage?: number | null;
11641
11931
  actor?: {
11642
11932
  __typename: 'Robot';
11643
11933
  firstName?: string | null;
@@ -11662,6 +11952,10 @@ export type ViewUpdateGroupsOnBranchQuery = {
11662
11952
  sig: string;
11663
11953
  alg: string;
11664
11954
  } | null;
11955
+ rolloutControlUpdate?: {
11956
+ __typename?: 'Update';
11957
+ id: string;
11958
+ } | null;
11665
11959
  }>>;
11666
11960
  } | null;
11667
11961
  };
@@ -11692,6 +11986,7 @@ export type ViewUpdateGroupsOnAppQuery = {
11692
11986
  isRollBackToEmbedded: boolean;
11693
11987
  manifestPermalink: string;
11694
11988
  gitCommitHash?: string | null;
11989
+ rolloutPercentage?: number | null;
11695
11990
  actor?: {
11696
11991
  __typename: 'Robot';
11697
11992
  firstName?: string | null;
@@ -11716,6 +12011,10 @@ export type ViewUpdateGroupsOnAppQuery = {
11716
12011
  sig: string;
11717
12012
  alg: string;
11718
12013
  } | null;
12014
+ rolloutControlUpdate?: {
12015
+ __typename?: 'Update';
12016
+ id: string;
12017
+ } | null;
11719
12018
  }>>;
11720
12019
  };
11721
12020
  };
@@ -12274,6 +12573,7 @@ export type UpdateFragment = {
12274
12573
  isRollBackToEmbedded: boolean;
12275
12574
  manifestPermalink: string;
12276
12575
  gitCommitHash?: string | null;
12576
+ rolloutPercentage?: number | null;
12277
12577
  actor?: {
12278
12578
  __typename: 'Robot';
12279
12579
  firstName?: string | null;
@@ -12298,6 +12598,10 @@ export type UpdateFragment = {
12298
12598
  sig: string;
12299
12599
  alg: string;
12300
12600
  } | null;
12601
+ rolloutControlUpdate?: {
12602
+ __typename?: 'Update';
12603
+ id: string;
12604
+ } | null;
12301
12605
  };
12302
12606
  export type UpdateBranchFragment = {
12303
12607
  __typename?: 'UpdateBranch';
@@ -12315,6 +12619,7 @@ export type UpdateBranchFragment = {
12315
12619
  isRollBackToEmbedded: boolean;
12316
12620
  manifestPermalink: string;
12317
12621
  gitCommitHash?: string | null;
12622
+ rolloutPercentage?: number | null;
12318
12623
  actor?: {
12319
12624
  __typename: 'Robot';
12320
12625
  firstName?: string | null;
@@ -12339,6 +12644,10 @@ export type UpdateBranchFragment = {
12339
12644
  sig: string;
12340
12645
  alg: string;
12341
12646
  } | null;
12647
+ rolloutControlUpdate?: {
12648
+ __typename?: 'Update';
12649
+ id: string;
12650
+ } | null;
12342
12651
  }>;
12343
12652
  };
12344
12653
  export type UpdateBranchBasicInfoFragment = {