eas-cli 6.0.0 → 6.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +81 -59
- package/build/analytics/AnalyticsManager.js +4 -4
- package/build/branch/queries.js +4 -4
- package/build/build/android/build.js +8 -9
- package/build/build/android/syncProjectConfiguration.d.ts +1 -3
- package/build/build/android/syncProjectConfiguration.js +3 -3
- package/build/build/android/version.js +3 -3
- package/build/build/build.d.ts +1 -1
- package/build/build/build.js +6 -6
- package/build/build/configure.js +3 -33
- package/build/build/context.d.ts +1 -1
- package/build/build/createContext.d.ts +2 -2
- package/build/build/createContext.js +3 -3
- package/build/build/ios/build.js +9 -10
- package/build/build/ios/syncProjectConfiguration.d.ts +1 -3
- package/build/build/ios/syncProjectConfiguration.js +3 -3
- package/build/build/ios/version.js +3 -3
- package/build/build/local.js +1 -1
- package/build/build/metadata.js +4 -4
- package/build/build/queries.js +1 -1
- package/build/build/runBuildAndSubmit.d.ts +1 -1
- package/build/build/runBuildAndSubmit.js +12 -13
- package/build/build/types.js +2 -2
- package/build/build/utils/devClient.js +1 -1
- package/build/build/utils/formatBuild.js +1 -1
- package/build/build/utils/printBuildInfo.js +1 -1
- package/build/build/utils/version.js +1 -1
- package/build/channel/print-utils.js +5 -5
- package/build/channel/queries.d.ts +1 -1
- package/build/channel/queries.js +2 -2
- package/build/commandUtils/EasCommand.js +4 -4
- package/build/commandUtils/builds.d.ts +14 -0
- package/build/commandUtils/builds.js +79 -0
- package/build/commandUtils/context/AnalyticsContextField.d.ts +1 -1
- package/build/commandUtils/context/DynamicProjectConfigContextField.d.ts +1 -1
- package/build/commandUtils/context/DynamicProjectConfigContextField.js +1 -1
- package/build/commandUtils/context/LoggedInContextField.d.ts +2 -2
- package/build/commandUtils/context/LoggedInContextField.js +2 -2
- package/build/commandUtils/context/MaybeLoggedInContextField.d.ts +2 -2
- package/build/commandUtils/context/MaybeLoggedInContextField.js +2 -2
- package/build/commandUtils/context/OptionalPrivateProjectConfigContextField.js +1 -1
- package/build/commandUtils/context/PrivateProjectConfigContextField.js +1 -1
- package/build/commandUtils/context/SessionManagementContextField.d.ts +1 -1
- package/build/commandUtils/context/VcsClientContextField.d.ts +1 -1
- package/build/commandUtils/context/VcsClientContextField.js +1 -1
- package/build/commandUtils/context/contextUtils/getProjectIdAsync.js +2 -2
- package/build/commandUtils/gating/FeatureGateKey.js +1 -1
- package/build/commands/account/login.js +3 -3
- package/build/commands/account/logout.js +2 -2
- package/build/commands/account/view.js +4 -4
- package/build/commands/analytics.js +1 -1
- package/build/commands/branch/create.js +3 -3
- package/build/commands/branch/delete.js +3 -3
- package/build/commands/branch/list.js +3 -3
- package/build/commands/branch/publish.js +1 -1
- package/build/commands/branch/rename.js +3 -3
- package/build/commands/branch/view.js +3 -3
- package/build/commands/build/cancel.d.ts +7 -1
- package/build/commands/build/cancel.js +35 -56
- package/build/commands/build/configure.js +6 -11
- package/build/commands/build/delete.d.ts +24 -0
- package/build/commands/build/delete.js +115 -0
- package/build/commands/build/index.js +3 -3
- package/build/commands/build/inspect.js +3 -3
- package/build/commands/build/internal.js +3 -3
- package/build/commands/build/list.js +3 -3
- package/build/commands/build/resign.js +3 -3
- package/build/commands/build/run.js +3 -3
- package/build/commands/build/version/get.js +3 -3
- package/build/commands/build/version/set.js +4 -4
- package/build/commands/build/version/sync.js +3 -3
- package/build/commands/build/view.js +3 -3
- package/build/commands/channel/create.js +3 -3
- package/build/commands/channel/delete.js +3 -3
- package/build/commands/channel/edit.js +3 -3
- package/build/commands/channel/list.js +3 -3
- package/build/commands/channel/rollout.js +4 -5
- package/build/commands/channel/view.js +3 -3
- package/build/commands/config.js +3 -3
- package/build/commands/credentials.js +3 -3
- package/build/commands/device/create.js +2 -2
- package/build/commands/device/delete.js +3 -3
- package/build/commands/device/list.js +3 -3
- package/build/commands/device/rename.js +3 -3
- package/build/commands/device/view.js +3 -3
- package/build/commands/diagnostics.js +2 -2
- package/build/commands/metadata/lint.js +3 -3
- package/build/commands/metadata/pull.js +3 -3
- package/build/commands/metadata/push.js +3 -3
- package/build/commands/open.js +2 -3
- package/build/commands/project/info.js +2 -2
- package/build/commands/project/init.js +12 -12
- package/build/commands/secret/create.js +3 -3
- package/build/commands/secret/delete.js +3 -3
- package/build/commands/secret/list.js +2 -2
- package/build/commands/secret/push.js +3 -3
- package/build/commands/submit.js +3 -3
- package/build/commands/update/configure.js +4 -4
- package/build/commands/update/delete.js +3 -3
- package/build/commands/update/index.js +4 -4
- package/build/commands/update/list.js +3 -3
- package/build/commands/update/republish.js +3 -3
- package/build/commands/update/roll-back-to-embedded.js +4 -4
- package/build/commands/update/rollback.js +3 -3
- package/build/commands/update/view.js +3 -3
- package/build/commands/webhook/create.js +3 -3
- package/build/commands/webhook/delete.js +3 -3
- package/build/commands/webhook/list.js +3 -3
- package/build/commands/webhook/update.js +3 -3
- package/build/commands/webhook/view.js +3 -3
- package/build/credentials/android/AndroidCredentialsProvider.d.ts +1 -1
- package/build/credentials/android/AndroidCredentialsProvider.js +1 -1
- package/build/credentials/android/actions/RemoveKeystore.js +1 -1
- package/build/credentials/android/actions/SetUpBuildCredentials.js +2 -2
- package/build/credentials/android/actions/SetUpBuildCredentialsFromCredentialsJson.js +1 -1
- package/build/credentials/android/actions/SetUpGoogleServiceAccountKey.js +3 -3
- package/build/credentials/android/api/GraphqlClient.js +2 -2
- package/build/credentials/context.d.ts +3 -3
- package/build/credentials/context.js +3 -3
- package/build/credentials/credentialsJson/read.d.ts +1 -1
- package/build/credentials/credentialsJson/update.js +2 -2
- package/build/credentials/credentialsJson/utils.d.ts +1 -1
- package/build/credentials/ios/IosCredentialsProvider.d.ts +1 -1
- package/build/credentials/ios/IosCredentialsProvider.js +4 -4
- package/build/credentials/ios/actions/AscApiKeyUtils.js +2 -2
- package/build/credentials/ios/actions/AssignAscApiKey.d.ts +1 -1
- package/build/credentials/ios/actions/AssignAscApiKey.js +1 -1
- package/build/credentials/ios/actions/AssignPushKey.js +1 -1
- package/build/credentials/ios/actions/BuildCredentialsUtils.js +1 -1
- package/build/credentials/ios/actions/CreateAscApiKey.d.ts +1 -1
- package/build/credentials/ios/actions/CreateAscApiKey.js +1 -1
- package/build/credentials/ios/actions/CreateDistributionCertificate.js +1 -1
- package/build/credentials/ios/actions/CreateProvisioningProfile.js +2 -2
- package/build/credentials/ios/actions/CreatePushKey.js +1 -1
- package/build/credentials/ios/actions/DeviceUtils.js +1 -1
- package/build/credentials/ios/actions/DistributionCertificateUtils.js +1 -1
- package/build/credentials/ios/actions/PushKeyUtils.js +1 -1
- package/build/credentials/ios/actions/RemoveAscApiKey.js +1 -1
- package/build/credentials/ios/actions/RemoveDistributionCertificate.js +2 -2
- package/build/credentials/ios/actions/RemovePushKey.js +1 -1
- package/build/credentials/ios/actions/SetUpAdhocProvisioningProfile.js +18 -4
- package/build/credentials/ios/actions/SetUpAscApiKey.d.ts +1 -1
- package/build/credentials/ios/actions/SetUpAscApiKey.js +4 -4
- package/build/credentials/ios/actions/SetUpBuildCredentials.js +1 -1
- package/build/credentials/ios/actions/SetUpBuildCredentialsFromCredentialsJson.js +1 -1
- package/build/credentials/ios/actions/SetUpDistributionCertificate.js +3 -3
- package/build/credentials/ios/actions/SetUpInternalProvisioningProfile.js +3 -3
- package/build/credentials/ios/actions/SetUpProvisioningProfile.js +4 -4
- package/build/credentials/ios/actions/SetUpPushKey.js +2 -2
- package/build/credentials/ios/actions/SetUpTargetBuildCredentials.js +2 -2
- package/build/credentials/ios/actions/SetUpTargetBuildCredentialsFromCredentialsJson.js +1 -1
- package/build/credentials/ios/api/GraphqlClient.d.ts +4 -4
- package/build/credentials/ios/api/GraphqlClient.js +4 -4
- package/build/credentials/ios/appstore/AppStoreApi.d.ts +2 -1
- package/build/credentials/ios/appstore/AppStoreApi.js +1 -1
- package/build/credentials/ios/appstore/CredentialsUtils.d.ts +1 -1
- package/build/credentials/ios/appstore/ascApiKey.d.ts +1 -1
- package/build/credentials/ios/appstore/ascApiKey.js +1 -1
- package/build/credentials/ios/appstore/authenticate.d.ts +1 -1
- package/build/credentials/ios/appstore/authenticate.js +2 -2
- package/build/credentials/ios/appstore/authenticateTypes.js +2 -2
- package/build/credentials/ios/appstore/capabilityIdentifiers.js +1 -1
- package/build/credentials/ios/appstore/distributionCertificate.js +1 -1
- package/build/credentials/ios/appstore/ensureAppExists.js +2 -2
- package/build/credentials/ios/appstore/provisioningProfile.js +4 -4
- package/build/credentials/ios/appstore/provisioningProfileAdhoc.js +2 -2
- package/build/credentials/ios/appstore/pushKey.js +1 -1
- package/build/credentials/ios/appstore/resolveCredentials.d.ts +1 -1
- package/build/credentials/ios/appstore/resolveCredentials.js +2 -2
- package/build/credentials/ios/credentials.d.ts +1 -1
- package/build/credentials/ios/credentials.js +1 -1
- package/build/credentials/manager/Actions.js +3 -3
- package/build/credentials/manager/IosActions.d.ts +1 -1
- package/build/credentials/manager/ManageAndroid.js +7 -7
- package/build/credentials/manager/ManageIos.js +5 -5
- package/build/credentials/manager/SelectAndroidBuildCredentials.js +2 -2
- package/build/credentials/manager/SelectPlatform.js +1 -1
- package/build/devices/actions/create/action.js +3 -3
- package/build/devices/actions/create/currentMachineMethod.js +1 -1
- package/build/devices/actions/create/inputMethod.js +1 -1
- package/build/devices/manager.d.ts +1 -1
- package/build/devices/manager.js +1 -1
- package/build/devices/queries.d.ts +1 -1
- package/build/devices/queries.js +1 -1
- package/build/eas-update/utils.d.ts +1 -0
- package/build/graphql/generated.d.ts +1592 -1534
- package/build/graphql/generated.js +75 -70
- package/build/graphql/queries/EnvironmentSecretsQuery.js +1 -1
- package/build/graphql/types/EnvironmentSecret.js +1 -1
- package/build/graphql/types/credentials/AndroidAppCredentials.js +1 -1
- package/build/graphql/types/credentials/AppleDistributionCertificate.js +1 -1
- package/build/graphql/types/credentials/ApplePushKey.js +1 -1
- package/build/graphql/types/credentials/IosAppCredentials.js +1 -1
- package/build/log.js +1 -1
- package/build/metadata/apple/tasks/index.d.ts +1 -1
- package/build/metadata/config/issue.js +1 -1
- package/build/metadata/config/resolve.d.ts +1 -1
- package/build/metadata/config/resolve.js +2 -3
- package/build/metadata/config/validate.js +1 -1
- package/build/metadata/download.js +3 -3
- package/build/metadata/upload.js +3 -3
- package/build/metadata/utils/ajv.js +2 -2
- package/build/platform.js +1 -1
- package/build/project/android/applicationId.d.ts +1 -1
- package/build/project/android/applicationId.js +1 -1
- package/build/project/android/gradle.js +1 -1
- package/build/project/android/versions.d.ts +1 -1
- package/build/project/ios/target.d.ts +1 -1
- package/build/project/ios/target.js +2 -2
- package/build/project/publish.js +4 -4
- package/build/rollout/actions/CreateRollout.js +2 -4
- package/build/rollout/actions/EndRollout.js +1 -1
- package/build/rollout/actions/ManageRollout.d.ts +2 -2
- package/build/rollout/actions/ManageRollout.js +3 -3
- package/build/rollout/actions/NonInteractiveRollout.d.ts +3 -3
- package/build/rollout/actions/NonInteractiveRollout.js +5 -5
- package/build/rollout/actions/RolloutMainMenu.d.ts +2 -2
- package/build/rollout/actions/RolloutMainMenu.js +4 -4
- package/build/rollout/utils.d.ts +1 -1
- package/build/rollout/utils.js +1 -1
- package/build/run/android/aapt.js +1 -1
- package/build/run/android/adb.js +1 -1
- package/build/run/android/emulator.js +2 -2
- package/build/run/ios/simulator.js +1 -1
- package/build/run/ios/systemRequirements.js +2 -2
- package/build/run/run.js +1 -1
- package/build/submit/ArchiveSource.js +3 -3
- package/build/submit/BaseSubmitter.d.ts +2 -2
- package/build/submit/BaseSubmitter.js +1 -1
- package/build/submit/android/AndroidSubmitCommand.js +2 -2
- package/build/submit/android/AndroidSubmitter.d.ts +1 -1
- package/build/submit/android/AndroidSubmitter.js +1 -1
- package/build/submit/android/ServiceAccountSource.js +1 -1
- package/build/submit/commons.js +1 -1
- package/build/submit/ios/AppProduce.js +1 -1
- package/build/submit/ios/AppSpecificPasswordSource.js +1 -1
- package/build/submit/ios/AscApiKeySource.js +1 -1
- package/build/submit/ios/IosSubmitCommand.js +4 -4
- package/build/submit/ios/IosSubmitter.d.ts +2 -2
- package/build/submit/ios/IosSubmitter.js +2 -2
- package/build/submit/submit.d.ts +1 -1
- package/build/submit/submit.js +4 -4
- package/build/submit/utils/logs.js +1 -1
- package/build/update/android/UpdatesModule.d.ts +1 -2
- package/build/update/android/UpdatesModule.js +3 -5
- package/build/update/configure.d.ts +1 -6
- package/build/update/configure.js +8 -46
- package/build/update/ios/UpdatesModule.d.ts +1 -2
- package/build/update/ios/UpdatesModule.js +2 -4
- package/build/update/queries.js +1 -1
- package/build/user/SessionManager.js +3 -3
- package/build/user/actions.d.ts +1 -1
- package/build/user/fetchSessionSecretAndSsoUser.js +1 -1
- package/build/user/fetchSessionSecretAndUser.js +1 -1
- package/build/utils/download.js +3 -3
- package/build/utils/expoCli.js +1 -1
- package/build/utils/progress.js +1 -1
- package/build/utils/queries.js +1 -1
- package/build/utils/relay.js +2 -2
- package/build/vcs/clients/gitNoCommit.js +1 -1
- package/oclif.manifest.json +70 -1
- package/package.json +39 -37
|
@@ -16,50 +16,50 @@ var AccountAppsSortByField;
|
|
|
16
16
|
* part stripped.
|
|
17
17
|
*/
|
|
18
18
|
AccountAppsSortByField["Name"] = "NAME";
|
|
19
|
-
})(AccountAppsSortByField
|
|
19
|
+
})(AccountAppsSortByField || (exports.AccountAppsSortByField = AccountAppsSortByField = {}));
|
|
20
20
|
var ActivityTimelineProjectActivityType;
|
|
21
21
|
(function (ActivityTimelineProjectActivityType) {
|
|
22
22
|
ActivityTimelineProjectActivityType["Build"] = "BUILD";
|
|
23
23
|
ActivityTimelineProjectActivityType["BuildJob"] = "BUILD_JOB";
|
|
24
24
|
ActivityTimelineProjectActivityType["Submission"] = "SUBMISSION";
|
|
25
25
|
ActivityTimelineProjectActivityType["Update"] = "UPDATE";
|
|
26
|
-
})(ActivityTimelineProjectActivityType
|
|
26
|
+
})(ActivityTimelineProjectActivityType || (exports.ActivityTimelineProjectActivityType = ActivityTimelineProjectActivityType = {}));
|
|
27
27
|
var AndroidBuildType;
|
|
28
28
|
(function (AndroidBuildType) {
|
|
29
29
|
AndroidBuildType["Apk"] = "APK";
|
|
30
30
|
AndroidBuildType["AppBundle"] = "APP_BUNDLE";
|
|
31
31
|
/** @deprecated Use developmentClient option instead. */
|
|
32
32
|
AndroidBuildType["DevelopmentClient"] = "DEVELOPMENT_CLIENT";
|
|
33
|
-
})(AndroidBuildType
|
|
33
|
+
})(AndroidBuildType || (exports.AndroidBuildType = AndroidBuildType = {}));
|
|
34
34
|
var AndroidFcmVersion;
|
|
35
35
|
(function (AndroidFcmVersion) {
|
|
36
36
|
AndroidFcmVersion["Legacy"] = "LEGACY";
|
|
37
37
|
AndroidFcmVersion["V1"] = "V1";
|
|
38
|
-
})(AndroidFcmVersion
|
|
38
|
+
})(AndroidFcmVersion || (exports.AndroidFcmVersion = AndroidFcmVersion = {}));
|
|
39
39
|
var AndroidKeystoreType;
|
|
40
40
|
(function (AndroidKeystoreType) {
|
|
41
41
|
AndroidKeystoreType["Jks"] = "JKS";
|
|
42
42
|
AndroidKeystoreType["Pkcs12"] = "PKCS12";
|
|
43
43
|
AndroidKeystoreType["Unknown"] = "UNKNOWN";
|
|
44
|
-
})(AndroidKeystoreType
|
|
44
|
+
})(AndroidKeystoreType || (exports.AndroidKeystoreType = AndroidKeystoreType = {}));
|
|
45
45
|
var AppPlatform;
|
|
46
46
|
(function (AppPlatform) {
|
|
47
47
|
AppPlatform["Android"] = "ANDROID";
|
|
48
48
|
AppPlatform["Ios"] = "IOS";
|
|
49
|
-
})(AppPlatform
|
|
49
|
+
})(AppPlatform || (exports.AppPlatform = AppPlatform = {}));
|
|
50
50
|
var AppPrivacy;
|
|
51
51
|
(function (AppPrivacy) {
|
|
52
52
|
AppPrivacy["Hidden"] = "HIDDEN";
|
|
53
53
|
AppPrivacy["Public"] = "PUBLIC";
|
|
54
54
|
AppPrivacy["Unlisted"] = "UNLISTED";
|
|
55
|
-
})(AppPrivacy
|
|
55
|
+
})(AppPrivacy || (exports.AppPrivacy = AppPrivacy = {}));
|
|
56
56
|
var AppSort;
|
|
57
57
|
(function (AppSort) {
|
|
58
58
|
/** Sort by recently published */
|
|
59
59
|
AppSort["RecentlyPublished"] = "RECENTLY_PUBLISHED";
|
|
60
60
|
/** Sort by highest trendScore */
|
|
61
61
|
AppSort["Viewed"] = "VIEWED";
|
|
62
|
-
})(AppSort
|
|
62
|
+
})(AppSort || (exports.AppSort = AppSort = {}));
|
|
63
63
|
var AppStoreConnectUserRole;
|
|
64
64
|
(function (AppStoreConnectUserRole) {
|
|
65
65
|
AppStoreConnectUserRole["AccessToReports"] = "ACCESS_TO_REPORTS";
|
|
@@ -78,56 +78,56 @@ var AppStoreConnectUserRole;
|
|
|
78
78
|
AppStoreConnectUserRole["Sales"] = "SALES";
|
|
79
79
|
AppStoreConnectUserRole["Technical"] = "TECHNICAL";
|
|
80
80
|
AppStoreConnectUserRole["Unknown"] = "UNKNOWN";
|
|
81
|
-
})(AppStoreConnectUserRole
|
|
81
|
+
})(AppStoreConnectUserRole || (exports.AppStoreConnectUserRole = AppStoreConnectUserRole = {}));
|
|
82
82
|
var AppleDeviceClass;
|
|
83
83
|
(function (AppleDeviceClass) {
|
|
84
84
|
AppleDeviceClass["Ipad"] = "IPAD";
|
|
85
85
|
AppleDeviceClass["Iphone"] = "IPHONE";
|
|
86
86
|
AppleDeviceClass["Mac"] = "MAC";
|
|
87
|
-
})(AppleDeviceClass
|
|
87
|
+
})(AppleDeviceClass || (exports.AppleDeviceClass = AppleDeviceClass = {}));
|
|
88
88
|
var AppsFilter;
|
|
89
89
|
(function (AppsFilter) {
|
|
90
90
|
/** Featured Projects */
|
|
91
91
|
AppsFilter["Featured"] = "FEATURED";
|
|
92
92
|
/** New Projects */
|
|
93
93
|
AppsFilter["New"] = "NEW";
|
|
94
|
-
})(AppsFilter
|
|
94
|
+
})(AppsFilter || (exports.AppsFilter = AppsFilter = {}));
|
|
95
95
|
var AssetMetadataStatus;
|
|
96
96
|
(function (AssetMetadataStatus) {
|
|
97
97
|
AssetMetadataStatus["DoesNotExist"] = "DOES_NOT_EXIST";
|
|
98
98
|
AssetMetadataStatus["Exists"] = "EXISTS";
|
|
99
|
-
})(AssetMetadataStatus
|
|
99
|
+
})(AssetMetadataStatus || (exports.AssetMetadataStatus = AssetMetadataStatus = {}));
|
|
100
100
|
var AuthProtocolType;
|
|
101
101
|
(function (AuthProtocolType) {
|
|
102
102
|
AuthProtocolType["Oidc"] = "OIDC";
|
|
103
|
-
})(AuthProtocolType
|
|
103
|
+
})(AuthProtocolType || (exports.AuthProtocolType = AuthProtocolType = {}));
|
|
104
104
|
var BackgroundJobResultType;
|
|
105
105
|
(function (BackgroundJobResultType) {
|
|
106
106
|
BackgroundJobResultType["GithubBuild"] = "GITHUB_BUILD";
|
|
107
107
|
BackgroundJobResultType["Void"] = "VOID";
|
|
108
|
-
})(BackgroundJobResultType
|
|
108
|
+
})(BackgroundJobResultType || (exports.BackgroundJobResultType = BackgroundJobResultType = {}));
|
|
109
109
|
var BackgroundJobState;
|
|
110
110
|
(function (BackgroundJobState) {
|
|
111
111
|
BackgroundJobState["Failure"] = "FAILURE";
|
|
112
112
|
BackgroundJobState["InProgress"] = "IN_PROGRESS";
|
|
113
113
|
BackgroundJobState["Queued"] = "QUEUED";
|
|
114
114
|
BackgroundJobState["Success"] = "SUCCESS";
|
|
115
|
-
})(BackgroundJobState
|
|
115
|
+
})(BackgroundJobState || (exports.BackgroundJobState = BackgroundJobState = {}));
|
|
116
116
|
var BuildCredentialsSource;
|
|
117
117
|
(function (BuildCredentialsSource) {
|
|
118
118
|
BuildCredentialsSource["Local"] = "LOCAL";
|
|
119
119
|
BuildCredentialsSource["Remote"] = "REMOTE";
|
|
120
|
-
})(BuildCredentialsSource
|
|
120
|
+
})(BuildCredentialsSource || (exports.BuildCredentialsSource = BuildCredentialsSource = {}));
|
|
121
121
|
var BuildIosEnterpriseProvisioning;
|
|
122
122
|
(function (BuildIosEnterpriseProvisioning) {
|
|
123
123
|
BuildIosEnterpriseProvisioning["Adhoc"] = "ADHOC";
|
|
124
124
|
BuildIosEnterpriseProvisioning["Universal"] = "UNIVERSAL";
|
|
125
|
-
})(BuildIosEnterpriseProvisioning
|
|
125
|
+
})(BuildIosEnterpriseProvisioning || (exports.BuildIosEnterpriseProvisioning = BuildIosEnterpriseProvisioning = {}));
|
|
126
126
|
var BuildJobLogsFormat;
|
|
127
127
|
(function (BuildJobLogsFormat) {
|
|
128
128
|
BuildJobLogsFormat["Json"] = "JSON";
|
|
129
129
|
BuildJobLogsFormat["Raw"] = "RAW";
|
|
130
|
-
})(BuildJobLogsFormat
|
|
130
|
+
})(BuildJobLogsFormat || (exports.BuildJobLogsFormat = BuildJobLogsFormat = {}));
|
|
131
131
|
var BuildJobStatus;
|
|
132
132
|
(function (BuildJobStatus) {
|
|
133
133
|
BuildJobStatus["Errored"] = "ERRORED";
|
|
@@ -136,18 +136,18 @@ var BuildJobStatus;
|
|
|
136
136
|
BuildJobStatus["Pending"] = "PENDING";
|
|
137
137
|
BuildJobStatus["SentToQueue"] = "SENT_TO_QUEUE";
|
|
138
138
|
BuildJobStatus["Started"] = "STARTED";
|
|
139
|
-
})(BuildJobStatus
|
|
139
|
+
})(BuildJobStatus || (exports.BuildJobStatus = BuildJobStatus = {}));
|
|
140
140
|
var BuildLimitThresholdExceededMetadataType;
|
|
141
141
|
(function (BuildLimitThresholdExceededMetadataType) {
|
|
142
142
|
BuildLimitThresholdExceededMetadataType["Ios"] = "IOS";
|
|
143
143
|
BuildLimitThresholdExceededMetadataType["Total"] = "TOTAL";
|
|
144
|
-
})(BuildLimitThresholdExceededMetadataType
|
|
144
|
+
})(BuildLimitThresholdExceededMetadataType || (exports.BuildLimitThresholdExceededMetadataType = BuildLimitThresholdExceededMetadataType = {}));
|
|
145
145
|
var BuildMode;
|
|
146
146
|
(function (BuildMode) {
|
|
147
147
|
BuildMode["Build"] = "BUILD";
|
|
148
148
|
BuildMode["Custom"] = "CUSTOM";
|
|
149
149
|
BuildMode["Resign"] = "RESIGN";
|
|
150
|
-
})(BuildMode
|
|
150
|
+
})(BuildMode || (exports.BuildMode = BuildMode = {}));
|
|
151
151
|
var BuildPhase;
|
|
152
152
|
(function (BuildPhase) {
|
|
153
153
|
BuildPhase["BuilderInfo"] = "BUILDER_INFO";
|
|
@@ -191,13 +191,13 @@ var BuildPhase;
|
|
|
191
191
|
/** @deprecated No longer supported */
|
|
192
192
|
BuildPhase["UploadArtifacts"] = "UPLOAD_ARTIFACTS";
|
|
193
193
|
BuildPhase["UploadBuildArtifacts"] = "UPLOAD_BUILD_ARTIFACTS";
|
|
194
|
-
})(BuildPhase
|
|
194
|
+
})(BuildPhase || (exports.BuildPhase = BuildPhase = {}));
|
|
195
195
|
var BuildPriority;
|
|
196
196
|
(function (BuildPriority) {
|
|
197
197
|
BuildPriority["High"] = "HIGH";
|
|
198
198
|
BuildPriority["Normal"] = "NORMAL";
|
|
199
199
|
BuildPriority["NormalPlus"] = "NORMAL_PLUS";
|
|
200
|
-
})(BuildPriority
|
|
200
|
+
})(BuildPriority || (exports.BuildPriority = BuildPriority = {}));
|
|
201
201
|
var BuildResourceClass;
|
|
202
202
|
(function (BuildResourceClass) {
|
|
203
203
|
BuildResourceClass["AndroidDefault"] = "ANDROID_DEFAULT";
|
|
@@ -217,7 +217,7 @@ var BuildResourceClass;
|
|
|
217
217
|
BuildResourceClass["IosMLarge"] = "IOS_M_LARGE";
|
|
218
218
|
BuildResourceClass["IosMMedium"] = "IOS_M_MEDIUM";
|
|
219
219
|
BuildResourceClass["Legacy"] = "LEGACY";
|
|
220
|
-
})(BuildResourceClass
|
|
220
|
+
})(BuildResourceClass || (exports.BuildResourceClass = BuildResourceClass = {}));
|
|
221
221
|
var BuildRetryDisabledReason;
|
|
222
222
|
(function (BuildRetryDisabledReason) {
|
|
223
223
|
BuildRetryDisabledReason["AlreadyRetried"] = "ALREADY_RETRIED";
|
|
@@ -225,7 +225,7 @@ var BuildRetryDisabledReason;
|
|
|
225
225
|
BuildRetryDisabledReason["IsGithubBuild"] = "IS_GITHUB_BUILD";
|
|
226
226
|
BuildRetryDisabledReason["NotCompletedYet"] = "NOT_COMPLETED_YET";
|
|
227
227
|
BuildRetryDisabledReason["TooMuchTimeElapsed"] = "TOO_MUCH_TIME_ELAPSED";
|
|
228
|
-
})(BuildRetryDisabledReason
|
|
228
|
+
})(BuildRetryDisabledReason || (exports.BuildRetryDisabledReason = BuildRetryDisabledReason = {}));
|
|
229
229
|
var BuildStatus;
|
|
230
230
|
(function (BuildStatus) {
|
|
231
231
|
BuildStatus["Canceled"] = "CANCELED";
|
|
@@ -235,48 +235,50 @@ var BuildStatus;
|
|
|
235
235
|
BuildStatus["InQueue"] = "IN_QUEUE";
|
|
236
236
|
BuildStatus["New"] = "NEW";
|
|
237
237
|
BuildStatus["PendingCancel"] = "PENDING_CANCEL";
|
|
238
|
-
})(BuildStatus
|
|
238
|
+
})(BuildStatus || (exports.BuildStatus = BuildStatus = {}));
|
|
239
239
|
var BuildTrigger;
|
|
240
240
|
(function (BuildTrigger) {
|
|
241
241
|
BuildTrigger["EasCli"] = "EAS_CLI";
|
|
242
242
|
BuildTrigger["GitBasedIntegration"] = "GIT_BASED_INTEGRATION";
|
|
243
|
-
})(BuildTrigger
|
|
243
|
+
})(BuildTrigger || (exports.BuildTrigger = BuildTrigger = {}));
|
|
244
244
|
var BuildWorkflow;
|
|
245
245
|
(function (BuildWorkflow) {
|
|
246
246
|
BuildWorkflow["Generic"] = "GENERIC";
|
|
247
247
|
BuildWorkflow["Managed"] = "MANAGED";
|
|
248
248
|
BuildWorkflow["Unknown"] = "UNKNOWN";
|
|
249
|
-
})(BuildWorkflow
|
|
249
|
+
})(BuildWorkflow || (exports.BuildWorkflow = BuildWorkflow = {}));
|
|
250
250
|
var DistributionType;
|
|
251
251
|
(function (DistributionType) {
|
|
252
252
|
DistributionType["Internal"] = "INTERNAL";
|
|
253
253
|
DistributionType["Simulator"] = "SIMULATOR";
|
|
254
254
|
DistributionType["Store"] = "STORE";
|
|
255
|
-
})(DistributionType
|
|
255
|
+
})(DistributionType || (exports.DistributionType = DistributionType = {}));
|
|
256
256
|
var EasBuildBillingResourceClass;
|
|
257
257
|
(function (EasBuildBillingResourceClass) {
|
|
258
258
|
EasBuildBillingResourceClass["Large"] = "LARGE";
|
|
259
259
|
EasBuildBillingResourceClass["Medium"] = "MEDIUM";
|
|
260
|
-
})(EasBuildBillingResourceClass
|
|
260
|
+
})(EasBuildBillingResourceClass || (exports.EasBuildBillingResourceClass = EasBuildBillingResourceClass = {}));
|
|
261
261
|
var EasBuildDeprecationInfoType;
|
|
262
262
|
(function (EasBuildDeprecationInfoType) {
|
|
263
263
|
EasBuildDeprecationInfoType["Internal"] = "INTERNAL";
|
|
264
264
|
EasBuildDeprecationInfoType["UserFacing"] = "USER_FACING";
|
|
265
|
-
})(EasBuildDeprecationInfoType
|
|
265
|
+
})(EasBuildDeprecationInfoType || (exports.EasBuildDeprecationInfoType = EasBuildDeprecationInfoType = {}));
|
|
266
266
|
var EasService;
|
|
267
267
|
(function (EasService) {
|
|
268
268
|
EasService["Builds"] = "BUILDS";
|
|
269
|
+
EasService["Jobs"] = "JOBS";
|
|
269
270
|
EasService["Updates"] = "UPDATES";
|
|
270
|
-
})(EasService
|
|
271
|
+
})(EasService || (exports.EasService = EasService = {}));
|
|
271
272
|
var EasServiceMetric;
|
|
272
273
|
(function (EasServiceMetric) {
|
|
273
274
|
EasServiceMetric["AssetsRequests"] = "ASSETS_REQUESTS";
|
|
274
275
|
EasServiceMetric["BandwidthUsage"] = "BANDWIDTH_USAGE";
|
|
275
276
|
EasServiceMetric["Builds"] = "BUILDS";
|
|
276
277
|
EasServiceMetric["ManifestRequests"] = "MANIFEST_REQUESTS";
|
|
278
|
+
EasServiceMetric["RunTime"] = "RUN_TIME";
|
|
277
279
|
EasServiceMetric["UniqueUpdaters"] = "UNIQUE_UPDATERS";
|
|
278
280
|
EasServiceMetric["UniqueUsers"] = "UNIQUE_USERS";
|
|
279
|
-
})(EasServiceMetric
|
|
281
|
+
})(EasServiceMetric || (exports.EasServiceMetric = EasServiceMetric = {}));
|
|
280
282
|
var EasTotalPlanEnablementUnit;
|
|
281
283
|
(function (EasTotalPlanEnablementUnit) {
|
|
282
284
|
EasTotalPlanEnablementUnit["Build"] = "BUILD";
|
|
@@ -285,16 +287,16 @@ var EasTotalPlanEnablementUnit;
|
|
|
285
287
|
EasTotalPlanEnablementUnit["Request"] = "REQUEST";
|
|
286
288
|
EasTotalPlanEnablementUnit["Updater"] = "UPDATER";
|
|
287
289
|
EasTotalPlanEnablementUnit["User"] = "USER";
|
|
288
|
-
})(EasTotalPlanEnablementUnit
|
|
290
|
+
})(EasTotalPlanEnablementUnit || (exports.EasTotalPlanEnablementUnit = EasTotalPlanEnablementUnit = {}));
|
|
289
291
|
var EnvironmentSecretType;
|
|
290
292
|
(function (EnvironmentSecretType) {
|
|
291
293
|
EnvironmentSecretType["FileBase64"] = "FILE_BASE64";
|
|
292
294
|
EnvironmentSecretType["String"] = "STRING";
|
|
293
|
-
})(EnvironmentSecretType
|
|
295
|
+
})(EnvironmentSecretType || (exports.EnvironmentSecretType = EnvironmentSecretType = {}));
|
|
294
296
|
var Experiment;
|
|
295
297
|
(function (Experiment) {
|
|
296
298
|
Experiment["Orbit"] = "ORBIT";
|
|
297
|
-
})(Experiment
|
|
299
|
+
})(Experiment || (exports.Experiment = Experiment = {}));
|
|
298
300
|
var Feature;
|
|
299
301
|
(function (Feature) {
|
|
300
302
|
/** Priority Builds */
|
|
@@ -305,69 +307,69 @@ var Feature;
|
|
|
305
307
|
Feature["Support"] = "SUPPORT";
|
|
306
308
|
/** Share access to projects */
|
|
307
309
|
Feature["Teams"] = "TEAMS";
|
|
308
|
-
})(Feature
|
|
310
|
+
})(Feature || (exports.Feature = Feature = {}));
|
|
309
311
|
var GitHubAppEnvironment;
|
|
310
312
|
(function (GitHubAppEnvironment) {
|
|
311
313
|
GitHubAppEnvironment["Development"] = "DEVELOPMENT";
|
|
312
314
|
GitHubAppEnvironment["Production"] = "PRODUCTION";
|
|
313
315
|
GitHubAppEnvironment["Staging"] = "STAGING";
|
|
314
|
-
})(GitHubAppEnvironment
|
|
316
|
+
})(GitHubAppEnvironment || (exports.GitHubAppEnvironment = GitHubAppEnvironment = {}));
|
|
315
317
|
var GitHubAppInstallationStatus;
|
|
316
318
|
(function (GitHubAppInstallationStatus) {
|
|
317
319
|
GitHubAppInstallationStatus["Active"] = "ACTIVE";
|
|
318
320
|
GitHubAppInstallationStatus["NotInstalled"] = "NOT_INSTALLED";
|
|
319
321
|
GitHubAppInstallationStatus["Suspended"] = "SUSPENDED";
|
|
320
|
-
})(GitHubAppInstallationStatus
|
|
322
|
+
})(GitHubAppInstallationStatus || (exports.GitHubAppInstallationStatus = GitHubAppInstallationStatus = {}));
|
|
321
323
|
var GitHubBuildTriggerRunStatus;
|
|
322
324
|
(function (GitHubBuildTriggerRunStatus) {
|
|
323
325
|
GitHubBuildTriggerRunStatus["Errored"] = "ERRORED";
|
|
324
326
|
GitHubBuildTriggerRunStatus["Success"] = "SUCCESS";
|
|
325
|
-
})(GitHubBuildTriggerRunStatus
|
|
327
|
+
})(GitHubBuildTriggerRunStatus || (exports.GitHubBuildTriggerRunStatus = GitHubBuildTriggerRunStatus = {}));
|
|
326
328
|
var GitHubBuildTriggerType;
|
|
327
329
|
(function (GitHubBuildTriggerType) {
|
|
328
330
|
GitHubBuildTriggerType["PullRequestUpdated"] = "PULL_REQUEST_UPDATED";
|
|
329
331
|
GitHubBuildTriggerType["PushToBranch"] = "PUSH_TO_BRANCH";
|
|
330
332
|
GitHubBuildTriggerType["TagUpdated"] = "TAG_UPDATED";
|
|
331
|
-
})(GitHubBuildTriggerType
|
|
333
|
+
})(GitHubBuildTriggerType || (exports.GitHubBuildTriggerType = GitHubBuildTriggerType = {}));
|
|
332
334
|
var InvoiceDiscountType;
|
|
333
335
|
(function (InvoiceDiscountType) {
|
|
334
336
|
InvoiceDiscountType["Amount"] = "AMOUNT";
|
|
335
337
|
InvoiceDiscountType["Percentage"] = "PERCENTAGE";
|
|
336
|
-
})(InvoiceDiscountType
|
|
338
|
+
})(InvoiceDiscountType || (exports.InvoiceDiscountType = InvoiceDiscountType = {}));
|
|
337
339
|
/** @deprecated Use developmentClient option instead. */
|
|
338
340
|
var IosBuildType;
|
|
339
341
|
(function (IosBuildType) {
|
|
340
342
|
IosBuildType["DevelopmentClient"] = "DEVELOPMENT_CLIENT";
|
|
341
343
|
IosBuildType["Release"] = "RELEASE";
|
|
342
|
-
})(IosBuildType
|
|
344
|
+
})(IosBuildType || (exports.IosBuildType = IosBuildType = {}));
|
|
343
345
|
var IosDistributionType;
|
|
344
346
|
(function (IosDistributionType) {
|
|
345
347
|
IosDistributionType["AdHoc"] = "AD_HOC";
|
|
346
348
|
IosDistributionType["AppStore"] = "APP_STORE";
|
|
347
349
|
IosDistributionType["Development"] = "DEVELOPMENT";
|
|
348
350
|
IosDistributionType["Enterprise"] = "ENTERPRISE";
|
|
349
|
-
})(IosDistributionType
|
|
351
|
+
})(IosDistributionType || (exports.IosDistributionType = IosDistributionType = {}));
|
|
350
352
|
/** @deprecated Use developmentClient option instead. */
|
|
351
353
|
var IosManagedBuildType;
|
|
352
354
|
(function (IosManagedBuildType) {
|
|
353
355
|
IosManagedBuildType["DevelopmentClient"] = "DEVELOPMENT_CLIENT";
|
|
354
356
|
IosManagedBuildType["Release"] = "RELEASE";
|
|
355
|
-
})(IosManagedBuildType
|
|
357
|
+
})(IosManagedBuildType || (exports.IosManagedBuildType = IosManagedBuildType = {}));
|
|
356
358
|
var IosSchemeBuildConfiguration;
|
|
357
359
|
(function (IosSchemeBuildConfiguration) {
|
|
358
360
|
IosSchemeBuildConfiguration["Debug"] = "DEBUG";
|
|
359
361
|
IosSchemeBuildConfiguration["Release"] = "RELEASE";
|
|
360
|
-
})(IosSchemeBuildConfiguration
|
|
362
|
+
})(IosSchemeBuildConfiguration || (exports.IosSchemeBuildConfiguration = IosSchemeBuildConfiguration = {}));
|
|
361
363
|
var MailchimpAudience;
|
|
362
364
|
(function (MailchimpAudience) {
|
|
363
365
|
MailchimpAudience["ExpoDevelopers"] = "EXPO_DEVELOPERS";
|
|
364
|
-
})(MailchimpAudience
|
|
366
|
+
})(MailchimpAudience || (exports.MailchimpAudience = MailchimpAudience = {}));
|
|
365
367
|
var MailchimpTag;
|
|
366
368
|
(function (MailchimpTag) {
|
|
367
369
|
MailchimpTag["DevClientUsers"] = "DEV_CLIENT_USERS";
|
|
368
370
|
MailchimpTag["EasMasterList"] = "EAS_MASTER_LIST";
|
|
369
371
|
MailchimpTag["NewsletterSignupList"] = "NEWSLETTER_SIGNUP_LIST";
|
|
370
|
-
})(MailchimpTag
|
|
372
|
+
})(MailchimpTag || (exports.MailchimpTag = MailchimpTag = {}));
|
|
371
373
|
var NotificationEvent;
|
|
372
374
|
(function (NotificationEvent) {
|
|
373
375
|
NotificationEvent["BuildComplete"] = "BUILD_COMPLETE";
|
|
@@ -375,12 +377,12 @@ var NotificationEvent;
|
|
|
375
377
|
NotificationEvent["BuildPlanCreditThresholdExceeded"] = "BUILD_PLAN_CREDIT_THRESHOLD_EXCEEDED";
|
|
376
378
|
NotificationEvent["SubmissionComplete"] = "SUBMISSION_COMPLETE";
|
|
377
379
|
NotificationEvent["Test"] = "TEST";
|
|
378
|
-
})(NotificationEvent
|
|
380
|
+
})(NotificationEvent || (exports.NotificationEvent = NotificationEvent = {}));
|
|
379
381
|
var NotificationType;
|
|
380
382
|
(function (NotificationType) {
|
|
381
383
|
NotificationType["Email"] = "EMAIL";
|
|
382
384
|
NotificationType["Web"] = "WEB";
|
|
383
|
-
})(NotificationType
|
|
385
|
+
})(NotificationType || (exports.NotificationType = NotificationType = {}));
|
|
384
386
|
var OfferType;
|
|
385
387
|
(function (OfferType) {
|
|
386
388
|
/** Addon, or supplementary subscription */
|
|
@@ -389,19 +391,19 @@ var OfferType;
|
|
|
389
391
|
OfferType["Prepaid"] = "PREPAID";
|
|
390
392
|
/** Term subscription */
|
|
391
393
|
OfferType["Subscription"] = "SUBSCRIPTION";
|
|
392
|
-
})(OfferType
|
|
394
|
+
})(OfferType || (exports.OfferType = OfferType = {}));
|
|
393
395
|
var Order;
|
|
394
396
|
(function (Order) {
|
|
395
397
|
Order["Asc"] = "ASC";
|
|
396
398
|
Order["Desc"] = "DESC";
|
|
397
|
-
})(Order
|
|
399
|
+
})(Order || (exports.Order = Order = {}));
|
|
398
400
|
var Permission;
|
|
399
401
|
(function (Permission) {
|
|
400
402
|
Permission["Admin"] = "ADMIN";
|
|
401
403
|
Permission["Own"] = "OWN";
|
|
402
404
|
Permission["Publish"] = "PUBLISH";
|
|
403
405
|
Permission["View"] = "VIEW";
|
|
404
|
-
})(Permission
|
|
406
|
+
})(Permission || (exports.Permission = Permission = {}));
|
|
405
407
|
var ProjectArchiveSourceType;
|
|
406
408
|
(function (ProjectArchiveSourceType) {
|
|
407
409
|
ProjectArchiveSourceType["Gcs"] = "GCS";
|
|
@@ -409,7 +411,7 @@ var ProjectArchiveSourceType;
|
|
|
409
411
|
ProjectArchiveSourceType["None"] = "NONE";
|
|
410
412
|
ProjectArchiveSourceType["S3"] = "S3";
|
|
411
413
|
ProjectArchiveSourceType["Url"] = "URL";
|
|
412
|
-
})(ProjectArchiveSourceType
|
|
414
|
+
})(ProjectArchiveSourceType || (exports.ProjectArchiveSourceType = ProjectArchiveSourceType = {}));
|
|
413
415
|
var Role;
|
|
414
416
|
(function (Role) {
|
|
415
417
|
Role["Admin"] = "ADMIN";
|
|
@@ -419,14 +421,14 @@ var Role;
|
|
|
419
421
|
Role["NotAdmin"] = "NOT_ADMIN";
|
|
420
422
|
Role["Owner"] = "OWNER";
|
|
421
423
|
Role["ViewOnly"] = "VIEW_ONLY";
|
|
422
|
-
})(Role
|
|
424
|
+
})(Role || (exports.Role = Role = {}));
|
|
423
425
|
var SecondFactorMethod;
|
|
424
426
|
(function (SecondFactorMethod) {
|
|
425
427
|
/** Google Authenticator (TOTP) */
|
|
426
428
|
SecondFactorMethod["Authenticator"] = "AUTHENTICATOR";
|
|
427
429
|
/** SMS */
|
|
428
430
|
SecondFactorMethod["Sms"] = "SMS";
|
|
429
|
-
})(SecondFactorMethod
|
|
431
|
+
})(SecondFactorMethod || (exports.SecondFactorMethod = SecondFactorMethod = {}));
|
|
430
432
|
var StandardOffer;
|
|
431
433
|
(function (StandardOffer) {
|
|
432
434
|
/** $29 USD per month, 30 day trial */
|
|
@@ -437,7 +439,7 @@ var StandardOffer;
|
|
|
437
439
|
StandardOffer["YcDeals"] = "YC_DEALS";
|
|
438
440
|
/** $348 USD per year, 30 day trial */
|
|
439
441
|
StandardOffer["YearlySub"] = "YEARLY_SUB";
|
|
440
|
-
})(StandardOffer
|
|
442
|
+
})(StandardOffer || (exports.StandardOffer = StandardOffer = {}));
|
|
441
443
|
/** Possible Incident impact values from Expo status page API. */
|
|
442
444
|
var StatuspageIncidentImpact;
|
|
443
445
|
(function (StatuspageIncidentImpact) {
|
|
@@ -446,7 +448,7 @@ var StatuspageIncidentImpact;
|
|
|
446
448
|
StatuspageIncidentImpact["Major"] = "MAJOR";
|
|
447
449
|
StatuspageIncidentImpact["Minor"] = "MINOR";
|
|
448
450
|
StatuspageIncidentImpact["None"] = "NONE";
|
|
449
|
-
})(StatuspageIncidentImpact
|
|
451
|
+
})(StatuspageIncidentImpact || (exports.StatuspageIncidentImpact = StatuspageIncidentImpact = {}));
|
|
450
452
|
/** Possible Incident statuses from Expo status page API. */
|
|
451
453
|
var StatuspageIncidentStatus;
|
|
452
454
|
(function (StatuspageIncidentStatus) {
|
|
@@ -458,7 +460,7 @@ var StatuspageIncidentStatus;
|
|
|
458
460
|
StatuspageIncidentStatus["Resolved"] = "RESOLVED";
|
|
459
461
|
StatuspageIncidentStatus["Scheduled"] = "SCHEDULED";
|
|
460
462
|
StatuspageIncidentStatus["Verifying"] = "VERIFYING";
|
|
461
|
-
})(StatuspageIncidentStatus
|
|
463
|
+
})(StatuspageIncidentStatus || (exports.StatuspageIncidentStatus = StatuspageIncidentStatus = {}));
|
|
462
464
|
/** Name of a service monitored by Expo status page. */
|
|
463
465
|
var StatuspageServiceName;
|
|
464
466
|
(function (StatuspageServiceName) {
|
|
@@ -467,7 +469,7 @@ var StatuspageServiceName;
|
|
|
467
469
|
StatuspageServiceName["EasUpdate"] = "EAS_UPDATE";
|
|
468
470
|
StatuspageServiceName["GithubApiRequests"] = "GITHUB_API_REQUESTS";
|
|
469
471
|
StatuspageServiceName["GithubWebhooks"] = "GITHUB_WEBHOOKS";
|
|
470
|
-
})(StatuspageServiceName
|
|
472
|
+
})(StatuspageServiceName || (exports.StatuspageServiceName = StatuspageServiceName = {}));
|
|
471
473
|
/** Possible statuses for a service. */
|
|
472
474
|
var StatuspageServiceStatus;
|
|
473
475
|
(function (StatuspageServiceStatus) {
|
|
@@ -476,32 +478,32 @@ var StatuspageServiceStatus;
|
|
|
476
478
|
StatuspageServiceStatus["Operational"] = "OPERATIONAL";
|
|
477
479
|
StatuspageServiceStatus["PartialOutage"] = "PARTIAL_OUTAGE";
|
|
478
480
|
StatuspageServiceStatus["UnderMaintenance"] = "UNDER_MAINTENANCE";
|
|
479
|
-
})(StatuspageServiceStatus
|
|
481
|
+
})(StatuspageServiceStatus || (exports.StatuspageServiceStatus = StatuspageServiceStatus = {}));
|
|
480
482
|
var SubmissionAndroidArchiveType;
|
|
481
483
|
(function (SubmissionAndroidArchiveType) {
|
|
482
484
|
SubmissionAndroidArchiveType["Aab"] = "AAB";
|
|
483
485
|
SubmissionAndroidArchiveType["Apk"] = "APK";
|
|
484
|
-
})(SubmissionAndroidArchiveType
|
|
486
|
+
})(SubmissionAndroidArchiveType || (exports.SubmissionAndroidArchiveType = SubmissionAndroidArchiveType = {}));
|
|
485
487
|
var SubmissionAndroidReleaseStatus;
|
|
486
488
|
(function (SubmissionAndroidReleaseStatus) {
|
|
487
489
|
SubmissionAndroidReleaseStatus["Completed"] = "COMPLETED";
|
|
488
490
|
SubmissionAndroidReleaseStatus["Draft"] = "DRAFT";
|
|
489
491
|
SubmissionAndroidReleaseStatus["Halted"] = "HALTED";
|
|
490
492
|
SubmissionAndroidReleaseStatus["InProgress"] = "IN_PROGRESS";
|
|
491
|
-
})(SubmissionAndroidReleaseStatus
|
|
493
|
+
})(SubmissionAndroidReleaseStatus || (exports.SubmissionAndroidReleaseStatus = SubmissionAndroidReleaseStatus = {}));
|
|
492
494
|
var SubmissionAndroidTrack;
|
|
493
495
|
(function (SubmissionAndroidTrack) {
|
|
494
496
|
SubmissionAndroidTrack["Alpha"] = "ALPHA";
|
|
495
497
|
SubmissionAndroidTrack["Beta"] = "BETA";
|
|
496
498
|
SubmissionAndroidTrack["Internal"] = "INTERNAL";
|
|
497
499
|
SubmissionAndroidTrack["Production"] = "PRODUCTION";
|
|
498
|
-
})(SubmissionAndroidTrack
|
|
500
|
+
})(SubmissionAndroidTrack || (exports.SubmissionAndroidTrack = SubmissionAndroidTrack = {}));
|
|
499
501
|
var SubmissionArchiveSourceType;
|
|
500
502
|
(function (SubmissionArchiveSourceType) {
|
|
501
503
|
SubmissionArchiveSourceType["GcsBuildApplicationArchive"] = "GCS_BUILD_APPLICATION_ARCHIVE";
|
|
502
504
|
SubmissionArchiveSourceType["GcsSubmitArchive"] = "GCS_SUBMIT_ARCHIVE";
|
|
503
505
|
SubmissionArchiveSourceType["Url"] = "URL";
|
|
504
|
-
})(SubmissionArchiveSourceType
|
|
506
|
+
})(SubmissionArchiveSourceType || (exports.SubmissionArchiveSourceType = SubmissionArchiveSourceType = {}));
|
|
505
507
|
var SubmissionStatus;
|
|
506
508
|
(function (SubmissionStatus) {
|
|
507
509
|
SubmissionStatus["AwaitingBuild"] = "AWAITING_BUILD";
|
|
@@ -510,31 +512,34 @@ var SubmissionStatus;
|
|
|
510
512
|
SubmissionStatus["Finished"] = "FINISHED";
|
|
511
513
|
SubmissionStatus["InProgress"] = "IN_PROGRESS";
|
|
512
514
|
SubmissionStatus["InQueue"] = "IN_QUEUE";
|
|
513
|
-
})(SubmissionStatus
|
|
515
|
+
})(SubmissionStatus || (exports.SubmissionStatus = SubmissionStatus = {}));
|
|
514
516
|
var UploadSessionType;
|
|
515
517
|
(function (UploadSessionType) {
|
|
516
518
|
UploadSessionType["EasBuildGcsProjectSources"] = "EAS_BUILD_GCS_PROJECT_SOURCES";
|
|
519
|
+
/** @deprecated Use EAS_BUILD_GCS_PROJECT_SOURCES instead. */
|
|
517
520
|
UploadSessionType["EasBuildProjectSources"] = "EAS_BUILD_PROJECT_SOURCES";
|
|
521
|
+
/** @deprecated Use EAS_SUBMIT_GCS_APP_ARCHIVE instead. */
|
|
518
522
|
UploadSessionType["EasSubmitAppArchive"] = "EAS_SUBMIT_APP_ARCHIVE";
|
|
519
523
|
UploadSessionType["EasSubmitGcsAppArchive"] = "EAS_SUBMIT_GCS_APP_ARCHIVE";
|
|
520
|
-
})(UploadSessionType
|
|
524
|
+
})(UploadSessionType || (exports.UploadSessionType = UploadSessionType = {}));
|
|
521
525
|
var UsageMetricType;
|
|
522
526
|
(function (UsageMetricType) {
|
|
523
527
|
UsageMetricType["Bandwidth"] = "BANDWIDTH";
|
|
524
528
|
UsageMetricType["Build"] = "BUILD";
|
|
529
|
+
UsageMetricType["Minute"] = "MINUTE";
|
|
525
530
|
UsageMetricType["Request"] = "REQUEST";
|
|
526
531
|
UsageMetricType["Update"] = "UPDATE";
|
|
527
532
|
UsageMetricType["User"] = "USER";
|
|
528
|
-
})(UsageMetricType
|
|
533
|
+
})(UsageMetricType || (exports.UsageMetricType = UsageMetricType = {}));
|
|
529
534
|
var UsageMetricsGranularity;
|
|
530
535
|
(function (UsageMetricsGranularity) {
|
|
531
536
|
UsageMetricsGranularity["Day"] = "DAY";
|
|
532
537
|
UsageMetricsGranularity["Hour"] = "HOUR";
|
|
533
538
|
UsageMetricsGranularity["Minute"] = "MINUTE";
|
|
534
539
|
UsageMetricsGranularity["Total"] = "TOTAL";
|
|
535
|
-
})(UsageMetricsGranularity
|
|
540
|
+
})(UsageMetricsGranularity || (exports.UsageMetricsGranularity = UsageMetricsGranularity = {}));
|
|
536
541
|
var WebhookType;
|
|
537
542
|
(function (WebhookType) {
|
|
538
543
|
WebhookType["Build"] = "BUILD";
|
|
539
544
|
WebhookType["Submit"] = "SUBMIT";
|
|
540
|
-
})(WebhookType
|
|
545
|
+
})(WebhookType || (exports.WebhookType = WebhookType = {}));
|
|
@@ -10,7 +10,7 @@ var EnvironmentSecretScope;
|
|
|
10
10
|
(function (EnvironmentSecretScope) {
|
|
11
11
|
EnvironmentSecretScope["ACCOUNT"] = "account";
|
|
12
12
|
EnvironmentSecretScope["PROJECT"] = "project";
|
|
13
|
-
})(EnvironmentSecretScope
|
|
13
|
+
})(EnvironmentSecretScope || (exports.EnvironmentSecretScope = EnvironmentSecretScope = {}));
|
|
14
14
|
exports.EnvironmentSecretsQuery = {
|
|
15
15
|
async byAppIdAsync(graphqlClient, appId) {
|
|
16
16
|
var _a, _b, _c, _d;
|
|
@@ -16,7 +16,7 @@ var SecretType;
|
|
|
16
16
|
(function (SecretType) {
|
|
17
17
|
SecretType["STRING"] = "string";
|
|
18
18
|
SecretType["FILE"] = "file";
|
|
19
|
-
})(SecretType
|
|
19
|
+
})(SecretType || (exports.SecretType = SecretType = {}));
|
|
20
20
|
exports.SecretTypeToEnvironmentSecretType = {
|
|
21
21
|
[SecretType.STRING]: generated_1.EnvironmentSecretType.String,
|
|
22
22
|
[SecretType.FILE]: generated_1.EnvironmentSecretType.FileBase64,
|
|
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CommonAndroidAppCredentialsFragmentNode = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
6
|
-
const App_1 = require("../App");
|
|
7
6
|
const AndroidAppBuildCredentials_1 = require("./AndroidAppBuildCredentials");
|
|
8
7
|
const AndroidFcm_1 = require("./AndroidFcm");
|
|
9
8
|
const GoogleServiceAccountKey_1 = require("./GoogleServiceAccountKey");
|
|
9
|
+
const App_1 = require("../App");
|
|
10
10
|
exports.CommonAndroidAppCredentialsFragmentNode = (0, graphql_tag_1.default) `
|
|
11
11
|
fragment CommonAndroidAppCredentialsFragment on AndroidAppCredentials {
|
|
12
12
|
id
|
|
@@ -4,10 +4,10 @@ exports.AppleDistributionCertificateFragmentNode = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const graphql_1 = require("graphql");
|
|
6
6
|
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
7
|
-
const App_1 = require("../App");
|
|
8
7
|
const AppleAppIdentifier_1 = require("./AppleAppIdentifier");
|
|
9
8
|
const AppleProvisioningProfile_1 = require("./AppleProvisioningProfile");
|
|
10
9
|
const AppleTeam_1 = require("./AppleTeam");
|
|
10
|
+
const App_1 = require("../App");
|
|
11
11
|
exports.AppleDistributionCertificateFragmentNode = (0, graphql_tag_1.default) `
|
|
12
12
|
fragment AppleDistributionCertificateFragment on AppleDistributionCertificate {
|
|
13
13
|
id
|
|
@@ -4,9 +4,9 @@ exports.ApplePushKeyFragmentNode = void 0;
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const graphql_1 = require("graphql");
|
|
6
6
|
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
7
|
-
const App_1 = require("../App");
|
|
8
7
|
const AppleAppIdentifier_1 = require("./AppleAppIdentifier");
|
|
9
8
|
const AppleTeam_1 = require("./AppleTeam");
|
|
9
|
+
const App_1 = require("../App");
|
|
10
10
|
exports.ApplePushKeyFragmentNode = (0, graphql_tag_1.default) `
|
|
11
11
|
fragment ApplePushKeyFragment on ApplePushKey {
|
|
12
12
|
id
|
|
@@ -3,12 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.CommonIosAppCredentialsFragmentNode = exports.CommonIosAppCredentialsWithoutBuildCredentialsFragmentNode = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const graphql_tag_1 = tslib_1.__importDefault(require("graphql-tag"));
|
|
6
|
-
const App_1 = require("../App");
|
|
7
6
|
const AppStoreConnectApiKey_1 = require("./AppStoreConnectApiKey");
|
|
8
7
|
const AppleAppIdentifier_1 = require("./AppleAppIdentifier");
|
|
9
8
|
const ApplePushKey_1 = require("./ApplePushKey");
|
|
10
9
|
const AppleTeam_1 = require("./AppleTeam");
|
|
11
10
|
const IosAppBuildCredentials_1 = require("./IosAppBuildCredentials");
|
|
11
|
+
const App_1 = require("../App");
|
|
12
12
|
exports.CommonIosAppCredentialsWithoutBuildCredentialsFragmentNode = (0, graphql_tag_1.default) `
|
|
13
13
|
fragment CommonIosAppCredentialsWithoutBuildCredentialsFragment on IosAppCredentials {
|
|
14
14
|
id
|
package/build/log.js
CHANGED
|
@@ -71,9 +71,9 @@ class Log {
|
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
|
-
exports.default = Log;
|
|
75
74
|
Log.isDebug = (0, getenv_1.boolish)('EXPO_DEBUG', false);
|
|
76
75
|
Log.isLastLineNewLine = false;
|
|
76
|
+
exports.default = Log;
|
|
77
77
|
/**
|
|
78
78
|
* Prints a link for given URL, using text if provided, otherwise text is just the URL.
|
|
79
79
|
* Format links as dim (unless disabled) and with an underline.
|
|
@@ -6,4 +6,4 @@ var IssueSeverity;
|
|
|
6
6
|
IssueSeverity[IssueSeverity["info"] = 0] = "info";
|
|
7
7
|
IssueSeverity[IssueSeverity["warn"] = 1] = "warn";
|
|
8
8
|
IssueSeverity[IssueSeverity["error"] = 2] = "error";
|
|
9
|
-
})(IssueSeverity
|
|
9
|
+
})(IssueSeverity || (exports.IssueSeverity = IssueSeverity = {}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { SubmitProfile } from '@expo/eas-json';
|
|
2
|
+
import { MetadataConfig } from './schema';
|
|
2
3
|
import { AppleConfigReader } from '../apple/config/reader';
|
|
3
4
|
import { AppleConfigWriter } from '../apple/config/writer';
|
|
4
|
-
import { MetadataConfig } from './schema';
|
|
5
5
|
/**
|
|
6
6
|
* Get the static configuration file path, based on the metadata context.
|
|
7
7
|
* This uses any custom name provided, but swaps out the extension for `.json`.
|