eas-cli 12.5.4 → 12.6.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.
@@ -7,8 +7,8 @@
7
7
  */
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.GitHubAppEnvironment = exports.FingerprintSourceType = exports.Feature = exports.Experiment = exports.EnvironmentVariableVisibility = exports.EnvironmentVariableScope = exports.EnvironmentVariableEnvironment = exports.EnvironmentSecretType = exports.EntityTypeName = exports.EasTotalPlanEnablementUnit = exports.EasServiceMetric = exports.EasService = exports.EasBuildWaiverType = exports.EasBuildDeprecationInfoType = exports.EasBuildBillingResourceClass = exports.DistributionType = exports.CustomDomainStatus = exports.CustomDomainDnsRecordType = exports.CrashSampleFor = exports.ContinentCode = exports.BuildWorkflow = exports.BuildTrigger = exports.BuildStatus = exports.BuildRetryDisabledReason = exports.BuildResourceClass = exports.BuildPriority = exports.BuildPhase = exports.BuildMode = exports.BuildLimitThresholdExceededMetadataType = exports.BuildIosEnterpriseProvisioning = exports.BuildCredentialsSource = exports.BackgroundJobState = exports.BackgroundJobResultType = exports.AuthProviderIdentifier = exports.AuthProtocolType = exports.AuditLogsExportFormat = exports.AssetMetadataStatus = exports.AppsFilter = exports.AppleTeamType = exports.AppleDeviceClass = exports.AppStoreConnectUserRole = exports.AppSort = exports.AppPrivacy = exports.AppPlatform = exports.AppInternalDistributionBuildPrivacy = exports.AndroidKeystoreType = exports.AndroidFcmVersion = exports.AndroidBuildType = exports.ActivityTimelineProjectActivityType = exports.AccountAppsSortByField = void 0;
10
- exports.UserEntityTypeName = exports.UserAgentOs = exports.UserAgentBrowser = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = exports.TargetEntityMutationType = exports.SubmissionStatus = exports.SubmissionPriority = exports.SubmissionArchiveSourceType = exports.SubmissionAndroidTrack = exports.SubmissionAndroidReleaseStatus = exports.SubmissionAndroidArchiveType = exports.StatuspageServiceStatus = exports.StatuspageServiceName = exports.StatuspageIncidentStatus = exports.StatuspageIncidentImpact = exports.StandardOffer = exports.SecondFactorMethod = exports.Role = exports.ResponseType = exports.ResponseStatusType = exports.ResponseCacheStatus = exports.ResourceClassExperiment = exports.RequestMethod = exports.ProjectArchiveSourceType = exports.Permission = exports.Order = exports.OnboardingEnvironment = exports.OnboardingDeviceType = exports.OfferType = exports.NotificationType = exports.NotificationEvent = exports.MailchimpTag = exports.MailchimpAudience = exports.JobRunStatus = exports.JobRunPriority = exports.IosSchemeBuildConfiguration = exports.IosManagedBuildType = exports.IosDistributionType = exports.IosBuildType = exports.InvoiceDiscountType = exports.InsightsFilterType = exports.GitHubJobRunTriggerType = exports.GitHubJobRunTriggerRunStatus = exports.GitHubJobRunJobType = exports.GitHubBuildTriggerType = exports.GitHubBuildTriggerRunStatus = exports.GitHubBuildTriggerExecutionBehavior = exports.GitHubAppInstallationStatus = void 0;
11
- exports.WorkerLoggerLevel = exports.WorkerDeploymentLogLevel = exports.WebhookType = void 0;
10
+ exports.UserAgentBrowser = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = exports.TargetEntityMutationType = exports.SubmissionStatus = exports.SubmissionPriority = exports.SubmissionArchiveSourceType = exports.SubmissionAndroidTrack = exports.SubmissionAndroidReleaseStatus = exports.SubmissionAndroidArchiveType = exports.StatuspageServiceStatus = exports.StatuspageServiceName = exports.StatuspageIncidentStatus = exports.StatuspageIncidentImpact = exports.StandardOffer = exports.SecondFactorMethod = exports.Role = exports.ResponseType = exports.ResponseStatusType = exports.ResponseCacheStatus = exports.ResourceClassExperiment = exports.RequestsOrderByField = exports.RequestsOrderByDirection = exports.RequestMethod = exports.ProjectArchiveSourceType = exports.Permission = exports.Order = exports.OnboardingEnvironment = exports.OnboardingDeviceType = exports.OfferType = exports.NotificationType = exports.NotificationEvent = exports.MailchimpTag = exports.MailchimpAudience = exports.JobRunStatus = exports.JobRunPriority = exports.IosSchemeBuildConfiguration = exports.IosManagedBuildType = exports.IosDistributionType = exports.IosBuildType = exports.InvoiceDiscountType = exports.InsightsFilterType = exports.GitHubJobRunTriggerType = exports.GitHubJobRunTriggerRunStatus = exports.GitHubJobRunJobType = exports.GitHubBuildTriggerType = exports.GitHubBuildTriggerRunStatus = exports.GitHubBuildTriggerExecutionBehavior = exports.GitHubAppInstallationStatus = void 0;
11
+ exports.WorkerLoggerLevel = exports.WorkerDeploymentLogLevel = exports.WebhookType = exports.UserEntityTypeName = exports.UserAgentOs = void 0;
12
12
  var AccountAppsSortByField;
13
13
  (function (AccountAppsSortByField) {
14
14
  AccountAppsSortByField["LatestActivityTime"] = "LATEST_ACTIVITY_TIME";
@@ -23,6 +23,7 @@ var ActivityTimelineProjectActivityType;
23
23
  ActivityTimelineProjectActivityType["Build"] = "BUILD";
24
24
  ActivityTimelineProjectActivityType["Submission"] = "SUBMISSION";
25
25
  ActivityTimelineProjectActivityType["Update"] = "UPDATE";
26
+ ActivityTimelineProjectActivityType["Worker"] = "WORKER";
26
27
  })(ActivityTimelineProjectActivityType || (exports.ActivityTimelineProjectActivityType = ActivityTimelineProjectActivityType = {}));
27
28
  var AndroidBuildType;
28
29
  (function (AndroidBuildType) {
@@ -356,6 +357,8 @@ var EntityTypeName;
356
357
  EntityTypeName["IosAppCredentials"] = "IosAppCredentials";
357
358
  EntityTypeName["UserInvitation"] = "UserInvitation";
358
359
  EntityTypeName["UserPermission"] = "UserPermission";
360
+ EntityTypeName["Workflow"] = "Workflow";
361
+ EntityTypeName["WorkflowRevision"] = "WorkflowRevision";
359
362
  })(EntityTypeName || (exports.EntityTypeName = EntityTypeName = {}));
360
363
  var EnvironmentSecretType;
361
364
  (function (EnvironmentSecretType) {
@@ -564,6 +567,20 @@ var RequestMethod;
564
567
  RequestMethod["Post"] = "POST";
565
568
  RequestMethod["Put"] = "PUT";
566
569
  })(RequestMethod || (exports.RequestMethod = RequestMethod = {}));
570
+ var RequestsOrderByDirection;
571
+ (function (RequestsOrderByDirection) {
572
+ RequestsOrderByDirection["Asc"] = "ASC";
573
+ RequestsOrderByDirection["Desc"] = "DESC";
574
+ })(RequestsOrderByDirection || (exports.RequestsOrderByDirection = RequestsOrderByDirection = {}));
575
+ var RequestsOrderByField;
576
+ (function (RequestsOrderByField) {
577
+ RequestsOrderByField["AssetsSum"] = "ASSETS_SUM";
578
+ RequestsOrderByField["CacheHitRatio"] = "CACHE_HIT_RATIO";
579
+ RequestsOrderByField["CachePassRatio"] = "CACHE_PASS_RATIO";
580
+ RequestsOrderByField["CrashesSum"] = "CRASHES_SUM";
581
+ RequestsOrderByField["Duration"] = "DURATION";
582
+ RequestsOrderByField["RequestsSum"] = "REQUESTS_SUM";
583
+ })(RequestsOrderByField || (exports.RequestsOrderByField = RequestsOrderByField = {}));
567
584
  var ResourceClassExperiment;
568
585
  (function (ResourceClassExperiment) {
569
586
  ResourceClassExperiment["C3D"] = "C3D";
@@ -29,6 +29,7 @@ exports.ChannelQuery = {
29
29
  id
30
30
  updateChannelByName(name: $channelName) {
31
31
  id
32
+ isPaused
32
33
  name
33
34
  updatedAt
34
35
  createdAt
@@ -63,6 +64,7 @@ exports.ChannelQuery = {
63
64
  id
64
65
  updateChannels(offset: $offset, limit: $limit) {
65
66
  id
67
+ isPaused
66
68
  name
67
69
  updatedAt
68
70
  createdAt
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "12.5.4",
2
+ "version": "12.6.0",
3
3
  "commands": {
4
4
  "analytics": {
5
5
  "id": "analytics",
@@ -1447,6 +1447,92 @@
1447
1447
  "privateProjectConfig": {}
1448
1448
  }
1449
1449
  },
1450
+ "channel:pause": {
1451
+ "id": "channel:pause",
1452
+ "description": "pause a channel to stop it from sending updates",
1453
+ "strict": true,
1454
+ "pluginName": "eas-cli",
1455
+ "pluginAlias": "eas-cli",
1456
+ "pluginType": "core",
1457
+ "aliases": [],
1458
+ "flags": {
1459
+ "branch": {
1460
+ "name": "branch",
1461
+ "type": "option",
1462
+ "description": "Name of the branch to point to",
1463
+ "multiple": false
1464
+ },
1465
+ "json": {
1466
+ "name": "json",
1467
+ "type": "boolean",
1468
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1469
+ "allowNo": false,
1470
+ "dependsOn": [
1471
+ "non-interactive"
1472
+ ]
1473
+ },
1474
+ "non-interactive": {
1475
+ "name": "non-interactive",
1476
+ "type": "boolean",
1477
+ "description": "Run the command in non-interactive mode.",
1478
+ "allowNo": false
1479
+ }
1480
+ },
1481
+ "args": {
1482
+ "name": {
1483
+ "name": "name",
1484
+ "description": "Name of the channel to edit",
1485
+ "required": false
1486
+ }
1487
+ },
1488
+ "contextDefinition": {
1489
+ "loggedIn": {},
1490
+ "privateProjectConfig": {}
1491
+ }
1492
+ },
1493
+ "channel:resume": {
1494
+ "id": "channel:resume",
1495
+ "description": "resume a channel to start sending updates",
1496
+ "strict": true,
1497
+ "pluginName": "eas-cli",
1498
+ "pluginAlias": "eas-cli",
1499
+ "pluginType": "core",
1500
+ "aliases": [],
1501
+ "flags": {
1502
+ "branch": {
1503
+ "name": "branch",
1504
+ "type": "option",
1505
+ "description": "Name of the branch to point to",
1506
+ "multiple": false
1507
+ },
1508
+ "json": {
1509
+ "name": "json",
1510
+ "type": "boolean",
1511
+ "description": "Enable JSON output, non-JSON messages will be printed to stderr.",
1512
+ "allowNo": false,
1513
+ "dependsOn": [
1514
+ "non-interactive"
1515
+ ]
1516
+ },
1517
+ "non-interactive": {
1518
+ "name": "non-interactive",
1519
+ "type": "boolean",
1520
+ "description": "Run the command in non-interactive mode.",
1521
+ "allowNo": false
1522
+ }
1523
+ },
1524
+ "args": {
1525
+ "name": {
1526
+ "name": "name",
1527
+ "description": "Name of the channel to edit",
1528
+ "required": false
1529
+ }
1530
+ },
1531
+ "contextDefinition": {
1532
+ "loggedIn": {},
1533
+ "privateProjectConfig": {}
1534
+ }
1535
+ },
1450
1536
  "channel:rollout": {
1451
1537
  "id": "channel:rollout",
1452
1538
  "description": "Roll a new branch out on a channel incrementally.",
@@ -2867,7 +2953,6 @@
2867
2953
  "pluginName": "eas-cli",
2868
2954
  "pluginAlias": "eas-cli",
2869
2955
  "pluginType": "core",
2870
- "hidden": true,
2871
2956
  "aliases": [],
2872
2957
  "flags": {
2873
2958
  "rollout-percentage": {
@@ -2877,6 +2962,12 @@
2877
2962
  "required": false,
2878
2963
  "multiple": false
2879
2964
  },
2965
+ "branch": {
2966
+ "name": "branch",
2967
+ "type": "option",
2968
+ "description": "Branch for which to list updates to select from",
2969
+ "multiple": false
2970
+ },
2880
2971
  "json": {
2881
2972
  "name": "json",
2882
2973
  "type": "boolean",
@@ -2896,12 +2987,12 @@
2896
2987
  "args": {
2897
2988
  "groupId": {
2898
2989
  "name": "groupId",
2899
- "description": "The ID of an update group to edit.",
2900
- "required": true
2990
+ "description": "The ID of an update group to edit."
2901
2991
  }
2902
2992
  },
2903
2993
  "contextDefinition": {
2904
- "loggedIn": {}
2994
+ "loggedIn": {},
2995
+ "privateProjectConfig": {}
2905
2996
  }
2906
2997
  },
2907
2998
  "update": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eas-cli",
3
3
  "description": "EAS command line tool",
4
- "version": "12.5.4",
4
+ "version": "12.6.0",
5
5
  "author": "Expo <support@expo.dev>",
6
6
  "bin": {
7
7
  "eas": "./bin/run"
@@ -227,5 +227,5 @@
227
227
  "node": "20.11.0",
228
228
  "yarn": "1.22.21"
229
229
  },
230
- "gitHead": "d6ec3ae1063cc089194f6bc668745093465364d6"
230
+ "gitHead": "367b763adffe71d64789d3432337ddb96df25015"
231
231
  }