eas-cli 5.3.1 → 5.5.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 (131) hide show
  1. package/README.md +103 -55
  2. package/build/branch/utils.d.ts +2 -1
  3. package/build/branch/utils.js +2 -4
  4. package/build/build/android/build.js +5 -3
  5. package/build/build/android/prepareJob.js +1 -2
  6. package/build/build/android/syncProjectConfiguration.d.ts +3 -1
  7. package/build/build/android/syncProjectConfiguration.js +2 -2
  8. package/build/build/android/version.d.ts +4 -2
  9. package/build/build/android/version.js +4 -4
  10. package/build/build/build.d.ts +1 -3
  11. package/build/build/build.js +7 -58
  12. package/build/build/configure.d.ts +2 -0
  13. package/build/build/configure.js +9 -10
  14. package/build/build/context.d.ts +4 -0
  15. package/build/build/createContext.d.ts +3 -1
  16. package/build/build/createContext.js +7 -2
  17. package/build/build/ios/build.js +4 -0
  18. package/build/build/ios/prepareJob.js +1 -2
  19. package/build/build/ios/syncProjectConfiguration.d.ts +3 -1
  20. package/build/build/ios/syncProjectConfiguration.js +3 -3
  21. package/build/build/ios/version.d.ts +6 -4
  22. package/build/build/ios/version.js +10 -10
  23. package/build/build/metadata.js +7 -8
  24. package/build/build/runBuildAndSubmit.d.ts +2 -1
  25. package/build/build/runBuildAndSubmit.js +12 -8
  26. package/build/build/utils/devClient.d.ts +3 -1
  27. package/build/build/utils/devClient.js +6 -7
  28. package/build/build/utils/repository.d.ts +6 -5
  29. package/build/build/utils/repository.js +14 -15
  30. package/build/build/utils/resourceClass.js +3 -12
  31. package/build/build/validate.js +2 -3
  32. package/build/commandUtils/EasCommand.d.ts +4 -0
  33. package/build/commandUtils/EasCommand.js +4 -0
  34. package/build/commandUtils/context/VcsClientContextField.d.ts +5 -0
  35. package/build/commandUtils/context/VcsClientContextField.js +11 -0
  36. package/build/commands/branch/create.d.ts +1 -0
  37. package/build/commands/branch/create.js +3 -2
  38. package/build/commands/build/cancel.d.ts +1 -0
  39. package/build/commands/build/cancel.js +1 -0
  40. package/build/commands/build/configure.d.ts +1 -0
  41. package/build/commands/build/configure.js +8 -6
  42. package/build/commands/build/index.d.ts +1 -0
  43. package/build/commands/build/index.js +3 -2
  44. package/build/commands/build/inspect.d.ts +1 -0
  45. package/build/commands/build/inspect.js +5 -6
  46. package/build/commands/build/internal.d.ts +1 -0
  47. package/build/commands/build/internal.js +3 -2
  48. package/build/commands/build/list.d.ts +1 -0
  49. package/build/commands/build/list.js +1 -0
  50. package/build/commands/build/resign.d.ts +1 -0
  51. package/build/commands/build/resign.js +5 -3
  52. package/build/commands/build/run.d.ts +1 -0
  53. package/build/commands/build/run.js +1 -0
  54. package/build/commands/build/version/get.d.ts +1 -0
  55. package/build/commands/build/version/get.js +3 -1
  56. package/build/commands/build/version/set.d.ts +1 -0
  57. package/build/commands/build/version/set.js +3 -1
  58. package/build/commands/build/version/sync.d.ts +1 -0
  59. package/build/commands/build/version/sync.js +9 -4
  60. package/build/commands/build/view.d.ts +1 -0
  61. package/build/commands/build/view.js +1 -0
  62. package/build/commands/credentials.d.ts +1 -0
  63. package/build/commands/credentials.js +3 -2
  64. package/build/commands/diagnostics.d.ts +1 -0
  65. package/build/commands/diagnostics.js +6 -5
  66. package/build/commands/metadata/pull.d.ts +1 -0
  67. package/build/commands/metadata/pull.js +4 -2
  68. package/build/commands/metadata/push.d.ts +1 -0
  69. package/build/commands/metadata/push.js +4 -2
  70. package/build/commands/project/init.d.ts +1 -0
  71. package/build/commands/project/init.js +43 -11
  72. package/build/commands/submit.d.ts +1 -0
  73. package/build/commands/submit.js +3 -1
  74. package/build/commands/update/configure.d.ts +1 -0
  75. package/build/commands/update/configure.js +4 -3
  76. package/build/commands/update/index.d.ts +1 -0
  77. package/build/commands/update/index.js +17 -11
  78. package/build/commands/update/roll-back-to-embedded.d.ts +1 -1
  79. package/build/commands/update/roll-back-to-embedded.js +8 -6
  80. package/build/commands/update/rollback.d.ts +0 -1
  81. package/build/commands/update/rollback.js +0 -1
  82. package/build/credentials/android/actions/BuildCredentialsUtils.js +1 -1
  83. package/build/credentials/android/api/GraphqlClient.js +0 -1
  84. package/build/credentials/context.d.ts +3 -0
  85. package/build/credentials/context.js +1 -0
  86. package/build/credentials/credentialsJson/update.js +6 -8
  87. package/build/credentials/ios/actions/DeviceUtils.js +1 -1
  88. package/build/credentials/ios/appstore/bundleIdCapabilities.js +7 -0
  89. package/build/credentials/manager/HelperActions.d.ts +2 -0
  90. package/build/credentials/manager/ManageAndroid.js +2 -1
  91. package/build/credentials/manager/ManageIos.js +3 -0
  92. package/build/credentials/manager/SelectPlatform.d.ts +3 -1
  93. package/build/credentials/manager/SelectPlatform.js +2 -1
  94. package/build/graphql/generated.d.ts +457 -4
  95. package/build/graphql/generated.js +7 -2
  96. package/build/graphql/types/Account.js +4 -0
  97. package/build/graphql/types/credentials/AppleDevice.js +1 -0
  98. package/build/metadata/auth.js +4 -4
  99. package/build/project/android/applicationId.d.ts +4 -2
  100. package/build/project/android/applicationId.js +5 -5
  101. package/build/project/android/gradle.d.ts +2 -1
  102. package/build/project/android/gradle.js +2 -2
  103. package/build/project/applicationIdentifier.d.ts +3 -1
  104. package/build/project/applicationIdentifier.js +10 -7
  105. package/build/project/ios/bundleIdentifier.d.ts +4 -2
  106. package/build/project/ios/bundleIdentifier.js +5 -5
  107. package/build/project/ios/entitlements.d.ts +2 -1
  108. package/build/project/ios/entitlements.js +2 -2
  109. package/build/project/ios/scheme.d.ts +3 -1
  110. package/build/project/ios/scheme.js +2 -2
  111. package/build/project/ios/target.d.ts +4 -2
  112. package/build/project/ios/target.js +10 -8
  113. package/build/project/projectUtils.d.ts +1 -0
  114. package/build/project/projectUtils.js +12 -1
  115. package/build/project/publish.d.ts +6 -4
  116. package/build/project/publish.js +10 -11
  117. package/build/project/workflow.d.ts +4 -3
  118. package/build/project/workflow.js +5 -8
  119. package/build/submit/android/AndroidSubmitCommand.js +1 -1
  120. package/build/submit/context.d.ts +3 -0
  121. package/build/submit/context.js +2 -1
  122. package/build/submit/ios/AppProduce.js +1 -1
  123. package/build/submit/ios/AscApiKeySource.js +1 -1
  124. package/build/update/configure.d.ts +3 -1
  125. package/build/update/configure.js +5 -5
  126. package/build/update/ios/UpdatesModule.d.ts +2 -1
  127. package/build/update/ios/UpdatesModule.js +4 -5
  128. package/build/uploads.d.ts +1 -1
  129. package/build/uploads.js +2 -1
  130. package/oclif.manifest.json +1 -1
  131. package/package.json +7 -7
@@ -802,7 +802,6 @@ export type AndroidKeystoreInput = {
802
802
  keyAlias: Scalars['String'];
803
803
  keyPassword?: InputMaybe<Scalars['String']>;
804
804
  keystorePassword: Scalars['String'];
805
- type: AndroidKeystoreType;
806
805
  };
807
806
  export type AndroidKeystoreMutation = {
808
807
  __typename?: 'AndroidKeystoreMutation';
@@ -976,6 +975,7 @@ export type AppAndroidAppCredentialsArgs = {
976
975
  export type AppBranchesPaginatedArgs = {
977
976
  after?: InputMaybe<Scalars['String']>;
978
977
  before?: InputMaybe<Scalars['String']>;
978
+ filter?: InputMaybe<BranchFilterInput>;
979
979
  first?: InputMaybe<Scalars['Int']>;
980
980
  last?: InputMaybe<Scalars['Int']>;
981
981
  };
@@ -1178,15 +1178,12 @@ export type AppInsights = {
1178
1178
  };
1179
1179
  export type AppInsightsTotalUniqueUsersArgs = {
1180
1180
  timespan: InsightsTimespan;
1181
- useDeprecatedBackend?: InputMaybe<Scalars['Boolean']>;
1182
1181
  };
1183
1182
  export type AppInsightsUniqueUsersByAppVersionOverTimeArgs = {
1184
1183
  timespan: InsightsTimespan;
1185
- useDeprecatedBackend?: InputMaybe<Scalars['Boolean']>;
1186
1184
  };
1187
1185
  export type AppInsightsUniqueUsersByPlatformOverTimeArgs = {
1188
1186
  timespan: InsightsTimespan;
1189
- useDeprecatedBackend?: InputMaybe<Scalars['Boolean']>;
1190
1187
  };
1191
1188
  export type AppMutation = {
1192
1189
  __typename?: 'AppMutation';
@@ -1410,6 +1407,7 @@ export type AppleDevice = {
1410
1407
  __typename?: 'AppleDevice';
1411
1408
  account: Account;
1412
1409
  appleTeam: AppleTeam;
1410
+ createdAt?: Maybe<Scalars['DateTime']>;
1413
1411
  deviceClass?: Maybe<AppleDeviceClass>;
1414
1412
  enabled?: Maybe<Scalars['Boolean']>;
1415
1413
  id: Scalars['ID'];
@@ -1723,6 +1721,9 @@ export type BillingPeriod = {
1723
1721
  id: Scalars['ID'];
1724
1722
  start: Scalars['DateTime'];
1725
1723
  };
1724
+ export type BranchFilterInput = {
1725
+ searchTerm?: InputMaybe<Scalars['String']>;
1726
+ };
1726
1727
  /** Represents an EAS Build */
1727
1728
  export type Build = ActivityTimelineProjectActivity & BuildOrBuildJob & {
1728
1729
  __typename?: 'Build';
@@ -1776,6 +1777,7 @@ export type Build = ActivityTimelineProjectActivity & BuildOrBuildJob & {
1776
1777
  queuePosition?: Maybe<Scalars['Int']>;
1777
1778
  reactNativeVersion?: Maybe<Scalars['String']>;
1778
1779
  releaseChannel?: Maybe<Scalars['String']>;
1780
+ requiredPackageManager?: Maybe<Scalars['String']>;
1779
1781
  /**
1780
1782
  * The builder resource class requested by the developer
1781
1783
  * @deprecated Use resourceClassDisplayName instead
@@ -1943,6 +1945,7 @@ export type BuildMetadataInput = {
1943
1945
  message?: InputMaybe<Scalars['String']>;
1944
1946
  reactNativeVersion?: InputMaybe<Scalars['String']>;
1945
1947
  releaseChannel?: InputMaybe<Scalars['String']>;
1948
+ requiredPackageManager?: InputMaybe<Scalars['String']>;
1946
1949
  runFromCI?: InputMaybe<Scalars['Boolean']>;
1947
1950
  runWithNoWaitFlag?: InputMaybe<Scalars['Boolean']>;
1948
1951
  runtimeVersion?: InputMaybe<Scalars['String']>;
@@ -2731,6 +2734,10 @@ export type GitHubBuildTrigger = {
2731
2734
  id: Scalars['ID'];
2732
2735
  isActive: Scalars['Boolean'];
2733
2736
  lastRunAt?: Maybe<Scalars['DateTime']>;
2737
+ lastRunBuild?: Maybe<Build>;
2738
+ lastRunErrorCode?: Maybe<Scalars['String']>;
2739
+ lastRunErrorMessage?: Maybe<Scalars['String']>;
2740
+ lastRunStatus?: Maybe<GitHubBuildTriggerRunStatus>;
2734
2741
  platform: AppPlatform;
2735
2742
  sourcePattern: Scalars['String'];
2736
2743
  targetPattern?: Maybe<Scalars['String']>;
@@ -2756,6 +2763,10 @@ export type GitHubBuildTriggerMutationUpdateGitHubBuildTriggerArgs = {
2756
2763
  githubBuildTriggerData: UpdateGitHubBuildTriggerInput;
2757
2764
  githubBuildTriggerId: Scalars['ID'];
2758
2765
  };
2766
+ export declare enum GitHubBuildTriggerRunStatus {
2767
+ Errored = "ERRORED",
2768
+ Success = "SUCCESS"
2769
+ }
2759
2770
  export declare enum GitHubBuildTriggerType {
2760
2771
  PullRequestUpdated = "PULL_REQUEST_UPDATED",
2761
2772
  PushToBranch = "PUSH_TO_BRANCH",
@@ -5181,6 +5192,15 @@ export type CreateAndroidAppCredentialsMutation = {
5181
5192
  __typename?: 'Account';
5182
5193
  id: string;
5183
5194
  name: string;
5195
+ ownerUserActor?: {
5196
+ __typename?: 'SSOUser';
5197
+ id: string;
5198
+ username: string;
5199
+ } | {
5200
+ __typename?: 'User';
5201
+ id: string;
5202
+ username: string;
5203
+ } | null;
5184
5204
  users: Array<{
5185
5205
  __typename?: 'UserPermission';
5186
5206
  role: Role;
@@ -5272,6 +5292,15 @@ export type SetFcmMutation = {
5272
5292
  __typename?: 'Account';
5273
5293
  id: string;
5274
5294
  name: string;
5295
+ ownerUserActor?: {
5296
+ __typename?: 'SSOUser';
5297
+ id: string;
5298
+ username: string;
5299
+ } | {
5300
+ __typename?: 'User';
5301
+ id: string;
5302
+ username: string;
5303
+ } | null;
5275
5304
  users: Array<{
5276
5305
  __typename?: 'UserPermission';
5277
5306
  role: Role;
@@ -5363,6 +5392,15 @@ export type SetGoogleServiceAccountKeyForSubmissionsMutation = {
5363
5392
  __typename?: 'Account';
5364
5393
  id: string;
5365
5394
  name: string;
5395
+ ownerUserActor?: {
5396
+ __typename?: 'SSOUser';
5397
+ id: string;
5398
+ username: string;
5399
+ } | {
5400
+ __typename?: 'User';
5401
+ id: string;
5402
+ username: string;
5403
+ } | null;
5366
5404
  users: Array<{
5367
5405
  __typename?: 'UserPermission';
5368
5406
  role: Role;
@@ -5570,6 +5608,15 @@ export type CommonAndroidAppCredentialsWithBuildCredentialsByApplicationIdentifi
5570
5608
  __typename?: 'Account';
5571
5609
  id: string;
5572
5610
  name: string;
5611
+ ownerUserActor?: {
5612
+ __typename?: 'SSOUser';
5613
+ id: string;
5614
+ username: string;
5615
+ } | {
5616
+ __typename?: 'User';
5617
+ id: string;
5618
+ username: string;
5619
+ } | null;
5573
5620
  users: Array<{
5574
5621
  __typename?: 'UserPermission';
5575
5622
  role: Role;
@@ -5732,6 +5779,7 @@ export type CreateAppleDeviceMutation = {
5732
5779
  name?: string | null;
5733
5780
  model?: string | null;
5734
5781
  deviceClass?: AppleDeviceClass | null;
5782
+ createdAt?: any | null;
5735
5783
  };
5736
5784
  };
5737
5785
  };
@@ -5763,6 +5811,7 @@ export type UpdateAppleDeviceMutation = {
5763
5811
  name?: string | null;
5764
5812
  model?: string | null;
5765
5813
  deviceClass?: AppleDeviceClass | null;
5814
+ createdAt?: any | null;
5766
5815
  };
5767
5816
  };
5768
5817
  };
@@ -5819,6 +5868,15 @@ export type CreateAppleDistributionCertificateMutation = {
5819
5868
  __typename?: 'Account';
5820
5869
  id: string;
5821
5870
  name: string;
5871
+ ownerUserActor?: {
5872
+ __typename?: 'SSOUser';
5873
+ id: string;
5874
+ username: string;
5875
+ } | {
5876
+ __typename?: 'User';
5877
+ id: string;
5878
+ username: string;
5879
+ } | null;
5822
5880
  users: Array<{
5823
5881
  __typename?: 'UserPermission';
5824
5882
  role: Role;
@@ -5893,6 +5951,7 @@ export type CreateAppleProvisioningProfileMutation = {
5893
5951
  name?: string | null;
5894
5952
  model?: string | null;
5895
5953
  deviceClass?: AppleDeviceClass | null;
5954
+ createdAt?: any | null;
5896
5955
  }>;
5897
5956
  };
5898
5957
  };
@@ -5926,6 +5985,7 @@ export type UpdateAppleProvisioningProfileMutation = {
5926
5985
  name?: string | null;
5927
5986
  model?: string | null;
5928
5987
  deviceClass?: AppleDeviceClass | null;
5988
+ createdAt?: any | null;
5929
5989
  }>;
5930
5990
  };
5931
5991
  };
@@ -5974,6 +6034,15 @@ export type CreateApplePushKeyMutation = {
5974
6034
  __typename?: 'Account';
5975
6035
  id: string;
5976
6036
  name: string;
6037
+ ownerUserActor?: {
6038
+ __typename?: 'SSOUser';
6039
+ id: string;
6040
+ username: string;
6041
+ } | {
6042
+ __typename?: 'User';
6043
+ id: string;
6044
+ username: string;
6045
+ } | null;
5977
6046
  users: Array<{
5978
6047
  __typename?: 'UserPermission';
5979
6048
  role: Role;
@@ -6029,6 +6098,15 @@ export type CreateAppleTeamMutation = {
6029
6098
  __typename?: 'Account';
6030
6099
  id: string;
6031
6100
  name: string;
6101
+ ownerUserActor?: {
6102
+ __typename?: 'SSOUser';
6103
+ id: string;
6104
+ username: string;
6105
+ } | {
6106
+ __typename?: 'User';
6107
+ id: string;
6108
+ username: string;
6109
+ } | null;
6032
6110
  users: Array<{
6033
6111
  __typename?: 'UserPermission';
6034
6112
  role: Role;
@@ -6090,6 +6168,15 @@ export type CreateIosAppBuildCredentialsMutation = {
6090
6168
  __typename?: 'Account';
6091
6169
  id: string;
6092
6170
  name: string;
6171
+ ownerUserActor?: {
6172
+ __typename?: 'SSOUser';
6173
+ id: string;
6174
+ username: string;
6175
+ } | {
6176
+ __typename?: 'User';
6177
+ id: string;
6178
+ username: string;
6179
+ } | null;
6093
6180
  users: Array<{
6094
6181
  __typename?: 'UserPermission';
6095
6182
  role: Role;
@@ -6140,6 +6227,7 @@ export type CreateIosAppBuildCredentialsMutation = {
6140
6227
  name?: string | null;
6141
6228
  model?: string | null;
6142
6229
  deviceClass?: AppleDeviceClass | null;
6230
+ createdAt?: any | null;
6143
6231
  }>;
6144
6232
  } | null;
6145
6233
  };
@@ -6188,6 +6276,15 @@ export type SetDistributionCertificateMutation = {
6188
6276
  __typename?: 'Account';
6189
6277
  id: string;
6190
6278
  name: string;
6279
+ ownerUserActor?: {
6280
+ __typename?: 'SSOUser';
6281
+ id: string;
6282
+ username: string;
6283
+ } | {
6284
+ __typename?: 'User';
6285
+ id: string;
6286
+ username: string;
6287
+ } | null;
6191
6288
  users: Array<{
6192
6289
  __typename?: 'UserPermission';
6193
6290
  role: Role;
@@ -6238,6 +6335,7 @@ export type SetDistributionCertificateMutation = {
6238
6335
  name?: string | null;
6239
6336
  model?: string | null;
6240
6337
  deviceClass?: AppleDeviceClass | null;
6338
+ createdAt?: any | null;
6241
6339
  }>;
6242
6340
  } | null;
6243
6341
  };
@@ -6286,6 +6384,15 @@ export type SetProvisioningProfileMutation = {
6286
6384
  __typename?: 'Account';
6287
6385
  id: string;
6288
6386
  name: string;
6387
+ ownerUserActor?: {
6388
+ __typename?: 'SSOUser';
6389
+ id: string;
6390
+ username: string;
6391
+ } | {
6392
+ __typename?: 'User';
6393
+ id: string;
6394
+ username: string;
6395
+ } | null;
6289
6396
  users: Array<{
6290
6397
  __typename?: 'UserPermission';
6291
6398
  role: Role;
@@ -6336,6 +6443,7 @@ export type SetProvisioningProfileMutation = {
6336
6443
  name?: string | null;
6337
6444
  model?: string | null;
6338
6445
  deviceClass?: AppleDeviceClass | null;
6446
+ createdAt?: any | null;
6339
6447
  }>;
6340
6448
  } | null;
6341
6449
  };
@@ -6388,6 +6496,15 @@ export type CreateIosAppCredentialsMutation = {
6388
6496
  __typename?: 'Account';
6389
6497
  id: string;
6390
6498
  name: string;
6499
+ ownerUserActor?: {
6500
+ __typename?: 'SSOUser';
6501
+ id: string;
6502
+ username: string;
6503
+ } | {
6504
+ __typename?: 'User';
6505
+ id: string;
6506
+ username: string;
6507
+ } | null;
6391
6508
  users: Array<{
6392
6509
  __typename?: 'UserPermission';
6393
6510
  role: Role;
@@ -6438,6 +6555,7 @@ export type CreateIosAppCredentialsMutation = {
6438
6555
  name?: string | null;
6439
6556
  model?: string | null;
6440
6557
  deviceClass?: AppleDeviceClass | null;
6558
+ createdAt?: any | null;
6441
6559
  }>;
6442
6560
  } | null;
6443
6561
  }>;
@@ -6450,6 +6568,15 @@ export type CreateIosAppCredentialsMutation = {
6450
6568
  __typename?: 'Account';
6451
6569
  id: string;
6452
6570
  name: string;
6571
+ ownerUserActor?: {
6572
+ __typename?: 'SSOUser';
6573
+ id: string;
6574
+ username: string;
6575
+ } | {
6576
+ __typename?: 'User';
6577
+ id: string;
6578
+ username: string;
6579
+ } | null;
6453
6580
  users: Array<{
6454
6581
  __typename?: 'UserPermission';
6455
6582
  role: Role;
@@ -6500,6 +6627,15 @@ export type CreateIosAppCredentialsMutation = {
6500
6627
  __typename?: 'Account';
6501
6628
  id: string;
6502
6629
  name: string;
6630
+ ownerUserActor?: {
6631
+ __typename?: 'SSOUser';
6632
+ id: string;
6633
+ username: string;
6634
+ } | {
6635
+ __typename?: 'User';
6636
+ id: string;
6637
+ username: string;
6638
+ } | null;
6503
6639
  users: Array<{
6504
6640
  __typename?: 'UserPermission';
6505
6641
  role: Role;
@@ -6588,6 +6724,15 @@ export type SetPushKeyMutation = {
6588
6724
  __typename?: 'Account';
6589
6725
  id: string;
6590
6726
  name: string;
6727
+ ownerUserActor?: {
6728
+ __typename?: 'SSOUser';
6729
+ id: string;
6730
+ username: string;
6731
+ } | {
6732
+ __typename?: 'User';
6733
+ id: string;
6734
+ username: string;
6735
+ } | null;
6591
6736
  users: Array<{
6592
6737
  __typename?: 'UserPermission';
6593
6738
  role: Role;
@@ -6638,6 +6783,7 @@ export type SetPushKeyMutation = {
6638
6783
  name?: string | null;
6639
6784
  model?: string | null;
6640
6785
  deviceClass?: AppleDeviceClass | null;
6786
+ createdAt?: any | null;
6641
6787
  }>;
6642
6788
  } | null;
6643
6789
  }>;
@@ -6650,6 +6796,15 @@ export type SetPushKeyMutation = {
6650
6796
  __typename?: 'Account';
6651
6797
  id: string;
6652
6798
  name: string;
6799
+ ownerUserActor?: {
6800
+ __typename?: 'SSOUser';
6801
+ id: string;
6802
+ username: string;
6803
+ } | {
6804
+ __typename?: 'User';
6805
+ id: string;
6806
+ username: string;
6807
+ } | null;
6653
6808
  users: Array<{
6654
6809
  __typename?: 'UserPermission';
6655
6810
  role: Role;
@@ -6700,6 +6855,15 @@ export type SetPushKeyMutation = {
6700
6855
  __typename?: 'Account';
6701
6856
  id: string;
6702
6857
  name: string;
6858
+ ownerUserActor?: {
6859
+ __typename?: 'SSOUser';
6860
+ id: string;
6861
+ username: string;
6862
+ } | {
6863
+ __typename?: 'User';
6864
+ id: string;
6865
+ username: string;
6866
+ } | null;
6703
6867
  users: Array<{
6704
6868
  __typename?: 'UserPermission';
6705
6869
  role: Role;
@@ -6788,6 +6952,15 @@ export type SetAppStoreConnectApiKeyForSubmissionsMutation = {
6788
6952
  __typename?: 'Account';
6789
6953
  id: string;
6790
6954
  name: string;
6955
+ ownerUserActor?: {
6956
+ __typename?: 'SSOUser';
6957
+ id: string;
6958
+ username: string;
6959
+ } | {
6960
+ __typename?: 'User';
6961
+ id: string;
6962
+ username: string;
6963
+ } | null;
6791
6964
  users: Array<{
6792
6965
  __typename?: 'UserPermission';
6793
6966
  role: Role;
@@ -6838,6 +7011,7 @@ export type SetAppStoreConnectApiKeyForSubmissionsMutation = {
6838
7011
  name?: string | null;
6839
7012
  model?: string | null;
6840
7013
  deviceClass?: AppleDeviceClass | null;
7014
+ createdAt?: any | null;
6841
7015
  }>;
6842
7016
  } | null;
6843
7017
  }>;
@@ -6850,6 +7024,15 @@ export type SetAppStoreConnectApiKeyForSubmissionsMutation = {
6850
7024
  __typename?: 'Account';
6851
7025
  id: string;
6852
7026
  name: string;
7027
+ ownerUserActor?: {
7028
+ __typename?: 'SSOUser';
7029
+ id: string;
7030
+ username: string;
7031
+ } | {
7032
+ __typename?: 'User';
7033
+ id: string;
7034
+ username: string;
7035
+ } | null;
6853
7036
  users: Array<{
6854
7037
  __typename?: 'UserPermission';
6855
7038
  role: Role;
@@ -6900,6 +7083,15 @@ export type SetAppStoreConnectApiKeyForSubmissionsMutation = {
6900
7083
  __typename?: 'Account';
6901
7084
  id: string;
6902
7085
  name: string;
7086
+ ownerUserActor?: {
7087
+ __typename?: 'SSOUser';
7088
+ id: string;
7089
+ username: string;
7090
+ } | {
7091
+ __typename?: 'User';
7092
+ id: string;
7093
+ username: string;
7094
+ } | null;
6903
7095
  users: Array<{
6904
7096
  __typename?: 'UserPermission';
6905
7097
  role: Role;
@@ -7010,6 +7202,7 @@ export type AppleDevicesByAppleTeamQuery = {
7010
7202
  name?: string | null;
7011
7203
  model?: string | null;
7012
7204
  deviceClass?: AppleDeviceClass | null;
7205
+ createdAt?: any | null;
7013
7206
  appleTeam: {
7014
7207
  __typename?: 'AppleTeam';
7015
7208
  id: string;
@@ -7129,6 +7322,15 @@ export type AppleDistributionCertificateByAppQuery = {
7129
7322
  __typename?: 'Account';
7130
7323
  id: string;
7131
7324
  name: string;
7325
+ ownerUserActor?: {
7326
+ __typename?: 'SSOUser';
7327
+ id: string;
7328
+ username: string;
7329
+ } | {
7330
+ __typename?: 'User';
7331
+ id: string;
7332
+ username: string;
7333
+ } | null;
7132
7334
  users: Array<{
7133
7335
  __typename?: 'UserPermission';
7134
7336
  role: Role;
@@ -7204,6 +7406,15 @@ export type AppleDistributionCertificateByAccountQuery = {
7204
7406
  __typename?: 'Account';
7205
7407
  id: string;
7206
7408
  name: string;
7409
+ ownerUserActor?: {
7410
+ __typename?: 'SSOUser';
7411
+ id: string;
7412
+ username: string;
7413
+ } | {
7414
+ __typename?: 'User';
7415
+ id: string;
7416
+ username: string;
7417
+ } | null;
7207
7418
  users: Array<{
7208
7419
  __typename?: 'UserPermission';
7209
7420
  role: Role;
@@ -7275,6 +7486,7 @@ export type AppleProvisioningProfilesByAppQuery = {
7275
7486
  name?: string | null;
7276
7487
  model?: string | null;
7277
7488
  deviceClass?: AppleDeviceClass | null;
7489
+ createdAt?: any | null;
7278
7490
  }>;
7279
7491
  appleAppIdentifier: {
7280
7492
  __typename?: 'AppleAppIdentifier';
@@ -7320,6 +7532,15 @@ export type ApplePushKeyByAccountQuery = {
7320
7532
  __typename?: 'Account';
7321
7533
  id: string;
7322
7534
  name: string;
7535
+ ownerUserActor?: {
7536
+ __typename?: 'SSOUser';
7537
+ id: string;
7538
+ username: string;
7539
+ } | {
7540
+ __typename?: 'User';
7541
+ id: string;
7542
+ username: string;
7543
+ } | null;
7323
7544
  users: Array<{
7324
7545
  __typename?: 'UserPermission';
7325
7546
  role: Role;
@@ -7433,6 +7654,15 @@ export type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuery = {
7433
7654
  __typename?: 'Account';
7434
7655
  id: string;
7435
7656
  name: string;
7657
+ ownerUserActor?: {
7658
+ __typename?: 'SSOUser';
7659
+ id: string;
7660
+ username: string;
7661
+ } | {
7662
+ __typename?: 'User';
7663
+ id: string;
7664
+ username: string;
7665
+ } | null;
7436
7666
  users: Array<{
7437
7667
  __typename?: 'UserPermission';
7438
7668
  role: Role;
@@ -7483,6 +7713,7 @@ export type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuery = {
7483
7713
  name?: string | null;
7484
7714
  model?: string | null;
7485
7715
  deviceClass?: AppleDeviceClass | null;
7716
+ createdAt?: any | null;
7486
7717
  }>;
7487
7718
  } | null;
7488
7719
  }>;
@@ -7540,6 +7771,15 @@ export type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery = {
7540
7771
  __typename?: 'Account';
7541
7772
  id: string;
7542
7773
  name: string;
7774
+ ownerUserActor?: {
7775
+ __typename?: 'SSOUser';
7776
+ id: string;
7777
+ username: string;
7778
+ } | {
7779
+ __typename?: 'User';
7780
+ id: string;
7781
+ username: string;
7782
+ } | null;
7543
7783
  users: Array<{
7544
7784
  __typename?: 'UserPermission';
7545
7785
  role: Role;
@@ -7590,6 +7830,7 @@ export type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery = {
7590
7830
  name?: string | null;
7591
7831
  model?: string | null;
7592
7832
  deviceClass?: AppleDeviceClass | null;
7833
+ createdAt?: any | null;
7593
7834
  }>;
7594
7835
  } | null;
7595
7836
  }>;
@@ -7602,6 +7843,15 @@ export type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery = {
7602
7843
  __typename?: 'Account';
7603
7844
  id: string;
7604
7845
  name: string;
7846
+ ownerUserActor?: {
7847
+ __typename?: 'SSOUser';
7848
+ id: string;
7849
+ username: string;
7850
+ } | {
7851
+ __typename?: 'User';
7852
+ id: string;
7853
+ username: string;
7854
+ } | null;
7605
7855
  users: Array<{
7606
7856
  __typename?: 'UserPermission';
7607
7857
  role: Role;
@@ -7652,6 +7902,15 @@ export type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery = {
7652
7902
  __typename?: 'Account';
7653
7903
  id: string;
7654
7904
  name: string;
7905
+ ownerUserActor?: {
7906
+ __typename?: 'SSOUser';
7907
+ id: string;
7908
+ username: string;
7909
+ } | {
7910
+ __typename?: 'User';
7911
+ id: string;
7912
+ username: string;
7913
+ } | null;
7655
7914
  users: Array<{
7656
7915
  __typename?: 'UserPermission';
7657
7916
  role: Role;
@@ -7744,6 +8003,15 @@ export type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery =
7744
8003
  __typename?: 'Account';
7745
8004
  id: string;
7746
8005
  name: string;
8006
+ ownerUserActor?: {
8007
+ __typename?: 'SSOUser';
8008
+ id: string;
8009
+ username: string;
8010
+ } | {
8011
+ __typename?: 'User';
8012
+ id: string;
8013
+ username: string;
8014
+ } | null;
7747
8015
  users: Array<{
7748
8016
  __typename?: 'UserPermission';
7749
8017
  role: Role;
@@ -7794,6 +8062,7 @@ export type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery =
7794
8062
  name?: string | null;
7795
8063
  model?: string | null;
7796
8064
  deviceClass?: AppleDeviceClass | null;
8065
+ createdAt?: any | null;
7797
8066
  }>;
7798
8067
  } | null;
7799
8068
  }>;
@@ -7806,6 +8075,15 @@ export type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery =
7806
8075
  __typename?: 'Account';
7807
8076
  id: string;
7808
8077
  name: string;
8078
+ ownerUserActor?: {
8079
+ __typename?: 'SSOUser';
8080
+ id: string;
8081
+ username: string;
8082
+ } | {
8083
+ __typename?: 'User';
8084
+ id: string;
8085
+ username: string;
8086
+ } | null;
7809
8087
  users: Array<{
7810
8088
  __typename?: 'UserPermission';
7811
8089
  role: Role;
@@ -7856,6 +8134,15 @@ export type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery =
7856
8134
  __typename?: 'Account';
7857
8135
  id: string;
7858
8136
  name: string;
8137
+ ownerUserActor?: {
8138
+ __typename?: 'SSOUser';
8139
+ id: string;
8140
+ username: string;
8141
+ } | {
8142
+ __typename?: 'User';
8143
+ id: string;
8144
+ username: string;
8145
+ } | null;
7859
8146
  users: Array<{
7860
8147
  __typename?: 'UserPermission';
7861
8148
  role: Role;
@@ -8574,6 +8861,15 @@ export type AppByIdQuery = {
8574
8861
  __typename?: 'Account';
8575
8862
  id: string;
8576
8863
  name: string;
8864
+ ownerUserActor?: {
8865
+ __typename?: 'SSOUser';
8866
+ id: string;
8867
+ username: string;
8868
+ } | {
8869
+ __typename?: 'User';
8870
+ id: string;
8871
+ username: string;
8872
+ } | null;
8577
8873
  users: Array<{
8578
8874
  __typename?: 'UserPermission';
8579
8875
  role: Role;
@@ -8608,6 +8904,15 @@ export type AppByFullNameQuery = {
8608
8904
  __typename?: 'Account';
8609
8905
  id: string;
8610
8906
  name: string;
8907
+ ownerUserActor?: {
8908
+ __typename?: 'SSOUser';
8909
+ id: string;
8910
+ username: string;
8911
+ } | {
8912
+ __typename?: 'User';
8913
+ id: string;
8914
+ username: string;
8915
+ } | null;
8611
8916
  users: Array<{
8612
8917
  __typename?: 'UserPermission';
8613
8918
  role: Role;
@@ -9650,6 +9955,15 @@ export type CurrentUserQuery = {
9650
9955
  __typename?: 'Account';
9651
9956
  id: string;
9652
9957
  name: string;
9958
+ ownerUserActor?: {
9959
+ __typename?: 'SSOUser';
9960
+ id: string;
9961
+ username: string;
9962
+ } | {
9963
+ __typename?: 'User';
9964
+ id: string;
9965
+ username: string;
9966
+ } | null;
9653
9967
  users: Array<{
9654
9968
  __typename?: 'UserPermission';
9655
9969
  role: Role;
@@ -9675,6 +9989,15 @@ export type CurrentUserQuery = {
9675
9989
  __typename?: 'Account';
9676
9990
  id: string;
9677
9991
  name: string;
9992
+ ownerUserActor?: {
9993
+ __typename?: 'SSOUser';
9994
+ id: string;
9995
+ username: string;
9996
+ } | {
9997
+ __typename?: 'User';
9998
+ id: string;
9999
+ username: string;
10000
+ } | null;
9678
10001
  users: Array<{
9679
10002
  __typename?: 'UserPermission';
9680
10003
  role: Role;
@@ -9694,6 +10017,15 @@ export type CurrentUserQuery = {
9694
10017
  __typename?: 'Account';
9695
10018
  id: string;
9696
10019
  name: string;
10020
+ ownerUserActor?: {
10021
+ __typename?: 'SSOUser';
10022
+ id: string;
10023
+ username: string;
10024
+ } | {
10025
+ __typename?: 'User';
10026
+ id: string;
10027
+ username: string;
10028
+ } | null;
9697
10029
  users: Array<{
9698
10030
  __typename?: 'UserPermission';
9699
10031
  role: Role;
@@ -9719,6 +10051,15 @@ export type CurrentUserQuery = {
9719
10051
  __typename?: 'Account';
9720
10052
  id: string;
9721
10053
  name: string;
10054
+ ownerUserActor?: {
10055
+ __typename?: 'SSOUser';
10056
+ id: string;
10057
+ username: string;
10058
+ } | {
10059
+ __typename?: 'User';
10060
+ id: string;
10061
+ username: string;
10062
+ } | null;
9722
10063
  users: Array<{
9723
10064
  __typename?: 'UserPermission';
9724
10065
  role: Role;
@@ -9738,6 +10079,15 @@ export type CurrentUserQuery = {
9738
10079
  __typename?: 'Account';
9739
10080
  id: string;
9740
10081
  name: string;
10082
+ ownerUserActor?: {
10083
+ __typename?: 'SSOUser';
10084
+ id: string;
10085
+ username: string;
10086
+ } | {
10087
+ __typename?: 'User';
10088
+ id: string;
10089
+ username: string;
10090
+ } | null;
9741
10091
  users: Array<{
9742
10092
  __typename?: 'UserPermission';
9743
10093
  role: Role;
@@ -9798,6 +10148,15 @@ export type AccountFragment = {
9798
10148
  __typename?: 'Account';
9799
10149
  id: string;
9800
10150
  name: string;
10151
+ ownerUserActor?: {
10152
+ __typename?: 'SSOUser';
10153
+ id: string;
10154
+ username: string;
10155
+ } | {
10156
+ __typename?: 'User';
10157
+ id: string;
10158
+ username: string;
10159
+ } | null;
9801
10160
  users: Array<{
9802
10161
  __typename?: 'UserPermission';
9803
10162
  role: Role;
@@ -9822,6 +10181,15 @@ export type AppFragment = {
9822
10181
  __typename?: 'Account';
9823
10182
  id: string;
9824
10183
  name: string;
10184
+ ownerUserActor?: {
10185
+ __typename?: 'SSOUser';
10186
+ id: string;
10187
+ username: string;
10188
+ } | {
10189
+ __typename?: 'User';
10190
+ id: string;
10191
+ username: string;
10192
+ } | null;
9825
10193
  users: Array<{
9826
10194
  __typename?: 'UserPermission';
9827
10195
  role: Role;
@@ -10203,6 +10571,15 @@ export type CommonAndroidAppCredentialsFragment = {
10203
10571
  __typename?: 'Account';
10204
10572
  id: string;
10205
10573
  name: string;
10574
+ ownerUserActor?: {
10575
+ __typename?: 'SSOUser';
10576
+ id: string;
10577
+ username: string;
10578
+ } | {
10579
+ __typename?: 'User';
10580
+ id: string;
10581
+ username: string;
10582
+ } | null;
10206
10583
  users: Array<{
10207
10584
  __typename?: 'UserPermission';
10208
10585
  role: Role;
@@ -10331,6 +10708,7 @@ export type AppleDeviceFragment = {
10331
10708
  name?: string | null;
10332
10709
  model?: string | null;
10333
10710
  deviceClass?: AppleDeviceClass | null;
10711
+ createdAt?: any | null;
10334
10712
  };
10335
10713
  export type AppleDeviceRegistrationRequestFragment = {
10336
10714
  __typename?: 'AppleDeviceRegistrationRequest';
@@ -10367,6 +10745,15 @@ export type AppleDistributionCertificateFragment = {
10367
10745
  __typename?: 'Account';
10368
10746
  id: string;
10369
10747
  name: string;
10748
+ ownerUserActor?: {
10749
+ __typename?: 'SSOUser';
10750
+ id: string;
10751
+ username: string;
10752
+ } | {
10753
+ __typename?: 'User';
10754
+ id: string;
10755
+ username: string;
10756
+ } | null;
10370
10757
  users: Array<{
10371
10758
  __typename?: 'UserPermission';
10372
10759
  role: Role;
@@ -10417,6 +10804,7 @@ export type AppleProvisioningProfileFragment = {
10417
10804
  name?: string | null;
10418
10805
  model?: string | null;
10419
10806
  deviceClass?: AppleDeviceClass | null;
10807
+ createdAt?: any | null;
10420
10808
  }>;
10421
10809
  };
10422
10810
  export type AppleProvisioningProfileIdentifiersFragment = {
@@ -10447,6 +10835,15 @@ export type ApplePushKeyFragment = {
10447
10835
  __typename?: 'Account';
10448
10836
  id: string;
10449
10837
  name: string;
10838
+ ownerUserActor?: {
10839
+ __typename?: 'SSOUser';
10840
+ id: string;
10841
+ username: string;
10842
+ } | {
10843
+ __typename?: 'User';
10844
+ id: string;
10845
+ username: string;
10846
+ } | null;
10450
10847
  users: Array<{
10451
10848
  __typename?: 'UserPermission';
10452
10849
  role: Role;
@@ -10521,6 +10918,15 @@ export type IosAppBuildCredentialsFragment = {
10521
10918
  __typename?: 'Account';
10522
10919
  id: string;
10523
10920
  name: string;
10921
+ ownerUserActor?: {
10922
+ __typename?: 'SSOUser';
10923
+ id: string;
10924
+ username: string;
10925
+ } | {
10926
+ __typename?: 'User';
10927
+ id: string;
10928
+ username: string;
10929
+ } | null;
10524
10930
  users: Array<{
10525
10931
  __typename?: 'UserPermission';
10526
10932
  role: Role;
@@ -10571,6 +10977,7 @@ export type IosAppBuildCredentialsFragment = {
10571
10977
  name?: string | null;
10572
10978
  model?: string | null;
10573
10979
  deviceClass?: AppleDeviceClass | null;
10980
+ createdAt?: any | null;
10574
10981
  }>;
10575
10982
  } | null;
10576
10983
  };
@@ -10586,6 +10993,15 @@ export type CommonIosAppCredentialsWithoutBuildCredentialsFragment = {
10586
10993
  __typename?: 'Account';
10587
10994
  id: string;
10588
10995
  name: string;
10996
+ ownerUserActor?: {
10997
+ __typename?: 'SSOUser';
10998
+ id: string;
10999
+ username: string;
11000
+ } | {
11001
+ __typename?: 'User';
11002
+ id: string;
11003
+ username: string;
11004
+ } | null;
10589
11005
  users: Array<{
10590
11006
  __typename?: 'UserPermission';
10591
11007
  role: Role;
@@ -10636,6 +11052,15 @@ export type CommonIosAppCredentialsWithoutBuildCredentialsFragment = {
10636
11052
  __typename?: 'Account';
10637
11053
  id: string;
10638
11054
  name: string;
11055
+ ownerUserActor?: {
11056
+ __typename?: 'SSOUser';
11057
+ id: string;
11058
+ username: string;
11059
+ } | {
11060
+ __typename?: 'User';
11061
+ id: string;
11062
+ username: string;
11063
+ } | null;
10639
11064
  users: Array<{
10640
11065
  __typename?: 'UserPermission';
10641
11066
  role: Role;
@@ -10714,6 +11139,15 @@ export type CommonIosAppCredentialsFragment = {
10714
11139
  __typename?: 'Account';
10715
11140
  id: string;
10716
11141
  name: string;
11142
+ ownerUserActor?: {
11143
+ __typename?: 'SSOUser';
11144
+ id: string;
11145
+ username: string;
11146
+ } | {
11147
+ __typename?: 'User';
11148
+ id: string;
11149
+ username: string;
11150
+ } | null;
10717
11151
  users: Array<{
10718
11152
  __typename?: 'UserPermission';
10719
11153
  role: Role;
@@ -10764,6 +11198,7 @@ export type CommonIosAppCredentialsFragment = {
10764
11198
  name?: string | null;
10765
11199
  model?: string | null;
10766
11200
  deviceClass?: AppleDeviceClass | null;
11201
+ createdAt?: any | null;
10767
11202
  }>;
10768
11203
  } | null;
10769
11204
  }>;
@@ -10776,6 +11211,15 @@ export type CommonIosAppCredentialsFragment = {
10776
11211
  __typename?: 'Account';
10777
11212
  id: string;
10778
11213
  name: string;
11214
+ ownerUserActor?: {
11215
+ __typename?: 'SSOUser';
11216
+ id: string;
11217
+ username: string;
11218
+ } | {
11219
+ __typename?: 'User';
11220
+ id: string;
11221
+ username: string;
11222
+ } | null;
10779
11223
  users: Array<{
10780
11224
  __typename?: 'UserPermission';
10781
11225
  role: Role;
@@ -10826,6 +11270,15 @@ export type CommonIosAppCredentialsFragment = {
10826
11270
  __typename?: 'Account';
10827
11271
  id: string;
10828
11272
  name: string;
11273
+ ownerUserActor?: {
11274
+ __typename?: 'SSOUser';
11275
+ id: string;
11276
+ username: string;
11277
+ } | {
11278
+ __typename?: 'User';
11279
+ id: string;
11280
+ username: string;
11281
+ } | null;
10829
11282
  users: Array<{
10830
11283
  __typename?: 'UserPermission';
10831
11284
  role: Role;