eas-cli 0.34.0 → 0.36.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +27 -27
- package/build/analytics/common.d.ts +8 -0
- package/build/analytics/common.js +19 -0
- package/build/analytics/events.d.ts +43 -0
- package/build/analytics/events.js +51 -0
- package/build/{analytics.d.ts → analytics/rudderstackClient.d.ts} +0 -0
- package/build/{analytics.js → analytics/rudderstackClient.js} +2 -2
- package/build/api.js +3 -3
- package/build/build/build.js +18 -27
- package/build/build/context.d.ts +1 -1
- package/build/build/context.js +2 -2
- package/build/build/ios/credentials.js +3 -3
- package/build/build/local.js +18 -27
- package/build/build/types.d.ts +0 -1
- package/build/build/utils/devClient.js +6 -3
- package/build/build/utils/formatBuild.js +1 -9
- package/build/build/utils/url.js +1 -1
- package/build/commandUtils/EasCommand.js +4 -4
- package/build/commands/build/index.js +14 -5
- package/build/commands/secret/delete.js +1 -1
- package/build/credentials/android/AndroidCredentialsProvider.js +2 -2
- package/build/credentials/android/actions/RemoveFcm.js +4 -4
- package/build/credentials/android/actions/{SetupBuildCredentials.d.ts → SetUpBuildCredentials.d.ts} +1 -1
- package/build/credentials/android/actions/{SetupBuildCredentials.js → SetUpBuildCredentials.js} +3 -3
- package/build/credentials/android/actions/{SetupBuildCredentialsFromCredentialsJson.d.ts → SetUpBuildCredentialsFromCredentialsJson.d.ts} +1 -1
- package/build/credentials/android/actions/{SetupBuildCredentialsFromCredentialsJson.js → SetUpBuildCredentialsFromCredentialsJson.js} +3 -3
- package/build/credentials/android/actions/{SetupGoogleServiceAccountKey.d.ts → SetUpGoogleServiceAccountKey.d.ts} +1 -1
- package/build/credentials/android/actions/{SetupGoogleServiceAccountKey.js → SetUpGoogleServiceAccountKey.js} +3 -3
- package/build/credentials/android/utils/keystore.js +67 -32
- package/build/credentials/errors.d.ts +4 -0
- package/build/credentials/errors.js +8 -1
- package/build/credentials/ios/IosCredentialsProvider.js +4 -4
- package/build/credentials/ios/actions/AscApiKeyUtils.d.ts +17 -1
- package/build/credentials/ios/actions/AscApiKeyUtils.js +158 -24
- package/build/credentials/ios/actions/AssignAscApiKey.d.ts +9 -0
- package/build/credentials/ios/actions/AssignAscApiKey.js +29 -0
- package/build/credentials/ios/actions/CreateAscApiKey.d.ts +9 -0
- package/build/credentials/ios/actions/CreateAscApiKey.js +21 -0
- package/build/credentials/ios/actions/DistributionCertificateUtils.js +1 -1
- package/build/credentials/ios/actions/PushKeyUtils.js +1 -1
- package/build/credentials/ios/actions/RemoveAscApiKey.d.ts +14 -0
- package/build/credentials/ios/actions/RemoveAscApiKey.js +55 -0
- package/build/credentials/ios/actions/{SetupAdhocProvisioningProfile.d.ts → SetUpAdhocProvisioningProfile.d.ts} +1 -1
- package/build/credentials/ios/actions/{SetupAdhocProvisioningProfile.js → SetUpAdhocProvisioningProfile.js} +5 -5
- package/build/credentials/ios/actions/SetUpAscApiKey.d.ts +21 -0
- package/build/credentials/ios/actions/SetUpAscApiKey.js +114 -0
- package/build/credentials/ios/actions/{SetupBuildCredentials.d.ts → SetUpBuildCredentials.d.ts} +1 -1
- package/build/credentials/ios/actions/{SetupBuildCredentials.js → SetUpBuildCredentials.js} +5 -5
- package/build/credentials/ios/actions/{SetupBuildCredentialsFromCredentialsJson.d.ts → SetUpBuildCredentialsFromCredentialsJson.d.ts} +1 -1
- package/build/credentials/ios/actions/{SetupBuildCredentialsFromCredentialsJson.js → SetUpBuildCredentialsFromCredentialsJson.js} +5 -5
- package/build/credentials/ios/actions/{SetupDistributionCertificate.d.ts → SetUpDistributionCertificate.d.ts} +1 -1
- package/build/credentials/ios/actions/{SetupDistributionCertificate.js → SetUpDistributionCertificate.js} +3 -3
- package/build/credentials/ios/actions/{SetupInternalProvisioningProfile.d.ts → SetUpInternalProvisioningProfile.d.ts} +1 -1
- package/build/credentials/ios/actions/{SetupInternalProvisioningProfile.js → SetUpInternalProvisioningProfile.js} +7 -7
- package/build/credentials/ios/actions/{SetupProvisioningProfile.d.ts → SetUpProvisioningProfile.d.ts} +1 -1
- package/build/credentials/ios/actions/{SetupProvisioningProfile.js → SetUpProvisioningProfile.js} +5 -5
- package/build/credentials/ios/actions/{SetupPushKey.d.ts → SetUpPushKey.d.ts} +1 -1
- package/build/credentials/ios/actions/{SetupPushKey.js → SetUpPushKey.js} +3 -3
- package/build/credentials/ios/actions/SetUpSubmissionCredentials.d.ts +10 -0
- package/build/credentials/ios/actions/SetUpSubmissionCredentials.js +53 -0
- package/build/credentials/ios/actions/{SetupTargetBuildCredentials.d.ts → SetUpTargetBuildCredentials.d.ts} +1 -1
- package/build/credentials/ios/actions/{SetupTargetBuildCredentials.js → SetUpTargetBuildCredentials.js} +10 -10
- package/build/credentials/ios/actions/{SetupTargetBuildCredentialsFromCredentialsJson.d.ts → SetUpTargetBuildCredentialsFromCredentialsJson.d.ts} +1 -1
- package/build/credentials/ios/actions/{SetupTargetBuildCredentialsFromCredentialsJson.js → SetUpTargetBuildCredentialsFromCredentialsJson.js} +3 -3
- package/build/credentials/ios/api/GraphqlClient.d.ts +8 -2
- package/build/credentials/ios/api/GraphqlClient.js +74 -2
- package/build/credentials/ios/api/graphql/mutations/AppStoreConnectApiKeyMutation.d.ts +5 -0
- package/build/credentials/ios/api/graphql/mutations/AppStoreConnectApiKeyMutation.js +54 -0
- package/build/credentials/ios/api/graphql/mutations/IosAppCredentialsMutation.d.ts +1 -0
- package/build/credentials/ios/api/graphql/mutations/IosAppCredentialsMutation.js +25 -0
- package/build/credentials/ios/api/graphql/queries/AppStoreConnectApiKeyQuery.d.ts +4 -0
- package/build/credentials/ios/api/graphql/queries/AppStoreConnectApiKeyQuery.js +33 -0
- package/build/credentials/ios/appstore/AppStoreApi.d.ts +1 -1
- package/build/credentials/ios/appstore/Credentials.types.d.ts +1 -0
- package/build/credentials/ios/appstore/ascApiKey.d.ts +1 -1
- package/build/credentials/ios/appstore/ascApiKey.js +11 -1
- package/build/credentials/ios/appstore/entitlements.d.ts +2 -2
- package/build/credentials/ios/appstore/entitlements.js +20 -10
- package/build/credentials/ios/credentials.d.ts +2 -1
- package/build/credentials/ios/credentials.js +7 -2
- package/build/credentials/ios/utils/printCredentials.js +30 -1
- package/build/credentials/ios/validators/validateAscApiKey.d.ts +5 -0
- package/build/credentials/ios/validators/validateAscApiKey.js +21 -0
- package/build/credentials/manager/Actions.d.ts +20 -15
- package/build/credentials/manager/Actions.js +20 -15
- package/build/credentials/manager/AndroidActions.js +6 -6
- package/build/credentials/manager/IosActions.d.ts +1 -0
- package/build/credentials/manager/IosActions.js +40 -5
- package/build/credentials/manager/ManageAndroid.js +6 -6
- package/build/credentials/manager/ManageIos.js +56 -17
- package/build/credentials/utils/promptForCredentials.d.ts +2 -1
- package/build/credentials/utils/promptForCredentials.js +3 -2
- package/build/graphql/client.js +1 -1
- package/build/graphql/generated.d.ts +233 -82
- package/build/graphql/mutations/KeystoreGenerationUrlMutation.d.ts +3 -0
- package/build/graphql/mutations/KeystoreGenerationUrlMutation.js +23 -0
- package/build/graphql/types/Build.js +1 -6
- package/build/graphql/types/credentials/AppStoreConnectApiKey.d.ts +1 -0
- package/build/graphql/types/credentials/AppStoreConnectApiKey.js +23 -0
- package/build/graphql/types/credentials/IosAppCredentials.js +6 -0
- package/build/submit/ArchiveSource.js +2 -1
- package/build/submit/BaseSubmitter.d.ts +20 -4
- package/build/submit/BaseSubmitter.js +34 -1
- package/build/submit/android/AndroidSubmitter.d.ts +12 -6
- package/build/submit/android/AndroidSubmitter.js +31 -20
- package/build/submit/android/ServiceAccountSource.js +2 -2
- package/build/submit/context.d.ts +2 -0
- package/build/submit/context.js +14 -0
- package/build/submit/ios/AppSpecificPasswordSource.d.ts +9 -6
- package/build/submit/ios/AppSpecificPasswordSource.js +42 -20
- package/build/submit/ios/AscApiKeySource.d.ts +9 -3
- package/build/submit/ios/AscApiKeySource.js +10 -10
- package/build/submit/ios/CredentialsServiceSource.d.ts +15 -0
- package/build/submit/ios/CredentialsServiceSource.js +52 -0
- package/build/submit/ios/IosSubmitCommand.d.ts +1 -2
- package/build/submit/ios/IosSubmitCommand.js +24 -53
- package/build/submit/ios/IosSubmitter.d.ts +20 -7
- package/build/submit/ios/IosSubmitter.js +79 -43
- package/build/submit/submit.js +13 -4
- package/build/submit/utils/errors.js +2 -0
- package/build/user/User.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
- package/build/build/utils/analytics.d.ts +0 -22
- package/build/build/utils/analytics.js +0 -28
|
@@ -43,7 +43,7 @@ export declare type RootQuery = {
|
|
|
43
43
|
appleDeviceRegistrationRequest: AppleDeviceRegistrationRequestQuery;
|
|
44
44
|
/** Top-level query object for querying Apple Teams. */
|
|
45
45
|
appleTeam: AppleTeamQuery;
|
|
46
|
-
app
|
|
46
|
+
app: AppQuery;
|
|
47
47
|
/**
|
|
48
48
|
* Look up app by app id
|
|
49
49
|
* @deprecated Use 'byId' field under 'app'.
|
|
@@ -62,6 +62,8 @@ export declare type RootQuery = {
|
|
|
62
62
|
clientBuilds: ClientBuildQuery;
|
|
63
63
|
/** Top-level query object for querying Experimentation configuration. */
|
|
64
64
|
experimentation: ExperimentationQuery;
|
|
65
|
+
/** Top-level query object for querying Stripe Invoices. */
|
|
66
|
+
invoice: InvoiceQuery;
|
|
65
67
|
project: ProjectQuery;
|
|
66
68
|
snack: SnackQuery;
|
|
67
69
|
submissions: SubmissionQuery;
|
|
@@ -136,6 +138,11 @@ export declare type Actor = {
|
|
|
136
138
|
firstName?: Maybe<Scalars['String']>;
|
|
137
139
|
created: Scalars['DateTime'];
|
|
138
140
|
isExpoAdmin: Scalars['Boolean'];
|
|
141
|
+
/**
|
|
142
|
+
* Best-effort human readable name for this actor for use in user interfaces during action attribution.
|
|
143
|
+
* For example, when displaying a sentence indicating that actor X created a build or published an update.
|
|
144
|
+
*/
|
|
145
|
+
displayName: Scalars['String'];
|
|
139
146
|
/** Associated accounts */
|
|
140
147
|
accounts: Array<Account>;
|
|
141
148
|
/** Access Tokens belonging to this actor */
|
|
@@ -197,7 +204,6 @@ export declare type Account = {
|
|
|
197
204
|
applePushKeys: Array<ApplePushKey>;
|
|
198
205
|
appleProvisioningProfiles: Array<AppleProvisioningProfile>;
|
|
199
206
|
appleDevices: Array<AppleDevice>;
|
|
200
|
-
appleAppSpecificPasswords: Array<AppleAppSpecificPassword>;
|
|
201
207
|
appStoreConnectApiKeys: Array<AppStoreConnectApiKey>;
|
|
202
208
|
/** Android credentials for account */
|
|
203
209
|
googleServiceAccountKeys: Array<GoogleServiceAccountKey>;
|
|
@@ -380,18 +386,31 @@ export declare type App = Project & {
|
|
|
380
386
|
fullName: Scalars['String'];
|
|
381
387
|
description: Scalars['String'];
|
|
382
388
|
slug: Scalars['String'];
|
|
383
|
-
updated: Scalars['DateTime'];
|
|
384
|
-
published: Scalars['Boolean'];
|
|
385
389
|
ownerAccount: Account;
|
|
390
|
+
privacySetting: AppPrivacy;
|
|
391
|
+
pushSecurityEnabled: Scalars['Boolean'];
|
|
392
|
+
/** Whether there have been any classic update publishes */
|
|
393
|
+
published: Scalars['Boolean'];
|
|
394
|
+
/** Time of last classic update publish */
|
|
395
|
+
updated: Scalars['DateTime'];
|
|
396
|
+
/** ID of latest classic update release */
|
|
397
|
+
latestReleaseId: Scalars['ID'];
|
|
398
|
+
/** Whether the latest classic update publish is using a deprecated SDK version */
|
|
399
|
+
isDeprecated: Scalars['Boolean'];
|
|
400
|
+
/** SDK version of the latest classic update publish, 0.0.0 otherwise */
|
|
401
|
+
sdkVersion: Scalars['String'];
|
|
402
|
+
/** Classic update release channel names (to be removed) */
|
|
403
|
+
releaseChannels: Array<Scalars['String']>;
|
|
404
|
+
/** Classic update release channel names that have at least one build */
|
|
405
|
+
buildsReleaseChannels: Array<Scalars['String']>;
|
|
406
|
+
/** githubUrl field from most recent classic update manifest */
|
|
386
407
|
githubUrl?: Maybe<Scalars['String']>;
|
|
408
|
+
/** android.playStoreUrl field from most recent classic update manifest */
|
|
387
409
|
playStoreUrl?: Maybe<Scalars['String']>;
|
|
410
|
+
/** ios.appStoreUrl field from most recent classic update manifest */
|
|
388
411
|
appStoreUrl?: Maybe<Scalars['String']>;
|
|
412
|
+
/** Info about the icon specified in the most recent classic update manifest */
|
|
389
413
|
icon?: Maybe<AppIcon>;
|
|
390
|
-
sdkVersion: Scalars['String'];
|
|
391
|
-
isDeprecated: Scalars['Boolean'];
|
|
392
|
-
privacySetting: AppPrivacy;
|
|
393
|
-
latestReleaseId: Scalars['ID'];
|
|
394
|
-
pushSecurityEnabled: Scalars['Boolean'];
|
|
395
414
|
/** (EAS Build) Builds associated with this app */
|
|
396
415
|
builds: Array<Build>;
|
|
397
416
|
buildJobs: Array<BuildJob>;
|
|
@@ -521,6 +540,8 @@ export declare type AppActivityTimelineProjectActivitiesArgs = {
|
|
|
521
540
|
limit: Scalars['Int'];
|
|
522
541
|
createdBefore?: Maybe<Scalars['DateTime']>;
|
|
523
542
|
filterTypes?: Maybe<Array<ActivityTimelineProjectActivityType>>;
|
|
543
|
+
filterPlatforms?: Maybe<Array<AppPlatform>>;
|
|
544
|
+
filterReleaseChannels?: Maybe<Array<Scalars['String']>>;
|
|
524
545
|
};
|
|
525
546
|
/** Represents an Exponent App (or Experience in legacy terms) */
|
|
526
547
|
export declare type AppEnvironmentSecretsArgs = {
|
|
@@ -546,6 +567,11 @@ export declare type AppLatestReleaseForReleaseChannelArgs = {
|
|
|
546
567
|
platform: AppPlatform;
|
|
547
568
|
releaseChannel: Scalars['String'];
|
|
548
569
|
};
|
|
570
|
+
export declare enum AppPrivacy {
|
|
571
|
+
Public = "PUBLIC",
|
|
572
|
+
Unlisted = "UNLISTED",
|
|
573
|
+
Hidden = "HIDDEN"
|
|
574
|
+
}
|
|
549
575
|
export declare type AppIcon = {
|
|
550
576
|
__typename?: 'AppIcon';
|
|
551
577
|
url: Scalars['String'];
|
|
@@ -554,11 +580,6 @@ export declare type AppIcon = {
|
|
|
554
580
|
/** Nullable color palette of the app icon. If null, color palette couldn't be retrieved from external service (imgix) */
|
|
555
581
|
colorPalette?: Maybe<Scalars['JSON']>;
|
|
556
582
|
};
|
|
557
|
-
export declare enum AppPrivacy {
|
|
558
|
-
Public = "PUBLIC",
|
|
559
|
-
Unlisted = "UNLISTED",
|
|
560
|
-
Hidden = "HIDDEN"
|
|
561
|
-
}
|
|
562
583
|
export declare type BuildFilter = {
|
|
563
584
|
platform?: Maybe<AppPlatform>;
|
|
564
585
|
status?: Maybe<BuildStatus>;
|
|
@@ -644,6 +665,7 @@ export declare type User = Actor & {
|
|
|
644
665
|
appetizeCode?: Maybe<Scalars['String']>;
|
|
645
666
|
emailVerified: Scalars['Boolean'];
|
|
646
667
|
isExpoAdmin: Scalars['Boolean'];
|
|
668
|
+
displayName: Scalars['String'];
|
|
647
669
|
isSecondFactorAuthenticationEnabled: Scalars['Boolean'];
|
|
648
670
|
/** Get all certified second factor authentication methods */
|
|
649
671
|
secondFactorDevices: Array<UserSecondFactorDevice>;
|
|
@@ -822,7 +844,8 @@ export declare enum SubmissionStatus {
|
|
|
822
844
|
}
|
|
823
845
|
export declare type AndroidSubmissionConfig = {
|
|
824
846
|
__typename?: 'AndroidSubmissionConfig';
|
|
825
|
-
applicationIdentifier
|
|
847
|
+
/** @deprecated applicationIdentifier is deprecated and will be auto-detected on submit */
|
|
848
|
+
applicationIdentifier?: Maybe<Scalars['String']>;
|
|
826
849
|
/** @deprecated archiveType is deprecated and will be null */
|
|
827
850
|
archiveType?: Maybe<SubmissionAndroidArchiveType>;
|
|
828
851
|
track: SubmissionAndroidTrack;
|
|
@@ -847,7 +870,7 @@ export declare enum SubmissionAndroidReleaseStatus {
|
|
|
847
870
|
export declare type IosSubmissionConfig = {
|
|
848
871
|
__typename?: 'IosSubmissionConfig';
|
|
849
872
|
ascAppIdentifier: Scalars['String'];
|
|
850
|
-
appleIdUsername
|
|
873
|
+
appleIdUsername?: Maybe<Scalars['String']>;
|
|
851
874
|
ascApiKeyId?: Maybe<Scalars['String']>;
|
|
852
875
|
};
|
|
853
876
|
export declare type SubmissionError = {
|
|
@@ -977,7 +1000,6 @@ export declare type IosAppCredentials = {
|
|
|
977
1000
|
iosAppBuildCredentialsList: Array<IosAppBuildCredentials>;
|
|
978
1001
|
pushKey?: Maybe<ApplePushKey>;
|
|
979
1002
|
appStoreConnectApiKeyForSubmissions?: Maybe<AppStoreConnectApiKey>;
|
|
980
|
-
appSpecificPassword?: Maybe<AppleAppSpecificPassword>;
|
|
981
1003
|
/** @deprecated use iosAppBuildCredentialsList instead */
|
|
982
1004
|
iosAppBuildCredentialsArray: Array<IosAppBuildCredentials>;
|
|
983
1005
|
};
|
|
@@ -1120,15 +1142,6 @@ export declare enum AppStoreConnectUserRole {
|
|
|
1120
1142
|
ImageManager = "IMAGE_MANAGER",
|
|
1121
1143
|
Unknown = "UNKNOWN"
|
|
1122
1144
|
}
|
|
1123
|
-
export declare type AppleAppSpecificPassword = {
|
|
1124
|
-
__typename?: 'AppleAppSpecificPassword';
|
|
1125
|
-
id: Scalars['ID'];
|
|
1126
|
-
account: Account;
|
|
1127
|
-
appleIdUsername: Scalars['String'];
|
|
1128
|
-
passwordLabel?: Maybe<Scalars['String']>;
|
|
1129
|
-
createdAt: Scalars['DateTime'];
|
|
1130
|
-
updatedAt: Scalars['DateTime'];
|
|
1131
|
-
};
|
|
1132
1145
|
export declare type AndroidAppCredentialsFilter = {
|
|
1133
1146
|
legacyOnly?: Maybe<Scalars['Boolean']>;
|
|
1134
1147
|
applicationIdentifier?: Maybe<Scalars['String']>;
|
|
@@ -1288,12 +1301,15 @@ export declare type SubscriptionDetails = {
|
|
|
1288
1301
|
endedAt?: Maybe<Scalars['DateTime']>;
|
|
1289
1302
|
trialEnd?: Maybe<Scalars['DateTime']>;
|
|
1290
1303
|
status?: Maybe<Scalars['String']>;
|
|
1304
|
+
isDowngrading?: Maybe<Scalars['Boolean']>;
|
|
1291
1305
|
};
|
|
1292
1306
|
export declare type AddonDetails = {
|
|
1293
1307
|
__typename?: 'AddonDetails';
|
|
1294
1308
|
id: Scalars['ID'];
|
|
1295
1309
|
planId: Scalars['String'];
|
|
1296
1310
|
name: Scalars['String'];
|
|
1311
|
+
nextInvoice?: Maybe<Scalars['DateTime']>;
|
|
1312
|
+
willCancel?: Maybe<Scalars['Boolean']>;
|
|
1297
1313
|
};
|
|
1298
1314
|
export declare type Charge = {
|
|
1299
1315
|
__typename?: 'Charge';
|
|
@@ -1352,7 +1368,10 @@ export declare type AppQuery = {
|
|
|
1352
1368
|
/** Look up app by app id */
|
|
1353
1369
|
byId: App;
|
|
1354
1370
|
byFullName: App;
|
|
1355
|
-
/**
|
|
1371
|
+
/**
|
|
1372
|
+
* Public apps in the app directory
|
|
1373
|
+
* @deprecated App directory no longer supported
|
|
1374
|
+
*/
|
|
1356
1375
|
all: Array<App>;
|
|
1357
1376
|
};
|
|
1358
1377
|
export declare type AppQueryByIdArgs = {
|
|
@@ -1507,6 +1526,45 @@ export declare type ExperimentationQuery = {
|
|
|
1507
1526
|
/** Get experimentation unit to use for device experiments. In this case, it is the IP address. */
|
|
1508
1527
|
deviceExperimentationUnit: Scalars['ID'];
|
|
1509
1528
|
};
|
|
1529
|
+
export declare type InvoiceQuery = {
|
|
1530
|
+
__typename?: 'InvoiceQuery';
|
|
1531
|
+
/** Preview an upgrade subscription invoice, with proration */
|
|
1532
|
+
previewInvoiceForSubscriptionUpdate: Invoice;
|
|
1533
|
+
};
|
|
1534
|
+
export declare type InvoiceQueryPreviewInvoiceForSubscriptionUpdateArgs = {
|
|
1535
|
+
accountId: Scalars['String'];
|
|
1536
|
+
newPlanIdentifier: Scalars['String'];
|
|
1537
|
+
};
|
|
1538
|
+
export declare type Invoice = {
|
|
1539
|
+
__typename?: 'Invoice';
|
|
1540
|
+
id: Scalars['ID'];
|
|
1541
|
+
/** The total amount due for the invoice, in cents */
|
|
1542
|
+
amountDue: Scalars['Int'];
|
|
1543
|
+
/** The total amount that has been paid, considering any discounts or account credit. Value is in cents. */
|
|
1544
|
+
amountPaid: Scalars['Int'];
|
|
1545
|
+
/** The total amount that needs to be paid, considering any discounts or account credit. Value is in cents. */
|
|
1546
|
+
amountRemaining: Scalars['Int'];
|
|
1547
|
+
lineItems: Array<InvoiceLineItem>;
|
|
1548
|
+
period: InvoicePeriod;
|
|
1549
|
+
startingBalance: Scalars['Int'];
|
|
1550
|
+
subtotal: Scalars['Int'];
|
|
1551
|
+
total: Scalars['Int'];
|
|
1552
|
+
};
|
|
1553
|
+
export declare type InvoiceLineItem = {
|
|
1554
|
+
__typename?: 'InvoiceLineItem';
|
|
1555
|
+
id: Scalars['ID'];
|
|
1556
|
+
description: Scalars['String'];
|
|
1557
|
+
/** Line-item amount in cents */
|
|
1558
|
+
amount: Scalars['Int'];
|
|
1559
|
+
period: InvoicePeriod;
|
|
1560
|
+
proration: Scalars['Boolean'];
|
|
1561
|
+
quantity: Scalars['Int'];
|
|
1562
|
+
};
|
|
1563
|
+
export declare type InvoicePeriod = {
|
|
1564
|
+
__typename?: 'InvoicePeriod';
|
|
1565
|
+
start: Scalars['DateTime'];
|
|
1566
|
+
end: Scalars['DateTime'];
|
|
1567
|
+
};
|
|
1510
1568
|
export declare type ProjectQuery = {
|
|
1511
1569
|
__typename?: 'ProjectQuery';
|
|
1512
1570
|
byAccountNameAndSlug: Project;
|
|
@@ -1614,8 +1672,6 @@ export declare type RootMutation = {
|
|
|
1614
1672
|
googleServiceAccountKey: GoogleServiceAccountKeyMutation;
|
|
1615
1673
|
/** Mutations that modify an Identifier for an iOS App */
|
|
1616
1674
|
appleAppIdentifier: AppleAppIdentifierMutation;
|
|
1617
|
-
/** Mutations that modify an App Specific Password for an Apple User Account */
|
|
1618
|
-
appleAppSpecificPassword: AppleAppSpecificPasswordMutation;
|
|
1619
1675
|
/** Mutations that modify an Apple Device */
|
|
1620
1676
|
appleDevice: AppleDeviceMutation;
|
|
1621
1677
|
/** Mutations that modify an Apple Device registration request */
|
|
@@ -1641,6 +1697,7 @@ export declare type RootMutation = {
|
|
|
1641
1697
|
iosAppBuildCredentials: IosAppBuildCredentialsMutation;
|
|
1642
1698
|
/** Mutations that modify the credentials for an iOS app */
|
|
1643
1699
|
iosAppCredentials: IosAppCredentialsMutation;
|
|
1700
|
+
keystoreGenerationUrl: KeystoreGenerationUrlMutation;
|
|
1644
1701
|
/** Mutations that create, update, and delete Robots */
|
|
1645
1702
|
robot: RobotMutation;
|
|
1646
1703
|
/** Mutations that modify an EAS Submit submission */
|
|
@@ -1716,6 +1773,10 @@ export declare type AccountMutation = {
|
|
|
1716
1773
|
subscribeToProduct?: Maybe<Account>;
|
|
1717
1774
|
/** Cancels the active subscription */
|
|
1718
1775
|
cancelSubscription?: Maybe<Account>;
|
|
1776
|
+
/** Upgrades or downgrades the active subscription to the newPlanIdentifier, which must be one of the EAS plans (i.e., Production or Enterprise). */
|
|
1777
|
+
changePlan: Account;
|
|
1778
|
+
/** Cancel scheduled subscription change */
|
|
1779
|
+
cancelScheduledSubscriptionChange: Account;
|
|
1719
1780
|
/** Requests a refund for the specified charge. Returns true if auto-refund was possible, otherwise requests a manual refund from support and returns false. */
|
|
1720
1781
|
requestRefund?: Maybe<Scalars['Boolean']>;
|
|
1721
1782
|
/**
|
|
@@ -1753,6 +1814,13 @@ export declare type AccountMutationSubscribeToProductArgs = {
|
|
|
1753
1814
|
export declare type AccountMutationCancelSubscriptionArgs = {
|
|
1754
1815
|
accountName: Scalars['ID'];
|
|
1755
1816
|
};
|
|
1817
|
+
export declare type AccountMutationChangePlanArgs = {
|
|
1818
|
+
accountID: Scalars['ID'];
|
|
1819
|
+
newPlanIdentifier: Scalars['String'];
|
|
1820
|
+
};
|
|
1821
|
+
export declare type AccountMutationCancelScheduledSubscriptionChangeArgs = {
|
|
1822
|
+
accountID: Scalars['ID'];
|
|
1823
|
+
};
|
|
1756
1824
|
export declare type AccountMutationRequestRefundArgs = {
|
|
1757
1825
|
accountID: Scalars['ID'];
|
|
1758
1826
|
chargeIdentifier: Scalars['ID'];
|
|
@@ -1929,20 +1997,6 @@ export declare type AppleAppIdentifierInput = {
|
|
|
1929
1997
|
appleTeamId?: Maybe<Scalars['ID']>;
|
|
1930
1998
|
parentAppleAppId?: Maybe<Scalars['ID']>;
|
|
1931
1999
|
};
|
|
1932
|
-
export declare type AppleAppSpecificPasswordMutation = {
|
|
1933
|
-
__typename?: 'AppleAppSpecificPasswordMutation';
|
|
1934
|
-
/** Create an App Specific Password for an Apple User Account */
|
|
1935
|
-
createAppleAppSpecificPassword: AppleAppSpecificPassword;
|
|
1936
|
-
};
|
|
1937
|
-
export declare type AppleAppSpecificPasswordMutationCreateAppleAppSpecificPasswordArgs = {
|
|
1938
|
-
appleAppSpecificPasswordInput: AppleAppSpecificPasswordInput;
|
|
1939
|
-
accountId: Scalars['ID'];
|
|
1940
|
-
};
|
|
1941
|
-
export declare type AppleAppSpecificPasswordInput = {
|
|
1942
|
-
appleIdUsername: Scalars['String'];
|
|
1943
|
-
passwordLabel?: Maybe<Scalars['String']>;
|
|
1944
|
-
appSpecificPassword: Scalars['String'];
|
|
1945
|
-
};
|
|
1946
2000
|
export declare type AppleDeviceMutation = {
|
|
1947
2001
|
__typename?: 'AppleDeviceMutation';
|
|
1948
2002
|
/** Create an Apple Device */
|
|
@@ -2382,6 +2436,16 @@ export declare type IosAppCredentialsInput = {
|
|
|
2382
2436
|
pushKeyId?: Maybe<Scalars['ID']>;
|
|
2383
2437
|
appStoreConnectApiKeyForSubmissionsId?: Maybe<Scalars['ID']>;
|
|
2384
2438
|
};
|
|
2439
|
+
export declare type KeystoreGenerationUrlMutation = {
|
|
2440
|
+
__typename?: 'KeystoreGenerationUrlMutation';
|
|
2441
|
+
/** Create a Keystore Generation URL */
|
|
2442
|
+
createKeystoreGenerationUrl: KeystoreGenerationUrl;
|
|
2443
|
+
};
|
|
2444
|
+
export declare type KeystoreGenerationUrl = {
|
|
2445
|
+
__typename?: 'KeystoreGenerationUrl';
|
|
2446
|
+
id: Scalars['ID'];
|
|
2447
|
+
url: Scalars['String'];
|
|
2448
|
+
};
|
|
2385
2449
|
export declare type RobotMutation = {
|
|
2386
2450
|
__typename?: 'RobotMutation';
|
|
2387
2451
|
/** Create a Robot and grant it Permissions on an Account */
|
|
@@ -2413,6 +2477,7 @@ export declare type Robot = Actor & {
|
|
|
2413
2477
|
firstName?: Maybe<Scalars['String']>;
|
|
2414
2478
|
created: Scalars['DateTime'];
|
|
2415
2479
|
isExpoAdmin: Scalars['Boolean'];
|
|
2480
|
+
displayName: Scalars['String'];
|
|
2416
2481
|
/** Associated accounts */
|
|
2417
2482
|
accounts: Array<Account>;
|
|
2418
2483
|
/** Access Tokens belonging to this actor */
|
|
@@ -2490,7 +2555,7 @@ export declare type AndroidSubmissionConfigInput = {
|
|
|
2490
2555
|
googleServiceAccountKeyId?: Maybe<Scalars['String']>;
|
|
2491
2556
|
googleServiceAccountKeyJson?: Maybe<Scalars['String']>;
|
|
2492
2557
|
archiveUrl?: Maybe<Scalars['String']>;
|
|
2493
|
-
applicationIdentifier
|
|
2558
|
+
applicationIdentifier?: Maybe<Scalars['String']>;
|
|
2494
2559
|
track: SubmissionAndroidTrack;
|
|
2495
2560
|
releaseStatus?: Maybe<SubmissionAndroidReleaseStatus>;
|
|
2496
2561
|
changesNotSentForReview?: Maybe<Scalars['Boolean']>;
|
|
@@ -2949,7 +3014,7 @@ export declare type GetBranchInfoQueryVariables = Exact<{
|
|
|
2949
3014
|
export declare type GetBranchInfoQuery = ({
|
|
2950
3015
|
__typename?: 'RootQuery';
|
|
2951
3016
|
} & {
|
|
2952
|
-
app
|
|
3017
|
+
app: ({
|
|
2953
3018
|
__typename?: 'AppQuery';
|
|
2954
3019
|
} & {
|
|
2955
3020
|
byId: ({
|
|
@@ -2959,7 +3024,7 @@ export declare type GetBranchInfoQuery = ({
|
|
|
2959
3024
|
__typename?: 'UpdateBranch';
|
|
2960
3025
|
} & Pick<UpdateBranch, 'id' | 'name'>)>;
|
|
2961
3026
|
});
|
|
2962
|
-
})
|
|
3027
|
+
});
|
|
2963
3028
|
});
|
|
2964
3029
|
export declare type DeleteUpdateBranchMutationVariables = Exact<{
|
|
2965
3030
|
branchId: Scalars['ID'];
|
|
@@ -2982,7 +3047,7 @@ export declare type BranchesByAppQueryVariables = Exact<{
|
|
|
2982
3047
|
export declare type BranchesByAppQuery = ({
|
|
2983
3048
|
__typename?: 'RootQuery';
|
|
2984
3049
|
} & {
|
|
2985
|
-
app
|
|
3050
|
+
app: ({
|
|
2986
3051
|
__typename?: 'AppQuery';
|
|
2987
3052
|
} & {
|
|
2988
3053
|
byId: ({
|
|
@@ -2992,7 +3057,7 @@ export declare type BranchesByAppQuery = ({
|
|
|
2992
3057
|
__typename?: 'UpdateBranch';
|
|
2993
3058
|
} & Pick<UpdateBranch, 'id'> & UpdateBranchFragment)>;
|
|
2994
3059
|
});
|
|
2995
|
-
})
|
|
3060
|
+
});
|
|
2996
3061
|
});
|
|
2997
3062
|
export declare type GetUpdateGroupAsyncQueryVariables = Exact<{
|
|
2998
3063
|
group: Scalars['ID'];
|
|
@@ -3026,7 +3091,7 @@ export declare type ViewBranchQueryVariables = Exact<{
|
|
|
3026
3091
|
export declare type ViewBranchQuery = ({
|
|
3027
3092
|
__typename?: 'RootQuery';
|
|
3028
3093
|
} & {
|
|
3029
|
-
app
|
|
3094
|
+
app: ({
|
|
3030
3095
|
__typename?: 'AppQuery';
|
|
3031
3096
|
} & {
|
|
3032
3097
|
byId: ({
|
|
@@ -3046,7 +3111,7 @@ export declare type ViewBranchQuery = ({
|
|
|
3046
3111
|
})>;
|
|
3047
3112
|
})>;
|
|
3048
3113
|
});
|
|
3049
|
-
})
|
|
3114
|
+
});
|
|
3050
3115
|
});
|
|
3051
3116
|
export declare type CancelBuildMutationVariables = Exact<{
|
|
3052
3117
|
buildId: Scalars['ID'];
|
|
@@ -3085,7 +3150,7 @@ export declare type GetChannelByNameToEditQueryVariables = Exact<{
|
|
|
3085
3150
|
export declare type GetChannelByNameToEditQuery = ({
|
|
3086
3151
|
__typename?: 'RootQuery';
|
|
3087
3152
|
} & {
|
|
3088
|
-
app
|
|
3153
|
+
app: ({
|
|
3089
3154
|
__typename?: 'AppQuery';
|
|
3090
3155
|
} & {
|
|
3091
3156
|
byId: ({
|
|
@@ -3099,7 +3164,7 @@ export declare type GetChannelByNameToEditQuery = ({
|
|
|
3099
3164
|
} & Pick<UpdateBranch, 'id' | 'name'>)>;
|
|
3100
3165
|
})>;
|
|
3101
3166
|
});
|
|
3102
|
-
})
|
|
3167
|
+
});
|
|
3103
3168
|
});
|
|
3104
3169
|
export declare type UpdateChannelBranchMappingMutationVariables = Exact<{
|
|
3105
3170
|
channelId: Scalars['ID'];
|
|
@@ -3124,7 +3189,7 @@ export declare type GetAllChannelsForAppQueryVariables = Exact<{
|
|
|
3124
3189
|
export declare type GetAllChannelsForAppQuery = ({
|
|
3125
3190
|
__typename?: 'RootQuery';
|
|
3126
3191
|
} & {
|
|
3127
|
-
app
|
|
3192
|
+
app: ({
|
|
3128
3193
|
__typename?: 'AppQuery';
|
|
3129
3194
|
} & {
|
|
3130
3195
|
byId: ({
|
|
@@ -3148,7 +3213,7 @@ export declare type GetAllChannelsForAppQuery = ({
|
|
|
3148
3213
|
})>;
|
|
3149
3214
|
})>;
|
|
3150
3215
|
});
|
|
3151
|
-
})
|
|
3216
|
+
});
|
|
3152
3217
|
});
|
|
3153
3218
|
export declare type GetChannelByNameForAppQueryVariables = Exact<{
|
|
3154
3219
|
appId: Scalars['String'];
|
|
@@ -3157,7 +3222,7 @@ export declare type GetChannelByNameForAppQueryVariables = Exact<{
|
|
|
3157
3222
|
export declare type GetChannelByNameForAppQuery = ({
|
|
3158
3223
|
__typename?: 'RootQuery';
|
|
3159
3224
|
} & {
|
|
3160
|
-
app
|
|
3225
|
+
app: ({
|
|
3161
3226
|
__typename?: 'AppQuery';
|
|
3162
3227
|
} & {
|
|
3163
3228
|
byId: ({
|
|
@@ -3181,7 +3246,7 @@ export declare type GetChannelByNameForAppQuery = ({
|
|
|
3181
3246
|
})>;
|
|
3182
3247
|
})>;
|
|
3183
3248
|
});
|
|
3184
|
-
})
|
|
3249
|
+
});
|
|
3185
3250
|
});
|
|
3186
3251
|
export declare type AppInfoQueryVariables = Exact<{
|
|
3187
3252
|
appId: Scalars['String'];
|
|
@@ -3189,13 +3254,13 @@ export declare type AppInfoQueryVariables = Exact<{
|
|
|
3189
3254
|
export declare type AppInfoQuery = ({
|
|
3190
3255
|
__typename?: 'RootQuery';
|
|
3191
3256
|
} & {
|
|
3192
|
-
app
|
|
3257
|
+
app: ({
|
|
3193
3258
|
__typename?: 'AppQuery';
|
|
3194
3259
|
} & {
|
|
3195
3260
|
byId: ({
|
|
3196
3261
|
__typename?: 'App';
|
|
3197
3262
|
} & Pick<App, 'id' | 'fullName'>);
|
|
3198
|
-
})
|
|
3263
|
+
});
|
|
3199
3264
|
});
|
|
3200
3265
|
export declare type DeleteUpdateGroupMutationVariables = Exact<{
|
|
3201
3266
|
group: Scalars['ID'];
|
|
@@ -3398,7 +3463,7 @@ export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplication
|
|
|
3398
3463
|
export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplicationIdentifierQuery = ({
|
|
3399
3464
|
__typename?: 'RootQuery';
|
|
3400
3465
|
} & {
|
|
3401
|
-
app
|
|
3466
|
+
app: ({
|
|
3402
3467
|
__typename?: 'AppQuery';
|
|
3403
3468
|
} & {
|
|
3404
3469
|
byFullName: ({
|
|
@@ -3408,7 +3473,7 @@ export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplication
|
|
|
3408
3473
|
__typename?: 'AndroidAppCredentials';
|
|
3409
3474
|
} & Pick<AndroidAppCredentials, 'id'> & CommonAndroidAppCredentialsFragment)>;
|
|
3410
3475
|
});
|
|
3411
|
-
})
|
|
3476
|
+
});
|
|
3412
3477
|
});
|
|
3413
3478
|
export declare type GoogleServiceAccountKeyByAccountQueryVariables = Exact<{
|
|
3414
3479
|
accountName: Scalars['String'];
|
|
@@ -3428,6 +3493,35 @@ export declare type GoogleServiceAccountKeyByAccountQuery = ({
|
|
|
3428
3493
|
});
|
|
3429
3494
|
});
|
|
3430
3495
|
});
|
|
3496
|
+
export declare type CreateAppStoreConnectApiKeyMutationVariables = Exact<{
|
|
3497
|
+
appStoreConnectApiKeyInput: AppStoreConnectApiKeyInput;
|
|
3498
|
+
accountId: Scalars['ID'];
|
|
3499
|
+
}>;
|
|
3500
|
+
export declare type CreateAppStoreConnectApiKeyMutation = ({
|
|
3501
|
+
__typename?: 'RootMutation';
|
|
3502
|
+
} & {
|
|
3503
|
+
appStoreConnectApiKey: ({
|
|
3504
|
+
__typename?: 'AppStoreConnectApiKeyMutation';
|
|
3505
|
+
} & {
|
|
3506
|
+
createAppStoreConnectApiKey: ({
|
|
3507
|
+
__typename?: 'AppStoreConnectApiKey';
|
|
3508
|
+
} & Pick<AppStoreConnectApiKey, 'id'> & AppStoreConnectApiKeyFragment);
|
|
3509
|
+
});
|
|
3510
|
+
});
|
|
3511
|
+
export declare type DeleteAppStoreConnectApiKeyMutationVariables = Exact<{
|
|
3512
|
+
appStoreConnectApiKeyId: Scalars['ID'];
|
|
3513
|
+
}>;
|
|
3514
|
+
export declare type DeleteAppStoreConnectApiKeyMutation = ({
|
|
3515
|
+
__typename?: 'RootMutation';
|
|
3516
|
+
} & {
|
|
3517
|
+
appStoreConnectApiKey: ({
|
|
3518
|
+
__typename?: 'AppStoreConnectApiKeyMutation';
|
|
3519
|
+
} & {
|
|
3520
|
+
deleteAppStoreConnectApiKey: ({
|
|
3521
|
+
__typename?: 'deleteAppStoreConnectApiKeyResult';
|
|
3522
|
+
} & Pick<DeleteAppStoreConnectApiKeyResult, 'id'>);
|
|
3523
|
+
});
|
|
3524
|
+
});
|
|
3431
3525
|
export declare type CreateAppleAppIdentifierMutationVariables = Exact<{
|
|
3432
3526
|
appleAppIdentifierInput: AppleAppIdentifierInput;
|
|
3433
3527
|
accountId: Scalars['ID'];
|
|
@@ -3683,19 +3777,52 @@ export declare type SetPushKeyMutation = ({
|
|
|
3683
3777
|
} & Pick<IosAppCredentials, 'id'> & CommonIosAppCredentialsFragment);
|
|
3684
3778
|
});
|
|
3685
3779
|
});
|
|
3780
|
+
export declare type SetAppStoreConnectApiKeyForSubmissionsMutationVariables = Exact<{
|
|
3781
|
+
iosAppCredentialsId: Scalars['ID'];
|
|
3782
|
+
ascApiKeyId: Scalars['ID'];
|
|
3783
|
+
}>;
|
|
3784
|
+
export declare type SetAppStoreConnectApiKeyForSubmissionsMutation = ({
|
|
3785
|
+
__typename?: 'RootMutation';
|
|
3786
|
+
} & {
|
|
3787
|
+
iosAppCredentials: ({
|
|
3788
|
+
__typename?: 'IosAppCredentialsMutation';
|
|
3789
|
+
} & {
|
|
3790
|
+
setAppStoreConnectApiKeyForSubmissions: ({
|
|
3791
|
+
__typename?: 'IosAppCredentials';
|
|
3792
|
+
} & Pick<IosAppCredentials, 'id'> & CommonIosAppCredentialsFragment);
|
|
3793
|
+
});
|
|
3794
|
+
});
|
|
3686
3795
|
export declare type AppByFullNameQueryVariables = Exact<{
|
|
3687
3796
|
fullName: Scalars['String'];
|
|
3688
3797
|
}>;
|
|
3689
3798
|
export declare type AppByFullNameQuery = ({
|
|
3690
3799
|
__typename?: 'RootQuery';
|
|
3691
3800
|
} & {
|
|
3692
|
-
app
|
|
3801
|
+
app: ({
|
|
3693
3802
|
__typename?: 'AppQuery';
|
|
3694
3803
|
} & {
|
|
3695
3804
|
byFullName: ({
|
|
3696
3805
|
__typename?: 'App';
|
|
3697
3806
|
} & Pick<App, 'id'> & AppFragment);
|
|
3698
|
-
})
|
|
3807
|
+
});
|
|
3808
|
+
});
|
|
3809
|
+
export declare type AppStoreConnectApiKeyByAccountQueryVariables = Exact<{
|
|
3810
|
+
accountName: Scalars['String'];
|
|
3811
|
+
}>;
|
|
3812
|
+
export declare type AppStoreConnectApiKeyByAccountQuery = ({
|
|
3813
|
+
__typename?: 'RootQuery';
|
|
3814
|
+
} & {
|
|
3815
|
+
account: ({
|
|
3816
|
+
__typename?: 'AccountQuery';
|
|
3817
|
+
} & {
|
|
3818
|
+
byName: ({
|
|
3819
|
+
__typename?: 'Account';
|
|
3820
|
+
} & Pick<Account, 'id'> & {
|
|
3821
|
+
appStoreConnectApiKeys: Array<({
|
|
3822
|
+
__typename?: 'AppStoreConnectApiKey';
|
|
3823
|
+
} & Pick<AppStoreConnectApiKey, 'id'> & AppStoreConnectApiKeyFragment)>;
|
|
3824
|
+
});
|
|
3825
|
+
});
|
|
3699
3826
|
});
|
|
3700
3827
|
export declare type AppleAppIdentifierByBundleIdQueryVariables = Exact<{
|
|
3701
3828
|
accountName: Scalars['String'];
|
|
@@ -3793,7 +3920,7 @@ export declare type AppleDistributionCertificateByAppQueryVariables = Exact<{
|
|
|
3793
3920
|
export declare type AppleDistributionCertificateByAppQuery = ({
|
|
3794
3921
|
__typename?: 'RootQuery';
|
|
3795
3922
|
} & {
|
|
3796
|
-
app
|
|
3923
|
+
app: ({
|
|
3797
3924
|
__typename?: 'AppQuery';
|
|
3798
3925
|
} & {
|
|
3799
3926
|
byFullName: ({
|
|
@@ -3815,7 +3942,7 @@ export declare type AppleDistributionCertificateByAppQuery = ({
|
|
|
3815
3942
|
})>;
|
|
3816
3943
|
})>;
|
|
3817
3944
|
});
|
|
3818
|
-
})
|
|
3945
|
+
});
|
|
3819
3946
|
});
|
|
3820
3947
|
export declare type AppleDistributionCertificateByAccountQueryVariables = Exact<{
|
|
3821
3948
|
accountName: Scalars['String'];
|
|
@@ -3843,7 +3970,7 @@ export declare type AppleProvisioningProfilesByAppQueryVariables = Exact<{
|
|
|
3843
3970
|
export declare type AppleProvisioningProfilesByAppQuery = ({
|
|
3844
3971
|
__typename?: 'RootQuery';
|
|
3845
3972
|
} & {
|
|
3846
|
-
app
|
|
3973
|
+
app: ({
|
|
3847
3974
|
__typename?: 'AppQuery';
|
|
3848
3975
|
} & {
|
|
3849
3976
|
byFullName: ({
|
|
@@ -3871,7 +3998,7 @@ export declare type AppleProvisioningProfilesByAppQuery = ({
|
|
|
3871
3998
|
})>;
|
|
3872
3999
|
})>;
|
|
3873
4000
|
});
|
|
3874
|
-
})
|
|
4001
|
+
});
|
|
3875
4002
|
});
|
|
3876
4003
|
export declare type ApplePushKeyByAccountQueryVariables = Exact<{
|
|
3877
4004
|
accountName: Scalars['String'];
|
|
@@ -3932,7 +4059,7 @@ export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuer
|
|
|
3932
4059
|
export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuery = ({
|
|
3933
4060
|
__typename?: 'RootQuery';
|
|
3934
4061
|
} & {
|
|
3935
|
-
app
|
|
4062
|
+
app: ({
|
|
3936
4063
|
__typename?: 'AppQuery';
|
|
3937
4064
|
} & {
|
|
3938
4065
|
byFullName: ({
|
|
@@ -3946,7 +4073,7 @@ export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuer
|
|
|
3946
4073
|
} & Pick<IosAppBuildCredentials, 'id'> & IosAppBuildCredentialsFragment)>;
|
|
3947
4074
|
})>;
|
|
3948
4075
|
});
|
|
3949
|
-
})
|
|
4076
|
+
});
|
|
3950
4077
|
});
|
|
3951
4078
|
export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQueryVariables = Exact<{
|
|
3952
4079
|
projectFullName: Scalars['String'];
|
|
@@ -3956,7 +4083,7 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQueryV
|
|
|
3956
4083
|
export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery = ({
|
|
3957
4084
|
__typename?: 'RootQuery';
|
|
3958
4085
|
} & {
|
|
3959
|
-
app
|
|
4086
|
+
app: ({
|
|
3960
4087
|
__typename?: 'AppQuery';
|
|
3961
4088
|
} & {
|
|
3962
4089
|
byFullName: ({
|
|
@@ -3970,7 +4097,7 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery
|
|
|
3970
4097
|
} & Pick<IosAppBuildCredentials, 'id'> & IosAppBuildCredentialsFragment)>;
|
|
3971
4098
|
} & CommonIosAppCredentialsWithoutBuildCredentialsFragment)>;
|
|
3972
4099
|
});
|
|
3973
|
-
})
|
|
4100
|
+
});
|
|
3974
4101
|
});
|
|
3975
4102
|
export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierIdQueryVariables = Exact<{
|
|
3976
4103
|
projectFullName: Scalars['String'];
|
|
@@ -3979,7 +4106,7 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
|
|
|
3979
4106
|
export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery = ({
|
|
3980
4107
|
__typename?: 'RootQuery';
|
|
3981
4108
|
} & {
|
|
3982
|
-
app
|
|
4109
|
+
app: ({
|
|
3983
4110
|
__typename?: 'AppQuery';
|
|
3984
4111
|
} & {
|
|
3985
4112
|
byFullName: ({
|
|
@@ -3989,7 +4116,7 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
|
|
|
3989
4116
|
__typename?: 'IosAppCredentials';
|
|
3990
4117
|
} & Pick<IosAppCredentials, 'id'> & CommonIosAppCredentialsFragment)>;
|
|
3991
4118
|
});
|
|
3992
|
-
})
|
|
4119
|
+
});
|
|
3993
4120
|
});
|
|
3994
4121
|
export declare type CreateAppMutationVariables = Exact<{
|
|
3995
4122
|
appInput: AppInput;
|
|
@@ -4095,6 +4222,20 @@ export declare type DeleteEnvironmentSecretMutation = ({
|
|
|
4095
4222
|
} & Pick<DeleteEnvironmentSecretResult, 'id'>);
|
|
4096
4223
|
});
|
|
4097
4224
|
});
|
|
4225
|
+
export declare type CreateKeystoreGenerationUrlMutationVariables = Exact<{
|
|
4226
|
+
[key: string]: never;
|
|
4227
|
+
}>;
|
|
4228
|
+
export declare type CreateKeystoreGenerationUrlMutation = ({
|
|
4229
|
+
__typename?: 'RootMutation';
|
|
4230
|
+
} & {
|
|
4231
|
+
keystoreGenerationUrl: ({
|
|
4232
|
+
__typename?: 'KeystoreGenerationUrlMutation';
|
|
4233
|
+
} & {
|
|
4234
|
+
createKeystoreGenerationUrl: ({
|
|
4235
|
+
__typename?: 'KeystoreGenerationUrl';
|
|
4236
|
+
} & Pick<KeystoreGenerationUrl, 'id' | 'url'>);
|
|
4237
|
+
});
|
|
4238
|
+
});
|
|
4098
4239
|
export declare type GetSignedUploadMutationVariables = Exact<{
|
|
4099
4240
|
contentTypes: Array<Scalars['String']>;
|
|
4100
4241
|
}>;
|
|
@@ -4240,7 +4381,7 @@ export declare type GetAllBuildsForAppQueryVariables = Exact<{
|
|
|
4240
4381
|
export declare type GetAllBuildsForAppQuery = ({
|
|
4241
4382
|
__typename?: 'RootQuery';
|
|
4242
4383
|
} & {
|
|
4243
|
-
app
|
|
4384
|
+
app: ({
|
|
4244
4385
|
__typename?: 'AppQuery';
|
|
4245
4386
|
} & {
|
|
4246
4387
|
byId: ({
|
|
@@ -4250,7 +4391,7 @@ export declare type GetAllBuildsForAppQuery = ({
|
|
|
4250
4391
|
__typename?: 'Build';
|
|
4251
4392
|
} & Pick<Build, 'id'> & BuildFragment)>;
|
|
4252
4393
|
});
|
|
4253
|
-
})
|
|
4394
|
+
});
|
|
4254
4395
|
});
|
|
4255
4396
|
export declare type EnvironmentSecretsByAccountNameQueryVariables = Exact<{
|
|
4256
4397
|
accountName: Scalars['String'];
|
|
@@ -4276,7 +4417,7 @@ export declare type EnvironmentSecretsByAppIdQueryVariables = Exact<{
|
|
|
4276
4417
|
export declare type EnvironmentSecretsByAppIdQuery = ({
|
|
4277
4418
|
__typename?: 'RootQuery';
|
|
4278
4419
|
} & {
|
|
4279
|
-
app
|
|
4420
|
+
app: ({
|
|
4280
4421
|
__typename?: 'AppQuery';
|
|
4281
4422
|
} & {
|
|
4282
4423
|
byId: ({
|
|
@@ -4286,7 +4427,7 @@ export declare type EnvironmentSecretsByAppIdQuery = ({
|
|
|
4286
4427
|
__typename?: 'EnvironmentSecret';
|
|
4287
4428
|
} & Pick<EnvironmentSecret, 'id'> & EnvironmentSecretFragment)>;
|
|
4288
4429
|
});
|
|
4289
|
-
})
|
|
4430
|
+
});
|
|
4290
4431
|
});
|
|
4291
4432
|
export declare type ProjectByUsernameAndSlugQueryVariables = Exact<{
|
|
4292
4433
|
username: Scalars['String'];
|
|
@@ -4343,7 +4484,7 @@ export declare type GetAllSubmissionsForAppQueryVariables = Exact<{
|
|
|
4343
4484
|
export declare type GetAllSubmissionsForAppQuery = ({
|
|
4344
4485
|
__typename?: 'RootQuery';
|
|
4345
4486
|
} & {
|
|
4346
|
-
app
|
|
4487
|
+
app: ({
|
|
4347
4488
|
__typename?: 'AppQuery';
|
|
4348
4489
|
} & {
|
|
4349
4490
|
byId: ({
|
|
@@ -4353,7 +4494,7 @@ export declare type GetAllSubmissionsForAppQuery = ({
|
|
|
4353
4494
|
__typename?: 'Submission';
|
|
4354
4495
|
} & Pick<Submission, 'id'> & SubmissionFragment)>;
|
|
4355
4496
|
});
|
|
4356
|
-
})
|
|
4497
|
+
});
|
|
4357
4498
|
});
|
|
4358
4499
|
export declare type CurrentUserQueryVariables = Exact<{
|
|
4359
4500
|
[key: string]: never;
|
|
@@ -4382,7 +4523,7 @@ export declare type WebhooksByAppIdQueryVariables = Exact<{
|
|
|
4382
4523
|
export declare type WebhooksByAppIdQuery = ({
|
|
4383
4524
|
__typename?: 'RootQuery';
|
|
4384
4525
|
} & {
|
|
4385
|
-
app
|
|
4526
|
+
app: ({
|
|
4386
4527
|
__typename?: 'AppQuery';
|
|
4387
4528
|
} & {
|
|
4388
4529
|
byId: ({
|
|
@@ -4392,7 +4533,7 @@ export declare type WebhooksByAppIdQuery = ({
|
|
|
4392
4533
|
__typename?: 'Webhook';
|
|
4393
4534
|
} & Pick<Webhook, 'id'> & WebhookFragment)>;
|
|
4394
4535
|
});
|
|
4395
|
-
})
|
|
4536
|
+
});
|
|
4396
4537
|
});
|
|
4397
4538
|
export declare type WebhookByIdQueryVariables = Exact<{
|
|
4398
4539
|
webhookId: Scalars['ID'];
|
|
@@ -4422,9 +4563,9 @@ export declare type BuildFragment = ({
|
|
|
4422
4563
|
} & Pick<BuildArtifacts, 'buildUrl' | 'xcodeBuildLogsUrl'>)>;
|
|
4423
4564
|
initiatingActor?: Maybe<({
|
|
4424
4565
|
__typename: 'User';
|
|
4425
|
-
} & Pick<User, '
|
|
4566
|
+
} & Pick<User, 'id' | 'displayName'>) | ({
|
|
4426
4567
|
__typename: 'Robot';
|
|
4427
|
-
} & Pick<Robot, '
|
|
4568
|
+
} & Pick<Robot, 'id' | 'displayName'>)>;
|
|
4428
4569
|
project: ({
|
|
4429
4570
|
__typename: 'Snack';
|
|
4430
4571
|
} & Pick<Snack, 'id' | 'name'>) | ({
|
|
@@ -4509,6 +4650,13 @@ export declare type AndroidFcmFragment = ({
|
|
|
4509
4650
|
export declare type AndroidKeystoreFragment = ({
|
|
4510
4651
|
__typename?: 'AndroidKeystore';
|
|
4511
4652
|
} & Pick<AndroidKeystore, 'id' | 'type' | 'keystore' | 'keystorePassword' | 'keyAlias' | 'keyPassword' | 'md5CertificateFingerprint' | 'sha1CertificateFingerprint' | 'sha256CertificateFingerprint' | 'createdAt' | 'updatedAt'>);
|
|
4653
|
+
export declare type AppStoreConnectApiKeyFragment = ({
|
|
4654
|
+
__typename?: 'AppStoreConnectApiKey';
|
|
4655
|
+
} & Pick<AppStoreConnectApiKey, 'id' | 'issuerIdentifier' | 'keyIdentifier' | 'name' | 'roles' | 'createdAt' | 'updatedAt'> & {
|
|
4656
|
+
appleTeam?: Maybe<({
|
|
4657
|
+
__typename?: 'AppleTeam';
|
|
4658
|
+
} & Pick<AppleTeam, 'id'> & AppleTeamFragment)>;
|
|
4659
|
+
});
|
|
4512
4660
|
export declare type AppleAppIdentifierFragment = ({
|
|
4513
4661
|
__typename?: 'AppleAppIdentifier';
|
|
4514
4662
|
} & Pick<AppleAppIdentifier, 'id' | 'bundleIdentifier'>);
|
|
@@ -4603,6 +4751,9 @@ export declare type CommonIosAppCredentialsWithoutBuildCredentialsFragment = ({
|
|
|
4603
4751
|
pushKey?: Maybe<({
|
|
4604
4752
|
__typename?: 'ApplePushKey';
|
|
4605
4753
|
} & Pick<ApplePushKey, 'id'> & ApplePushKeyFragment)>;
|
|
4754
|
+
appStoreConnectApiKeyForSubmissions?: Maybe<({
|
|
4755
|
+
__typename?: 'AppStoreConnectApiKey';
|
|
4756
|
+
} & Pick<AppStoreConnectApiKey, 'id'> & AppStoreConnectApiKeyFragment)>;
|
|
4606
4757
|
});
|
|
4607
4758
|
export declare type CommonIosAppCredentialsFragment = ({
|
|
4608
4759
|
__typename?: 'IosAppCredentials';
|