eas-cli 0.34.1 → 0.37.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.
- 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/UpdatesModule.js +3 -2
- package/build/build/ios/credentials.js +3 -3
- package/build/build/ios/version.js +7 -3
- package/build/build/local.js +18 -27
- package/build/build/types.d.ts +0 -1
- package/build/build/utils/devClient.d.ts +1 -2
- package/build/build/utils/formatBuild.js +1 -9
- package/build/build/utils/repository.js +1 -0
- package/build/build/utils/url.js +1 -1
- package/build/commandUtils/EasCommand.js +4 -4
- package/build/commands/branch/publish.js +24 -2
- package/build/commands/build/index.js +15 -12
- package/build/commands/channel/create.d.ts +6 -0
- package/build/commands/channel/create.js +2 -0
- package/build/commands/secret/create.js +0 -6
- package/build/commands/secret/delete.js +1 -7
- package/build/commands/secret/list.js +0 -6
- package/build/commands/submit.js +2 -11
- 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 +28 -21
- package/build/credentials/ios/credentials.d.ts +2 -1
- package/build/credentials/ios/credentials.js +7 -2
- package/build/credentials/ios/utils/printCredentials.js +1 -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 +208 -55
- 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/project/android/applicationId.d.ts +6 -0
- package/build/project/android/applicationId.js +39 -29
- package/build/project/android/gradle.js +3 -2
- package/build/project/android/gradleUtils.d.ts +1 -0
- package/build/project/ios/bundleIdentifier.d.ts +6 -1
- package/build/project/ios/bundleIdentifier.js +29 -18
- 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/AndroidSubmitCommand.d.ts +1 -2
- package/build/submit/android/AndroidSubmitCommand.js +22 -35
- package/build/submit/android/AndroidSubmitter.d.ts +12 -8
- package/build/submit/android/AndroidSubmitter.js +30 -21
- package/build/submit/android/ServiceAccountSource.d.ts +3 -2
- package/build/submit/android/ServiceAccountSource.js +18 -6
- 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 +18 -0
- package/build/submit/ios/CredentialsServiceSource.js +63 -0
- package/build/submit/ios/IosSubmitCommand.d.ts +2 -2
- package/build/submit/ios/IosSubmitCommand.js +56 -56
- 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/build/{build/ios → utils}/plist.d.ts +1 -1
- package/build/{build/ios → utils}/plist.js +8 -2
- package/build/utils/profiles.d.ts +9 -4
- package/build/utils/profiles.js +14 -7
- package/build/vcs/clients/git.d.ts +2 -1
- package/build/vcs/clients/git.js +83 -5
- package/build/vcs/vcs.d.ts +4 -3
- package/build/vcs/vcs.js +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
- package/build/build/utils/analytics.d.ts +0 -22
- package/build/build/utils/analytics.js +0 -28
- package/build/project/isEasEnabledForProject.d.ts +0 -8
- package/build/project/isEasEnabledForProject.js +0 -33
- package/build/submit/android/AndroidPackageSource.d.ts +0 -17
- package/build/submit/android/AndroidPackageSource.js +0 -27
|
@@ -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;
|
|
@@ -384,19 +386,31 @@ export declare type App = Project & {
|
|
|
384
386
|
fullName: Scalars['String'];
|
|
385
387
|
description: Scalars['String'];
|
|
386
388
|
slug: Scalars['String'];
|
|
387
|
-
updated: Scalars['DateTime'];
|
|
388
|
-
published: Scalars['Boolean'];
|
|
389
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 */
|
|
390
407
|
githubUrl?: Maybe<Scalars['String']>;
|
|
408
|
+
/** android.playStoreUrl field from most recent classic update manifest */
|
|
391
409
|
playStoreUrl?: Maybe<Scalars['String']>;
|
|
410
|
+
/** ios.appStoreUrl field from most recent classic update manifest */
|
|
392
411
|
appStoreUrl?: Maybe<Scalars['String']>;
|
|
412
|
+
/** Info about the icon specified in the most recent classic update manifest */
|
|
393
413
|
icon?: Maybe<AppIcon>;
|
|
394
|
-
sdkVersion: Scalars['String'];
|
|
395
|
-
isDeprecated: Scalars['Boolean'];
|
|
396
|
-
privacySetting: AppPrivacy;
|
|
397
|
-
latestReleaseId: Scalars['ID'];
|
|
398
|
-
pushSecurityEnabled: Scalars['Boolean'];
|
|
399
|
-
releaseChannels: Array<Scalars['String']>;
|
|
400
414
|
/** (EAS Build) Builds associated with this app */
|
|
401
415
|
builds: Array<Build>;
|
|
402
416
|
buildJobs: Array<BuildJob>;
|
|
@@ -553,6 +567,11 @@ export declare type AppLatestReleaseForReleaseChannelArgs = {
|
|
|
553
567
|
platform: AppPlatform;
|
|
554
568
|
releaseChannel: Scalars['String'];
|
|
555
569
|
};
|
|
570
|
+
export declare enum AppPrivacy {
|
|
571
|
+
Public = "PUBLIC",
|
|
572
|
+
Unlisted = "UNLISTED",
|
|
573
|
+
Hidden = "HIDDEN"
|
|
574
|
+
}
|
|
556
575
|
export declare type AppIcon = {
|
|
557
576
|
__typename?: 'AppIcon';
|
|
558
577
|
url: Scalars['String'];
|
|
@@ -561,11 +580,6 @@ export declare type AppIcon = {
|
|
|
561
580
|
/** Nullable color palette of the app icon. If null, color palette couldn't be retrieved from external service (imgix) */
|
|
562
581
|
colorPalette?: Maybe<Scalars['JSON']>;
|
|
563
582
|
};
|
|
564
|
-
export declare enum AppPrivacy {
|
|
565
|
-
Public = "PUBLIC",
|
|
566
|
-
Unlisted = "UNLISTED",
|
|
567
|
-
Hidden = "HIDDEN"
|
|
568
|
-
}
|
|
569
583
|
export declare type BuildFilter = {
|
|
570
584
|
platform?: Maybe<AppPlatform>;
|
|
571
585
|
status?: Maybe<BuildStatus>;
|
|
@@ -830,7 +844,8 @@ export declare enum SubmissionStatus {
|
|
|
830
844
|
}
|
|
831
845
|
export declare type AndroidSubmissionConfig = {
|
|
832
846
|
__typename?: 'AndroidSubmissionConfig';
|
|
833
|
-
applicationIdentifier
|
|
847
|
+
/** @deprecated applicationIdentifier is deprecated and will be auto-detected on submit */
|
|
848
|
+
applicationIdentifier?: Maybe<Scalars['String']>;
|
|
834
849
|
/** @deprecated archiveType is deprecated and will be null */
|
|
835
850
|
archiveType?: Maybe<SubmissionAndroidArchiveType>;
|
|
836
851
|
track: SubmissionAndroidTrack;
|
|
@@ -855,7 +870,7 @@ export declare enum SubmissionAndroidReleaseStatus {
|
|
|
855
870
|
export declare type IosSubmissionConfig = {
|
|
856
871
|
__typename?: 'IosSubmissionConfig';
|
|
857
872
|
ascAppIdentifier: Scalars['String'];
|
|
858
|
-
appleIdUsername
|
|
873
|
+
appleIdUsername?: Maybe<Scalars['String']>;
|
|
859
874
|
ascApiKeyId?: Maybe<Scalars['String']>;
|
|
860
875
|
};
|
|
861
876
|
export declare type SubmissionError = {
|
|
@@ -1286,6 +1301,7 @@ export declare type SubscriptionDetails = {
|
|
|
1286
1301
|
endedAt?: Maybe<Scalars['DateTime']>;
|
|
1287
1302
|
trialEnd?: Maybe<Scalars['DateTime']>;
|
|
1288
1303
|
status?: Maybe<Scalars['String']>;
|
|
1304
|
+
isDowngrading?: Maybe<Scalars['Boolean']>;
|
|
1289
1305
|
};
|
|
1290
1306
|
export declare type AddonDetails = {
|
|
1291
1307
|
__typename?: 'AddonDetails';
|
|
@@ -1510,6 +1526,45 @@ export declare type ExperimentationQuery = {
|
|
|
1510
1526
|
/** Get experimentation unit to use for device experiments. In this case, it is the IP address. */
|
|
1511
1527
|
deviceExperimentationUnit: Scalars['ID'];
|
|
1512
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
|
+
};
|
|
1513
1568
|
export declare type ProjectQuery = {
|
|
1514
1569
|
__typename?: 'ProjectQuery';
|
|
1515
1570
|
byAccountNameAndSlug: Project;
|
|
@@ -1642,6 +1697,7 @@ export declare type RootMutation = {
|
|
|
1642
1697
|
iosAppBuildCredentials: IosAppBuildCredentialsMutation;
|
|
1643
1698
|
/** Mutations that modify the credentials for an iOS app */
|
|
1644
1699
|
iosAppCredentials: IosAppCredentialsMutation;
|
|
1700
|
+
keystoreGenerationUrl: KeystoreGenerationUrlMutation;
|
|
1645
1701
|
/** Mutations that create, update, and delete Robots */
|
|
1646
1702
|
robot: RobotMutation;
|
|
1647
1703
|
/** Mutations that modify an EAS Submit submission */
|
|
@@ -1717,6 +1773,10 @@ export declare type AccountMutation = {
|
|
|
1717
1773
|
subscribeToProduct?: Maybe<Account>;
|
|
1718
1774
|
/** Cancels the active subscription */
|
|
1719
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;
|
|
1720
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. */
|
|
1721
1781
|
requestRefund?: Maybe<Scalars['Boolean']>;
|
|
1722
1782
|
/**
|
|
@@ -1754,6 +1814,13 @@ export declare type AccountMutationSubscribeToProductArgs = {
|
|
|
1754
1814
|
export declare type AccountMutationCancelSubscriptionArgs = {
|
|
1755
1815
|
accountName: Scalars['ID'];
|
|
1756
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
|
+
};
|
|
1757
1824
|
export declare type AccountMutationRequestRefundArgs = {
|
|
1758
1825
|
accountID: Scalars['ID'];
|
|
1759
1826
|
chargeIdentifier: Scalars['ID'];
|
|
@@ -2369,6 +2436,16 @@ export declare type IosAppCredentialsInput = {
|
|
|
2369
2436
|
pushKeyId?: Maybe<Scalars['ID']>;
|
|
2370
2437
|
appStoreConnectApiKeyForSubmissionsId?: Maybe<Scalars['ID']>;
|
|
2371
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
|
+
};
|
|
2372
2449
|
export declare type RobotMutation = {
|
|
2373
2450
|
__typename?: 'RobotMutation';
|
|
2374
2451
|
/** Create a Robot and grant it Permissions on an Account */
|
|
@@ -2478,7 +2555,7 @@ export declare type AndroidSubmissionConfigInput = {
|
|
|
2478
2555
|
googleServiceAccountKeyId?: Maybe<Scalars['String']>;
|
|
2479
2556
|
googleServiceAccountKeyJson?: Maybe<Scalars['String']>;
|
|
2480
2557
|
archiveUrl?: Maybe<Scalars['String']>;
|
|
2481
|
-
applicationIdentifier
|
|
2558
|
+
applicationIdentifier?: Maybe<Scalars['String']>;
|
|
2482
2559
|
track: SubmissionAndroidTrack;
|
|
2483
2560
|
releaseStatus?: Maybe<SubmissionAndroidReleaseStatus>;
|
|
2484
2561
|
changesNotSentForReview?: Maybe<Scalars['Boolean']>;
|
|
@@ -2937,7 +3014,7 @@ export declare type GetBranchInfoQueryVariables = Exact<{
|
|
|
2937
3014
|
export declare type GetBranchInfoQuery = ({
|
|
2938
3015
|
__typename?: 'RootQuery';
|
|
2939
3016
|
} & {
|
|
2940
|
-
app
|
|
3017
|
+
app: ({
|
|
2941
3018
|
__typename?: 'AppQuery';
|
|
2942
3019
|
} & {
|
|
2943
3020
|
byId: ({
|
|
@@ -2947,7 +3024,7 @@ export declare type GetBranchInfoQuery = ({
|
|
|
2947
3024
|
__typename?: 'UpdateBranch';
|
|
2948
3025
|
} & Pick<UpdateBranch, 'id' | 'name'>)>;
|
|
2949
3026
|
});
|
|
2950
|
-
})
|
|
3027
|
+
});
|
|
2951
3028
|
});
|
|
2952
3029
|
export declare type DeleteUpdateBranchMutationVariables = Exact<{
|
|
2953
3030
|
branchId: Scalars['ID'];
|
|
@@ -2970,7 +3047,7 @@ export declare type BranchesByAppQueryVariables = Exact<{
|
|
|
2970
3047
|
export declare type BranchesByAppQuery = ({
|
|
2971
3048
|
__typename?: 'RootQuery';
|
|
2972
3049
|
} & {
|
|
2973
|
-
app
|
|
3050
|
+
app: ({
|
|
2974
3051
|
__typename?: 'AppQuery';
|
|
2975
3052
|
} & {
|
|
2976
3053
|
byId: ({
|
|
@@ -2980,7 +3057,7 @@ export declare type BranchesByAppQuery = ({
|
|
|
2980
3057
|
__typename?: 'UpdateBranch';
|
|
2981
3058
|
} & Pick<UpdateBranch, 'id'> & UpdateBranchFragment)>;
|
|
2982
3059
|
});
|
|
2983
|
-
})
|
|
3060
|
+
});
|
|
2984
3061
|
});
|
|
2985
3062
|
export declare type GetUpdateGroupAsyncQueryVariables = Exact<{
|
|
2986
3063
|
group: Scalars['ID'];
|
|
@@ -3014,7 +3091,7 @@ export declare type ViewBranchQueryVariables = Exact<{
|
|
|
3014
3091
|
export declare type ViewBranchQuery = ({
|
|
3015
3092
|
__typename?: 'RootQuery';
|
|
3016
3093
|
} & {
|
|
3017
|
-
app
|
|
3094
|
+
app: ({
|
|
3018
3095
|
__typename?: 'AppQuery';
|
|
3019
3096
|
} & {
|
|
3020
3097
|
byId: ({
|
|
@@ -3034,7 +3111,7 @@ export declare type ViewBranchQuery = ({
|
|
|
3034
3111
|
})>;
|
|
3035
3112
|
})>;
|
|
3036
3113
|
});
|
|
3037
|
-
})
|
|
3114
|
+
});
|
|
3038
3115
|
});
|
|
3039
3116
|
export declare type CancelBuildMutationVariables = Exact<{
|
|
3040
3117
|
buildId: Scalars['ID'];
|
|
@@ -3073,7 +3150,7 @@ export declare type GetChannelByNameToEditQueryVariables = Exact<{
|
|
|
3073
3150
|
export declare type GetChannelByNameToEditQuery = ({
|
|
3074
3151
|
__typename?: 'RootQuery';
|
|
3075
3152
|
} & {
|
|
3076
|
-
app
|
|
3153
|
+
app: ({
|
|
3077
3154
|
__typename?: 'AppQuery';
|
|
3078
3155
|
} & {
|
|
3079
3156
|
byId: ({
|
|
@@ -3087,7 +3164,7 @@ export declare type GetChannelByNameToEditQuery = ({
|
|
|
3087
3164
|
} & Pick<UpdateBranch, 'id' | 'name'>)>;
|
|
3088
3165
|
})>;
|
|
3089
3166
|
});
|
|
3090
|
-
})
|
|
3167
|
+
});
|
|
3091
3168
|
});
|
|
3092
3169
|
export declare type UpdateChannelBranchMappingMutationVariables = Exact<{
|
|
3093
3170
|
channelId: Scalars['ID'];
|
|
@@ -3112,7 +3189,7 @@ export declare type GetAllChannelsForAppQueryVariables = Exact<{
|
|
|
3112
3189
|
export declare type GetAllChannelsForAppQuery = ({
|
|
3113
3190
|
__typename?: 'RootQuery';
|
|
3114
3191
|
} & {
|
|
3115
|
-
app
|
|
3192
|
+
app: ({
|
|
3116
3193
|
__typename?: 'AppQuery';
|
|
3117
3194
|
} & {
|
|
3118
3195
|
byId: ({
|
|
@@ -3136,7 +3213,7 @@ export declare type GetAllChannelsForAppQuery = ({
|
|
|
3136
3213
|
})>;
|
|
3137
3214
|
})>;
|
|
3138
3215
|
});
|
|
3139
|
-
})
|
|
3216
|
+
});
|
|
3140
3217
|
});
|
|
3141
3218
|
export declare type GetChannelByNameForAppQueryVariables = Exact<{
|
|
3142
3219
|
appId: Scalars['String'];
|
|
@@ -3145,7 +3222,7 @@ export declare type GetChannelByNameForAppQueryVariables = Exact<{
|
|
|
3145
3222
|
export declare type GetChannelByNameForAppQuery = ({
|
|
3146
3223
|
__typename?: 'RootQuery';
|
|
3147
3224
|
} & {
|
|
3148
|
-
app
|
|
3225
|
+
app: ({
|
|
3149
3226
|
__typename?: 'AppQuery';
|
|
3150
3227
|
} & {
|
|
3151
3228
|
byId: ({
|
|
@@ -3169,7 +3246,7 @@ export declare type GetChannelByNameForAppQuery = ({
|
|
|
3169
3246
|
})>;
|
|
3170
3247
|
})>;
|
|
3171
3248
|
});
|
|
3172
|
-
})
|
|
3249
|
+
});
|
|
3173
3250
|
});
|
|
3174
3251
|
export declare type AppInfoQueryVariables = Exact<{
|
|
3175
3252
|
appId: Scalars['String'];
|
|
@@ -3177,13 +3254,13 @@ export declare type AppInfoQueryVariables = Exact<{
|
|
|
3177
3254
|
export declare type AppInfoQuery = ({
|
|
3178
3255
|
__typename?: 'RootQuery';
|
|
3179
3256
|
} & {
|
|
3180
|
-
app
|
|
3257
|
+
app: ({
|
|
3181
3258
|
__typename?: 'AppQuery';
|
|
3182
3259
|
} & {
|
|
3183
3260
|
byId: ({
|
|
3184
3261
|
__typename?: 'App';
|
|
3185
3262
|
} & Pick<App, 'id' | 'fullName'>);
|
|
3186
|
-
})
|
|
3263
|
+
});
|
|
3187
3264
|
});
|
|
3188
3265
|
export declare type DeleteUpdateGroupMutationVariables = Exact<{
|
|
3189
3266
|
group: Scalars['ID'];
|
|
@@ -3386,7 +3463,7 @@ export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplication
|
|
|
3386
3463
|
export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplicationIdentifierQuery = ({
|
|
3387
3464
|
__typename?: 'RootQuery';
|
|
3388
3465
|
} & {
|
|
3389
|
-
app
|
|
3466
|
+
app: ({
|
|
3390
3467
|
__typename?: 'AppQuery';
|
|
3391
3468
|
} & {
|
|
3392
3469
|
byFullName: ({
|
|
@@ -3396,7 +3473,7 @@ export declare type CommonAndroidAppCredentialsWithBuildCredentialsByApplication
|
|
|
3396
3473
|
__typename?: 'AndroidAppCredentials';
|
|
3397
3474
|
} & Pick<AndroidAppCredentials, 'id'> & CommonAndroidAppCredentialsFragment)>;
|
|
3398
3475
|
});
|
|
3399
|
-
})
|
|
3476
|
+
});
|
|
3400
3477
|
});
|
|
3401
3478
|
export declare type GoogleServiceAccountKeyByAccountQueryVariables = Exact<{
|
|
3402
3479
|
accountName: Scalars['String'];
|
|
@@ -3416,6 +3493,35 @@ export declare type GoogleServiceAccountKeyByAccountQuery = ({
|
|
|
3416
3493
|
});
|
|
3417
3494
|
});
|
|
3418
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
|
+
});
|
|
3419
3525
|
export declare type CreateAppleAppIdentifierMutationVariables = Exact<{
|
|
3420
3526
|
appleAppIdentifierInput: AppleAppIdentifierInput;
|
|
3421
3527
|
accountId: Scalars['ID'];
|
|
@@ -3671,19 +3777,52 @@ export declare type SetPushKeyMutation = ({
|
|
|
3671
3777
|
} & Pick<IosAppCredentials, 'id'> & CommonIosAppCredentialsFragment);
|
|
3672
3778
|
});
|
|
3673
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
|
+
});
|
|
3674
3795
|
export declare type AppByFullNameQueryVariables = Exact<{
|
|
3675
3796
|
fullName: Scalars['String'];
|
|
3676
3797
|
}>;
|
|
3677
3798
|
export declare type AppByFullNameQuery = ({
|
|
3678
3799
|
__typename?: 'RootQuery';
|
|
3679
3800
|
} & {
|
|
3680
|
-
app
|
|
3801
|
+
app: ({
|
|
3681
3802
|
__typename?: 'AppQuery';
|
|
3682
3803
|
} & {
|
|
3683
3804
|
byFullName: ({
|
|
3684
3805
|
__typename?: 'App';
|
|
3685
3806
|
} & Pick<App, 'id'> & AppFragment);
|
|
3686
|
-
})
|
|
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
|
+
});
|
|
3687
3826
|
});
|
|
3688
3827
|
export declare type AppleAppIdentifierByBundleIdQueryVariables = Exact<{
|
|
3689
3828
|
accountName: Scalars['String'];
|
|
@@ -3781,7 +3920,7 @@ export declare type AppleDistributionCertificateByAppQueryVariables = Exact<{
|
|
|
3781
3920
|
export declare type AppleDistributionCertificateByAppQuery = ({
|
|
3782
3921
|
__typename?: 'RootQuery';
|
|
3783
3922
|
} & {
|
|
3784
|
-
app
|
|
3923
|
+
app: ({
|
|
3785
3924
|
__typename?: 'AppQuery';
|
|
3786
3925
|
} & {
|
|
3787
3926
|
byFullName: ({
|
|
@@ -3803,7 +3942,7 @@ export declare type AppleDistributionCertificateByAppQuery = ({
|
|
|
3803
3942
|
})>;
|
|
3804
3943
|
})>;
|
|
3805
3944
|
});
|
|
3806
|
-
})
|
|
3945
|
+
});
|
|
3807
3946
|
});
|
|
3808
3947
|
export declare type AppleDistributionCertificateByAccountQueryVariables = Exact<{
|
|
3809
3948
|
accountName: Scalars['String'];
|
|
@@ -3831,7 +3970,7 @@ export declare type AppleProvisioningProfilesByAppQueryVariables = Exact<{
|
|
|
3831
3970
|
export declare type AppleProvisioningProfilesByAppQuery = ({
|
|
3832
3971
|
__typename?: 'RootQuery';
|
|
3833
3972
|
} & {
|
|
3834
|
-
app
|
|
3973
|
+
app: ({
|
|
3835
3974
|
__typename?: 'AppQuery';
|
|
3836
3975
|
} & {
|
|
3837
3976
|
byFullName: ({
|
|
@@ -3859,7 +3998,7 @@ export declare type AppleProvisioningProfilesByAppQuery = ({
|
|
|
3859
3998
|
})>;
|
|
3860
3999
|
})>;
|
|
3861
4000
|
});
|
|
3862
|
-
})
|
|
4001
|
+
});
|
|
3863
4002
|
});
|
|
3864
4003
|
export declare type ApplePushKeyByAccountQueryVariables = Exact<{
|
|
3865
4004
|
accountName: Scalars['String'];
|
|
@@ -3920,7 +4059,7 @@ export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuer
|
|
|
3920
4059
|
export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuery = ({
|
|
3921
4060
|
__typename?: 'RootQuery';
|
|
3922
4061
|
} & {
|
|
3923
|
-
app
|
|
4062
|
+
app: ({
|
|
3924
4063
|
__typename?: 'AppQuery';
|
|
3925
4064
|
} & {
|
|
3926
4065
|
byFullName: ({
|
|
@@ -3934,7 +4073,7 @@ export declare type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuer
|
|
|
3934
4073
|
} & Pick<IosAppBuildCredentials, 'id'> & IosAppBuildCredentialsFragment)>;
|
|
3935
4074
|
})>;
|
|
3936
4075
|
});
|
|
3937
|
-
})
|
|
4076
|
+
});
|
|
3938
4077
|
});
|
|
3939
4078
|
export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQueryVariables = Exact<{
|
|
3940
4079
|
projectFullName: Scalars['String'];
|
|
@@ -3944,7 +4083,7 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQueryV
|
|
|
3944
4083
|
export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery = ({
|
|
3945
4084
|
__typename?: 'RootQuery';
|
|
3946
4085
|
} & {
|
|
3947
|
-
app
|
|
4086
|
+
app: ({
|
|
3948
4087
|
__typename?: 'AppQuery';
|
|
3949
4088
|
} & {
|
|
3950
4089
|
byFullName: ({
|
|
@@ -3958,7 +4097,7 @@ export declare type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery
|
|
|
3958
4097
|
} & Pick<IosAppBuildCredentials, 'id'> & IosAppBuildCredentialsFragment)>;
|
|
3959
4098
|
} & CommonIosAppCredentialsWithoutBuildCredentialsFragment)>;
|
|
3960
4099
|
});
|
|
3961
|
-
})
|
|
4100
|
+
});
|
|
3962
4101
|
});
|
|
3963
4102
|
export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierIdQueryVariables = Exact<{
|
|
3964
4103
|
projectFullName: Scalars['String'];
|
|
@@ -3967,7 +4106,7 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
|
|
|
3967
4106
|
export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery = ({
|
|
3968
4107
|
__typename?: 'RootQuery';
|
|
3969
4108
|
} & {
|
|
3970
|
-
app
|
|
4109
|
+
app: ({
|
|
3971
4110
|
__typename?: 'AppQuery';
|
|
3972
4111
|
} & {
|
|
3973
4112
|
byFullName: ({
|
|
@@ -3977,7 +4116,7 @@ export declare type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierId
|
|
|
3977
4116
|
__typename?: 'IosAppCredentials';
|
|
3978
4117
|
} & Pick<IosAppCredentials, 'id'> & CommonIosAppCredentialsFragment)>;
|
|
3979
4118
|
});
|
|
3980
|
-
})
|
|
4119
|
+
});
|
|
3981
4120
|
});
|
|
3982
4121
|
export declare type CreateAppMutationVariables = Exact<{
|
|
3983
4122
|
appInput: AppInput;
|
|
@@ -4083,6 +4222,20 @@ export declare type DeleteEnvironmentSecretMutation = ({
|
|
|
4083
4222
|
} & Pick<DeleteEnvironmentSecretResult, 'id'>);
|
|
4084
4223
|
});
|
|
4085
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
|
+
});
|
|
4086
4239
|
export declare type GetSignedUploadMutationVariables = Exact<{
|
|
4087
4240
|
contentTypes: Array<Scalars['String']>;
|
|
4088
4241
|
}>;
|
|
@@ -4228,7 +4381,7 @@ export declare type GetAllBuildsForAppQueryVariables = Exact<{
|
|
|
4228
4381
|
export declare type GetAllBuildsForAppQuery = ({
|
|
4229
4382
|
__typename?: 'RootQuery';
|
|
4230
4383
|
} & {
|
|
4231
|
-
app
|
|
4384
|
+
app: ({
|
|
4232
4385
|
__typename?: 'AppQuery';
|
|
4233
4386
|
} & {
|
|
4234
4387
|
byId: ({
|
|
@@ -4238,7 +4391,7 @@ export declare type GetAllBuildsForAppQuery = ({
|
|
|
4238
4391
|
__typename?: 'Build';
|
|
4239
4392
|
} & Pick<Build, 'id'> & BuildFragment)>;
|
|
4240
4393
|
});
|
|
4241
|
-
})
|
|
4394
|
+
});
|
|
4242
4395
|
});
|
|
4243
4396
|
export declare type EnvironmentSecretsByAccountNameQueryVariables = Exact<{
|
|
4244
4397
|
accountName: Scalars['String'];
|
|
@@ -4264,7 +4417,7 @@ export declare type EnvironmentSecretsByAppIdQueryVariables = Exact<{
|
|
|
4264
4417
|
export declare type EnvironmentSecretsByAppIdQuery = ({
|
|
4265
4418
|
__typename?: 'RootQuery';
|
|
4266
4419
|
} & {
|
|
4267
|
-
app
|
|
4420
|
+
app: ({
|
|
4268
4421
|
__typename?: 'AppQuery';
|
|
4269
4422
|
} & {
|
|
4270
4423
|
byId: ({
|
|
@@ -4274,7 +4427,7 @@ export declare type EnvironmentSecretsByAppIdQuery = ({
|
|
|
4274
4427
|
__typename?: 'EnvironmentSecret';
|
|
4275
4428
|
} & Pick<EnvironmentSecret, 'id'> & EnvironmentSecretFragment)>;
|
|
4276
4429
|
});
|
|
4277
|
-
})
|
|
4430
|
+
});
|
|
4278
4431
|
});
|
|
4279
4432
|
export declare type ProjectByUsernameAndSlugQueryVariables = Exact<{
|
|
4280
4433
|
username: Scalars['String'];
|
|
@@ -4331,7 +4484,7 @@ export declare type GetAllSubmissionsForAppQueryVariables = Exact<{
|
|
|
4331
4484
|
export declare type GetAllSubmissionsForAppQuery = ({
|
|
4332
4485
|
__typename?: 'RootQuery';
|
|
4333
4486
|
} & {
|
|
4334
|
-
app
|
|
4487
|
+
app: ({
|
|
4335
4488
|
__typename?: 'AppQuery';
|
|
4336
4489
|
} & {
|
|
4337
4490
|
byId: ({
|
|
@@ -4341,7 +4494,7 @@ export declare type GetAllSubmissionsForAppQuery = ({
|
|
|
4341
4494
|
__typename?: 'Submission';
|
|
4342
4495
|
} & Pick<Submission, 'id'> & SubmissionFragment)>;
|
|
4343
4496
|
});
|
|
4344
|
-
})
|
|
4497
|
+
});
|
|
4345
4498
|
});
|
|
4346
4499
|
export declare type CurrentUserQueryVariables = Exact<{
|
|
4347
4500
|
[key: string]: never;
|
|
@@ -4370,7 +4523,7 @@ export declare type WebhooksByAppIdQueryVariables = Exact<{
|
|
|
4370
4523
|
export declare type WebhooksByAppIdQuery = ({
|
|
4371
4524
|
__typename?: 'RootQuery';
|
|
4372
4525
|
} & {
|
|
4373
|
-
app
|
|
4526
|
+
app: ({
|
|
4374
4527
|
__typename?: 'AppQuery';
|
|
4375
4528
|
} & {
|
|
4376
4529
|
byId: ({
|
|
@@ -4380,7 +4533,7 @@ export declare type WebhooksByAppIdQuery = ({
|
|
|
4380
4533
|
__typename?: 'Webhook';
|
|
4381
4534
|
} & Pick<Webhook, 'id'> & WebhookFragment)>;
|
|
4382
4535
|
});
|
|
4383
|
-
})
|
|
4536
|
+
});
|
|
4384
4537
|
});
|
|
4385
4538
|
export declare type WebhookByIdQueryVariables = Exact<{
|
|
4386
4539
|
webhookId: Scalars['ID'];
|
|
@@ -4410,9 +4563,9 @@ export declare type BuildFragment = ({
|
|
|
4410
4563
|
} & Pick<BuildArtifacts, 'buildUrl' | 'xcodeBuildLogsUrl'>)>;
|
|
4411
4564
|
initiatingActor?: Maybe<({
|
|
4412
4565
|
__typename: 'User';
|
|
4413
|
-
} & Pick<User, '
|
|
4566
|
+
} & Pick<User, 'id' | 'displayName'>) | ({
|
|
4414
4567
|
__typename: 'Robot';
|
|
4415
|
-
} & Pick<Robot, '
|
|
4568
|
+
} & Pick<Robot, 'id' | 'displayName'>)>;
|
|
4416
4569
|
project: ({
|
|
4417
4570
|
__typename: 'Snack';
|
|
4418
4571
|
} & Pick<Snack, 'id' | 'name'>) | ({
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.KeystoreGenerationUrlMutation = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const graphql_tag_1 = (0, tslib_1.__importDefault)(require("graphql-tag"));
|
|
6
|
+
const client_1 = require("../client");
|
|
7
|
+
exports.KeystoreGenerationUrlMutation = {
|
|
8
|
+
async createKeystoreGenerationUrlAsync() {
|
|
9
|
+
const data = await (0, client_1.withErrorHandlingAsync)(client_1.graphqlClient
|
|
10
|
+
.mutation((0, graphql_tag_1.default) `
|
|
11
|
+
mutation CreateKeystoreGenerationUrlMutation {
|
|
12
|
+
keystoreGenerationUrl {
|
|
13
|
+
createKeystoreGenerationUrl {
|
|
14
|
+
id
|
|
15
|
+
url
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
`)
|
|
20
|
+
.toPromise());
|
|
21
|
+
return data.keystoreGenerationUrl.createKeystoreGenerationUrl.url;
|
|
22
|
+
},
|
|
23
|
+
};
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
import { ExpoConfig } from '@expo/config';
|
|
2
2
|
import { GradleBuildContext } from './gradle';
|
|
3
|
+
export declare const INVALID_APPLICATION_ID_MESSAGE = "Invalid format of Android applicationId. Only alphanumeric characters, '.' and '_' are allowed, and each '.' must be followed by a letter.";
|
|
3
4
|
export declare function ensureApplicationIdIsDefinedForManagedProjectAsync(projectDir: string, exp: ExpoConfig): Promise<string>;
|
|
5
|
+
export declare class AmbiguousApplicationIdError extends Error {
|
|
6
|
+
constructor(message?: string);
|
|
7
|
+
}
|
|
8
|
+
export declare function getApplicationIdFromBareAsync(projectDir: string, gradleContext?: GradleBuildContext): Promise<string>;
|
|
4
9
|
export declare function getApplicationIdAsync(projectDir: string, exp: ExpoConfig, gradleContext?: GradleBuildContext): Promise<string>;
|
|
10
|
+
export declare function isApplicationIdValid(applicationId: string): boolean;
|
|
5
11
|
export declare function warnIfAndroidPackageDefinedInAppConfigForBareWorkflowProject(projectDir: string, exp: ExpoConfig): void;
|