@expo/cli 0.10.11 → 0.11.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/build/bin/cli +2 -2
- package/build/src/api/endpoint.js +10 -0
- package/build/src/api/endpoint.js.map +1 -1
- package/build/src/api/graphql/queries/UserQuery.js +2 -1
- package/build/src/api/graphql/queries/UserQuery.js.map +1 -1
- package/build/src/api/user/UserSettings.js.map +1 -1
- package/build/src/api/user/actions.js +6 -1
- package/build/src/api/user/actions.js.map +1 -1
- package/build/src/api/user/expoSsoLauncher.js +127 -0
- package/build/src/api/user/expoSsoLauncher.js.map +1 -0
- package/build/src/api/user/user.js +46 -18
- package/build/src/api/user/user.js.map +1 -1
- package/build/src/graphql/generated.js +25 -1
- package/build/src/graphql/generated.js.map +1 -1
- package/build/src/login/index.js +7 -2
- package/build/src/login/index.js.map +1 -1
- package/build/src/start/server/metro/MetroBundlerDevServer.js +4 -2
- package/build/src/start/server/metro/MetroBundlerDevServer.js.map +1 -1
- package/build/src/start/server/metro/MetroTerminalReporter.js +9 -1
- package/build/src/start/server/metro/MetroTerminalReporter.js.map +1 -1
- package/build/src/start/server/metro/withMetroMultiPlatform.js +2 -2
- package/build/src/start/server/metro/withMetroMultiPlatform.js.map +1 -1
- package/build/src/start/server/metro/withMetroResolvers.js +161 -20
- package/build/src/start/server/metro/withMetroResolvers.js.map +1 -1
- package/build/src/start/server/middleware/ClassicManifestMiddleware.js +1 -1
- package/build/src/start/server/middleware/ManifestMiddleware.js +23 -6
- package/build/src/start/server/middleware/ManifestMiddleware.js.map +1 -1
- package/build/src/start/server/type-generation/routes.js +3 -0
- package/build/src/start/server/type-generation/routes.js.map +1 -1
- package/build/src/utils/analytics/rudderstackClient.js +2 -2
- package/build/src/utils/env.js +3 -0
- package/build/src/utils/env.js.map +1 -1
- package/package.json +8 -8
- package/static/react-devtools-page/index.html +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/graphql/generated.ts"],"sourcesContent":["/**\n * eslint-disable\n * This file was generated using GraphQL Codegen\n * Command: yarn generate-graphql-code\n * Run this during development for automatic type generation when editing GraphQL documents\n * For more info and docs, visit https://graphql-code-generator.com/\n */\n\nexport type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: string;\n String: string;\n Boolean: boolean;\n Int: number;\n Float: number;\n DateTime: any;\n JSON: any;\n JSONObject: any;\n};\n\nexport type AccountDataInput = {\n name: Scalars['String'];\n};\n\nexport type AccountNotificationSubscriptionInput = {\n accountId: Scalars['ID'];\n event: NotificationEvent;\n type: NotificationType;\n userId: Scalars['ID'];\n};\n\nexport type AccountSsoConfigurationData = {\n authEndpoint?: InputMaybe<Scalars['String']>;\n authProtocol: AuthProtocolType;\n authProviderIdentifier: Scalars['String'];\n clientIdentifier: Scalars['String'];\n clientSecret: Scalars['String'];\n issuer: Scalars['String'];\n jwksEndpoint?: InputMaybe<Scalars['String']>;\n revokeEndpoint?: InputMaybe<Scalars['String']>;\n tokenEndpoint?: InputMaybe<Scalars['String']>;\n userInfoEndpoint?: InputMaybe<Scalars['String']>;\n};\n\nexport enum ActivityTimelineProjectActivityType {\n Build = 'BUILD',\n BuildJob = 'BUILD_JOB',\n Submission = 'SUBMISSION',\n Update = 'UPDATE'\n}\n\nexport type AddUserInput = {\n audience?: InputMaybe<MailchimpAudience>;\n email: Scalars['String'];\n tags?: InputMaybe<Array<MailchimpTag>>;\n};\n\n/** @isDefault: if set, these build credentials will become the default for the Android app. All other build credentials will have their default status set to false. */\nexport type AndroidAppBuildCredentialsInput = {\n isDefault: Scalars['Boolean'];\n keystoreId: Scalars['ID'];\n name: Scalars['String'];\n};\n\nexport type AndroidAppCredentialsFilter = {\n applicationIdentifier?: InputMaybe<Scalars['String']>;\n legacyOnly?: InputMaybe<Scalars['Boolean']>;\n};\n\nexport type AndroidAppCredentialsInput = {\n fcmId?: InputMaybe<Scalars['ID']>;\n googleServiceAccountKeyForSubmissionsId?: InputMaybe<Scalars['ID']>;\n};\n\nexport enum AndroidBuildType {\n Apk = 'APK',\n AppBundle = 'APP_BUNDLE',\n /** @deprecated Use developmentClient option instead. */\n DevelopmentClient = 'DEVELOPMENT_CLIENT'\n}\n\nexport type AndroidBuilderEnvironmentInput = {\n env?: InputMaybe<Scalars['JSONObject']>;\n expoCli?: InputMaybe<Scalars['String']>;\n image?: InputMaybe<Scalars['String']>;\n ndk?: InputMaybe<Scalars['String']>;\n node?: InputMaybe<Scalars['String']>;\n yarn?: InputMaybe<Scalars['String']>;\n};\n\nexport type AndroidFcmInput = {\n credential: Scalars['String'];\n version: AndroidFcmVersion;\n};\n\nexport enum AndroidFcmVersion {\n Legacy = 'LEGACY',\n V1 = 'V1'\n}\n\nexport type AndroidJobBuildCredentialsInput = {\n keystore: AndroidJobKeystoreInput;\n};\n\nexport type AndroidJobInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildProfile?: InputMaybe<Scalars['String']>;\n buildType?: InputMaybe<AndroidBuildType>;\n builderEnvironment?: InputMaybe<AndroidBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n customBuildConfig?: InputMaybe<CustomBuildConfigInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n gradleCommand?: InputMaybe<Scalars['String']>;\n mode?: InputMaybe<BuildMode>;\n projectArchive: ProjectArchiveSourceInput;\n projectRootDirectory: Scalars['String'];\n releaseChannel?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<AndroidJobSecretsInput>;\n triggeredBy?: InputMaybe<BuildTrigger>;\n type: BuildWorkflow;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<AndroidJobVersionInput>;\n};\n\nexport type AndroidJobKeystoreInput = {\n dataBase64: Scalars['String'];\n keyAlias: Scalars['String'];\n keyPassword?: InputMaybe<Scalars['String']>;\n keystorePassword: Scalars['String'];\n};\n\nexport type AndroidJobOverridesInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildProfile?: InputMaybe<Scalars['String']>;\n buildType?: InputMaybe<AndroidBuildType>;\n builderEnvironment?: InputMaybe<AndroidBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n gradleCommand?: InputMaybe<Scalars['String']>;\n mode?: InputMaybe<BuildMode>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<AndroidJobSecretsInput>;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<AndroidJobVersionInput>;\n};\n\nexport type AndroidJobSecretsInput = {\n buildCredentials?: InputMaybe<AndroidJobBuildCredentialsInput>;\n robotAccessToken?: InputMaybe<Scalars['String']>;\n};\n\nexport type AndroidJobVersionInput = {\n versionCode: Scalars['String'];\n};\n\nexport type AndroidKeystoreInput = {\n base64EncodedKeystore: Scalars['String'];\n keyAlias: Scalars['String'];\n keyPassword?: InputMaybe<Scalars['String']>;\n keystorePassword: Scalars['String'];\n type: AndroidKeystoreType;\n};\n\nexport enum AndroidKeystoreType {\n Jks = 'JKS',\n Pkcs12 = 'PKCS12',\n Unknown = 'UNKNOWN'\n}\n\nexport type AndroidSubmissionConfigInput = {\n applicationIdentifier?: InputMaybe<Scalars['String']>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n changesNotSentForReview?: InputMaybe<Scalars['Boolean']>;\n googleServiceAccountKeyId?: InputMaybe<Scalars['String']>;\n googleServiceAccountKeyJson?: InputMaybe<Scalars['String']>;\n releaseStatus?: InputMaybe<SubmissionAndroidReleaseStatus>;\n track: SubmissionAndroidTrack;\n};\n\nexport type AppDataInput = {\n id: Scalars['ID'];\n privacy?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppInfoInput = {\n displayName?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppInput = {\n accountId: Scalars['ID'];\n appInfo?: InputMaybe<AppInfoInput>;\n privacy: AppPrivacy;\n projectName: Scalars['String'];\n};\n\nexport type AppNotificationSubscriptionInput = {\n appId: Scalars['ID'];\n event: NotificationEvent;\n type: NotificationType;\n userId: Scalars['ID'];\n};\n\nexport enum AppPlatform {\n Android = 'ANDROID',\n Ios = 'IOS'\n}\n\nexport enum AppPrivacy {\n Hidden = 'HIDDEN',\n Public = 'PUBLIC',\n Unlisted = 'UNLISTED'\n}\n\nexport enum AppSort {\n /** Sort by recently published */\n RecentlyPublished = 'RECENTLY_PUBLISHED',\n /** Sort by highest trendScore */\n Viewed = 'VIEWED'\n}\n\nexport type AppStoreConnectApiKeyInput = {\n appleTeamId?: InputMaybe<Scalars['ID']>;\n issuerIdentifier: Scalars['String'];\n keyIdentifier: Scalars['String'];\n keyP8: Scalars['String'];\n name?: InputMaybe<Scalars['String']>;\n roles?: InputMaybe<Array<AppStoreConnectUserRole>>;\n};\n\nexport enum AppStoreConnectUserRole {\n AccessToReports = 'ACCESS_TO_REPORTS',\n AccountHolder = 'ACCOUNT_HOLDER',\n Admin = 'ADMIN',\n AppManager = 'APP_MANAGER',\n CloudManagedAppDistribution = 'CLOUD_MANAGED_APP_DISTRIBUTION',\n CloudManagedDeveloperId = 'CLOUD_MANAGED_DEVELOPER_ID',\n CreateApps = 'CREATE_APPS',\n CustomerSupport = 'CUSTOMER_SUPPORT',\n Developer = 'DEVELOPER',\n Finance = 'FINANCE',\n ImageManager = 'IMAGE_MANAGER',\n Marketing = 'MARKETING',\n ReadOnly = 'READ_ONLY',\n Sales = 'SALES',\n Technical = 'TECHNICAL',\n Unknown = 'UNKNOWN'\n}\n\nexport type AppVersionInput = {\n appId: Scalars['ID'];\n applicationIdentifier: Scalars['String'];\n buildVersion: Scalars['String'];\n platform: AppPlatform;\n runtimeVersion?: InputMaybe<Scalars['String']>;\n storeVersion: Scalars['String'];\n};\n\nexport type AppleAppIdentifierInput = {\n appleTeamId?: InputMaybe<Scalars['ID']>;\n bundleIdentifier: Scalars['String'];\n parentAppleAppId?: InputMaybe<Scalars['ID']>;\n};\n\nexport enum AppleDeviceClass {\n Ipad = 'IPAD',\n Iphone = 'IPHONE'\n}\n\nexport type AppleDeviceInput = {\n appleTeamId: Scalars['ID'];\n deviceClass?: InputMaybe<AppleDeviceClass>;\n enabled?: InputMaybe<Scalars['Boolean']>;\n identifier: Scalars['String'];\n model?: InputMaybe<Scalars['String']>;\n name?: InputMaybe<Scalars['String']>;\n softwareVersion?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppleDistributionCertificateInput = {\n appleTeamId?: InputMaybe<Scalars['ID']>;\n certP12: Scalars['String'];\n certPassword: Scalars['String'];\n certPrivateSigningKey?: InputMaybe<Scalars['String']>;\n developerPortalIdentifier?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppleProvisioningProfileInput = {\n appleProvisioningProfile: Scalars['String'];\n developerPortalIdentifier?: InputMaybe<Scalars['String']>;\n};\n\nexport type ApplePushKeyInput = {\n appleTeamId: Scalars['ID'];\n keyIdentifier: Scalars['String'];\n keyP8: Scalars['String'];\n};\n\nexport type AppleTeamInput = {\n appleTeamIdentifier: Scalars['String'];\n appleTeamName?: InputMaybe<Scalars['String']>;\n};\n\nexport enum AppsFilter {\n /** Featured Projects */\n Featured = 'FEATURED',\n /** New Projects */\n New = 'NEW'\n}\n\nexport type AscApiKeyInput = {\n issuerIdentifier: Scalars['String'];\n keyIdentifier: Scalars['String'];\n keyP8: Scalars['String'];\n};\n\nexport enum AssetMetadataStatus {\n DoesNotExist = 'DOES_NOT_EXIST',\n Exists = 'EXISTS'\n}\n\nexport enum AuthProtocolType {\n Oidc = 'OIDC'\n}\n\nexport type BuildCacheInput = {\n cacheDefaultPaths?: InputMaybe<Scalars['Boolean']>;\n clear?: InputMaybe<Scalars['Boolean']>;\n customPaths?: InputMaybe<Array<InputMaybe<Scalars['String']>>>;\n disabled?: InputMaybe<Scalars['Boolean']>;\n key?: InputMaybe<Scalars['String']>;\n};\n\nexport enum BuildCredentialsSource {\n Local = 'LOCAL',\n Remote = 'REMOTE'\n}\n\nexport type BuildFilter = {\n appBuildVersion?: InputMaybe<Scalars['String']>;\n appIdentifier?: InputMaybe<Scalars['String']>;\n appVersion?: InputMaybe<Scalars['String']>;\n buildProfile?: InputMaybe<Scalars['String']>;\n channel?: InputMaybe<Scalars['String']>;\n distribution?: InputMaybe<DistributionType>;\n gitCommitHash?: InputMaybe<Scalars['String']>;\n platform?: InputMaybe<AppPlatform>;\n runtimeVersion?: InputMaybe<Scalars['String']>;\n sdkVersion?: InputMaybe<Scalars['String']>;\n status?: InputMaybe<BuildStatus>;\n};\n\nexport type BuildFilterInput = {\n channel?: InputMaybe<Scalars['String']>;\n platforms?: InputMaybe<Array<AppPlatform>>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n};\n\nexport enum BuildIosEnterpriseProvisioning {\n Adhoc = 'ADHOC',\n Universal = 'UNIVERSAL'\n}\n\nexport enum BuildJobLogsFormat {\n Json = 'JSON',\n Raw = 'RAW'\n}\n\nexport enum BuildJobStatus {\n Errored = 'ERRORED',\n Finished = 'FINISHED',\n InProgress = 'IN_PROGRESS',\n Pending = 'PENDING',\n SentToQueue = 'SENT_TO_QUEUE',\n Started = 'STARTED'\n}\n\nexport type BuildMetadataInput = {\n appBuildVersion?: InputMaybe<Scalars['String']>;\n appIdentifier?: InputMaybe<Scalars['String']>;\n appName?: InputMaybe<Scalars['String']>;\n appVersion?: InputMaybe<Scalars['String']>;\n buildMode?: InputMaybe<BuildMode>;\n buildProfile?: InputMaybe<Scalars['String']>;\n channel?: InputMaybe<Scalars['String']>;\n cliVersion?: InputMaybe<Scalars['String']>;\n credentialsSource?: InputMaybe<BuildCredentialsSource>;\n distribution?: InputMaybe<DistributionType>;\n gitCommitHash?: InputMaybe<Scalars['String']>;\n gitCommitMessage?: InputMaybe<Scalars['String']>;\n iosEnterpriseProvisioning?: InputMaybe<BuildIosEnterpriseProvisioning>;\n isGitWorkingTreeDirty?: InputMaybe<Scalars['Boolean']>;\n message?: InputMaybe<Scalars['String']>;\n reactNativeVersion?: InputMaybe<Scalars['String']>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n runFromCI?: InputMaybe<Scalars['Boolean']>;\n runWithNoWaitFlag?: InputMaybe<Scalars['Boolean']>;\n runtimeVersion?: InputMaybe<Scalars['String']>;\n sdkVersion?: InputMaybe<Scalars['String']>;\n trackingContext?: InputMaybe<Scalars['JSONObject']>;\n username?: InputMaybe<Scalars['String']>;\n workflow?: InputMaybe<BuildWorkflow>;\n};\n\nexport enum BuildMode {\n Build = 'BUILD',\n Custom = 'CUSTOM',\n Resign = 'RESIGN'\n}\n\nexport type BuildParamsInput = {\n reactNativeVersion?: InputMaybe<Scalars['String']>;\n resourceClass: BuildResourceClass;\n sdkVersion?: InputMaybe<Scalars['String']>;\n};\n\nexport enum BuildPriority {\n High = 'HIGH',\n Normal = 'NORMAL',\n NormalPlus = 'NORMAL_PLUS'\n}\n\nexport type BuildResignInput = {\n applicationArchiveSource?: InputMaybe<ProjectArchiveSourceInput>;\n};\n\nexport enum BuildResourceClass {\n AndroidDefault = 'ANDROID_DEFAULT',\n AndroidLarge = 'ANDROID_LARGE',\n AndroidMedium = 'ANDROID_MEDIUM',\n IosDefault = 'IOS_DEFAULT',\n /** @deprecated Use IOS_INTEL_MEDIUM instead */\n IosIntelLarge = 'IOS_INTEL_LARGE',\n IosIntelMedium = 'IOS_INTEL_MEDIUM',\n IosLarge = 'IOS_LARGE',\n /** @deprecated Use IOS_M_MEDIUM instead */\n IosM1Large = 'IOS_M1_LARGE',\n IosM1Medium = 'IOS_M1_MEDIUM',\n IosMedium = 'IOS_MEDIUM',\n IosMLarge = 'IOS_M_LARGE',\n IosMMedium = 'IOS_M_MEDIUM',\n Legacy = 'LEGACY'\n}\n\nexport enum BuildStatus {\n Canceled = 'CANCELED',\n Errored = 'ERRORED',\n Finished = 'FINISHED',\n InProgress = 'IN_PROGRESS',\n InQueue = 'IN_QUEUE',\n New = 'NEW'\n}\n\nexport enum BuildTrigger {\n EasCli = 'EAS_CLI',\n GitBasedIntegration = 'GIT_BASED_INTEGRATION'\n}\n\nexport type BuildUpdatesInput = {\n channel?: InputMaybe<Scalars['String']>;\n};\n\nexport enum BuildWorkflow {\n Generic = 'GENERIC',\n Managed = 'MANAGED',\n Unknown = 'UNKNOWN'\n}\n\nexport type CodeSigningInfoInput = {\n alg: Scalars['String'];\n keyid: Scalars['String'];\n sig: Scalars['String'];\n};\n\nexport type CreateAccessTokenInput = {\n actorID: Scalars['ID'];\n note?: InputMaybe<Scalars['String']>;\n};\n\nexport type CreateAndroidSubmissionInput = {\n appId: Scalars['ID'];\n archiveSource?: InputMaybe<SubmissionArchiveSourceInput>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n config: AndroidSubmissionConfigInput;\n submittedBuildId?: InputMaybe<Scalars['ID']>;\n};\n\nexport type CreateEnvironmentSecretInput = {\n name: Scalars['String'];\n type?: InputMaybe<EnvironmentSecretType>;\n value: Scalars['String'];\n};\n\nexport type CreateGitHubAppInstallationInput = {\n accountId: Scalars['ID'];\n installationIdentifier: Scalars['Int'];\n};\n\nexport type CreateGitHubRepositoryInput = {\n appId: Scalars['ID'];\n githubAppInstallationId: Scalars['ID'];\n githubRepositoryIdentifier: Scalars['Int'];\n nodeIdentifier: Scalars['String'];\n};\n\nexport type CreateGitHubRepositorySettingsInput = {\n appId: Scalars['ID'];\n /** The base directory is the directory to change to before starting a build. This string should be a properly formatted POSIX path starting with '/', './', or the name of the directory relative to the root of the repository. Valid examples include: '/apps/expo-app', './apps/expo-app', and 'apps/expo-app'. This is intended for monorepos or apps that live in a subdirectory of a repository. */\n baseDirectory: Scalars['String'];\n};\n\nexport type CreateIosSubmissionInput = {\n appId: Scalars['ID'];\n archiveSource?: InputMaybe<SubmissionArchiveSourceInput>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n config: IosSubmissionConfigInput;\n submittedBuildId?: InputMaybe<Scalars['ID']>;\n};\n\nexport type CustomBuildConfigInput = {\n path: Scalars['String'];\n};\n\nexport enum DistributionType {\n Internal = 'INTERNAL',\n Simulator = 'SIMULATOR',\n Store = 'STORE'\n}\n\nexport enum EasBuildDeprecationInfoType {\n Internal = 'INTERNAL',\n UserFacing = 'USER_FACING'\n}\n\nexport enum EasService {\n Builds = 'BUILDS',\n Updates = 'UPDATES'\n}\n\nexport enum EasServiceMetric {\n AssetsRequests = 'ASSETS_REQUESTS',\n BandwidthUsage = 'BANDWIDTH_USAGE',\n Builds = 'BUILDS',\n ManifestRequests = 'MANIFEST_REQUESTS',\n UniqueUpdaters = 'UNIQUE_UPDATERS',\n UniqueUsers = 'UNIQUE_USERS'\n}\n\nexport enum EasTotalPlanEnablementUnit {\n Build = 'BUILD',\n Byte = 'BYTE',\n Concurrency = 'CONCURRENCY',\n Request = 'REQUEST',\n Updater = 'UPDATER',\n User = 'USER'\n}\n\nexport type EditUpdateBranchInput = {\n appId?: InputMaybe<Scalars['ID']>;\n id?: InputMaybe<Scalars['ID']>;\n name?: InputMaybe<Scalars['String']>;\n newName: Scalars['String'];\n};\n\nexport enum EnvironmentSecretType {\n FileBase64 = 'FILE_BASE64',\n String = 'STRING'\n}\n\nexport enum Feature {\n /** Priority Builds */\n Builds = 'BUILDS',\n /** Funds support for open source development */\n OpenSource = 'OPEN_SOURCE',\n /** Top Tier Support */\n Support = 'SUPPORT',\n /** Share access to projects */\n Teams = 'TEAMS'\n}\n\nexport enum GitHubAppEnvironment {\n Development = 'DEVELOPMENT',\n Production = 'PRODUCTION',\n Staging = 'STAGING'\n}\n\nexport enum GitHubAppInstallationStatus {\n Active = 'ACTIVE',\n NotInstalled = 'NOT_INSTALLED',\n Suspended = 'SUSPENDED'\n}\n\nexport type GitHubBuildInput = {\n appId: Scalars['ID'];\n baseDirectory?: InputMaybe<Scalars['String']>;\n buildProfile: Scalars['String'];\n gitRef: Scalars['String'];\n platform: AppPlatform;\n};\n\nexport type GoogleServiceAccountKeyInput = {\n jsonKey: Scalars['JSONObject'];\n};\n\nexport enum InvoiceDiscountType {\n Amount = 'AMOUNT',\n Percentage = 'PERCENTAGE'\n}\n\nexport type IosAppBuildCredentialsFilter = {\n iosDistributionType?: InputMaybe<IosDistributionType>;\n};\n\nexport type IosAppBuildCredentialsInput = {\n distributionCertificateId: Scalars['ID'];\n iosDistributionType: IosDistributionType;\n provisioningProfileId: Scalars['ID'];\n};\n\nexport type IosAppCredentialsFilter = {\n appleAppIdentifierId?: InputMaybe<Scalars['String']>;\n};\n\nexport type IosAppCredentialsInput = {\n appStoreConnectApiKeyForSubmissionsId?: InputMaybe<Scalars['ID']>;\n appleTeamId?: InputMaybe<Scalars['ID']>;\n pushKeyId?: InputMaybe<Scalars['ID']>;\n};\n\n/** @deprecated Use developmentClient option instead. */\nexport enum IosBuildType {\n DevelopmentClient = 'DEVELOPMENT_CLIENT',\n Release = 'RELEASE'\n}\n\nexport type IosBuilderEnvironmentInput = {\n bundler?: InputMaybe<Scalars['String']>;\n cocoapods?: InputMaybe<Scalars['String']>;\n env?: InputMaybe<Scalars['JSONObject']>;\n expoCli?: InputMaybe<Scalars['String']>;\n fastlane?: InputMaybe<Scalars['String']>;\n image?: InputMaybe<Scalars['String']>;\n node?: InputMaybe<Scalars['String']>;\n yarn?: InputMaybe<Scalars['String']>;\n};\n\nexport enum IosDistributionType {\n AdHoc = 'AD_HOC',\n AppStore = 'APP_STORE',\n Development = 'DEVELOPMENT',\n Enterprise = 'ENTERPRISE'\n}\n\nexport type IosJobDistributionCertificateInput = {\n dataBase64: Scalars['String'];\n password: Scalars['String'];\n};\n\nexport type IosJobInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildConfiguration?: InputMaybe<Scalars['String']>;\n buildProfile?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n buildType?: InputMaybe<IosBuildType>;\n builderEnvironment?: InputMaybe<IosBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n customBuildConfig?: InputMaybe<CustomBuildConfigInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n /** @deprecated */\n distribution?: InputMaybe<DistributionType>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n mode?: InputMaybe<BuildMode>;\n projectArchive: ProjectArchiveSourceInput;\n projectRootDirectory: Scalars['String'];\n releaseChannel?: InputMaybe<Scalars['String']>;\n scheme?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<IosJobSecretsInput>;\n simulator?: InputMaybe<Scalars['Boolean']>;\n triggeredBy?: InputMaybe<BuildTrigger>;\n type: BuildWorkflow;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<IosJobVersionInput>;\n};\n\nexport type IosJobOverridesInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildConfiguration?: InputMaybe<Scalars['String']>;\n buildProfile?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n buildType?: InputMaybe<IosBuildType>;\n builderEnvironment?: InputMaybe<IosBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n /** @deprecated */\n distribution?: InputMaybe<DistributionType>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n mode?: InputMaybe<BuildMode>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n resign?: InputMaybe<BuildResignInput>;\n scheme?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<IosJobSecretsInput>;\n simulator?: InputMaybe<Scalars['Boolean']>;\n type?: InputMaybe<BuildWorkflow>;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<IosJobVersionInput>;\n};\n\nexport type IosJobSecretsInput = {\n buildCredentials?: InputMaybe<Array<InputMaybe<IosJobTargetCredentialsInput>>>;\n robotAccessToken?: InputMaybe<Scalars['String']>;\n};\n\nexport type IosJobTargetCredentialsInput = {\n distributionCertificate: IosJobDistributionCertificateInput;\n provisioningProfileBase64: Scalars['String'];\n targetName: Scalars['String'];\n};\n\nexport type IosJobVersionInput = {\n buildNumber: Scalars['String'];\n};\n\n/** @deprecated Use developmentClient option instead. */\nexport enum IosManagedBuildType {\n DevelopmentClient = 'DEVELOPMENT_CLIENT',\n Release = 'RELEASE'\n}\n\nexport enum IosSchemeBuildConfiguration {\n Debug = 'DEBUG',\n Release = 'RELEASE'\n}\n\nexport type IosSubmissionConfigInput = {\n appleAppSpecificPassword?: InputMaybe<Scalars['String']>;\n appleIdUsername?: InputMaybe<Scalars['String']>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n ascApiKey?: InputMaybe<AscApiKeyInput>;\n ascApiKeyId?: InputMaybe<Scalars['String']>;\n ascAppIdentifier: Scalars['String'];\n};\n\nexport enum MailchimpAudience {\n ExpoDevelopers = 'EXPO_DEVELOPERS'\n}\n\nexport enum MailchimpTag {\n DevClientUsers = 'DEV_CLIENT_USERS',\n EasMasterList = 'EAS_MASTER_LIST'\n}\n\nexport enum NotificationEvent {\n BuildComplete = 'BUILD_COMPLETE',\n SubmissionComplete = 'SUBMISSION_COMPLETE'\n}\n\nexport type NotificationSubscriptionFilter = {\n accountId?: InputMaybe<Scalars['ID']>;\n appId?: InputMaybe<Scalars['ID']>;\n event?: InputMaybe<NotificationEvent>;\n type?: InputMaybe<NotificationType>;\n};\n\nexport enum NotificationType {\n Email = 'EMAIL'\n}\n\nexport enum OfferType {\n /** Addon, or supplementary subscription */\n Addon = 'ADDON',\n /** Advanced Purchase of Paid Resource */\n Prepaid = 'PREPAID',\n /** Term subscription */\n Subscription = 'SUBSCRIPTION'\n}\n\nexport enum Order {\n Asc = 'ASC',\n Desc = 'DESC'\n}\n\nexport type PartialManifest = {\n assets: Array<InputMaybe<PartialManifestAsset>>;\n extra?: InputMaybe<Scalars['JSONObject']>;\n launchAsset: PartialManifestAsset;\n};\n\nexport type PartialManifestAsset = {\n bundleKey: Scalars['String'];\n contentType: Scalars['String'];\n fileExtension?: InputMaybe<Scalars['String']>;\n fileSHA256: Scalars['String'];\n storageKey: Scalars['String'];\n};\n\nexport enum Permission {\n Admin = 'ADMIN',\n Own = 'OWN',\n Publish = 'PUBLISH',\n View = 'VIEW'\n}\n\nexport type ProjectArchiveSourceInput = {\n bucketKey?: InputMaybe<Scalars['String']>;\n gitRef?: InputMaybe<Scalars['String']>;\n repositoryUrl?: InputMaybe<Scalars['String']>;\n type: ProjectArchiveSourceType;\n url?: InputMaybe<Scalars['String']>;\n};\n\nexport enum ProjectArchiveSourceType {\n Gcs = 'GCS',\n Git = 'GIT',\n None = 'NONE',\n S3 = 'S3',\n Url = 'URL'\n}\n\nexport type PublishUpdateGroupInput = {\n awaitingCodeSigningInfo?: InputMaybe<Scalars['Boolean']>;\n branchId: Scalars['String'];\n excludedAssets?: InputMaybe<Array<PartialManifestAsset>>;\n gitCommitHash?: InputMaybe<Scalars['String']>;\n isGitWorkingTreeDirty?: InputMaybe<Scalars['Boolean']>;\n message?: InputMaybe<Scalars['String']>;\n rollBackToEmbeddedInfoGroup?: InputMaybe<UpdateRollBackToEmbeddedGroup>;\n runtimeVersion: Scalars['String'];\n updateInfoGroup?: InputMaybe<UpdateInfoGroup>;\n};\n\nexport type RobotDataInput = {\n name?: InputMaybe<Scalars['String']>;\n};\n\nexport enum Role {\n Admin = 'ADMIN',\n Custom = 'CUSTOM',\n Developer = 'DEVELOPER',\n HasAdmin = 'HAS_ADMIN',\n NotAdmin = 'NOT_ADMIN',\n Owner = 'OWNER',\n ViewOnly = 'VIEW_ONLY'\n}\n\nexport type SecondFactorDeviceConfiguration = {\n isPrimary: Scalars['Boolean'];\n method: SecondFactorMethod;\n name: Scalars['String'];\n smsPhoneNumber?: InputMaybe<Scalars['String']>;\n};\n\nexport enum SecondFactorMethod {\n /** Google Authenticator (TOTP) */\n Authenticator = 'AUTHENTICATOR',\n /** SMS */\n Sms = 'SMS'\n}\n\nexport type ServerlessFunctionIdentifierInput = {\n gitCommitSHA1: Scalars['String'];\n};\n\nexport enum StandardOffer {\n /** $29 USD per month, 30 day trial */\n Default = 'DEFAULT',\n /** $800 USD per month */\n Support = 'SUPPORT',\n /** $29 USD per month, 1 year trial */\n YcDeals = 'YC_DEALS',\n /** $348 USD per year, 30 day trial */\n YearlySub = 'YEARLY_SUB'\n}\n\n/** Possible Incident impact values from Expo status page API. */\nexport enum StatuspageIncidentImpact {\n Critical = 'CRITICAL',\n Maintenance = 'MAINTENANCE',\n Major = 'MAJOR',\n Minor = 'MINOR',\n None = 'NONE'\n}\n\n/** Possible Incident statuses from Expo status page API. */\nexport enum StatuspageIncidentStatus {\n Completed = 'COMPLETED',\n Identified = 'IDENTIFIED',\n Investigating = 'INVESTIGATING',\n InProgress = 'IN_PROGRESS',\n Monitoring = 'MONITORING',\n Resolved = 'RESOLVED',\n Scheduled = 'SCHEDULED',\n Verifying = 'VERIFYING'\n}\n\n/** Name of a service monitored by Expo status page. */\nexport enum StatuspageServiceName {\n EasBuild = 'EAS_BUILD',\n EasSubmit = 'EAS_SUBMIT',\n EasUpdate = 'EAS_UPDATE'\n}\n\n/** Possible statuses for a service. */\nexport enum StatuspageServiceStatus {\n DegradedPerformance = 'DEGRADED_PERFORMANCE',\n MajorOutage = 'MAJOR_OUTAGE',\n Operational = 'OPERATIONAL',\n PartialOutage = 'PARTIAL_OUTAGE',\n UnderMaintenance = 'UNDER_MAINTENANCE'\n}\n\nexport enum SubmissionAndroidArchiveType {\n Aab = 'AAB',\n Apk = 'APK'\n}\n\nexport enum SubmissionAndroidReleaseStatus {\n Completed = 'COMPLETED',\n Draft = 'DRAFT',\n Halted = 'HALTED',\n InProgress = 'IN_PROGRESS'\n}\n\nexport enum SubmissionAndroidTrack {\n Alpha = 'ALPHA',\n Beta = 'BETA',\n Internal = 'INTERNAL',\n Production = 'PRODUCTION'\n}\n\nexport type SubmissionArchiveSourceInput = {\n /** Required if the archive source type is GCS_BUILD_APPLICATION_ARCHIVE or GCS_SUBMIT_ARCHIVE */\n bucketKey?: InputMaybe<Scalars['String']>;\n type: SubmissionArchiveSourceType;\n /** Required if the archive source type is URL */\n url?: InputMaybe<Scalars['String']>;\n};\n\nexport enum SubmissionArchiveSourceType {\n GcsBuildApplicationArchive = 'GCS_BUILD_APPLICATION_ARCHIVE',\n GcsSubmitArchive = 'GCS_SUBMIT_ARCHIVE',\n Url = 'URL'\n}\n\nexport type SubmissionFilter = {\n platform?: InputMaybe<AppPlatform>;\n status?: InputMaybe<SubmissionStatus>;\n};\n\nexport enum SubmissionStatus {\n AwaitingBuild = 'AWAITING_BUILD',\n Canceled = 'CANCELED',\n Errored = 'ERRORED',\n Finished = 'FINISHED',\n InProgress = 'IN_PROGRESS',\n InQueue = 'IN_QUEUE'\n}\n\nexport type TimelineActivityFilterInput = {\n channels?: InputMaybe<Array<Scalars['String']>>;\n platforms?: InputMaybe<Array<AppPlatform>>;\n releaseChannels?: InputMaybe<Array<Scalars['String']>>;\n types?: InputMaybe<Array<ActivityTimelineProjectActivityType>>;\n};\n\nexport type UpdateGitHubRepositorySettingsInput = {\n baseDirectory: Scalars['String'];\n};\n\nexport type UpdateInfoGroup = {\n android?: InputMaybe<PartialManifest>;\n ios?: InputMaybe<PartialManifest>;\n web?: InputMaybe<PartialManifest>;\n};\n\nexport type UpdateRollBackToEmbeddedGroup = {\n android?: InputMaybe<Scalars['Boolean']>;\n ios?: InputMaybe<Scalars['Boolean']>;\n web?: InputMaybe<Scalars['Boolean']>;\n};\n\nexport type UpdatesFilter = {\n platform?: InputMaybe<AppPlatform>;\n runtimeVersions?: InputMaybe<Array<Scalars['String']>>;\n};\n\nexport enum UploadSessionType {\n EasBuildGcsProjectSources = 'EAS_BUILD_GCS_PROJECT_SOURCES',\n EasBuildProjectSources = 'EAS_BUILD_PROJECT_SOURCES',\n EasSubmitAppArchive = 'EAS_SUBMIT_APP_ARCHIVE',\n EasSubmitGcsAppArchive = 'EAS_SUBMIT_GCS_APP_ARCHIVE'\n}\n\nexport enum UsageMetricType {\n Bandwidth = 'BANDWIDTH',\n Build = 'BUILD',\n Request = 'REQUEST',\n Update = 'UPDATE',\n User = 'USER'\n}\n\nexport enum UsageMetricsGranularity {\n Day = 'DAY',\n Hour = 'HOUR',\n Minute = 'MINUTE',\n Total = 'TOTAL'\n}\n\nexport type UsageMetricsTimespan = {\n end: Scalars['DateTime'];\n start: Scalars['DateTime'];\n};\n\nexport type UserDataInput = {\n appetizeCode?: InputMaybe<Scalars['String']>;\n email?: InputMaybe<Scalars['String']>;\n firstName?: InputMaybe<Scalars['String']>;\n fullName?: InputMaybe<Scalars['String']>;\n githubUsername?: InputMaybe<Scalars['String']>;\n id?: InputMaybe<Scalars['ID']>;\n industry?: InputMaybe<Scalars['String']>;\n lastName?: InputMaybe<Scalars['String']>;\n location?: InputMaybe<Scalars['String']>;\n profilePhoto?: InputMaybe<Scalars['String']>;\n twitterUsername?: InputMaybe<Scalars['String']>;\n username?: InputMaybe<Scalars['String']>;\n};\n\nexport type WebhookFilter = {\n event?: InputMaybe<WebhookType>;\n};\n\nexport type WebhookInput = {\n event: WebhookType;\n secret: Scalars['String'];\n url: Scalars['String'];\n};\n\nexport enum WebhookType {\n Build = 'BUILD',\n Submit = 'SUBMIT'\n}\n\nexport type AppByIdQueryVariables = Exact<{\n appId: Scalars['String'];\n}>;\n\n\nexport type AppByIdQuery = { __typename?: 'RootQuery', app: { __typename?: 'AppQuery', byId: { __typename?: 'App', id: string, scopeKey: string, ownerAccount: { __typename?: 'Account', id: string } } } };\n\nexport type CurrentUserQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type CurrentUserQuery = { __typename?: 'RootQuery', meActor?: { __typename: 'Robot', firstName?: string | null, id: string, accounts: Array<{ __typename?: 'Account', id: string, users: Array<{ __typename?: 'UserPermission', permissions: Array<Permission>, actor: { __typename?: 'Robot', id: string } | { __typename?: 'SSOUser', id: string } | { __typename?: 'User', id: string } }> }> } | { __typename: 'SSOUser', username: string, id: string, primaryAccount: { __typename?: 'Account', id: string }, accounts: Array<{ __typename?: 'Account', id: string, users: Array<{ __typename?: 'UserPermission', permissions: Array<Permission>, actor: { __typename?: 'Robot', id: string } | { __typename?: 'SSOUser', id: string } | { __typename?: 'User', id: string } }> }> } | { __typename: 'User', username: string, id: string, primaryAccount: { __typename?: 'Account', id: string }, accounts: Array<{ __typename?: 'Account', id: string, users: Array<{ __typename?: 'UserPermission', permissions: Array<Permission>, actor: { __typename?: 'Robot', id: string } | { __typename?: 'SSOUser', id: string } | { __typename?: 'User', id: string } }> }> } | null };\n\nexport type AppFragment = { __typename?: 'App', id: string, scopeKey: string, ownerAccount: { __typename?: 'Account', id: string } };\n"],"names":["ActivityTimelineProjectActivityType","Build","BuildJob","Submission","Update","AndroidBuildType","Apk","AppBundle","DevelopmentClient","AndroidFcmVersion","Legacy","V1","AndroidKeystoreType","Jks","Pkcs12","Unknown","AppPlatform","Android","Ios","AppPrivacy","Hidden","Public","Unlisted","AppSort","RecentlyPublished","Viewed","AppStoreConnectUserRole","AccessToReports","AccountHolder","Admin","AppManager","CloudManagedAppDistribution","CloudManagedDeveloperId","CreateApps","CustomerSupport","Developer","Finance","ImageManager","Marketing","ReadOnly","Sales","Technical","AppleDeviceClass","Ipad","Iphone","AppsFilter","Featured","New","AssetMetadataStatus","DoesNotExist","Exists","AuthProtocolType","Oidc","BuildCredentialsSource","Local","Remote","BuildIosEnterpriseProvisioning","Adhoc","Universal","BuildJobLogsFormat","Json","Raw","BuildJobStatus","Errored","Finished","InProgress","Pending","SentToQueue","Started","BuildMode","Custom","Resign","BuildPriority","High","Normal","NormalPlus","BuildResourceClass","AndroidDefault","AndroidLarge","AndroidMedium","IosDefault","IosIntelLarge","IosIntelMedium","IosLarge","IosM1Large","IosM1Medium","IosMedium","IosMLarge","IosMMedium","BuildStatus","Canceled","InQueue","BuildTrigger","EasCli","GitBasedIntegration","BuildWorkflow","Generic","Managed","DistributionType","Internal","Simulator","Store","EasBuildDeprecationInfoType","UserFacing","EasService","Builds","Updates","EasServiceMetric","AssetsRequests","BandwidthUsage","ManifestRequests","UniqueUpdaters","UniqueUsers","EasTotalPlanEnablementUnit","Byte","Concurrency","Request","Updater","User","EnvironmentSecretType","FileBase64","String","Feature","OpenSource","Support","Teams","GitHubAppEnvironment","Development","Production","Staging","GitHubAppInstallationStatus","Active","NotInstalled","Suspended","InvoiceDiscountType","Amount","Percentage","IosBuildType","Release","IosDistributionType","AdHoc","AppStore","Enterprise","IosManagedBuildType","IosSchemeBuildConfiguration","Debug","MailchimpAudience","ExpoDevelopers","MailchimpTag","DevClientUsers","EasMasterList","NotificationEvent","BuildComplete","SubmissionComplete","NotificationType","Email","OfferType","Addon","Prepaid","Subscription","Order","Asc","Desc","Permission","Own","Publish","View","ProjectArchiveSourceType","Gcs","Git","None","S3","Url","Role","HasAdmin","NotAdmin","Owner","ViewOnly","SecondFactorMethod","Authenticator","Sms","StandardOffer","Default","YcDeals","YearlySub","StatuspageIncidentImpact","Critical","Maintenance","Major","Minor","StatuspageIncidentStatus","Completed","Identified","Investigating","Monitoring","Resolved","Scheduled","Verifying","StatuspageServiceName","EasBuild","EasSubmit","EasUpdate","StatuspageServiceStatus","DegradedPerformance","MajorOutage","Operational","PartialOutage","UnderMaintenance","SubmissionAndroidArchiveType","Aab","SubmissionAndroidReleaseStatus","Draft","Halted","SubmissionAndroidTrack","Alpha","Beta","SubmissionArchiveSourceType","GcsBuildApplicationArchive","GcsSubmitArchive","SubmissionStatus","AwaitingBuild","UploadSessionType","EasBuildGcsProjectSources","EasBuildProjectSources","EasSubmitAppArchive","EasSubmitGcsAppArchive","UsageMetricType","Bandwidth","UsageMetricsGranularity","Day","Hour","Minute","Total","WebhookType","Submit"],"mappings":"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"}
|
|
1
|
+
{"version":3,"sources":["../../../src/graphql/generated.ts"],"sourcesContent":["/**\n * eslint-disable\n * This file was generated using GraphQL Codegen\n * Command: yarn generate-graphql-code\n * Run this during development for automatic type generation when editing GraphQL documents\n * For more info and docs, visit https://graphql-code-generator.com/\n */\n\nexport type Maybe<T> = T | null;\nexport type InputMaybe<T> = Maybe<T>;\nexport type Exact<T extends { [key: string]: unknown }> = { [K in keyof T]: T[K] };\nexport type MakeOptional<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> };\nexport type MakeMaybe<T, K extends keyof T> = Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: string;\n String: string;\n Boolean: boolean;\n Int: number;\n Float: number;\n DateTime: any;\n JSON: any;\n JSONObject: any;\n};\n\nexport type AccountAppsFilterInput = {\n sortByField: AccountAppsSortByField;\n};\n\nexport enum AccountAppsSortByField {\n LatestActivityTime = 'LATEST_ACTIVITY_TIME',\n /**\n * Name prefers the display name but falls back to full_name with @account/\n * part stripped.\n */\n Name = 'NAME'\n}\n\nexport type AccountDataInput = {\n name: Scalars['String'];\n};\n\nexport type AccountNotificationSubscriptionInput = {\n accountId: Scalars['ID'];\n event: NotificationEvent;\n type: NotificationType;\n userId: Scalars['ID'];\n};\n\nexport type AccountSsoConfigurationData = {\n authEndpoint?: InputMaybe<Scalars['String']>;\n authProtocol: AuthProtocolType;\n authProviderIdentifier: Scalars['String'];\n clientIdentifier: Scalars['String'];\n clientSecret: Scalars['String'];\n endSessionEndpoint?: InputMaybe<Scalars['String']>;\n issuer: Scalars['String'];\n jwksEndpoint?: InputMaybe<Scalars['String']>;\n revokeEndpoint?: InputMaybe<Scalars['String']>;\n tokenEndpoint?: InputMaybe<Scalars['String']>;\n userInfoEndpoint?: InputMaybe<Scalars['String']>;\n};\n\nexport enum ActivityTimelineProjectActivityType {\n Build = 'BUILD',\n BuildJob = 'BUILD_JOB',\n Submission = 'SUBMISSION',\n Update = 'UPDATE'\n}\n\nexport type AddUserInput = {\n audience?: InputMaybe<MailchimpAudience>;\n email: Scalars['String'];\n tags?: InputMaybe<Array<MailchimpTag>>;\n};\n\n/** @isDefault: if set, these build credentials will become the default for the Android app. All other build credentials will have their default status set to false. */\nexport type AndroidAppBuildCredentialsInput = {\n isDefault: Scalars['Boolean'];\n keystoreId: Scalars['ID'];\n name: Scalars['String'];\n};\n\nexport type AndroidAppCredentialsFilter = {\n applicationIdentifier?: InputMaybe<Scalars['String']>;\n legacyOnly?: InputMaybe<Scalars['Boolean']>;\n};\n\nexport type AndroidAppCredentialsInput = {\n fcmId?: InputMaybe<Scalars['ID']>;\n googleServiceAccountKeyForSubmissionsId?: InputMaybe<Scalars['ID']>;\n};\n\nexport enum AndroidBuildType {\n Apk = 'APK',\n AppBundle = 'APP_BUNDLE',\n /** @deprecated Use developmentClient option instead. */\n DevelopmentClient = 'DEVELOPMENT_CLIENT'\n}\n\nexport type AndroidBuilderEnvironmentInput = {\n env?: InputMaybe<Scalars['JSONObject']>;\n expoCli?: InputMaybe<Scalars['String']>;\n image?: InputMaybe<Scalars['String']>;\n ndk?: InputMaybe<Scalars['String']>;\n node?: InputMaybe<Scalars['String']>;\n yarn?: InputMaybe<Scalars['String']>;\n};\n\nexport type AndroidFcmInput = {\n credential: Scalars['String'];\n version: AndroidFcmVersion;\n};\n\nexport enum AndroidFcmVersion {\n Legacy = 'LEGACY',\n V1 = 'V1'\n}\n\nexport type AndroidJobBuildCredentialsInput = {\n keystore: AndroidJobKeystoreInput;\n};\n\nexport type AndroidJobInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildProfile?: InputMaybe<Scalars['String']>;\n buildType?: InputMaybe<AndroidBuildType>;\n builderEnvironment?: InputMaybe<AndroidBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n customBuildConfig?: InputMaybe<CustomBuildConfigInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n gradleCommand?: InputMaybe<Scalars['String']>;\n mode?: InputMaybe<BuildMode>;\n projectArchive: ProjectArchiveSourceInput;\n projectRootDirectory: Scalars['String'];\n releaseChannel?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<AndroidJobSecretsInput>;\n triggeredBy?: InputMaybe<BuildTrigger>;\n type: BuildWorkflow;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<AndroidJobVersionInput>;\n};\n\nexport type AndroidJobKeystoreInput = {\n dataBase64: Scalars['String'];\n keyAlias: Scalars['String'];\n keyPassword?: InputMaybe<Scalars['String']>;\n keystorePassword: Scalars['String'];\n};\n\nexport type AndroidJobOverridesInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildProfile?: InputMaybe<Scalars['String']>;\n buildType?: InputMaybe<AndroidBuildType>;\n builderEnvironment?: InputMaybe<AndroidBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n gradleCommand?: InputMaybe<Scalars['String']>;\n mode?: InputMaybe<BuildMode>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<AndroidJobSecretsInput>;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<AndroidJobVersionInput>;\n};\n\nexport type AndroidJobSecretsInput = {\n buildCredentials?: InputMaybe<AndroidJobBuildCredentialsInput>;\n robotAccessToken?: InputMaybe<Scalars['String']>;\n};\n\nexport type AndroidJobVersionInput = {\n versionCode: Scalars['String'];\n};\n\nexport type AndroidKeystoreInput = {\n base64EncodedKeystore: Scalars['String'];\n keyAlias: Scalars['String'];\n keyPassword?: InputMaybe<Scalars['String']>;\n keystorePassword: Scalars['String'];\n type: AndroidKeystoreType;\n};\n\nexport enum AndroidKeystoreType {\n Jks = 'JKS',\n Pkcs12 = 'PKCS12',\n Unknown = 'UNKNOWN'\n}\n\nexport type AndroidSubmissionConfigInput = {\n applicationIdentifier?: InputMaybe<Scalars['String']>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n changesNotSentForReview?: InputMaybe<Scalars['Boolean']>;\n googleServiceAccountKeyId?: InputMaybe<Scalars['String']>;\n googleServiceAccountKeyJson?: InputMaybe<Scalars['String']>;\n releaseStatus?: InputMaybe<SubmissionAndroidReleaseStatus>;\n track: SubmissionAndroidTrack;\n};\n\nexport type AppDataInput = {\n id: Scalars['ID'];\n privacy?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppInfoInput = {\n displayName?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppInput = {\n accountId: Scalars['ID'];\n appInfo?: InputMaybe<AppInfoInput>;\n privacy: AppPrivacy;\n projectName: Scalars['String'];\n};\n\nexport type AppNotificationSubscriptionInput = {\n appId: Scalars['ID'];\n event: NotificationEvent;\n type: NotificationType;\n userId: Scalars['ID'];\n};\n\nexport enum AppPlatform {\n Android = 'ANDROID',\n Ios = 'IOS'\n}\n\nexport enum AppPrivacy {\n Hidden = 'HIDDEN',\n Public = 'PUBLIC',\n Unlisted = 'UNLISTED'\n}\n\nexport enum AppSort {\n /** Sort by recently published */\n RecentlyPublished = 'RECENTLY_PUBLISHED',\n /** Sort by highest trendScore */\n Viewed = 'VIEWED'\n}\n\nexport type AppStoreConnectApiKeyInput = {\n appleTeamId?: InputMaybe<Scalars['ID']>;\n issuerIdentifier: Scalars['String'];\n keyIdentifier: Scalars['String'];\n keyP8: Scalars['String'];\n name?: InputMaybe<Scalars['String']>;\n roles?: InputMaybe<Array<AppStoreConnectUserRole>>;\n};\n\nexport enum AppStoreConnectUserRole {\n AccessToReports = 'ACCESS_TO_REPORTS',\n AccountHolder = 'ACCOUNT_HOLDER',\n Admin = 'ADMIN',\n AppManager = 'APP_MANAGER',\n CloudManagedAppDistribution = 'CLOUD_MANAGED_APP_DISTRIBUTION',\n CloudManagedDeveloperId = 'CLOUD_MANAGED_DEVELOPER_ID',\n CreateApps = 'CREATE_APPS',\n CustomerSupport = 'CUSTOMER_SUPPORT',\n Developer = 'DEVELOPER',\n Finance = 'FINANCE',\n ImageManager = 'IMAGE_MANAGER',\n Marketing = 'MARKETING',\n ReadOnly = 'READ_ONLY',\n Sales = 'SALES',\n Technical = 'TECHNICAL',\n Unknown = 'UNKNOWN'\n}\n\nexport type AppVersionInput = {\n appId: Scalars['ID'];\n applicationIdentifier: Scalars['String'];\n buildVersion: Scalars['String'];\n platform: AppPlatform;\n runtimeVersion?: InputMaybe<Scalars['String']>;\n storeVersion: Scalars['String'];\n};\n\nexport type AppleAppIdentifierInput = {\n appleTeamId?: InputMaybe<Scalars['ID']>;\n bundleIdentifier: Scalars['String'];\n parentAppleAppId?: InputMaybe<Scalars['ID']>;\n};\n\nexport enum AppleDeviceClass {\n Ipad = 'IPAD',\n Iphone = 'IPHONE'\n}\n\nexport type AppleDeviceInput = {\n appleTeamId: Scalars['ID'];\n deviceClass?: InputMaybe<AppleDeviceClass>;\n enabled?: InputMaybe<Scalars['Boolean']>;\n identifier: Scalars['String'];\n model?: InputMaybe<Scalars['String']>;\n name?: InputMaybe<Scalars['String']>;\n softwareVersion?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppleDeviceUpdateInput = {\n name?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppleDistributionCertificateInput = {\n appleTeamId?: InputMaybe<Scalars['ID']>;\n certP12: Scalars['String'];\n certPassword: Scalars['String'];\n certPrivateSigningKey?: InputMaybe<Scalars['String']>;\n developerPortalIdentifier?: InputMaybe<Scalars['String']>;\n};\n\nexport type AppleProvisioningProfileInput = {\n appleProvisioningProfile: Scalars['String'];\n developerPortalIdentifier?: InputMaybe<Scalars['String']>;\n};\n\nexport type ApplePushKeyInput = {\n appleTeamId: Scalars['ID'];\n keyIdentifier: Scalars['String'];\n keyP8: Scalars['String'];\n};\n\nexport type AppleTeamInput = {\n appleTeamIdentifier: Scalars['String'];\n appleTeamName?: InputMaybe<Scalars['String']>;\n};\n\nexport enum AppsFilter {\n /** Featured Projects */\n Featured = 'FEATURED',\n /** New Projects */\n New = 'NEW'\n}\n\nexport type AscApiKeyInput = {\n issuerIdentifier: Scalars['String'];\n keyIdentifier: Scalars['String'];\n keyP8: Scalars['String'];\n};\n\nexport enum AssetMetadataStatus {\n DoesNotExist = 'DOES_NOT_EXIST',\n Exists = 'EXISTS'\n}\n\nexport enum AuthProtocolType {\n Oidc = 'OIDC'\n}\n\nexport type BuildCacheInput = {\n clear?: InputMaybe<Scalars['Boolean']>;\n disabled?: InputMaybe<Scalars['Boolean']>;\n key?: InputMaybe<Scalars['String']>;\n paths?: InputMaybe<Array<Scalars['String']>>;\n};\n\nexport enum BuildCredentialsSource {\n Local = 'LOCAL',\n Remote = 'REMOTE'\n}\n\nexport type BuildFilter = {\n appBuildVersion?: InputMaybe<Scalars['String']>;\n appIdentifier?: InputMaybe<Scalars['String']>;\n appVersion?: InputMaybe<Scalars['String']>;\n buildProfile?: InputMaybe<Scalars['String']>;\n channel?: InputMaybe<Scalars['String']>;\n distribution?: InputMaybe<DistributionType>;\n gitCommitHash?: InputMaybe<Scalars['String']>;\n platform?: InputMaybe<AppPlatform>;\n runtimeVersion?: InputMaybe<Scalars['String']>;\n sdkVersion?: InputMaybe<Scalars['String']>;\n status?: InputMaybe<BuildStatus>;\n};\n\nexport type BuildFilterInput = {\n channel?: InputMaybe<Scalars['String']>;\n platforms?: InputMaybe<Array<AppPlatform>>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n};\n\nexport enum BuildIosEnterpriseProvisioning {\n Adhoc = 'ADHOC',\n Universal = 'UNIVERSAL'\n}\n\nexport enum BuildJobLogsFormat {\n Json = 'JSON',\n Raw = 'RAW'\n}\n\nexport enum BuildJobStatus {\n Errored = 'ERRORED',\n Finished = 'FINISHED',\n InProgress = 'IN_PROGRESS',\n Pending = 'PENDING',\n SentToQueue = 'SENT_TO_QUEUE',\n Started = 'STARTED'\n}\n\nexport type BuildMetadataInput = {\n appBuildVersion?: InputMaybe<Scalars['String']>;\n appIdentifier?: InputMaybe<Scalars['String']>;\n appName?: InputMaybe<Scalars['String']>;\n appVersion?: InputMaybe<Scalars['String']>;\n buildMode?: InputMaybe<BuildMode>;\n buildProfile?: InputMaybe<Scalars['String']>;\n channel?: InputMaybe<Scalars['String']>;\n cliVersion?: InputMaybe<Scalars['String']>;\n credentialsSource?: InputMaybe<BuildCredentialsSource>;\n customWorkflowName?: InputMaybe<Scalars['String']>;\n distribution?: InputMaybe<DistributionType>;\n gitCommitHash?: InputMaybe<Scalars['String']>;\n gitCommitMessage?: InputMaybe<Scalars['String']>;\n iosEnterpriseProvisioning?: InputMaybe<BuildIosEnterpriseProvisioning>;\n isGitWorkingTreeDirty?: InputMaybe<Scalars['Boolean']>;\n message?: InputMaybe<Scalars['String']>;\n reactNativeVersion?: InputMaybe<Scalars['String']>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n runFromCI?: InputMaybe<Scalars['Boolean']>;\n runWithNoWaitFlag?: InputMaybe<Scalars['Boolean']>;\n runtimeVersion?: InputMaybe<Scalars['String']>;\n sdkVersion?: InputMaybe<Scalars['String']>;\n trackingContext?: InputMaybe<Scalars['JSONObject']>;\n username?: InputMaybe<Scalars['String']>;\n workflow?: InputMaybe<BuildWorkflow>;\n};\n\nexport enum BuildMode {\n Build = 'BUILD',\n Custom = 'CUSTOM',\n Resign = 'RESIGN'\n}\n\nexport type BuildParamsInput = {\n reactNativeVersion?: InputMaybe<Scalars['String']>;\n resourceClass: BuildResourceClass;\n sdkVersion?: InputMaybe<Scalars['String']>;\n};\n\nexport enum BuildPriority {\n High = 'HIGH',\n Normal = 'NORMAL',\n NormalPlus = 'NORMAL_PLUS'\n}\n\nexport type BuildResignInput = {\n applicationArchiveSource?: InputMaybe<ProjectArchiveSourceInput>;\n};\n\nexport enum BuildResourceClass {\n AndroidDefault = 'ANDROID_DEFAULT',\n AndroidLarge = 'ANDROID_LARGE',\n AndroidMedium = 'ANDROID_MEDIUM',\n IosDefault = 'IOS_DEFAULT',\n /** @deprecated Use IOS_INTEL_MEDIUM instead */\n IosIntelLarge = 'IOS_INTEL_LARGE',\n IosIntelMedium = 'IOS_INTEL_MEDIUM',\n IosLarge = 'IOS_LARGE',\n /** @deprecated Use IOS_M_MEDIUM instead */\n IosM1Large = 'IOS_M1_LARGE',\n IosM1Medium = 'IOS_M1_MEDIUM',\n IosMedium = 'IOS_MEDIUM',\n IosMLarge = 'IOS_M_LARGE',\n IosMMedium = 'IOS_M_MEDIUM',\n Legacy = 'LEGACY'\n}\n\nexport enum BuildRetryDisabledReason {\n AlreadyRetried = 'ALREADY_RETRIED',\n InvalidStatus = 'INVALID_STATUS',\n IsGithubBuild = 'IS_GITHUB_BUILD',\n NotCompletedYet = 'NOT_COMPLETED_YET',\n TooMuchTimeElapsed = 'TOO_MUCH_TIME_ELAPSED'\n}\n\nexport enum BuildStatus {\n Canceled = 'CANCELED',\n Errored = 'ERRORED',\n Finished = 'FINISHED',\n InProgress = 'IN_PROGRESS',\n InQueue = 'IN_QUEUE',\n New = 'NEW'\n}\n\nexport enum BuildTrigger {\n EasCli = 'EAS_CLI',\n GitBasedIntegration = 'GIT_BASED_INTEGRATION'\n}\n\nexport type BuildUpdatesInput = {\n channel?: InputMaybe<Scalars['String']>;\n};\n\nexport enum BuildWorkflow {\n Generic = 'GENERIC',\n Managed = 'MANAGED',\n Unknown = 'UNKNOWN'\n}\n\nexport type CodeSigningInfoInput = {\n alg: Scalars['String'];\n keyid: Scalars['String'];\n sig: Scalars['String'];\n};\n\nexport type CreateAccessTokenInput = {\n actorID: Scalars['ID'];\n note?: InputMaybe<Scalars['String']>;\n};\n\nexport type CreateAndroidSubmissionInput = {\n appId: Scalars['ID'];\n archiveSource?: InputMaybe<SubmissionArchiveSourceInput>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n config: AndroidSubmissionConfigInput;\n submittedBuildId?: InputMaybe<Scalars['ID']>;\n};\n\nexport type CreateEnvironmentSecretInput = {\n name: Scalars['String'];\n type?: InputMaybe<EnvironmentSecretType>;\n value: Scalars['String'];\n};\n\nexport type CreateGitHubAppInstallationInput = {\n accountId: Scalars['ID'];\n installationIdentifier: Scalars['Int'];\n};\n\nexport type CreateGitHubRepositoryInput = {\n appId: Scalars['ID'];\n githubAppInstallationId: Scalars['ID'];\n githubRepositoryIdentifier: Scalars['Int'];\n nodeIdentifier: Scalars['String'];\n};\n\nexport type CreateGitHubRepositorySettingsInput = {\n appId: Scalars['ID'];\n /** The base directory is the directory to change to before starting a build. This string should be a properly formatted POSIX path starting with '/', './', or the name of the directory relative to the root of the repository. Valid examples include: '/apps/expo-app', './apps/expo-app', and 'apps/expo-app'. This is intended for monorepos or apps that live in a subdirectory of a repository. */\n baseDirectory: Scalars['String'];\n};\n\nexport type CreateIosSubmissionInput = {\n appId: Scalars['ID'];\n archiveSource?: InputMaybe<SubmissionArchiveSourceInput>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n config: IosSubmissionConfigInput;\n submittedBuildId?: InputMaybe<Scalars['ID']>;\n};\n\nexport type CustomBuildConfigInput = {\n path: Scalars['String'];\n};\n\nexport enum DistributionType {\n Internal = 'INTERNAL',\n Simulator = 'SIMULATOR',\n Store = 'STORE'\n}\n\nexport enum EasBuildBillingResourceClass {\n Large = 'LARGE',\n Medium = 'MEDIUM'\n}\n\nexport enum EasBuildDeprecationInfoType {\n Internal = 'INTERNAL',\n UserFacing = 'USER_FACING'\n}\n\nexport enum EasService {\n Builds = 'BUILDS',\n Updates = 'UPDATES'\n}\n\nexport enum EasServiceMetric {\n AssetsRequests = 'ASSETS_REQUESTS',\n BandwidthUsage = 'BANDWIDTH_USAGE',\n Builds = 'BUILDS',\n ManifestRequests = 'MANIFEST_REQUESTS',\n UniqueUpdaters = 'UNIQUE_UPDATERS',\n UniqueUsers = 'UNIQUE_USERS'\n}\n\nexport enum EasTotalPlanEnablementUnit {\n Build = 'BUILD',\n Byte = 'BYTE',\n Concurrency = 'CONCURRENCY',\n Request = 'REQUEST',\n Updater = 'UPDATER',\n User = 'USER'\n}\n\nexport type EditUpdateBranchInput = {\n appId?: InputMaybe<Scalars['ID']>;\n id?: InputMaybe<Scalars['ID']>;\n name?: InputMaybe<Scalars['String']>;\n newName: Scalars['String'];\n};\n\nexport enum EnvironmentSecretType {\n FileBase64 = 'FILE_BASE64',\n String = 'STRING'\n}\n\nexport enum Feature {\n /** Priority Builds */\n Builds = 'BUILDS',\n /** Funds support for open source development */\n OpenSource = 'OPEN_SOURCE',\n /** Top Tier Support */\n Support = 'SUPPORT',\n /** Share access to projects */\n Teams = 'TEAMS'\n}\n\nexport enum GitHubAppEnvironment {\n Development = 'DEVELOPMENT',\n Production = 'PRODUCTION',\n Staging = 'STAGING'\n}\n\nexport enum GitHubAppInstallationStatus {\n Active = 'ACTIVE',\n NotInstalled = 'NOT_INSTALLED',\n Suspended = 'SUSPENDED'\n}\n\nexport type GitHubBuildInput = {\n appId: Scalars['ID'];\n baseDirectory?: InputMaybe<Scalars['String']>;\n buildProfile: Scalars['String'];\n gitRef: Scalars['String'];\n platform: AppPlatform;\n};\n\nexport type GoogleServiceAccountKeyInput = {\n jsonKey: Scalars['JSONObject'];\n};\n\nexport enum InvoiceDiscountType {\n Amount = 'AMOUNT',\n Percentage = 'PERCENTAGE'\n}\n\nexport type IosAppBuildCredentialsFilter = {\n iosDistributionType?: InputMaybe<IosDistributionType>;\n};\n\nexport type IosAppBuildCredentialsInput = {\n distributionCertificateId: Scalars['ID'];\n iosDistributionType: IosDistributionType;\n provisioningProfileId: Scalars['ID'];\n};\n\nexport type IosAppCredentialsFilter = {\n appleAppIdentifierId?: InputMaybe<Scalars['String']>;\n};\n\nexport type IosAppCredentialsInput = {\n appStoreConnectApiKeyForSubmissionsId?: InputMaybe<Scalars['ID']>;\n appleTeamId?: InputMaybe<Scalars['ID']>;\n pushKeyId?: InputMaybe<Scalars['ID']>;\n};\n\n/** @deprecated Use developmentClient option instead. */\nexport enum IosBuildType {\n DevelopmentClient = 'DEVELOPMENT_CLIENT',\n Release = 'RELEASE'\n}\n\nexport type IosBuilderEnvironmentInput = {\n bundler?: InputMaybe<Scalars['String']>;\n cocoapods?: InputMaybe<Scalars['String']>;\n env?: InputMaybe<Scalars['JSONObject']>;\n expoCli?: InputMaybe<Scalars['String']>;\n fastlane?: InputMaybe<Scalars['String']>;\n image?: InputMaybe<Scalars['String']>;\n node?: InputMaybe<Scalars['String']>;\n yarn?: InputMaybe<Scalars['String']>;\n};\n\nexport enum IosDistributionType {\n AdHoc = 'AD_HOC',\n AppStore = 'APP_STORE',\n Development = 'DEVELOPMENT',\n Enterprise = 'ENTERPRISE'\n}\n\nexport type IosJobDistributionCertificateInput = {\n dataBase64: Scalars['String'];\n password: Scalars['String'];\n};\n\nexport type IosJobInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildConfiguration?: InputMaybe<Scalars['String']>;\n buildProfile?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n buildType?: InputMaybe<IosBuildType>;\n builderEnvironment?: InputMaybe<IosBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n customBuildConfig?: InputMaybe<CustomBuildConfigInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n /** @deprecated */\n distribution?: InputMaybe<DistributionType>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n mode?: InputMaybe<BuildMode>;\n projectArchive: ProjectArchiveSourceInput;\n projectRootDirectory: Scalars['String'];\n releaseChannel?: InputMaybe<Scalars['String']>;\n scheme?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<IosJobSecretsInput>;\n simulator?: InputMaybe<Scalars['Boolean']>;\n triggeredBy?: InputMaybe<BuildTrigger>;\n type: BuildWorkflow;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<IosJobVersionInput>;\n};\n\nexport type IosJobOverridesInput = {\n applicationArchivePath?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n artifactPath?: InputMaybe<Scalars['String']>;\n buildArtifactPaths?: InputMaybe<Array<Scalars['String']>>;\n buildConfiguration?: InputMaybe<Scalars['String']>;\n buildProfile?: InputMaybe<Scalars['String']>;\n /** @deprecated */\n buildType?: InputMaybe<IosBuildType>;\n builderEnvironment?: InputMaybe<IosBuilderEnvironmentInput>;\n cache?: InputMaybe<BuildCacheInput>;\n developmentClient?: InputMaybe<Scalars['Boolean']>;\n /** @deprecated */\n distribution?: InputMaybe<DistributionType>;\n experimental?: InputMaybe<Scalars['JSONObject']>;\n mode?: InputMaybe<BuildMode>;\n releaseChannel?: InputMaybe<Scalars['String']>;\n resign?: InputMaybe<BuildResignInput>;\n scheme?: InputMaybe<Scalars['String']>;\n secrets?: InputMaybe<IosJobSecretsInput>;\n simulator?: InputMaybe<Scalars['Boolean']>;\n type?: InputMaybe<BuildWorkflow>;\n updates?: InputMaybe<BuildUpdatesInput>;\n username?: InputMaybe<Scalars['String']>;\n version?: InputMaybe<IosJobVersionInput>;\n};\n\nexport type IosJobSecretsInput = {\n buildCredentials?: InputMaybe<Array<InputMaybe<IosJobTargetCredentialsInput>>>;\n robotAccessToken?: InputMaybe<Scalars['String']>;\n};\n\nexport type IosJobTargetCredentialsInput = {\n distributionCertificate: IosJobDistributionCertificateInput;\n provisioningProfileBase64: Scalars['String'];\n targetName: Scalars['String'];\n};\n\nexport type IosJobVersionInput = {\n buildNumber: Scalars['String'];\n};\n\n/** @deprecated Use developmentClient option instead. */\nexport enum IosManagedBuildType {\n DevelopmentClient = 'DEVELOPMENT_CLIENT',\n Release = 'RELEASE'\n}\n\nexport enum IosSchemeBuildConfiguration {\n Debug = 'DEBUG',\n Release = 'RELEASE'\n}\n\nexport type IosSubmissionConfigInput = {\n appleAppSpecificPassword?: InputMaybe<Scalars['String']>;\n appleIdUsername?: InputMaybe<Scalars['String']>;\n archiveUrl?: InputMaybe<Scalars['String']>;\n ascApiKey?: InputMaybe<AscApiKeyInput>;\n ascApiKeyId?: InputMaybe<Scalars['String']>;\n ascAppIdentifier: Scalars['String'];\n};\n\nexport enum MailchimpAudience {\n ExpoDevelopers = 'EXPO_DEVELOPERS'\n}\n\nexport enum MailchimpTag {\n DevClientUsers = 'DEV_CLIENT_USERS',\n EasMasterList = 'EAS_MASTER_LIST'\n}\n\nexport enum NotificationEvent {\n BuildComplete = 'BUILD_COMPLETE',\n SubmissionComplete = 'SUBMISSION_COMPLETE'\n}\n\nexport type NotificationSubscriptionFilter = {\n accountId?: InputMaybe<Scalars['ID']>;\n appId?: InputMaybe<Scalars['ID']>;\n event?: InputMaybe<NotificationEvent>;\n type?: InputMaybe<NotificationType>;\n};\n\nexport enum NotificationType {\n Email = 'EMAIL'\n}\n\nexport enum OfferType {\n /** Addon, or supplementary subscription */\n Addon = 'ADDON',\n /** Advanced Purchase of Paid Resource */\n Prepaid = 'PREPAID',\n /** Term subscription */\n Subscription = 'SUBSCRIPTION'\n}\n\nexport enum Order {\n Asc = 'ASC',\n Desc = 'DESC'\n}\n\nexport type PartialManifest = {\n assets: Array<InputMaybe<PartialManifestAsset>>;\n extra?: InputMaybe<Scalars['JSONObject']>;\n launchAsset: PartialManifestAsset;\n};\n\nexport type PartialManifestAsset = {\n bundleKey: Scalars['String'];\n contentType: Scalars['String'];\n fileExtension?: InputMaybe<Scalars['String']>;\n fileSHA256: Scalars['String'];\n storageKey: Scalars['String'];\n};\n\nexport enum Permission {\n Admin = 'ADMIN',\n Own = 'OWN',\n Publish = 'PUBLISH',\n View = 'VIEW'\n}\n\nexport type ProjectArchiveSourceInput = {\n bucketKey?: InputMaybe<Scalars['String']>;\n gitRef?: InputMaybe<Scalars['String']>;\n repositoryUrl?: InputMaybe<Scalars['String']>;\n type: ProjectArchiveSourceType;\n url?: InputMaybe<Scalars['String']>;\n};\n\nexport enum ProjectArchiveSourceType {\n Gcs = 'GCS',\n Git = 'GIT',\n None = 'NONE',\n S3 = 'S3',\n Url = 'URL'\n}\n\nexport type PublishUpdateGroupInput = {\n awaitingCodeSigningInfo?: InputMaybe<Scalars['Boolean']>;\n branchId: Scalars['String'];\n excludedAssets?: InputMaybe<Array<PartialManifestAsset>>;\n gitCommitHash?: InputMaybe<Scalars['String']>;\n isGitWorkingTreeDirty?: InputMaybe<Scalars['Boolean']>;\n message?: InputMaybe<Scalars['String']>;\n rollBackToEmbeddedInfoGroup?: InputMaybe<UpdateRollBackToEmbeddedGroup>;\n runtimeVersion: Scalars['String'];\n updateInfoGroup?: InputMaybe<UpdateInfoGroup>;\n};\n\nexport type RobotDataInput = {\n name?: InputMaybe<Scalars['String']>;\n};\n\nexport enum Role {\n Admin = 'ADMIN',\n Custom = 'CUSTOM',\n Developer = 'DEVELOPER',\n HasAdmin = 'HAS_ADMIN',\n NotAdmin = 'NOT_ADMIN',\n Owner = 'OWNER',\n ViewOnly = 'VIEW_ONLY'\n}\n\nexport type SsoUserDataInput = {\n firstName?: InputMaybe<Scalars['String']>;\n githubUsername?: InputMaybe<Scalars['String']>;\n industry?: InputMaybe<Scalars['String']>;\n lastName?: InputMaybe<Scalars['String']>;\n location?: InputMaybe<Scalars['String']>;\n twitterUsername?: InputMaybe<Scalars['String']>;\n};\n\nexport type SecondFactorDeviceConfiguration = {\n isPrimary: Scalars['Boolean'];\n method: SecondFactorMethod;\n name: Scalars['String'];\n smsPhoneNumber?: InputMaybe<Scalars['String']>;\n};\n\nexport enum SecondFactorMethod {\n /** Google Authenticator (TOTP) */\n Authenticator = 'AUTHENTICATOR',\n /** SMS */\n Sms = 'SMS'\n}\n\nexport type ServerlessFunctionIdentifierInput = {\n gitCommitSHA1: Scalars['String'];\n};\n\nexport enum StandardOffer {\n /** $29 USD per month, 30 day trial */\n Default = 'DEFAULT',\n /** $800 USD per month */\n Support = 'SUPPORT',\n /** $29 USD per month, 1 year trial */\n YcDeals = 'YC_DEALS',\n /** $348 USD per year, 30 day trial */\n YearlySub = 'YEARLY_SUB'\n}\n\n/** Possible Incident impact values from Expo status page API. */\nexport enum StatuspageIncidentImpact {\n Critical = 'CRITICAL',\n Maintenance = 'MAINTENANCE',\n Major = 'MAJOR',\n Minor = 'MINOR',\n None = 'NONE'\n}\n\n/** Possible Incident statuses from Expo status page API. */\nexport enum StatuspageIncidentStatus {\n Completed = 'COMPLETED',\n Identified = 'IDENTIFIED',\n Investigating = 'INVESTIGATING',\n InProgress = 'IN_PROGRESS',\n Monitoring = 'MONITORING',\n Resolved = 'RESOLVED',\n Scheduled = 'SCHEDULED',\n Verifying = 'VERIFYING'\n}\n\n/** Name of a service monitored by Expo status page. */\nexport enum StatuspageServiceName {\n EasBuild = 'EAS_BUILD',\n EasSubmit = 'EAS_SUBMIT',\n EasUpdate = 'EAS_UPDATE'\n}\n\n/** Possible statuses for a service. */\nexport enum StatuspageServiceStatus {\n DegradedPerformance = 'DEGRADED_PERFORMANCE',\n MajorOutage = 'MAJOR_OUTAGE',\n Operational = 'OPERATIONAL',\n PartialOutage = 'PARTIAL_OUTAGE',\n UnderMaintenance = 'UNDER_MAINTENANCE'\n}\n\nexport enum SubmissionAndroidArchiveType {\n Aab = 'AAB',\n Apk = 'APK'\n}\n\nexport enum SubmissionAndroidReleaseStatus {\n Completed = 'COMPLETED',\n Draft = 'DRAFT',\n Halted = 'HALTED',\n InProgress = 'IN_PROGRESS'\n}\n\nexport enum SubmissionAndroidTrack {\n Alpha = 'ALPHA',\n Beta = 'BETA',\n Internal = 'INTERNAL',\n Production = 'PRODUCTION'\n}\n\nexport type SubmissionArchiveSourceInput = {\n /** Required if the archive source type is GCS_BUILD_APPLICATION_ARCHIVE or GCS_SUBMIT_ARCHIVE */\n bucketKey?: InputMaybe<Scalars['String']>;\n type: SubmissionArchiveSourceType;\n /** Required if the archive source type is URL */\n url?: InputMaybe<Scalars['String']>;\n};\n\nexport enum SubmissionArchiveSourceType {\n GcsBuildApplicationArchive = 'GCS_BUILD_APPLICATION_ARCHIVE',\n GcsSubmitArchive = 'GCS_SUBMIT_ARCHIVE',\n Url = 'URL'\n}\n\nexport type SubmissionFilter = {\n platform?: InputMaybe<AppPlatform>;\n status?: InputMaybe<SubmissionStatus>;\n};\n\nexport enum SubmissionStatus {\n AwaitingBuild = 'AWAITING_BUILD',\n Canceled = 'CANCELED',\n Errored = 'ERRORED',\n Finished = 'FINISHED',\n InProgress = 'IN_PROGRESS',\n InQueue = 'IN_QUEUE'\n}\n\nexport type TimelineActivityFilterInput = {\n channels?: InputMaybe<Array<Scalars['String']>>;\n platforms?: InputMaybe<Array<AppPlatform>>;\n releaseChannels?: InputMaybe<Array<Scalars['String']>>;\n types?: InputMaybe<Array<ActivityTimelineProjectActivityType>>;\n};\n\nexport type UpdateGitHubRepositorySettingsInput = {\n baseDirectory: Scalars['String'];\n};\n\nexport type UpdateInfoGroup = {\n android?: InputMaybe<PartialManifest>;\n ios?: InputMaybe<PartialManifest>;\n web?: InputMaybe<PartialManifest>;\n};\n\nexport type UpdateRollBackToEmbeddedGroup = {\n android?: InputMaybe<Scalars['Boolean']>;\n ios?: InputMaybe<Scalars['Boolean']>;\n web?: InputMaybe<Scalars['Boolean']>;\n};\n\nexport type UpdatesFilter = {\n platform?: InputMaybe<AppPlatform>;\n runtimeVersions?: InputMaybe<Array<Scalars['String']>>;\n sdkVersions?: InputMaybe<Array<Scalars['String']>>;\n};\n\nexport enum UploadSessionType {\n EasBuildGcsProjectSources = 'EAS_BUILD_GCS_PROJECT_SOURCES',\n EasBuildProjectSources = 'EAS_BUILD_PROJECT_SOURCES',\n EasSubmitAppArchive = 'EAS_SUBMIT_APP_ARCHIVE',\n EasSubmitGcsAppArchive = 'EAS_SUBMIT_GCS_APP_ARCHIVE'\n}\n\nexport enum UsageMetricType {\n Bandwidth = 'BANDWIDTH',\n Build = 'BUILD',\n Request = 'REQUEST',\n Update = 'UPDATE',\n User = 'USER'\n}\n\nexport enum UsageMetricsGranularity {\n Day = 'DAY',\n Hour = 'HOUR',\n Minute = 'MINUTE',\n Total = 'TOTAL'\n}\n\nexport type UsageMetricsTimespan = {\n end: Scalars['DateTime'];\n start: Scalars['DateTime'];\n};\n\nexport type UserDataInput = {\n appetizeCode?: InputMaybe<Scalars['String']>;\n email?: InputMaybe<Scalars['String']>;\n firstName?: InputMaybe<Scalars['String']>;\n fullName?: InputMaybe<Scalars['String']>;\n githubUsername?: InputMaybe<Scalars['String']>;\n id?: InputMaybe<Scalars['ID']>;\n industry?: InputMaybe<Scalars['String']>;\n lastName?: InputMaybe<Scalars['String']>;\n location?: InputMaybe<Scalars['String']>;\n profilePhoto?: InputMaybe<Scalars['String']>;\n twitterUsername?: InputMaybe<Scalars['String']>;\n username?: InputMaybe<Scalars['String']>;\n};\n\nexport type WebhookFilter = {\n event?: InputMaybe<WebhookType>;\n};\n\nexport type WebhookInput = {\n event: WebhookType;\n secret: Scalars['String'];\n url: Scalars['String'];\n};\n\nexport enum WebhookType {\n Build = 'BUILD',\n Submit = 'SUBMIT'\n}\n\nexport type AppByIdQueryVariables = Exact<{\n appId: Scalars['String'];\n}>;\n\n\nexport type AppByIdQuery = { __typename?: 'RootQuery', app: { __typename?: 'AppQuery', byId: { __typename?: 'App', id: string, scopeKey: string, ownerAccount: { __typename?: 'Account', id: string } } } };\n\nexport type CurrentUserQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type CurrentUserQuery = { __typename?: 'RootQuery', meActor?: { __typename: 'Robot', firstName?: string | null, id: string, accounts: Array<{ __typename?: 'Account', id: string, users: Array<{ __typename?: 'UserPermission', permissions: Array<Permission>, actor: { __typename?: 'Robot', id: string } | { __typename?: 'SSOUser', id: string } | { __typename?: 'User', id: string } }> }> } | { __typename: 'SSOUser', username: string, id: string, primaryAccount: { __typename?: 'Account', id: string }, accounts: Array<{ __typename?: 'Account', id: string, users: Array<{ __typename?: 'UserPermission', permissions: Array<Permission>, actor: { __typename?: 'Robot', id: string } | { __typename?: 'SSOUser', id: string } | { __typename?: 'User', id: string } }> }> } | { __typename: 'User', username: string, id: string, primaryAccount: { __typename?: 'Account', id: string }, accounts: Array<{ __typename?: 'Account', id: string, users: Array<{ __typename?: 'UserPermission', permissions: Array<Permission>, actor: { __typename?: 'Robot', id: string } | { __typename?: 'SSOUser', id: string } | { __typename?: 'User', id: string } }> }> } | null };\n\nexport type AppFragment = { __typename?: 'App', id: string, scopeKey: string, ownerAccount: { __typename?: 'Account', id: string } };\n"],"names":["AccountAppsSortByField","LatestActivityTime","Name","ActivityTimelineProjectActivityType","Build","BuildJob","Submission","Update","AndroidBuildType","Apk","AppBundle","DevelopmentClient","AndroidFcmVersion","Legacy","V1","AndroidKeystoreType","Jks","Pkcs12","Unknown","AppPlatform","Android","Ios","AppPrivacy","Hidden","Public","Unlisted","AppSort","RecentlyPublished","Viewed","AppStoreConnectUserRole","AccessToReports","AccountHolder","Admin","AppManager","CloudManagedAppDistribution","CloudManagedDeveloperId","CreateApps","CustomerSupport","Developer","Finance","ImageManager","Marketing","ReadOnly","Sales","Technical","AppleDeviceClass","Ipad","Iphone","AppsFilter","Featured","New","AssetMetadataStatus","DoesNotExist","Exists","AuthProtocolType","Oidc","BuildCredentialsSource","Local","Remote","BuildIosEnterpriseProvisioning","Adhoc","Universal","BuildJobLogsFormat","Json","Raw","BuildJobStatus","Errored","Finished","InProgress","Pending","SentToQueue","Started","BuildMode","Custom","Resign","BuildPriority","High","Normal","NormalPlus","BuildResourceClass","AndroidDefault","AndroidLarge","AndroidMedium","IosDefault","IosIntelLarge","IosIntelMedium","IosLarge","IosM1Large","IosM1Medium","IosMedium","IosMLarge","IosMMedium","BuildRetryDisabledReason","AlreadyRetried","InvalidStatus","IsGithubBuild","NotCompletedYet","TooMuchTimeElapsed","BuildStatus","Canceled","InQueue","BuildTrigger","EasCli","GitBasedIntegration","BuildWorkflow","Generic","Managed","DistributionType","Internal","Simulator","Store","EasBuildBillingResourceClass","Large","Medium","EasBuildDeprecationInfoType","UserFacing","EasService","Builds","Updates","EasServiceMetric","AssetsRequests","BandwidthUsage","ManifestRequests","UniqueUpdaters","UniqueUsers","EasTotalPlanEnablementUnit","Byte","Concurrency","Request","Updater","User","EnvironmentSecretType","FileBase64","String","Feature","OpenSource","Support","Teams","GitHubAppEnvironment","Development","Production","Staging","GitHubAppInstallationStatus","Active","NotInstalled","Suspended","InvoiceDiscountType","Amount","Percentage","IosBuildType","Release","IosDistributionType","AdHoc","AppStore","Enterprise","IosManagedBuildType","IosSchemeBuildConfiguration","Debug","MailchimpAudience","ExpoDevelopers","MailchimpTag","DevClientUsers","EasMasterList","NotificationEvent","BuildComplete","SubmissionComplete","NotificationType","Email","OfferType","Addon","Prepaid","Subscription","Order","Asc","Desc","Permission","Own","Publish","View","ProjectArchiveSourceType","Gcs","Git","None","S3","Url","Role","HasAdmin","NotAdmin","Owner","ViewOnly","SecondFactorMethod","Authenticator","Sms","StandardOffer","Default","YcDeals","YearlySub","StatuspageIncidentImpact","Critical","Maintenance","Major","Minor","StatuspageIncidentStatus","Completed","Identified","Investigating","Monitoring","Resolved","Scheduled","Verifying","StatuspageServiceName","EasBuild","EasSubmit","EasUpdate","StatuspageServiceStatus","DegradedPerformance","MajorOutage","Operational","PartialOutage","UnderMaintenance","SubmissionAndroidArchiveType","Aab","SubmissionAndroidReleaseStatus","Draft","Halted","SubmissionAndroidTrack","Alpha","Beta","SubmissionArchiveSourceType","GcsBuildApplicationArchive","GcsSubmitArchive","SubmissionStatus","AwaitingBuild","UploadSessionType","EasBuildGcsProjectSources","EasBuildProjectSources","EasSubmitAppArchive","EasSubmitGcsAppArchive","UsageMetricType","Bandwidth","UsageMetricsGranularity","Day","Hour","Minute","Total","WebhookType","Submit"],"mappings":"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"}
|
package/build/src/login/index.js
CHANGED
|
@@ -34,16 +34,20 @@ const expoLogin = async (argv)=>{
|
|
|
34
34
|
"--username": String,
|
|
35
35
|
"--password": String,
|
|
36
36
|
"--otp": String,
|
|
37
|
+
"--sso": Boolean,
|
|
37
38
|
// Aliases
|
|
38
39
|
"-h": "--help",
|
|
39
40
|
"-u": "--username",
|
|
40
|
-
"-p": "--password"
|
|
41
|
+
"-p": "--password",
|
|
42
|
+
"-s": "--sso"
|
|
41
43
|
}, argv);
|
|
42
44
|
if (args["--help"]) {
|
|
43
45
|
(0, _args).printHelp(`Log in to an Expo account`, `npx expo login`, [
|
|
44
46
|
`-u, --username <string> Username`,
|
|
45
47
|
`-p, --password <string> Password`,
|
|
46
48
|
`--otp <string> One-time password from your 2FA device`,
|
|
49
|
+
// hiding from help until SSO is public
|
|
50
|
+
// `-s, --sso Log in with SSO`,
|
|
47
51
|
`-h, --help Usage info`,
|
|
48
52
|
].join("\n"));
|
|
49
53
|
}
|
|
@@ -54,7 +58,8 @@ const expoLogin = async (argv)=>{
|
|
|
54
58
|
// Parsed options
|
|
55
59
|
username: args["--username"],
|
|
56
60
|
password: args["--password"],
|
|
57
|
-
otp: args["--otp"]
|
|
61
|
+
otp: args["--otp"],
|
|
62
|
+
sso: !!args["--sso"]
|
|
58
63
|
}).catch(_errors.logCmdError);
|
|
59
64
|
};
|
|
60
65
|
exports.expoLogin = expoLogin;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../src/login/index.ts"],"sourcesContent":["#!/usr/bin/env node\nimport { Command } from '../../bin/cli';\nimport { assertArgs, printHelp } from '../utils/args';\nimport { logCmdError } from '../utils/errors';\n\nexport const expoLogin: Command = async (argv) => {\n const args = assertArgs(\n {\n // Types\n '--help': Boolean,\n '--username': String,\n '--password': String,\n '--otp': String,\n // Aliases\n '-h': '--help',\n '-u': '--username',\n '-p': '--password',\n },\n argv\n );\n\n if (args['--help']) {\n printHelp(\n `Log in to an Expo account`,\n `npx expo login`,\n [\n `-u, --username <string> Username`,\n `-p, --password <string> Password`,\n `--otp <string> One-time password from your 2FA device`,\n `-h, --help Usage info`,\n ].join('\\n')\n );\n }\n\n const { showLoginPromptAsync } = await import('../api/user/actions');\n return showLoginPromptAsync({\n // Parsed options\n username: args['--username'],\n password: args['--password'],\n otp: args['--otp'],\n }).catch(logCmdError);\n};\n"],"names":["expoLogin","argv","args","assertArgs","Boolean","String","printHelp","join","showLoginPromptAsync","username","password","otp","catch","logCmdError"],"mappings":"AAAA;;;;;;AAEsC,IAAA,KAAe,WAAf,eAAe,CAAA;AACzB,IAAA,OAAiB,WAAjB,iBAAiB,CAAA;;;;;;;;;;;;;;;;;;;;;;AAEtC,MAAMA,SAAS,GAAY,OAAOC,IAAI,GAAK;IAChD,MAAMC,IAAI,GAAGC,CAAAA,GAAAA,KAAU,
|
|
1
|
+
{"version":3,"sources":["../../../src/login/index.ts"],"sourcesContent":["#!/usr/bin/env node\nimport { Command } from '../../bin/cli';\nimport { assertArgs, printHelp } from '../utils/args';\nimport { logCmdError } from '../utils/errors';\n\nexport const expoLogin: Command = async (argv) => {\n const args = assertArgs(\n {\n // Types\n '--help': Boolean,\n '--username': String,\n '--password': String,\n '--otp': String,\n '--sso': Boolean,\n // Aliases\n '-h': '--help',\n '-u': '--username',\n '-p': '--password',\n '-s': '--sso',\n },\n argv\n );\n\n if (args['--help']) {\n printHelp(\n `Log in to an Expo account`,\n `npx expo login`,\n [\n `-u, --username <string> Username`,\n `-p, --password <string> Password`,\n `--otp <string> One-time password from your 2FA device`,\n // hiding from help until SSO is public\n // `-s, --sso Log in with SSO`,\n `-h, --help Usage info`,\n ].join('\\n')\n );\n }\n\n const { showLoginPromptAsync } = await import('../api/user/actions');\n return showLoginPromptAsync({\n // Parsed options\n username: args['--username'],\n password: args['--password'],\n otp: args['--otp'],\n sso: !!args['--sso'],\n }).catch(logCmdError);\n};\n"],"names":["expoLogin","argv","args","assertArgs","Boolean","String","printHelp","join","showLoginPromptAsync","username","password","otp","sso","catch","logCmdError"],"mappings":"AAAA;;;;;;AAEsC,IAAA,KAAe,WAAf,eAAe,CAAA;AACzB,IAAA,OAAiB,WAAjB,iBAAiB,CAAA;;;;;;;;;;;;;;;;;;;;;;AAEtC,MAAMA,SAAS,GAAY,OAAOC,IAAI,GAAK;IAChD,MAAMC,IAAI,GAAGC,CAAAA,GAAAA,KAAU,AAetB,CAAA,WAfsB,CACrB;QACE,QAAQ;QACR,QAAQ,EAAEC,OAAO;QACjB,YAAY,EAAEC,MAAM;QACpB,YAAY,EAAEA,MAAM;QACpB,OAAO,EAAEA,MAAM;QACf,OAAO,EAAED,OAAO;QAChB,UAAU;QACV,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,OAAO;KACd,EACDH,IAAI,CACL,AAAC;IAEF,IAAIC,IAAI,CAAC,QAAQ,CAAC,EAAE;QAClBI,CAAAA,GAAAA,KAAS,AAWR,CAAA,UAXQ,CACP,CAAC,yBAAyB,CAAC,EAC3B,CAAC,cAAc,CAAC,EAChB;YACE,CAAC,iCAAiC,CAAC;YACnC,CAAC,iCAAiC,CAAC;YACnC,CAAC,+DAA+D,CAAC;YACjE,uCAAuC;YACvC,8CAA8C;YAC9C,CAAC,mCAAmC,CAAC;SACtC,CAACC,IAAI,CAAC,IAAI,CAAC,CACb,CAAC;KACH;IAED,MAAM,EAAEC,oBAAoB,CAAA,EAAE,GAAG,MAAM;+CAAO,qBAAqB;MAAC,AAAC;IACrE,OAAOA,oBAAoB,CAAC;QAC1B,iBAAiB;QACjBC,QAAQ,EAAEP,IAAI,CAAC,YAAY,CAAC;QAC5BQ,QAAQ,EAAER,IAAI,CAAC,YAAY,CAAC;QAC5BS,GAAG,EAAET,IAAI,CAAC,OAAO,CAAC;QAClBU,GAAG,EAAE,CAAC,CAACV,IAAI,CAAC,OAAO,CAAC;KACrB,CAAC,CAACW,KAAK,CAACC,OAAW,YAAA,CAAC,CAAC;CACvB,AAAC;QAzCWd,SAAS,GAATA,SAAS"}
|
|
@@ -113,7 +113,8 @@ class MetroBundlerDevServer extends _bundlerDevServer.BundlerDevServer {
|
|
|
113
113
|
minify,
|
|
114
114
|
environment: "client",
|
|
115
115
|
serializerOutput: "static",
|
|
116
|
-
mainModuleName: (0, _manifestMiddleware).resolveMainModuleName(this.projectRoot, (0, _config).getConfig(this.projectRoot), "web")
|
|
116
|
+
mainModuleName: (0, _manifestMiddleware).resolveMainModuleName(this.projectRoot, (0, _config).getConfig(this.projectRoot), "web"),
|
|
117
|
+
lazy: (0, _manifestMiddleware).shouldEnableAsyncImports(this.projectRoot)
|
|
117
118
|
});
|
|
118
119
|
const bundleUrl = new URL(devBundleUrlPathname, this.getDevServerUrl());
|
|
119
120
|
// Fetch the generated HTML from our custom Metro serializer
|
|
@@ -164,7 +165,8 @@ class MetroBundlerDevServer extends _bundlerDevServer.BundlerDevServer {
|
|
|
164
165
|
platform: "web",
|
|
165
166
|
mode,
|
|
166
167
|
environment: "client",
|
|
167
|
-
mainModuleName: (0, _manifestMiddleware).resolveMainModuleName(this.projectRoot, (0, _config).getConfig(this.projectRoot), "web")
|
|
168
|
+
mainModuleName: (0, _manifestMiddleware).resolveMainModuleName(this.projectRoot, (0, _config).getConfig(this.projectRoot), "web"),
|
|
169
|
+
lazy: (0, _manifestMiddleware).shouldEnableAsyncImports(this.projectRoot)
|
|
168
170
|
});
|
|
169
171
|
const bundleStaticHtml = async ()=>{
|
|
170
172
|
const { getStaticContent } = await (0, _getStaticRenderFunctions).getStaticRenderFunctions(this.projectRoot, this.getDevServerUrl(), {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../src/start/server/metro/MetroBundlerDevServer.ts"],"sourcesContent":["/**\n * Copyright © 2022 650 Industries.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport { getConfig } from '@expo/config';\nimport { prependMiddleware } from '@expo/dev-server';\nimport * as runtimeEnv from '@expo/env';\nimport { SerialAsset } from '@expo/metro-config/build/serializer/serializerAssets';\nimport assert from 'assert';\nimport chalk from 'chalk';\nimport fetch from 'node-fetch';\nimport path from 'path';\n\nimport { Log } from '../../../log';\nimport getDevClientProperties from '../../../utils/analytics/getDevClientProperties';\nimport { logEventAsync } from '../../../utils/analytics/rudderstackClient';\nimport { getFreePortAsync } from '../../../utils/port';\nimport { BundlerDevServer, BundlerStartOptions, DevServerInstance } from '../BundlerDevServer';\nimport { getStaticRenderFunctions } from '../getStaticRenderFunctions';\nimport { ContextModuleSourceMapsMiddleware } from '../middleware/ContextModuleSourceMapsMiddleware';\nimport { CreateFileMiddleware } from '../middleware/CreateFileMiddleware';\nimport { FaviconMiddleware } from '../middleware/FaviconMiddleware';\nimport { HistoryFallbackMiddleware } from '../middleware/HistoryFallbackMiddleware';\nimport { InterstitialPageMiddleware } from '../middleware/InterstitialPageMiddleware';\nimport { createBundleUrlPath, resolveMainModuleName } from '../middleware/ManifestMiddleware';\nimport { ReactDevToolsPageMiddleware } from '../middleware/ReactDevToolsPageMiddleware';\nimport {\n DeepLinkHandler,\n RuntimeRedirectMiddleware,\n} from '../middleware/RuntimeRedirectMiddleware';\nimport { ServeStaticMiddleware } from '../middleware/ServeStaticMiddleware';\nimport { ServerNext, ServerRequest, ServerResponse } from '../middleware/server.types';\nimport { startTypescriptTypeGenerationAsync } from '../type-generation/startTypescriptTypeGeneration';\nimport { instantiateMetroAsync } from './instantiateMetro';\nimport { getErrorOverlayHtmlAsync } from './metroErrorInterface';\nimport { metroWatchTypeScriptFiles } from './metroWatchTypeScriptFiles';\nimport { observeFileChanges } from './waitForMetroToObserveTypeScriptFile';\n\nconst debug = require('debug')('expo:start:server:metro') as typeof console.log;\n\n/** Default port to use for apps running in Expo Go. */\nconst EXPO_GO_METRO_PORT = 8081;\n\n/** Default port to use for apps that run in standard React Native projects or Expo Dev Clients. */\nconst DEV_CLIENT_METRO_PORT = 8081;\n\nexport class MetroBundlerDevServer extends BundlerDevServer {\n private metro: import('metro').Server | null = null;\n\n get name(): string {\n return 'metro';\n }\n\n async resolvePortAsync(options: Partial<BundlerStartOptions> = {}): Promise<number> {\n const port =\n // If the manually defined port is busy then an error should be thrown...\n options.port ??\n // Otherwise use the default port based on the runtime target.\n (options.devClient\n ? // Don't check if the port is busy if we're using the dev client since most clients are hardcoded to 8081.\n Number(process.env.RCT_METRO_PORT) || DEV_CLIENT_METRO_PORT\n : // Otherwise (running in Expo Go) use a free port that falls back on the classic 8081 port.\n await getFreePortAsync(EXPO_GO_METRO_PORT));\n\n return port;\n }\n\n /** Get routes from Expo Router. */\n async getRoutesAsync() {\n const url = this.getDevServerUrl();\n assert(url, 'Dev server must be started');\n const { getManifest } = await getStaticRenderFunctions(this.projectRoot, url, {\n // Ensure the API Routes are included\n environment: 'node',\n });\n\n return getManifest({ fetchData: true });\n }\n\n async composeResourcesWithHtml({\n mode,\n resources,\n template,\n devBundleUrl,\n }: {\n mode: 'development' | 'production';\n resources: SerialAsset[];\n template: string;\n devBundleUrl?: string;\n }): Promise<string> {\n if (!resources) {\n return '';\n }\n const isDev = mode === 'development';\n return htmlFromSerialAssets(resources, {\n dev: isDev,\n template,\n bundleUrl: isDev ? devBundleUrl : undefined,\n });\n }\n\n async getStaticRenderFunctionAsync({\n mode,\n minify = mode !== 'development',\n }: {\n mode: 'development' | 'production';\n minify?: boolean;\n }) {\n const url = this.getDevServerUrl()!;\n\n const { getStaticContent } = await getStaticRenderFunctions(this.projectRoot, url, {\n minify,\n dev: mode !== 'production',\n // Ensure the API Routes are included\n environment: 'node',\n });\n return async (path: string) => {\n return await getStaticContent(new URL(path, url));\n };\n }\n\n async getStaticResourcesAsync({\n mode,\n minify = mode !== 'development',\n }: {\n mode: string;\n minify?: boolean;\n }): Promise<SerialAsset[]> {\n const devBundleUrlPathname = createBundleUrlPath({\n platform: 'web',\n mode,\n minify,\n environment: 'client',\n serializerOutput: 'static',\n mainModuleName: resolveMainModuleName(this.projectRoot, getConfig(this.projectRoot), 'web'),\n });\n\n const bundleUrl = new URL(devBundleUrlPathname, this.getDevServerUrl()!);\n\n // Fetch the generated HTML from our custom Metro serializer\n const results = await fetch(bundleUrl.toString());\n\n const txt = await results.text();\n\n let data: any;\n try {\n data = JSON.parse(txt);\n } catch (error: any) {\n Log.error(\n 'Failed to generate resources with Metro, the Metro config may not be using the correct serializer. Ensure the metro.config.js is extending the expo/metro-config and is not overriding the serializer.'\n );\n debug(txt);\n throw error;\n }\n\n // NOTE: This could potentially need more validation in the future.\n if (Array.isArray(data)) {\n return data;\n }\n\n if (data != null && (data.errors || data.type?.match(/.*Error$/))) {\n // {\n // type: 'InternalError',\n // errors: [],\n // message: 'Metro has encountered an error: While trying to resolve module `stylis` from file `/Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js`, the package `/Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved (`/Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/dist/stylis.mjs`. Indeed, none of these files exist:\\n' +\n // '\\n' +\n // ' * /Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/dist/stylis.mjs(.web.ts|.ts|.web.tsx|.tsx|.web.js|.js|.web.jsx|.jsx|.web.json|.json|.web.cjs|.cjs|.web.scss|.scss|.web.sass|.sass|.web.css|.css)\\n' +\n // ' * /Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/dist/stylis.mjs/index(.web.ts|.ts|.web.tsx|.tsx|.web.js|.js|.web.jsx|.jsx|.web.json|.json|.web.cjs|.cjs|.web.scss|.scss|.web.sass|.sass|.web.css|.css): /Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/metro/src/node-haste/DependencyGraph.js (289:17)\\n' +\n // '\\n' +\n // '\\x1B[0m \\x1B[90m 287 |\\x1B[39m }\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 288 |\\x1B[39m \\x1B[36mif\\x1B[39m (error \\x1B[36minstanceof\\x1B[39m \\x1B[33mInvalidPackageError\\x1B[39m) {\\x1B[0m\\n' +\n // '\\x1B[0m\\x1B[31m\\x1B[1m>\\x1B[22m\\x1B[39m\\x1B[90m 289 |\\x1B[39m \\x1B[36mthrow\\x1B[39m \\x1B[36mnew\\x1B[39m \\x1B[33mPackageResolutionError\\x1B[39m({\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m |\\x1B[39m \\x1B[31m\\x1B[1m^\\x1B[22m\\x1B[39m\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 290 |\\x1B[39m packageError\\x1B[33m:\\x1B[39m error\\x1B[33m,\\x1B[39m\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 291 |\\x1B[39m originModulePath\\x1B[33m:\\x1B[39m \\x1B[36mfrom\\x1B[39m\\x1B[33m,\\x1B[39m\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 292 |\\x1B[39m targetModuleName\\x1B[33m:\\x1B[39m to\\x1B[33m,\\x1B[39m\\x1B[0m'\n // }\n // The Metro logger already showed this error.\n throw new Error(data.message);\n }\n\n throw new Error(\n 'Invalid resources returned from the Metro serializer. Expected array, found: ' + data\n );\n }\n\n private async renderStaticErrorAsync(error: Error) {\n return getErrorOverlayHtmlAsync({\n error,\n projectRoot: this.projectRoot,\n });\n }\n\n async getStaticPageAsync(\n pathname: string,\n {\n mode,\n minify = mode !== 'development',\n }: {\n mode: 'development' | 'production';\n minify?: boolean;\n }\n ) {\n const devBundleUrlPathname = createBundleUrlPath({\n platform: 'web',\n mode,\n environment: 'client',\n mainModuleName: resolveMainModuleName(this.projectRoot, getConfig(this.projectRoot), 'web'),\n });\n\n const bundleStaticHtml = async (): Promise<string> => {\n const { getStaticContent } = await getStaticRenderFunctions(\n this.projectRoot,\n this.getDevServerUrl()!,\n {\n minify: false,\n dev: mode !== 'production',\n // Ensure the API Routes are included\n environment: 'node',\n }\n );\n\n const location = new URL(pathname, this.getDevServerUrl()!);\n return await getStaticContent(location);\n };\n\n const [resources, staticHtml] = await Promise.all([\n this.getStaticResourcesAsync({ mode, minify }),\n bundleStaticHtml(),\n ]);\n const content = await this.composeResourcesWithHtml({\n mode,\n resources,\n template: staticHtml,\n devBundleUrl: devBundleUrlPathname,\n });\n return {\n content,\n resources,\n };\n }\n\n async watchEnvironmentVariables() {\n if (!this.instance) {\n throw new Error(\n 'Cannot observe environment variable changes without a running Metro instance.'\n );\n }\n if (!this.metro) {\n // This can happen when the run command is used and the server is already running in another\n // process.\n debug('Skipping Environment Variable observation because Metro is not running (headless).');\n return;\n }\n\n const envFiles = runtimeEnv\n .getFiles(process.env.NODE_ENV)\n .map((fileName) => path.join(this.projectRoot, fileName));\n\n observeFileChanges(\n {\n metro: this.metro,\n server: this.instance.server,\n },\n envFiles,\n () => {\n debug('Reloading environment variables...');\n // Force reload the environment variables.\n runtimeEnv.load(this.projectRoot, { force: true });\n }\n );\n }\n\n protected async startImplementationAsync(\n options: BundlerStartOptions\n ): Promise<DevServerInstance> {\n options.port = await this.resolvePortAsync(options);\n this.urlCreator = this.getUrlCreator(options);\n\n const parsedOptions = {\n port: options.port,\n maxWorkers: options.maxWorkers,\n resetCache: options.resetDevServer,\n\n // Use the unversioned metro config.\n // TODO: Deprecate this property when expo-cli goes away.\n unversioned: false,\n };\n\n // Required for symbolication:\n process.env.EXPO_DEV_SERVER_ORIGIN = `http://localhost:${options.port}`;\n\n const { metro, server, middleware, messageSocket } = await instantiateMetroAsync(\n this,\n parsedOptions\n );\n\n const manifestMiddleware = await this.getManifestMiddlewareAsync(options);\n\n // Important that we noop source maps for context modules as soon as possible.\n prependMiddleware(middleware, new ContextModuleSourceMapsMiddleware().getHandler());\n\n // We need the manifest handler to be the first middleware to run so our\n // routes take precedence over static files. For example, the manifest is\n // served from '/' and if the user has an index.html file in their project\n // then the manifest handler will never run, the static middleware will run\n // and serve index.html instead of the manifest.\n // https://github.com/expo/expo/issues/13114\n prependMiddleware(middleware, manifestMiddleware.getHandler());\n\n middleware.use(\n new InterstitialPageMiddleware(this.projectRoot, {\n // TODO: Prevent this from becoming stale.\n scheme: options.location.scheme ?? null,\n }).getHandler()\n );\n middleware.use(new ReactDevToolsPageMiddleware(this.projectRoot).getHandler());\n\n const deepLinkMiddleware = new RuntimeRedirectMiddleware(this.projectRoot, {\n onDeepLink: getDeepLinkHandler(this.projectRoot),\n getLocation: ({ runtime }) => {\n if (runtime === 'custom') {\n return this.urlCreator?.constructDevClientUrl();\n } else {\n return this.urlCreator?.constructUrl({\n scheme: 'exp',\n });\n }\n },\n });\n middleware.use(deepLinkMiddleware.getHandler());\n\n middleware.use(new CreateFileMiddleware(this.projectRoot).getHandler());\n\n // Append support for redirecting unhandled requests to the index.html page on web.\n if (this.isTargetingWeb()) {\n const { exp } = getConfig(this.projectRoot, { skipSDKVersionRequirement: true });\n const useWebSSG = exp.web?.output === 'static';\n\n // This MUST be after the manifest middleware so it doesn't have a chance to serve the template `public/index.html`.\n middleware.use(new ServeStaticMiddleware(this.projectRoot).getHandler());\n\n // This should come after the static middleware so it doesn't serve the favicon from `public/favicon.ico`.\n middleware.use(new FaviconMiddleware(this.projectRoot).getHandler());\n\n if (useWebSSG) {\n middleware.use(async (req: ServerRequest, res: ServerResponse, next: ServerNext) => {\n if (!req?.url) {\n return next();\n }\n\n // TODO: Formal manifest for allowed paths\n if (req.url.endsWith('.ico')) {\n return next();\n }\n if (req.url.includes('serializer.output=static')) {\n return next();\n }\n\n try {\n const { content } = await this.getStaticPageAsync(req.url, {\n mode: options.mode ?? 'development',\n });\n\n res.setHeader('Content-Type', 'text/html');\n res.end(content);\n return;\n } catch (error: any) {\n res.setHeader('Content-Type', 'text/html');\n try {\n res.end(await this.renderStaticErrorAsync(error));\n } catch (staticError: any) {\n // Fallback error for when Expo Router is misconfigured in the project.\n res.end(\n '<span><h3>Internal Error:</h3><b>Project is not setup correctly for static rendering (check terminal for more info):</b><br/>' +\n error.message +\n '<br/><br/>' +\n staticError.message +\n '</span>'\n );\n }\n }\n });\n }\n\n // This MUST run last since it's the fallback.\n if (!useWebSSG) {\n middleware.use(\n new HistoryFallbackMiddleware(manifestMiddleware.getHandler().internal).getHandler()\n );\n }\n }\n // Extend the close method to ensure that we clean up the local info.\n const originalClose = server.close.bind(server);\n\n server.close = (callback?: (err?: Error) => void) => {\n return originalClose((err?: Error) => {\n this.instance = null;\n this.metro = null;\n callback?.(err);\n });\n };\n\n this.metro = metro;\n return {\n server,\n location: {\n // The port is the main thing we want to send back.\n port: options.port,\n // localhost isn't always correct.\n host: 'localhost',\n // http is the only supported protocol on native.\n url: `http://localhost:${options.port}`,\n protocol: 'http',\n },\n middleware,\n messageSocket,\n };\n }\n\n public async waitForTypeScriptAsync(): Promise<boolean> {\n if (!this.instance) {\n throw new Error('Cannot wait for TypeScript without a running server.');\n }\n\n return new Promise<boolean>((resolve) => {\n if (!this.metro) {\n // This can happen when the run command is used and the server is already running in another\n // process. In this case we can't wait for the TypeScript check to complete because we don't\n // have access to the Metro server.\n debug('Skipping TypeScript check because Metro is not running (headless).');\n return resolve(false);\n }\n\n const off = metroWatchTypeScriptFiles({\n projectRoot: this.projectRoot,\n server: this.instance!.server,\n metro: this.metro,\n tsconfig: true,\n throttle: true,\n eventTypes: ['change', 'add'],\n callback: async () => {\n // Run once, this prevents the TypeScript project prerequisite from running on every file change.\n off();\n const { TypeScriptProjectPrerequisite } = await import(\n '../../doctor/typescript/TypeScriptProjectPrerequisite'\n );\n\n try {\n const req = new TypeScriptProjectPrerequisite(this.projectRoot);\n await req.bootstrapAsync();\n resolve(true);\n } catch (error: any) {\n // Ensure the process doesn't fail if the TypeScript check fails.\n // This could happen during the install.\n Log.log();\n Log.error(\n chalk.red`Failed to automatically setup TypeScript for your project. Try restarting the dev server to fix.`\n );\n Log.exception(error);\n resolve(false);\n }\n },\n });\n });\n }\n\n public async startTypeScriptServices() {\n startTypescriptTypeGenerationAsync({\n server: this.instance!.server,\n metro: this.metro,\n projectRoot: this.projectRoot,\n });\n }\n\n protected getConfigModuleIds(): string[] {\n return ['./metro.config.js', './metro.config.json', './rn-cli.config.js'];\n }\n}\n\nexport function getDeepLinkHandler(projectRoot: string): DeepLinkHandler {\n return async ({ runtime }) => {\n if (runtime === 'expo') return;\n const { exp } = getConfig(projectRoot);\n await logEventAsync('dev client start command', {\n status: 'started',\n ...getDevClientProperties(projectRoot, exp),\n });\n };\n}\n\nfunction htmlFromSerialAssets(\n assets: SerialAsset[],\n { dev, template, bundleUrl }: { dev: boolean; template: string; bundleUrl?: string }\n) {\n // Combine the CSS modules into tags that have hot refresh data attributes.\n const styleString = assets\n .filter((asset) => asset.type === 'css')\n .map(({ metadata, filename, source }) => {\n if (dev) {\n return `<style data-expo-css-hmr=\"${metadata.hmrId}\">` + source + '\\n</style>';\n } else {\n return [\n `<link rel=\"preload\" href=\"/${filename}\" as=\"style\">`,\n `<link rel=\"stylesheet\" href=\"/${filename}\">`,\n ].join('');\n }\n })\n .join('');\n\n const jsAssets = assets.filter((asset) => asset.type === 'js');\n\n const scripts = bundleUrl\n ? `<script src=\"${bundleUrl}\" defer></script>`\n : jsAssets\n .map(({ filename }) => {\n return `<script src=\"/${filename}\" defer></script>`;\n })\n .join('');\n\n return template\n .replace('</head>', `${styleString}</head>`)\n .replace('</body>', `${scripts}\\n</body>`);\n}\n"],"names":["getDeepLinkHandler","runtimeEnv","debug","require","EXPO_GO_METRO_PORT","DEV_CLIENT_METRO_PORT","MetroBundlerDevServer","BundlerDevServer","metro","name","resolvePortAsync","options","port","devClient","Number","process","env","RCT_METRO_PORT","getFreePortAsync","getRoutesAsync","url","getDevServerUrl","assert","getManifest","getStaticRenderFunctions","projectRoot","environment","fetchData","composeResourcesWithHtml","mode","resources","template","devBundleUrl","isDev","htmlFromSerialAssets","dev","bundleUrl","undefined","getStaticRenderFunctionAsync","minify","getStaticContent","path","URL","getStaticResourcesAsync","data","devBundleUrlPathname","createBundleUrlPath","platform","serializerOutput","mainModuleName","resolveMainModuleName","getConfig","results","fetch","toString","txt","text","JSON","parse","error","Log","Array","isArray","errors","type","match","Error","message","renderStaticErrorAsync","getErrorOverlayHtmlAsync","getStaticPageAsync","pathname","bundleStaticHtml","location","staticHtml","Promise","all","content","watchEnvironmentVariables","instance","envFiles","getFiles","NODE_ENV","map","fileName","join","observeFileChanges","server","load","force","startImplementationAsync","urlCreator","getUrlCreator","parsedOptions","maxWorkers","resetCache","resetDevServer","unversioned","EXPO_DEV_SERVER_ORIGIN","middleware","messageSocket","instantiateMetroAsync","manifestMiddleware","getManifestMiddlewareAsync","prependMiddleware","ContextModuleSourceMapsMiddleware","getHandler","use","InterstitialPageMiddleware","scheme","ReactDevToolsPageMiddleware","deepLinkMiddleware","RuntimeRedirectMiddleware","onDeepLink","getLocation","runtime","constructDevClientUrl","constructUrl","CreateFileMiddleware","isTargetingWeb","exp","skipSDKVersionRequirement","useWebSSG","web","output","ServeStaticMiddleware","FaviconMiddleware","req","res","next","endsWith","includes","setHeader","end","staticError","HistoryFallbackMiddleware","internal","originalClose","close","bind","callback","err","host","protocol","waitForTypeScriptAsync","resolve","off","metroWatchTypeScriptFiles","tsconfig","throttle","eventTypes","TypeScriptProjectPrerequisite","bootstrapAsync","log","chalk","red","exception","startTypeScriptServices","startTypescriptTypeGenerationAsync","getConfigModuleIds","logEventAsync","status","getDevClientProperties","assets","styleString","filter","asset","metadata","filename","source","hmrId","jsAssets","scripts","replace"],"mappings":"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"}
|
|
1
|
+
{"version":3,"sources":["../../../../../src/start/server/metro/MetroBundlerDevServer.ts"],"sourcesContent":["/**\n * Copyright © 2022 650 Industries.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport { getConfig } from '@expo/config';\nimport { prependMiddleware } from '@expo/dev-server';\nimport * as runtimeEnv from '@expo/env';\nimport { SerialAsset } from '@expo/metro-config/build/serializer/serializerAssets';\nimport assert from 'assert';\nimport chalk from 'chalk';\nimport fetch from 'node-fetch';\nimport path from 'path';\n\nimport { Log } from '../../../log';\nimport getDevClientProperties from '../../../utils/analytics/getDevClientProperties';\nimport { logEventAsync } from '../../../utils/analytics/rudderstackClient';\nimport { getFreePortAsync } from '../../../utils/port';\nimport { BundlerDevServer, BundlerStartOptions, DevServerInstance } from '../BundlerDevServer';\nimport { getStaticRenderFunctions } from '../getStaticRenderFunctions';\nimport { ContextModuleSourceMapsMiddleware } from '../middleware/ContextModuleSourceMapsMiddleware';\nimport { CreateFileMiddleware } from '../middleware/CreateFileMiddleware';\nimport { FaviconMiddleware } from '../middleware/FaviconMiddleware';\nimport { HistoryFallbackMiddleware } from '../middleware/HistoryFallbackMiddleware';\nimport { InterstitialPageMiddleware } from '../middleware/InterstitialPageMiddleware';\nimport {\n createBundleUrlPath,\n resolveMainModuleName,\n shouldEnableAsyncImports,\n} from '../middleware/ManifestMiddleware';\nimport { ReactDevToolsPageMiddleware } from '../middleware/ReactDevToolsPageMiddleware';\nimport {\n DeepLinkHandler,\n RuntimeRedirectMiddleware,\n} from '../middleware/RuntimeRedirectMiddleware';\nimport { ServeStaticMiddleware } from '../middleware/ServeStaticMiddleware';\nimport { ServerNext, ServerRequest, ServerResponse } from '../middleware/server.types';\nimport { startTypescriptTypeGenerationAsync } from '../type-generation/startTypescriptTypeGeneration';\nimport { instantiateMetroAsync } from './instantiateMetro';\nimport { getErrorOverlayHtmlAsync } from './metroErrorInterface';\nimport { metroWatchTypeScriptFiles } from './metroWatchTypeScriptFiles';\nimport { observeFileChanges } from './waitForMetroToObserveTypeScriptFile';\n\nconst debug = require('debug')('expo:start:server:metro') as typeof console.log;\n\n/** Default port to use for apps running in Expo Go. */\nconst EXPO_GO_METRO_PORT = 8081;\n\n/** Default port to use for apps that run in standard React Native projects or Expo Dev Clients. */\nconst DEV_CLIENT_METRO_PORT = 8081;\n\nexport class MetroBundlerDevServer extends BundlerDevServer {\n private metro: import('metro').Server | null = null;\n\n get name(): string {\n return 'metro';\n }\n\n async resolvePortAsync(options: Partial<BundlerStartOptions> = {}): Promise<number> {\n const port =\n // If the manually defined port is busy then an error should be thrown...\n options.port ??\n // Otherwise use the default port based on the runtime target.\n (options.devClient\n ? // Don't check if the port is busy if we're using the dev client since most clients are hardcoded to 8081.\n Number(process.env.RCT_METRO_PORT) || DEV_CLIENT_METRO_PORT\n : // Otherwise (running in Expo Go) use a free port that falls back on the classic 8081 port.\n await getFreePortAsync(EXPO_GO_METRO_PORT));\n\n return port;\n }\n\n /** Get routes from Expo Router. */\n async getRoutesAsync() {\n const url = this.getDevServerUrl();\n assert(url, 'Dev server must be started');\n const { getManifest } = await getStaticRenderFunctions(this.projectRoot, url, {\n // Ensure the API Routes are included\n environment: 'node',\n });\n\n return getManifest({ fetchData: true });\n }\n\n async composeResourcesWithHtml({\n mode,\n resources,\n template,\n devBundleUrl,\n }: {\n mode: 'development' | 'production';\n resources: SerialAsset[];\n template: string;\n devBundleUrl?: string;\n }): Promise<string> {\n if (!resources) {\n return '';\n }\n const isDev = mode === 'development';\n return htmlFromSerialAssets(resources, {\n dev: isDev,\n template,\n bundleUrl: isDev ? devBundleUrl : undefined,\n });\n }\n\n async getStaticRenderFunctionAsync({\n mode,\n minify = mode !== 'development',\n }: {\n mode: 'development' | 'production';\n minify?: boolean;\n }) {\n const url = this.getDevServerUrl()!;\n\n const { getStaticContent } = await getStaticRenderFunctions(this.projectRoot, url, {\n minify,\n dev: mode !== 'production',\n // Ensure the API Routes are included\n environment: 'node',\n });\n return async (path: string) => {\n return await getStaticContent(new URL(path, url));\n };\n }\n\n async getStaticResourcesAsync({\n mode,\n minify = mode !== 'development',\n }: {\n mode: string;\n minify?: boolean;\n }): Promise<SerialAsset[]> {\n const devBundleUrlPathname = createBundleUrlPath({\n platform: 'web',\n mode,\n minify,\n environment: 'client',\n serializerOutput: 'static',\n mainModuleName: resolveMainModuleName(this.projectRoot, getConfig(this.projectRoot), 'web'),\n lazy: shouldEnableAsyncImports(this.projectRoot),\n });\n\n const bundleUrl = new URL(devBundleUrlPathname, this.getDevServerUrl()!);\n\n // Fetch the generated HTML from our custom Metro serializer\n const results = await fetch(bundleUrl.toString());\n\n const txt = await results.text();\n\n let data: any;\n try {\n data = JSON.parse(txt);\n } catch (error: any) {\n Log.error(\n 'Failed to generate resources with Metro, the Metro config may not be using the correct serializer. Ensure the metro.config.js is extending the expo/metro-config and is not overriding the serializer.'\n );\n debug(txt);\n throw error;\n }\n\n // NOTE: This could potentially need more validation in the future.\n if (Array.isArray(data)) {\n return data;\n }\n\n if (data != null && (data.errors || data.type?.match(/.*Error$/))) {\n // {\n // type: 'InternalError',\n // errors: [],\n // message: 'Metro has encountered an error: While trying to resolve module `stylis` from file `/Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.js`, the package `/Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/package.json` was successfully found. However, this package itself specifies a `main` module field that could not be resolved (`/Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/dist/stylis.mjs`. Indeed, none of these files exist:\\n' +\n // '\\n' +\n // ' * /Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/dist/stylis.mjs(.web.ts|.ts|.web.tsx|.tsx|.web.js|.js|.web.jsx|.jsx|.web.json|.json|.web.cjs|.cjs|.web.scss|.scss|.web.sass|.sass|.web.css|.css)\\n' +\n // ' * /Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/stylis/dist/stylis.mjs/index(.web.ts|.ts|.web.tsx|.tsx|.web.js|.js|.web.jsx|.jsx|.web.json|.json|.web.cjs|.cjs|.web.scss|.scss|.web.sass|.sass|.web.css|.css): /Users/evanbacon/Documents/GitHub/lab/emotion-error-test/node_modules/metro/src/node-haste/DependencyGraph.js (289:17)\\n' +\n // '\\n' +\n // '\\x1B[0m \\x1B[90m 287 |\\x1B[39m }\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 288 |\\x1B[39m \\x1B[36mif\\x1B[39m (error \\x1B[36minstanceof\\x1B[39m \\x1B[33mInvalidPackageError\\x1B[39m) {\\x1B[0m\\n' +\n // '\\x1B[0m\\x1B[31m\\x1B[1m>\\x1B[22m\\x1B[39m\\x1B[90m 289 |\\x1B[39m \\x1B[36mthrow\\x1B[39m \\x1B[36mnew\\x1B[39m \\x1B[33mPackageResolutionError\\x1B[39m({\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m |\\x1B[39m \\x1B[31m\\x1B[1m^\\x1B[22m\\x1B[39m\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 290 |\\x1B[39m packageError\\x1B[33m:\\x1B[39m error\\x1B[33m,\\x1B[39m\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 291 |\\x1B[39m originModulePath\\x1B[33m:\\x1B[39m \\x1B[36mfrom\\x1B[39m\\x1B[33m,\\x1B[39m\\x1B[0m\\n' +\n // '\\x1B[0m \\x1B[90m 292 |\\x1B[39m targetModuleName\\x1B[33m:\\x1B[39m to\\x1B[33m,\\x1B[39m\\x1B[0m'\n // }\n // The Metro logger already showed this error.\n throw new Error(data.message);\n }\n\n throw new Error(\n 'Invalid resources returned from the Metro serializer. Expected array, found: ' + data\n );\n }\n\n private async renderStaticErrorAsync(error: Error) {\n return getErrorOverlayHtmlAsync({\n error,\n projectRoot: this.projectRoot,\n });\n }\n\n async getStaticPageAsync(\n pathname: string,\n {\n mode,\n minify = mode !== 'development',\n }: {\n mode: 'development' | 'production';\n minify?: boolean;\n }\n ) {\n const devBundleUrlPathname = createBundleUrlPath({\n platform: 'web',\n mode,\n environment: 'client',\n mainModuleName: resolveMainModuleName(this.projectRoot, getConfig(this.projectRoot), 'web'),\n lazy: shouldEnableAsyncImports(this.projectRoot),\n });\n\n const bundleStaticHtml = async (): Promise<string> => {\n const { getStaticContent } = await getStaticRenderFunctions(\n this.projectRoot,\n this.getDevServerUrl()!,\n {\n minify: false,\n dev: mode !== 'production',\n // Ensure the API Routes are included\n environment: 'node',\n }\n );\n\n const location = new URL(pathname, this.getDevServerUrl()!);\n return await getStaticContent(location);\n };\n\n const [resources, staticHtml] = await Promise.all([\n this.getStaticResourcesAsync({ mode, minify }),\n bundleStaticHtml(),\n ]);\n const content = await this.composeResourcesWithHtml({\n mode,\n resources,\n template: staticHtml,\n devBundleUrl: devBundleUrlPathname,\n });\n return {\n content,\n resources,\n };\n }\n\n async watchEnvironmentVariables() {\n if (!this.instance) {\n throw new Error(\n 'Cannot observe environment variable changes without a running Metro instance.'\n );\n }\n if (!this.metro) {\n // This can happen when the run command is used and the server is already running in another\n // process.\n debug('Skipping Environment Variable observation because Metro is not running (headless).');\n return;\n }\n\n const envFiles = runtimeEnv\n .getFiles(process.env.NODE_ENV)\n .map((fileName) => path.join(this.projectRoot, fileName));\n\n observeFileChanges(\n {\n metro: this.metro,\n server: this.instance.server,\n },\n envFiles,\n () => {\n debug('Reloading environment variables...');\n // Force reload the environment variables.\n runtimeEnv.load(this.projectRoot, { force: true });\n }\n );\n }\n\n protected async startImplementationAsync(\n options: BundlerStartOptions\n ): Promise<DevServerInstance> {\n options.port = await this.resolvePortAsync(options);\n this.urlCreator = this.getUrlCreator(options);\n\n const parsedOptions = {\n port: options.port,\n maxWorkers: options.maxWorkers,\n resetCache: options.resetDevServer,\n\n // Use the unversioned metro config.\n // TODO: Deprecate this property when expo-cli goes away.\n unversioned: false,\n };\n\n // Required for symbolication:\n process.env.EXPO_DEV_SERVER_ORIGIN = `http://localhost:${options.port}`;\n\n const { metro, server, middleware, messageSocket } = await instantiateMetroAsync(\n this,\n parsedOptions\n );\n\n const manifestMiddleware = await this.getManifestMiddlewareAsync(options);\n\n // Important that we noop source maps for context modules as soon as possible.\n prependMiddleware(middleware, new ContextModuleSourceMapsMiddleware().getHandler());\n\n // We need the manifest handler to be the first middleware to run so our\n // routes take precedence over static files. For example, the manifest is\n // served from '/' and if the user has an index.html file in their project\n // then the manifest handler will never run, the static middleware will run\n // and serve index.html instead of the manifest.\n // https://github.com/expo/expo/issues/13114\n prependMiddleware(middleware, manifestMiddleware.getHandler());\n\n middleware.use(\n new InterstitialPageMiddleware(this.projectRoot, {\n // TODO: Prevent this from becoming stale.\n scheme: options.location.scheme ?? null,\n }).getHandler()\n );\n middleware.use(new ReactDevToolsPageMiddleware(this.projectRoot).getHandler());\n\n const deepLinkMiddleware = new RuntimeRedirectMiddleware(this.projectRoot, {\n onDeepLink: getDeepLinkHandler(this.projectRoot),\n getLocation: ({ runtime }) => {\n if (runtime === 'custom') {\n return this.urlCreator?.constructDevClientUrl();\n } else {\n return this.urlCreator?.constructUrl({\n scheme: 'exp',\n });\n }\n },\n });\n middleware.use(deepLinkMiddleware.getHandler());\n\n middleware.use(new CreateFileMiddleware(this.projectRoot).getHandler());\n\n // Append support for redirecting unhandled requests to the index.html page on web.\n if (this.isTargetingWeb()) {\n const { exp } = getConfig(this.projectRoot, { skipSDKVersionRequirement: true });\n const useWebSSG = exp.web?.output === 'static';\n\n // This MUST be after the manifest middleware so it doesn't have a chance to serve the template `public/index.html`.\n middleware.use(new ServeStaticMiddleware(this.projectRoot).getHandler());\n\n // This should come after the static middleware so it doesn't serve the favicon from `public/favicon.ico`.\n middleware.use(new FaviconMiddleware(this.projectRoot).getHandler());\n\n if (useWebSSG) {\n middleware.use(async (req: ServerRequest, res: ServerResponse, next: ServerNext) => {\n if (!req?.url) {\n return next();\n }\n\n // TODO: Formal manifest for allowed paths\n if (req.url.endsWith('.ico')) {\n return next();\n }\n if (req.url.includes('serializer.output=static')) {\n return next();\n }\n\n try {\n const { content } = await this.getStaticPageAsync(req.url, {\n mode: options.mode ?? 'development',\n });\n\n res.setHeader('Content-Type', 'text/html');\n res.end(content);\n return;\n } catch (error: any) {\n res.setHeader('Content-Type', 'text/html');\n try {\n res.end(await this.renderStaticErrorAsync(error));\n } catch (staticError: any) {\n // Fallback error for when Expo Router is misconfigured in the project.\n res.end(\n '<span><h3>Internal Error:</h3><b>Project is not setup correctly for static rendering (check terminal for more info):</b><br/>' +\n error.message +\n '<br/><br/>' +\n staticError.message +\n '</span>'\n );\n }\n }\n });\n }\n\n // This MUST run last since it's the fallback.\n if (!useWebSSG) {\n middleware.use(\n new HistoryFallbackMiddleware(manifestMiddleware.getHandler().internal).getHandler()\n );\n }\n }\n // Extend the close method to ensure that we clean up the local info.\n const originalClose = server.close.bind(server);\n\n server.close = (callback?: (err?: Error) => void) => {\n return originalClose((err?: Error) => {\n this.instance = null;\n this.metro = null;\n callback?.(err);\n });\n };\n\n this.metro = metro;\n return {\n server,\n location: {\n // The port is the main thing we want to send back.\n port: options.port,\n // localhost isn't always correct.\n host: 'localhost',\n // http is the only supported protocol on native.\n url: `http://localhost:${options.port}`,\n protocol: 'http',\n },\n middleware,\n messageSocket,\n };\n }\n\n public async waitForTypeScriptAsync(): Promise<boolean> {\n if (!this.instance) {\n throw new Error('Cannot wait for TypeScript without a running server.');\n }\n\n return new Promise<boolean>((resolve) => {\n if (!this.metro) {\n // This can happen when the run command is used and the server is already running in another\n // process. In this case we can't wait for the TypeScript check to complete because we don't\n // have access to the Metro server.\n debug('Skipping TypeScript check because Metro is not running (headless).');\n return resolve(false);\n }\n\n const off = metroWatchTypeScriptFiles({\n projectRoot: this.projectRoot,\n server: this.instance!.server,\n metro: this.metro,\n tsconfig: true,\n throttle: true,\n eventTypes: ['change', 'add'],\n callback: async () => {\n // Run once, this prevents the TypeScript project prerequisite from running on every file change.\n off();\n const { TypeScriptProjectPrerequisite } = await import(\n '../../doctor/typescript/TypeScriptProjectPrerequisite'\n );\n\n try {\n const req = new TypeScriptProjectPrerequisite(this.projectRoot);\n await req.bootstrapAsync();\n resolve(true);\n } catch (error: any) {\n // Ensure the process doesn't fail if the TypeScript check fails.\n // This could happen during the install.\n Log.log();\n Log.error(\n chalk.red`Failed to automatically setup TypeScript for your project. Try restarting the dev server to fix.`\n );\n Log.exception(error);\n resolve(false);\n }\n },\n });\n });\n }\n\n public async startTypeScriptServices() {\n startTypescriptTypeGenerationAsync({\n server: this.instance!.server,\n metro: this.metro,\n projectRoot: this.projectRoot,\n });\n }\n\n protected getConfigModuleIds(): string[] {\n return ['./metro.config.js', './metro.config.json', './rn-cli.config.js'];\n }\n}\n\nexport function getDeepLinkHandler(projectRoot: string): DeepLinkHandler {\n return async ({ runtime }) => {\n if (runtime === 'expo') return;\n const { exp } = getConfig(projectRoot);\n await logEventAsync('dev client start command', {\n status: 'started',\n ...getDevClientProperties(projectRoot, exp),\n });\n };\n}\n\nfunction htmlFromSerialAssets(\n assets: SerialAsset[],\n { dev, template, bundleUrl }: { dev: boolean; template: string; bundleUrl?: string }\n) {\n // Combine the CSS modules into tags that have hot refresh data attributes.\n const styleString = assets\n .filter((asset) => asset.type === 'css')\n .map(({ metadata, filename, source }) => {\n if (dev) {\n return `<style data-expo-css-hmr=\"${metadata.hmrId}\">` + source + '\\n</style>';\n } else {\n return [\n `<link rel=\"preload\" href=\"/${filename}\" as=\"style\">`,\n `<link rel=\"stylesheet\" href=\"/${filename}\">`,\n ].join('');\n }\n })\n .join('');\n\n const jsAssets = assets.filter((asset) => asset.type === 'js');\n\n const scripts = bundleUrl\n ? `<script src=\"${bundleUrl}\" defer></script>`\n : jsAssets\n .map(({ filename }) => {\n return `<script src=\"/${filename}\" defer></script>`;\n })\n .join('');\n\n return template\n .replace('</head>', `${styleString}</head>`)\n .replace('</body>', `${scripts}\\n</body>`);\n}\n"],"names":["getDeepLinkHandler","runtimeEnv","debug","require","EXPO_GO_METRO_PORT","DEV_CLIENT_METRO_PORT","MetroBundlerDevServer","BundlerDevServer","metro","name","resolvePortAsync","options","port","devClient","Number","process","env","RCT_METRO_PORT","getFreePortAsync","getRoutesAsync","url","getDevServerUrl","assert","getManifest","getStaticRenderFunctions","projectRoot","environment","fetchData","composeResourcesWithHtml","mode","resources","template","devBundleUrl","isDev","htmlFromSerialAssets","dev","bundleUrl","undefined","getStaticRenderFunctionAsync","minify","getStaticContent","path","URL","getStaticResourcesAsync","data","devBundleUrlPathname","createBundleUrlPath","platform","serializerOutput","mainModuleName","resolveMainModuleName","getConfig","lazy","shouldEnableAsyncImports","results","fetch","toString","txt","text","JSON","parse","error","Log","Array","isArray","errors","type","match","Error","message","renderStaticErrorAsync","getErrorOverlayHtmlAsync","getStaticPageAsync","pathname","bundleStaticHtml","location","staticHtml","Promise","all","content","watchEnvironmentVariables","instance","envFiles","getFiles","NODE_ENV","map","fileName","join","observeFileChanges","server","load","force","startImplementationAsync","urlCreator","getUrlCreator","parsedOptions","maxWorkers","resetCache","resetDevServer","unversioned","EXPO_DEV_SERVER_ORIGIN","middleware","messageSocket","instantiateMetroAsync","manifestMiddleware","getManifestMiddlewareAsync","prependMiddleware","ContextModuleSourceMapsMiddleware","getHandler","use","InterstitialPageMiddleware","scheme","ReactDevToolsPageMiddleware","deepLinkMiddleware","RuntimeRedirectMiddleware","onDeepLink","getLocation","runtime","constructDevClientUrl","constructUrl","CreateFileMiddleware","isTargetingWeb","exp","skipSDKVersionRequirement","useWebSSG","web","output","ServeStaticMiddleware","FaviconMiddleware","req","res","next","endsWith","includes","setHeader","end","staticError","HistoryFallbackMiddleware","internal","originalClose","close","bind","callback","err","host","protocol","waitForTypeScriptAsync","resolve","off","metroWatchTypeScriptFiles","tsconfig","throttle","eventTypes","TypeScriptProjectPrerequisite","bootstrapAsync","log","chalk","red","exception","startTypeScriptServices","startTypescriptTypeGenerationAsync","getConfigModuleIds","logEventAsync","status","getDevClientProperties","assets","styleString","filter","asset","metadata","filename","source","hmrId","jsAssets","scripts","replace"],"mappings":"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"}
|
|
@@ -69,8 +69,16 @@ class MetroTerminalReporter extends _terminalReporter.TerminalReporter {
|
|
|
69
69
|
}
|
|
70
70
|
_logBundlingError(error) {
|
|
71
71
|
const moduleResolutionError = formatUsingNodeStandardLibraryError(this.projectRoot, error);
|
|
72
|
+
const cause = error.cause;
|
|
72
73
|
if (moduleResolutionError) {
|
|
73
|
-
|
|
74
|
+
let message = maybeAppendCodeFrame(moduleResolutionError, error.message);
|
|
75
|
+
if (cause == null ? void 0 : cause._expoImportStack) {
|
|
76
|
+
message += `\n\n${cause == null ? void 0 : cause._expoImportStack}`;
|
|
77
|
+
}
|
|
78
|
+
return this.terminal.log(message);
|
|
79
|
+
}
|
|
80
|
+
if (cause == null ? void 0 : cause._expoImportStack) {
|
|
81
|
+
error.message += `\n\n${cause._expoImportStack}`;
|
|
74
82
|
}
|
|
75
83
|
return super._logBundlingError(error);
|
|
76
84
|
}
|