eas-cli 3.2.1 → 3.3.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.
@@ -318,6 +318,12 @@ export declare type AccountMutationSetPushSecurityEnabledArgs = {
318
318
  accountID: Scalars['ID'];
319
319
  pushSecurityEnabled: Scalars['Boolean'];
320
320
  };
321
+ export declare type AccountNotificationSubscriptionInput = {
322
+ accountId: Scalars['ID'];
323
+ event: NotificationEvent;
324
+ type: NotificationType;
325
+ userId: Scalars['ID'];
326
+ };
321
327
  export declare type AccountQuery = {
322
328
  __typename?: 'AccountQuery';
323
329
  /** Query an Account by ID */
@@ -341,7 +347,7 @@ export declare type AccountSsoConfiguration = {
341
347
  clientSecret: Scalars['String'];
342
348
  createdAt: Scalars['DateTime'];
343
349
  id: Scalars['ID'];
344
- issuer?: Maybe<Scalars['String']>;
350
+ issuer: Scalars['String'];
345
351
  jwksEndpoint?: Maybe<Scalars['String']>;
346
352
  revokeEndpoint?: Maybe<Scalars['String']>;
347
353
  tokenEndpoint?: Maybe<Scalars['String']>;
@@ -354,7 +360,7 @@ export declare type AccountSsoConfigurationData = {
354
360
  authProviderIdentifier: Scalars['String'];
355
361
  clientIdentifier: Scalars['String'];
356
362
  clientSecret: Scalars['String'];
357
- issuer?: InputMaybe<Scalars['String']>;
363
+ issuer: Scalars['String'];
358
364
  jwksEndpoint?: InputMaybe<Scalars['String']>;
359
365
  revokeEndpoint?: InputMaybe<Scalars['String']>;
360
366
  tokenEndpoint?: InputMaybe<Scalars['String']>;
@@ -388,7 +394,7 @@ export declare type AccountSsoConfigurationPublicData = {
388
394
  authProviderIdentifier: Scalars['String'];
389
395
  clientIdentifier: Scalars['String'];
390
396
  id: Scalars['ID'];
391
- issuer?: Maybe<Scalars['String']>;
397
+ issuer: Scalars['String'];
392
398
  jwksEndpoint?: Maybe<Scalars['String']>;
393
399
  revokeEndpoint?: Maybe<Scalars['String']>;
394
400
  tokenEndpoint?: Maybe<Scalars['String']>;
@@ -786,6 +792,7 @@ export declare type App = Project & {
786
792
  deploymentNew?: Maybe<DeploymentNew>;
787
793
  /** Deployments associated with this app */
788
794
  deployments: Array<Deployment>;
795
+ deploymentsNew: DeploymentsConnection;
789
796
  description: Scalars['String'];
790
797
  /** Environment secrets for an app */
791
798
  environmentSecrets: Array<EnvironmentSecret>;
@@ -911,6 +918,13 @@ export declare type AppDeploymentsArgs = {
911
918
  options?: InputMaybe<DeploymentOptions>;
912
919
  };
913
920
  /** Represents an Exponent App (or Experience in legacy terms) */
921
+ export declare type AppDeploymentsNewArgs = {
922
+ after?: InputMaybe<Scalars['String']>;
923
+ before?: InputMaybe<Scalars['String']>;
924
+ first?: InputMaybe<Scalars['Int']>;
925
+ last?: InputMaybe<Scalars['Int']>;
926
+ };
927
+ /** Represents an Exponent App (or Experience in legacy terms) */
914
928
  export declare type AppEnvironmentSecretsArgs = {
915
929
  filterNames?: InputMaybe<Array<Scalars['String']>>;
916
930
  };
@@ -1019,6 +1033,12 @@ export declare type AppMutationSetPushSecurityEnabledArgs = {
1019
1033
  appId: Scalars['ID'];
1020
1034
  pushSecurityEnabled: Scalars['Boolean'];
1021
1035
  };
1036
+ export declare type AppNotificationSubscriptionInput = {
1037
+ appId: Scalars['ID'];
1038
+ event: NotificationEvent;
1039
+ type: NotificationType;
1040
+ userId: Scalars['ID'];
1041
+ };
1022
1042
  export declare enum AppPlatform {
1023
1043
  Android = "ANDROID",
1024
1044
  Ios = "IOS"
@@ -1457,6 +1477,7 @@ export declare type BillingPeriod = {
1457
1477
  __typename?: 'BillingPeriod';
1458
1478
  anchor: Scalars['DateTime'];
1459
1479
  end: Scalars['DateTime'];
1480
+ id: Scalars['ID'];
1460
1481
  start: Scalars['DateTime'];
1461
1482
  };
1462
1483
  /** Represents an EAS Build */
@@ -1469,6 +1490,7 @@ export declare type Build = ActivityTimelineProjectActivity & BuildOrBuildJob &
1469
1490
  appBuildVersion?: Maybe<Scalars['String']>;
1470
1491
  appVersion?: Maybe<Scalars['String']>;
1471
1492
  artifacts?: Maybe<BuildArtifacts>;
1493
+ buildMode?: Maybe<BuildMode>;
1472
1494
  buildProfile?: Maybe<Scalars['String']>;
1473
1495
  canRetry: Scalars['Boolean'];
1474
1496
  cancelingActor?: Maybe<Actor>;
@@ -1635,6 +1657,7 @@ export declare type BuildMetadataInput = {
1635
1657
  appIdentifier?: InputMaybe<Scalars['String']>;
1636
1658
  appName?: InputMaybe<Scalars['String']>;
1637
1659
  appVersion?: InputMaybe<Scalars['String']>;
1660
+ buildMode?: InputMaybe<BuildMode>;
1638
1661
  buildProfile?: InputMaybe<Scalars['String']>;
1639
1662
  channel?: InputMaybe<Scalars['String']>;
1640
1663
  cliVersion?: InputMaybe<Scalars['String']>;
@@ -1795,10 +1818,14 @@ export declare type BuildResignInput = {
1795
1818
  export declare enum BuildResourceClass {
1796
1819
  AndroidDefault = "ANDROID_DEFAULT",
1797
1820
  AndroidLarge = "ANDROID_LARGE",
1821
+ AndroidMedium = "ANDROID_MEDIUM",
1798
1822
  IosDefault = "IOS_DEFAULT",
1823
+ IosIntelLarge = "IOS_INTEL_LARGE",
1824
+ IosIntelMedium = "IOS_INTEL_MEDIUM",
1799
1825
  IosLarge = "IOS_LARGE",
1800
- /** @experimental This resource class is not yet ready to be used in production. For testing purposes only. */
1801
1826
  IosM1Large = "IOS_M1_LARGE",
1827
+ IosM1Medium = "IOS_M1_MEDIUM",
1828
+ IosMedium = "IOS_MEDIUM",
1802
1829
  Legacy = "LEGACY"
1803
1830
  }
1804
1831
  export declare enum BuildStatus {
@@ -2020,11 +2047,17 @@ export declare type DeploymentBuildEdge = {
2020
2047
  cursor: Scalars['String'];
2021
2048
  node: Build;
2022
2049
  };
2050
+ /** Represents the connection over the builds edge of a Deployment */
2023
2051
  export declare type DeploymentBuildsConnection = {
2024
2052
  __typename?: 'DeploymentBuildsConnection';
2025
2053
  edges: Array<DeploymentBuildEdge>;
2026
2054
  pageInfo: PageInfo;
2027
2055
  };
2056
+ export declare type DeploymentEdge = {
2057
+ __typename?: 'DeploymentEdge';
2058
+ cursor: Scalars['String'];
2059
+ node: DeploymentNew;
2060
+ };
2028
2061
  /** Represents a Deployment - a set of Builds with the same Runtime Version and Channel */
2029
2062
  export declare type DeploymentNew = {
2030
2063
  __typename?: 'DeploymentNew';
@@ -2044,6 +2077,12 @@ export declare type DeploymentOptions = {
2044
2077
  /** Max number of associated builds to return */
2045
2078
  buildListMaxSize?: InputMaybe<Scalars['Int']>;
2046
2079
  };
2080
+ /** Represents the connection over the deploymentsNew edge of an App */
2081
+ export declare type DeploymentsConnection = {
2082
+ __typename?: 'DeploymentsConnection';
2083
+ edges: Array<DeploymentEdge>;
2084
+ pageInfo: PageInfo;
2085
+ };
2047
2086
  export declare enum DistributionType {
2048
2087
  Internal = "INTERNAL",
2049
2088
  Simulator = "SIMULATOR",
@@ -2067,6 +2106,19 @@ export declare enum EasServiceMetric {
2067
2106
  UniqueUpdaters = "UNIQUE_UPDATERS",
2068
2107
  UniqueUsers = "UNIQUE_USERS"
2069
2108
  }
2109
+ export declare type EasTotalPlanEnablement = {
2110
+ __typename?: 'EASTotalPlanEnablement';
2111
+ total: Scalars['Int'];
2112
+ unit?: Maybe<EasTotalPlanEnablementUnit>;
2113
+ };
2114
+ export declare enum EasTotalPlanEnablementUnit {
2115
+ Build = "BUILD",
2116
+ Byte = "BYTE",
2117
+ Concurrency = "CONCURRENCY",
2118
+ Request = "REQUEST",
2119
+ Updater = "UPDATER",
2120
+ User = "USER"
2121
+ }
2070
2122
  export declare type EditUpdateBranchInput = {
2071
2123
  appId?: InputMaybe<Scalars['ID']>;
2072
2124
  id?: InputMaybe<Scalars['ID']>;
@@ -2720,6 +2772,44 @@ export declare type MeteredBillingStatus = {
2720
2772
  __typename?: 'MeteredBillingStatus';
2721
2773
  EAS_UPDATE: Scalars['Boolean'];
2722
2774
  };
2775
+ export declare enum NotificationEvent {
2776
+ BuildComplete = "BUILD_COMPLETE",
2777
+ SubmissionComplete = "SUBMISSION_COMPLETE"
2778
+ }
2779
+ export declare type NotificationSubscription = {
2780
+ __typename?: 'NotificationSubscription';
2781
+ account?: Maybe<Account>;
2782
+ actor?: Maybe<Actor>;
2783
+ app?: Maybe<App>;
2784
+ createdAt: Scalars['DateTime'];
2785
+ event: NotificationEvent;
2786
+ id: Scalars['ID'];
2787
+ type: NotificationType;
2788
+ };
2789
+ export declare type NotificationSubscriptionFilter = {
2790
+ accountId?: InputMaybe<Scalars['ID']>;
2791
+ appId?: InputMaybe<Scalars['ID']>;
2792
+ event?: InputMaybe<NotificationEvent>;
2793
+ type?: InputMaybe<NotificationType>;
2794
+ };
2795
+ export declare type NotificationSubscriptionMutation = {
2796
+ __typename?: 'NotificationSubscriptionMutation';
2797
+ subscribeToEventForAccount: SubscribeToNotificationResult;
2798
+ subscribeToEventForApp: SubscribeToNotificationResult;
2799
+ unsubscribe: UnsubscribeFromNotificationResult;
2800
+ };
2801
+ export declare type NotificationSubscriptionMutationSubscribeToEventForAccountArgs = {
2802
+ input: AccountNotificationSubscriptionInput;
2803
+ };
2804
+ export declare type NotificationSubscriptionMutationSubscribeToEventForAppArgs = {
2805
+ input: AppNotificationSubscriptionInput;
2806
+ };
2807
+ export declare type NotificationSubscriptionMutationUnsubscribeArgs = {
2808
+ id: Scalars['ID'];
2809
+ };
2810
+ export declare enum NotificationType {
2811
+ Email = "EMAIL"
2812
+ }
2723
2813
  export declare type Offer = {
2724
2814
  __typename?: 'Offer';
2725
2815
  features?: Maybe<Array<Maybe<Feature>>>;
@@ -2779,6 +2869,7 @@ export declare enum Permission {
2779
2869
  Publish = "PUBLISH",
2780
2870
  View = "VIEW"
2781
2871
  }
2872
+ export declare type PlanEnablement = Concurrencies | EasTotalPlanEnablement;
2782
2873
  export declare type Project = {
2783
2874
  description: Scalars['String'];
2784
2875
  fullName: Scalars['String'];
@@ -2969,6 +3060,8 @@ export declare type RootMutation = {
2969
3060
  keystoreGenerationUrl: KeystoreGenerationUrlMutation;
2970
3061
  /** Mutations that modify the currently authenticated User */
2971
3062
  me: MeMutation;
3063
+ /** Mutations that modify a NotificationSubscription */
3064
+ notificationSubscription: NotificationSubscriptionMutation;
2972
3065
  /** Mutations that create, update, and delete Robots */
2973
3066
  robot: RobotMutation;
2974
3067
  serverlessFunction: ServerlessFunctionMutation;
@@ -3050,6 +3143,8 @@ export declare type RootQuery = {
3050
3143
  meActor?: Maybe<Actor>;
3051
3144
  project: ProjectQuery;
3052
3145
  snack: SnackQuery;
3146
+ /** Top-level query object for querying SSO Users. */
3147
+ ssoUser: SsoUserQuery;
3053
3148
  /** Top-level query object for querying Expo status page services. */
3054
3149
  statuspageService: StatuspageServiceQuery;
3055
3150
  submissions: SubmissionQuery;
@@ -3096,6 +3191,75 @@ export declare type Runtime = {
3096
3191
  id: Scalars['ID'];
3097
3192
  version: Scalars['String'];
3098
3193
  };
3194
+ /** Represents a human SSO (not robot) actor. */
3195
+ export declare type SsoUser = Actor & {
3196
+ __typename?: 'SSOUser';
3197
+ /** Access Tokens belonging to this actor, none at present */
3198
+ accessTokens: Array<AccessToken>;
3199
+ accounts: Array<Account>;
3200
+ /** Coalesced project activity for all apps belonging to all accounts this user belongs to. Only resolves for the viewer. */
3201
+ activityTimelineProjectActivities: Array<ActivityTimelineProjectActivity>;
3202
+ appCount: Scalars['Int'];
3203
+ appetizeCode?: Maybe<Scalars['String']>;
3204
+ /** Apps this user has published. If this user is the viewer, this field returns the apps the user has access to. */
3205
+ apps: Array<App>;
3206
+ created: Scalars['DateTime'];
3207
+ displayName: Scalars['String'];
3208
+ /**
3209
+ * Server feature gate values for this actor, optionally filtering by desired gates.
3210
+ * Only resolves for the viewer.
3211
+ */
3212
+ featureGates: Scalars['JSONObject'];
3213
+ firstName?: Maybe<Scalars['String']>;
3214
+ fullName?: Maybe<Scalars['String']>;
3215
+ githubUsername?: Maybe<Scalars['String']>;
3216
+ id: Scalars['ID'];
3217
+ industry?: Maybe<Scalars['String']>;
3218
+ isExpoAdmin: Scalars['Boolean'];
3219
+ lastName?: Maybe<Scalars['String']>;
3220
+ location?: Maybe<Scalars['String']>;
3221
+ /** Associated accounts */
3222
+ primaryAccount: Account;
3223
+ profilePhoto: Scalars['String'];
3224
+ /** Snacks associated with this account */
3225
+ snacks: Array<Snack>;
3226
+ twitterUsername?: Maybe<Scalars['String']>;
3227
+ username: Scalars['String'];
3228
+ };
3229
+ /** Represents a human SSO (not robot) actor. */
3230
+ export declare type SsoUserActivityTimelineProjectActivitiesArgs = {
3231
+ createdBefore?: InputMaybe<Scalars['DateTime']>;
3232
+ filterTypes?: InputMaybe<Array<ActivityTimelineProjectActivityType>>;
3233
+ limit: Scalars['Int'];
3234
+ };
3235
+ /** Represents a human SSO (not robot) actor. */
3236
+ export declare type SsoUserAppsArgs = {
3237
+ includeUnpublished?: InputMaybe<Scalars['Boolean']>;
3238
+ limit: Scalars['Int'];
3239
+ offset: Scalars['Int'];
3240
+ };
3241
+ /** Represents a human SSO (not robot) actor. */
3242
+ export declare type SsoUserFeatureGatesArgs = {
3243
+ filter?: InputMaybe<Array<Scalars['String']>>;
3244
+ };
3245
+ /** Represents a human SSO (not robot) actor. */
3246
+ export declare type SsoUserSnacksArgs = {
3247
+ limit: Scalars['Int'];
3248
+ offset: Scalars['Int'];
3249
+ };
3250
+ export declare type SsoUserQuery = {
3251
+ __typename?: 'SSOUserQuery';
3252
+ /** Query an SSOUser by ID */
3253
+ byId: SsoUser;
3254
+ /** Query an SSOUser by username */
3255
+ byUsername: SsoUser;
3256
+ };
3257
+ export declare type SsoUserQueryByIdArgs = {
3258
+ userId: Scalars['String'];
3259
+ };
3260
+ export declare type SsoUserQueryByUsernameArgs = {
3261
+ username: Scalars['String'];
3262
+ };
3099
3263
  export declare type SecondFactorBooleanResult = {
3100
3264
  __typename?: 'SecondFactorBooleanResult';
3101
3265
  success: Scalars['Boolean'];
@@ -3390,6 +3554,10 @@ export declare enum SubmissionStatus {
3390
3554
  InProgress = "IN_PROGRESS",
3391
3555
  InQueue = "IN_QUEUE"
3392
3556
  }
3557
+ export declare type SubscribeToNotificationResult = {
3558
+ __typename?: 'SubscribeToNotificationResult';
3559
+ notificationSubscription: NotificationSubscription;
3560
+ };
3393
3561
  export declare type SubscriptionDetails = {
3394
3562
  __typename?: 'SubscriptionDetails';
3395
3563
  addons: Array<AddonDetails>;
@@ -3403,12 +3571,20 @@ export declare type SubscriptionDetails = {
3403
3571
  meteredBillingStatus: MeteredBillingStatus;
3404
3572
  name?: Maybe<Scalars['String']>;
3405
3573
  nextInvoice?: Maybe<Scalars['DateTime']>;
3574
+ planEnablement?: Maybe<PlanEnablement>;
3406
3575
  planId?: Maybe<Scalars['String']>;
3407
3576
  price: Scalars['Int'];
3408
3577
  status?: Maybe<Scalars['String']>;
3409
3578
  trialEnd?: Maybe<Scalars['DateTime']>;
3410
3579
  willCancel?: Maybe<Scalars['Boolean']>;
3411
3580
  };
3581
+ export declare type SubscriptionDetailsPlanEnablementArgs = {
3582
+ serviceMetric: EasServiceMetric;
3583
+ };
3584
+ export declare type UnsubscribeFromNotificationResult = {
3585
+ __typename?: 'UnsubscribeFromNotificationResult';
3586
+ notificationSubscription: NotificationSubscription;
3587
+ };
3412
3588
  export declare type Update = ActivityTimelineProjectActivity & {
3413
3589
  __typename?: 'Update';
3414
3590
  activityTimestamp: Scalars['DateTime'];
@@ -3615,22 +3791,11 @@ export declare type User = Actor & {
3615
3791
  hasPendingUserInvitations: Scalars['Boolean'];
3616
3792
  id: Scalars['ID'];
3617
3793
  industry?: Maybe<Scalars['String']>;
3618
- /** @deprecated No longer supported */
3619
- isEmailUnsubscribed: Scalars['Boolean'];
3620
3794
  isExpoAdmin: Scalars['Boolean'];
3621
- /** @deprecated No longer supported */
3622
- isLegacy?: Maybe<Scalars['Boolean']>;
3623
- /** @deprecated No longer supported */
3624
- isOnboarded?: Maybe<Scalars['Boolean']>;
3625
3795
  isSecondFactorAuthenticationEnabled: Scalars['Boolean'];
3626
- /** @deprecated No longer supported */
3627
- lastLogin?: Maybe<Scalars['DateTime']>;
3628
3796
  lastName?: Maybe<Scalars['String']>;
3629
- /** @deprecated No longer supported */
3630
- lastPasswordReset?: Maybe<Scalars['DateTime']>;
3631
- /** @deprecated 'likes' have been deprecated. */
3632
- likes?: Maybe<Array<Maybe<App>>>;
3633
3797
  location?: Maybe<Scalars['String']>;
3798
+ notificationSubscriptions: Array<NotificationSubscription>;
3634
3799
  /** Pending UserInvitations for this user. Only resolves for the viewer. */
3635
3800
  pendingUserInvitations: Array<UserInvitation>;
3636
3801
  /** Associated accounts */
@@ -3642,8 +3807,6 @@ export declare type User = Actor & {
3642
3807
  snacks: Array<Snack>;
3643
3808
  twitterUsername?: Maybe<Scalars['String']>;
3644
3809
  username: Scalars['String'];
3645
- /** @deprecated No longer supported */
3646
- wasLegacy?: Maybe<Scalars['Boolean']>;
3647
3810
  };
3648
3811
  /** Represents a human (not robot) actor. */
3649
3812
  export declare type UserActivityTimelineProjectActivitiesArgs = {
@@ -3662,9 +3825,8 @@ export declare type UserFeatureGatesArgs = {
3662
3825
  filter?: InputMaybe<Array<Scalars['String']>>;
3663
3826
  };
3664
3827
  /** Represents a human (not robot) actor. */
3665
- export declare type UserLikesArgs = {
3666
- limit: Scalars['Int'];
3667
- offset: Scalars['Int'];
3828
+ export declare type UserNotificationSubscriptionsArgs = {
3829
+ filter?: InputMaybe<NotificationSubscriptionFilter>;
3668
3830
  };
3669
3831
  /** Represents a human (not robot) actor. */
3670
3832
  export declare type UserSnacksArgs = {
@@ -3679,15 +3841,11 @@ export declare type UserDataInput = {
3679
3841
  githubUsername?: InputMaybe<Scalars['String']>;
3680
3842
  id?: InputMaybe<Scalars['ID']>;
3681
3843
  industry?: InputMaybe<Scalars['String']>;
3682
- isEmailUnsubscribed?: InputMaybe<Scalars['Boolean']>;
3683
- isLegacy?: InputMaybe<Scalars['Boolean']>;
3684
- isOnboarded?: InputMaybe<Scalars['Boolean']>;
3685
3844
  lastName?: InputMaybe<Scalars['String']>;
3686
3845
  location?: InputMaybe<Scalars['String']>;
3687
3846
  profilePhoto?: InputMaybe<Scalars['String']>;
3688
3847
  twitterUsername?: InputMaybe<Scalars['String']>;
3689
3848
  username?: InputMaybe<Scalars['String']>;
3690
- wasLegacy?: InputMaybe<Scalars['Boolean']>;
3691
3849
  };
3692
3850
  /** An pending invitation sent to an email granting membership on an Account. */
3693
3851
  export declare type UserInvitation = {
@@ -4109,6 +4267,9 @@ export declare type CreateAndroidAppCredentialsMutation = {
4109
4267
  actor: {
4110
4268
  __typename?: 'Robot';
4111
4269
  id: string;
4270
+ } | {
4271
+ __typename?: 'SSOUser';
4272
+ id: string;
4112
4273
  } | {
4113
4274
  __typename?: 'User';
4114
4275
  id: string;
@@ -4197,6 +4358,9 @@ export declare type SetFcmMutation = {
4197
4358
  actor: {
4198
4359
  __typename?: 'Robot';
4199
4360
  id: string;
4361
+ } | {
4362
+ __typename?: 'SSOUser';
4363
+ id: string;
4200
4364
  } | {
4201
4365
  __typename?: 'User';
4202
4366
  id: string;
@@ -4285,6 +4449,9 @@ export declare type SetGoogleServiceAccountKeyForSubmissionsMutation = {
4285
4449
  actor: {
4286
4450
  __typename?: 'Robot';
4287
4451
  id: string;
4452
+ } | {
4453
+ __typename?: 'SSOUser';
4454
+ id: string;
4288
4455
  } | {
4289
4456
  __typename?: 'User';
4290
4457
  id: string;
@@ -4489,6 +4656,9 @@ export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplication
4489
4656
  actor: {
4490
4657
  __typename?: 'Robot';
4491
4658
  id: string;
4659
+ } | {
4660
+ __typename?: 'SSOUser';
4661
+ id: string;
4492
4662
  } | {
4493
4663
  __typename?: 'User';
4494
4664
  id: string;
@@ -4717,6 +4887,9 @@ export declare type CreateAppleDistributionCertificateMutation = {
4717
4887
  actor: {
4718
4888
  __typename?: 'Robot';
4719
4889
  id: string;
4890
+ } | {
4891
+ __typename?: 'SSOUser';
4892
+ id: string;
4720
4893
  } | {
4721
4894
  __typename?: 'User';
4722
4895
  id: string;
@@ -4869,6 +5042,9 @@ export declare type CreateApplePushKeyMutation = {
4869
5042
  actor: {
4870
5043
  __typename?: 'Robot';
4871
5044
  id: string;
5045
+ } | {
5046
+ __typename?: 'SSOUser';
5047
+ id: string;
4872
5048
  } | {
4873
5049
  __typename?: 'User';
4874
5050
  id: string;
@@ -4921,6 +5097,9 @@ export declare type CreateAppleTeamMutation = {
4921
5097
  actor: {
4922
5098
  __typename?: 'Robot';
4923
5099
  id: string;
5100
+ } | {
5101
+ __typename?: 'SSOUser';
5102
+ id: string;
4924
5103
  } | {
4925
5104
  __typename?: 'User';
4926
5105
  id: string;
@@ -4979,6 +5158,9 @@ export declare type CreateIosAppBuildCredentialsMutation = {
4979
5158
  actor: {
4980
5159
  __typename?: 'Robot';
4981
5160
  id: string;
5161
+ } | {
5162
+ __typename?: 'SSOUser';
5163
+ id: string;
4982
5164
  } | {
4983
5165
  __typename?: 'User';
4984
5166
  id: string;
@@ -5074,6 +5256,9 @@ export declare type SetDistributionCertificateMutation = {
5074
5256
  actor: {
5075
5257
  __typename?: 'Robot';
5076
5258
  id: string;
5259
+ } | {
5260
+ __typename?: 'SSOUser';
5261
+ id: string;
5077
5262
  } | {
5078
5263
  __typename?: 'User';
5079
5264
  id: string;
@@ -5169,6 +5354,9 @@ export declare type SetProvisioningProfileMutation = {
5169
5354
  actor: {
5170
5355
  __typename?: 'Robot';
5171
5356
  id: string;
5357
+ } | {
5358
+ __typename?: 'SSOUser';
5359
+ id: string;
5172
5360
  } | {
5173
5361
  __typename?: 'User';
5174
5362
  id: string;
@@ -5268,6 +5456,9 @@ export declare type CreateIosAppCredentialsMutation = {
5268
5456
  actor: {
5269
5457
  __typename?: 'Robot';
5270
5458
  id: string;
5459
+ } | {
5460
+ __typename?: 'SSOUser';
5461
+ id: string;
5271
5462
  } | {
5272
5463
  __typename?: 'User';
5273
5464
  id: string;
@@ -5327,6 +5518,9 @@ export declare type CreateIosAppCredentialsMutation = {
5327
5518
  actor: {
5328
5519
  __typename?: 'Robot';
5329
5520
  id: string;
5521
+ } | {
5522
+ __typename?: 'SSOUser';
5523
+ id: string;
5330
5524
  } | {
5331
5525
  __typename?: 'User';
5332
5526
  id: string;
@@ -5374,6 +5568,9 @@ export declare type CreateIosAppCredentialsMutation = {
5374
5568
  actor: {
5375
5569
  __typename?: 'Robot';
5376
5570
  id: string;
5571
+ } | {
5572
+ __typename?: 'SSOUser';
5573
+ id: string;
5377
5574
  } | {
5378
5575
  __typename?: 'User';
5379
5576
  id: string;
@@ -5459,6 +5656,9 @@ export declare type SetPushKeyMutation = {
5459
5656
  actor: {
5460
5657
  __typename?: 'Robot';
5461
5658
  id: string;
5659
+ } | {
5660
+ __typename?: 'SSOUser';
5661
+ id: string;
5462
5662
  } | {
5463
5663
  __typename?: 'User';
5464
5664
  id: string;
@@ -5518,6 +5718,9 @@ export declare type SetPushKeyMutation = {
5518
5718
  actor: {
5519
5719
  __typename?: 'Robot';
5520
5720
  id: string;
5721
+ } | {
5722
+ __typename?: 'SSOUser';
5723
+ id: string;
5521
5724
  } | {
5522
5725
  __typename?: 'User';
5523
5726
  id: string;
@@ -5565,6 +5768,9 @@ export declare type SetPushKeyMutation = {
5565
5768
  actor: {
5566
5769
  __typename?: 'Robot';
5567
5770
  id: string;
5771
+ } | {
5772
+ __typename?: 'SSOUser';
5773
+ id: string;
5568
5774
  } | {
5569
5775
  __typename?: 'User';
5570
5776
  id: string;
@@ -5650,6 +5856,9 @@ export declare type SetAppStoreConnectApiKeyForSubmissionsMutation = {
5650
5856
  actor: {
5651
5857
  __typename?: 'Robot';
5652
5858
  id: string;
5859
+ } | {
5860
+ __typename?: 'SSOUser';
5861
+ id: string;
5653
5862
  } | {
5654
5863
  __typename?: 'User';
5655
5864
  id: string;
@@ -5709,6 +5918,9 @@ export declare type SetAppStoreConnectApiKeyForSubmissionsMutation = {
5709
5918
  actor: {
5710
5919
  __typename?: 'Robot';
5711
5920
  id: string;
5921
+ } | {
5922
+ __typename?: 'SSOUser';
5923
+ id: string;
5712
5924
  } | {
5713
5925
  __typename?: 'User';
5714
5926
  id: string;
@@ -5756,6 +5968,9 @@ export declare type SetAppStoreConnectApiKeyForSubmissionsMutation = {
5756
5968
  actor: {
5757
5969
  __typename?: 'Robot';
5758
5970
  id: string;
5971
+ } | {
5972
+ __typename?: 'SSOUser';
5973
+ id: string;
5759
5974
  } | {
5760
5975
  __typename?: 'User';
5761
5976
  id: string;
@@ -5982,6 +6197,9 @@ export declare type AppleDistributionCertificateByAppQuery = {
5982
6197
  actor: {
5983
6198
  __typename?: 'Robot';
5984
6199
  id: string;
6200
+ } | {
6201
+ __typename?: 'SSOUser';
6202
+ id: string;
5985
6203
  } | {
5986
6204
  __typename?: 'User';
5987
6205
  id: string;
@@ -6054,6 +6272,9 @@ export declare type AppleDistributionCertificateByAccountQuery = {
6054
6272
  actor: {
6055
6273
  __typename?: 'Robot';
6056
6274
  id: string;
6275
+ } | {
6276
+ __typename?: 'SSOUser';
6277
+ id: string;
6057
6278
  } | {
6058
6279
  __typename?: 'User';
6059
6280
  id: string;
@@ -6167,6 +6388,9 @@ export declare type ApplePushKeyByAccountQuery = {
6167
6388
  actor: {
6168
6389
  __typename?: 'Robot';
6169
6390
  id: string;
6391
+ } | {
6392
+ __typename?: 'SSOUser';
6393
+ id: string;
6170
6394
  } | {
6171
6395
  __typename?: 'User';
6172
6396
  id: string;
@@ -6277,6 +6501,9 @@ export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuer
6277
6501
  actor: {
6278
6502
  __typename?: 'Robot';
6279
6503
  id: string;
6504
+ } | {
6505
+ __typename?: 'SSOUser';
6506
+ id: string;
6280
6507
  } | {
6281
6508
  __typename?: 'User';
6282
6509
  id: string;
@@ -6381,6 +6608,9 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery
6381
6608
  actor: {
6382
6609
  __typename?: 'Robot';
6383
6610
  id: string;
6611
+ } | {
6612
+ __typename?: 'SSOUser';
6613
+ id: string;
6384
6614
  } | {
6385
6615
  __typename?: 'User';
6386
6616
  id: string;
@@ -6440,6 +6670,9 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery
6440
6670
  actor: {
6441
6671
  __typename?: 'Robot';
6442
6672
  id: string;
6673
+ } | {
6674
+ __typename?: 'SSOUser';
6675
+ id: string;
6443
6676
  } | {
6444
6677
  __typename?: 'User';
6445
6678
  id: string;
@@ -6487,6 +6720,9 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery
6487
6720
  actor: {
6488
6721
  __typename?: 'Robot';
6489
6722
  id: string;
6723
+ } | {
6724
+ __typename?: 'SSOUser';
6725
+ id: string;
6490
6726
  } | {
6491
6727
  __typename?: 'User';
6492
6728
  id: string;
@@ -6576,6 +6812,9 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
6576
6812
  actor: {
6577
6813
  __typename?: 'Robot';
6578
6814
  id: string;
6815
+ } | {
6816
+ __typename?: 'SSOUser';
6817
+ id: string;
6579
6818
  } | {
6580
6819
  __typename?: 'User';
6581
6820
  id: string;
@@ -6635,6 +6874,9 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
6635
6874
  actor: {
6636
6875
  __typename?: 'Robot';
6637
6876
  id: string;
6877
+ } | {
6878
+ __typename?: 'SSOUser';
6879
+ id: string;
6638
6880
  } | {
6639
6881
  __typename?: 'User';
6640
6882
  id: string;
@@ -6682,6 +6924,9 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
6682
6924
  actor: {
6683
6925
  __typename?: 'Robot';
6684
6926
  id: string;
6927
+ } | {
6928
+ __typename?: 'SSOUser';
6929
+ id: string;
6685
6930
  } | {
6686
6931
  __typename?: 'User';
6687
6932
  id: string;
@@ -6793,6 +7038,10 @@ export declare type CreateAndroidBuildMutation = {
6793
7038
  __typename: 'Robot';
6794
7039
  id: string;
6795
7040
  displayName: string;
7041
+ } | {
7042
+ __typename: 'SSOUser';
7043
+ id: string;
7044
+ displayName: string;
6796
7045
  } | {
6797
7046
  __typename: 'User';
6798
7047
  id: string;
@@ -6874,6 +7123,10 @@ export declare type CreateIosBuildMutation = {
6874
7123
  __typename: 'Robot';
6875
7124
  id: string;
6876
7125
  displayName: string;
7126
+ } | {
7127
+ __typename: 'SSOUser';
7128
+ id: string;
7129
+ displayName: string;
6877
7130
  } | {
6878
7131
  __typename: 'User';
6879
7132
  id: string;
@@ -6951,6 +7204,10 @@ export declare type RetryIosBuildMutation = {
6951
7204
  __typename: 'Robot';
6952
7205
  id: string;
6953
7206
  displayName: string;
7207
+ } | {
7208
+ __typename: 'SSOUser';
7209
+ id: string;
7210
+ displayName: string;
6954
7211
  } | {
6955
7212
  __typename: 'User';
6956
7213
  id: string;
@@ -7267,6 +7524,9 @@ export declare type AppByIdQuery = {
7267
7524
  actor: {
7268
7525
  __typename?: 'Robot';
7269
7526
  id: string;
7527
+ } | {
7528
+ __typename?: 'SSOUser';
7529
+ id: string;
7270
7530
  } | {
7271
7531
  __typename?: 'User';
7272
7532
  id: string;
@@ -7298,6 +7558,9 @@ export declare type AppByFullNameQuery = {
7298
7558
  actor: {
7299
7559
  __typename?: 'Robot';
7300
7560
  id: string;
7561
+ } | {
7562
+ __typename?: 'SSOUser';
7563
+ id: string;
7301
7564
  } | {
7302
7565
  __typename?: 'User';
7303
7566
  id: string;
@@ -7377,6 +7640,9 @@ export declare type BranchesByAppQuery = {
7377
7640
  __typename: 'Robot';
7378
7641
  firstName?: string | null;
7379
7642
  id: string;
7643
+ } | {
7644
+ __typename: 'SSOUser';
7645
+ id: string;
7380
7646
  } | {
7381
7647
  __typename: 'User';
7382
7648
  username: string;
@@ -7432,6 +7698,9 @@ export declare type ViewBranchesOnUpdateChannelQuery = {
7432
7698
  __typename: 'Robot';
7433
7699
  firstName?: string | null;
7434
7700
  id: string;
7701
+ } | {
7702
+ __typename: 'SSOUser';
7703
+ id: string;
7435
7704
  } | {
7436
7705
  __typename: 'User';
7437
7706
  username: string;
@@ -7500,6 +7769,10 @@ export declare type BuildsByIdQuery = {
7500
7769
  __typename: 'Robot';
7501
7770
  id: string;
7502
7771
  displayName: string;
7772
+ } | {
7773
+ __typename: 'SSOUser';
7774
+ id: string;
7775
+ displayName: string;
7503
7776
  } | {
7504
7777
  __typename: 'User';
7505
7778
  id: string;
@@ -7604,6 +7877,10 @@ export declare type BuildsWithSubmissionsByIdQuery = {
7604
7877
  __typename: 'Robot';
7605
7878
  id: string;
7606
7879
  displayName: string;
7880
+ } | {
7881
+ __typename: 'SSOUser';
7882
+ id: string;
7883
+ displayName: string;
7607
7884
  } | {
7608
7885
  __typename: 'User';
7609
7886
  id: string;
@@ -7680,6 +7957,10 @@ export declare type ViewBuildsOnAppQuery = {
7680
7957
  __typename: 'Robot';
7681
7958
  id: string;
7682
7959
  displayName: string;
7960
+ } | {
7961
+ __typename: 'SSOUser';
7962
+ id: string;
7963
+ displayName: string;
7683
7964
  } | {
7684
7965
  __typename: 'User';
7685
7966
  id: string;
@@ -7740,6 +8021,9 @@ export declare type ViewUpdateChannelOnAppQuery = {
7740
8021
  __typename: 'Robot';
7741
8022
  firstName?: string | null;
7742
8023
  id: string;
8024
+ } | {
8025
+ __typename: 'SSOUser';
8026
+ id: string;
7743
8027
  } | {
7744
8028
  __typename: 'User';
7745
8029
  username: string;
@@ -7797,6 +8081,9 @@ export declare type ViewUpdateChannelsOnAppQuery = {
7797
8081
  __typename: 'Robot';
7798
8082
  firstName?: string | null;
7799
8083
  id: string;
8084
+ } | {
8085
+ __typename: 'SSOUser';
8086
+ id: string;
7800
8087
  } | {
7801
8088
  __typename: 'User';
7802
8089
  username: string;
@@ -8014,6 +8301,9 @@ export declare type ViewUpdatesByGroupQuery = {
8014
8301
  __typename: 'Robot';
8015
8302
  firstName?: string | null;
8016
8303
  id: string;
8304
+ } | {
8305
+ __typename: 'SSOUser';
8306
+ id: string;
8017
8307
  } | {
8018
8308
  __typename: 'User';
8019
8309
  username: string;
@@ -8063,6 +8353,9 @@ export declare type ViewUpdateGroupsOnBranchQuery = {
8063
8353
  __typename: 'Robot';
8064
8354
  firstName?: string | null;
8065
8355
  id: string;
8356
+ } | {
8357
+ __typename: 'SSOUser';
8358
+ id: string;
8066
8359
  } | {
8067
8360
  __typename: 'User';
8068
8361
  username: string;
@@ -8111,6 +8404,9 @@ export declare type ViewUpdateGroupsOnAppQuery = {
8111
8404
  __typename: 'Robot';
8112
8405
  firstName?: string | null;
8113
8406
  id: string;
8407
+ } | {
8408
+ __typename: 'SSOUser';
8409
+ id: string;
8114
8410
  } | {
8115
8411
  __typename: 'User';
8116
8412
  username: string;
@@ -8152,6 +8448,33 @@ export declare type CurrentUserQuery = {
8152
8448
  actor: {
8153
8449
  __typename?: 'Robot';
8154
8450
  id: string;
8451
+ } | {
8452
+ __typename?: 'SSOUser';
8453
+ id: string;
8454
+ } | {
8455
+ __typename?: 'User';
8456
+ id: string;
8457
+ };
8458
+ }>;
8459
+ }>;
8460
+ } | {
8461
+ __typename: 'SSOUser';
8462
+ id: string;
8463
+ featureGates: any;
8464
+ isExpoAdmin: boolean;
8465
+ accounts: Array<{
8466
+ __typename?: 'Account';
8467
+ id: string;
8468
+ name: string;
8469
+ users: Array<{
8470
+ __typename?: 'UserPermission';
8471
+ role?: Role | null;
8472
+ actor: {
8473
+ __typename?: 'Robot';
8474
+ id: string;
8475
+ } | {
8476
+ __typename?: 'SSOUser';
8477
+ id: string;
8155
8478
  } | {
8156
8479
  __typename?: 'User';
8157
8480
  id: string;
@@ -8174,6 +8497,9 @@ export declare type CurrentUserQuery = {
8174
8497
  actor: {
8175
8498
  __typename?: 'Robot';
8176
8499
  id: string;
8500
+ } | {
8501
+ __typename?: 'SSOUser';
8502
+ id: string;
8177
8503
  } | {
8178
8504
  __typename?: 'User';
8179
8505
  id: string;
@@ -8190,6 +8516,9 @@ export declare type CurrentUserQuery = {
8190
8516
  actor: {
8191
8517
  __typename?: 'Robot';
8192
8518
  id: string;
8519
+ } | {
8520
+ __typename?: 'SSOUser';
8521
+ id: string;
8193
8522
  } | {
8194
8523
  __typename?: 'User';
8195
8524
  id: string;
@@ -8247,6 +8576,9 @@ export declare type AccountFragment = {
8247
8576
  actor: {
8248
8577
  __typename?: 'Robot';
8249
8578
  id: string;
8579
+ } | {
8580
+ __typename?: 'SSOUser';
8581
+ id: string;
8250
8582
  } | {
8251
8583
  __typename?: 'User';
8252
8584
  id: string;
@@ -8268,6 +8600,9 @@ export declare type AppFragment = {
8268
8600
  actor: {
8269
8601
  __typename?: 'Robot';
8270
8602
  id: string;
8603
+ } | {
8604
+ __typename?: 'SSOUser';
8605
+ id: string;
8271
8606
  } | {
8272
8607
  __typename?: 'User';
8273
8608
  id: string;
@@ -8314,6 +8649,10 @@ export declare type BuildFragment = {
8314
8649
  __typename: 'Robot';
8315
8650
  id: string;
8316
8651
  displayName: string;
8652
+ } | {
8653
+ __typename: 'SSOUser';
8654
+ id: string;
8655
+ displayName: string;
8317
8656
  } | {
8318
8657
  __typename: 'User';
8319
8658
  id: string;
@@ -8409,6 +8748,10 @@ export declare type BuildWithSubmissionsFragment = {
8409
8748
  __typename: 'Robot';
8410
8749
  id: string;
8411
8750
  displayName: string;
8751
+ } | {
8752
+ __typename: 'SSOUser';
8753
+ id: string;
8754
+ displayName: string;
8412
8755
  } | {
8413
8756
  __typename: 'User';
8414
8757
  id: string;
@@ -8500,6 +8843,9 @@ export declare type UpdateFragment = {
8500
8843
  __typename: 'Robot';
8501
8844
  firstName?: string | null;
8502
8845
  id: string;
8846
+ } | {
8847
+ __typename: 'SSOUser';
8848
+ id: string;
8503
8849
  } | {
8504
8850
  __typename: 'User';
8505
8851
  username: string;
@@ -8535,6 +8881,9 @@ export declare type UpdateBranchFragment = {
8535
8881
  __typename: 'Robot';
8536
8882
  firstName?: string | null;
8537
8883
  id: string;
8884
+ } | {
8885
+ __typename: 'SSOUser';
8886
+ id: string;
8538
8887
  } | {
8539
8888
  __typename: 'User';
8540
8889
  username: string;
@@ -8602,6 +8951,9 @@ export declare type CommonAndroidAppCredentialsFragment = {
8602
8951
  actor: {
8603
8952
  __typename?: 'Robot';
8604
8953
  id: string;
8954
+ } | {
8955
+ __typename?: 'SSOUser';
8956
+ id: string;
8605
8957
  } | {
8606
8958
  __typename?: 'User';
8607
8959
  id: string;
@@ -8763,6 +9115,9 @@ export declare type AppleDistributionCertificateFragment = {
8763
9115
  actor: {
8764
9116
  __typename?: 'Robot';
8765
9117
  id: string;
9118
+ } | {
9119
+ __typename?: 'SSOUser';
9120
+ id: string;
8766
9121
  } | {
8767
9122
  __typename?: 'User';
8768
9123
  id: string;
@@ -8840,6 +9195,9 @@ export declare type ApplePushKeyFragment = {
8840
9195
  actor: {
8841
9196
  __typename?: 'Robot';
8842
9197
  id: string;
9198
+ } | {
9199
+ __typename?: 'SSOUser';
9200
+ id: string;
8843
9201
  } | {
8844
9202
  __typename?: 'User';
8845
9203
  id: string;
@@ -8911,6 +9269,9 @@ export declare type IosAppBuildCredentialsFragment = {
8911
9269
  actor: {
8912
9270
  __typename?: 'Robot';
8913
9271
  id: string;
9272
+ } | {
9273
+ __typename?: 'SSOUser';
9274
+ id: string;
8914
9275
  } | {
8915
9276
  __typename?: 'User';
8916
9277
  id: string;
@@ -8973,6 +9334,9 @@ export declare type CommonIosAppCredentialsWithoutBuildCredentialsFragment = {
8973
9334
  actor: {
8974
9335
  __typename?: 'Robot';
8975
9336
  id: string;
9337
+ } | {
9338
+ __typename?: 'SSOUser';
9339
+ id: string;
8976
9340
  } | {
8977
9341
  __typename?: 'User';
8978
9342
  id: string;
@@ -9020,6 +9384,9 @@ export declare type CommonIosAppCredentialsWithoutBuildCredentialsFragment = {
9020
9384
  actor: {
9021
9385
  __typename?: 'Robot';
9022
9386
  id: string;
9387
+ } | {
9388
+ __typename?: 'SSOUser';
9389
+ id: string;
9023
9390
  } | {
9024
9391
  __typename?: 'User';
9025
9392
  id: string;
@@ -9095,6 +9462,9 @@ export declare type CommonIosAppCredentialsFragment = {
9095
9462
  actor: {
9096
9463
  __typename?: 'Robot';
9097
9464
  id: string;
9465
+ } | {
9466
+ __typename?: 'SSOUser';
9467
+ id: string;
9098
9468
  } | {
9099
9469
  __typename?: 'User';
9100
9470
  id: string;
@@ -9154,6 +9524,9 @@ export declare type CommonIosAppCredentialsFragment = {
9154
9524
  actor: {
9155
9525
  __typename?: 'Robot';
9156
9526
  id: string;
9527
+ } | {
9528
+ __typename?: 'SSOUser';
9529
+ id: string;
9157
9530
  } | {
9158
9531
  __typename?: 'User';
9159
9532
  id: string;
@@ -9201,6 +9574,9 @@ export declare type CommonIosAppCredentialsFragment = {
9201
9574
  actor: {
9202
9575
  __typename?: 'Robot';
9203
9576
  id: string;
9577
+ } | {
9578
+ __typename?: 'SSOUser';
9579
+ id: string;
9204
9580
  } | {
9205
9581
  __typename?: 'User';
9206
9582
  id: string;