@forge/cli-shared 8.5.0-next.8 → 8.5.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.
@@ -372,6 +372,7 @@ var ApiGroup;
372
372
  ApiGroup["DevopsToolchain"] = "DEVOPS_TOOLCHAIN";
373
373
  ApiGroup["FeatureReleaseQuery"] = "FEATURE_RELEASE_QUERY";
374
374
  ApiGroup["Forge"] = "FORGE";
375
+ ApiGroup["Goals"] = "GOALS";
375
376
  ApiGroup["GuardDetect"] = "GUARD_DETECT";
376
377
  ApiGroup["Help"] = "HELP";
377
378
  ApiGroup["Identity"] = "IDENTITY";
@@ -379,6 +380,7 @@ var ApiGroup;
379
380
  ApiGroup["Jira"] = "JIRA";
380
381
  ApiGroup["Papi"] = "PAPI";
381
382
  ApiGroup["Polaris"] = "POLARIS";
383
+ ApiGroup["Projects"] = "PROJECTS";
382
384
  ApiGroup["ServiceHubAgentConfiguration"] = "SERVICE_HUB_AGENT_CONFIGURATION";
383
385
  ApiGroup["SurfacePlatform"] = "SURFACE_PLATFORM";
384
386
  ApiGroup["Teams"] = "TEAMS";
@@ -3612,6 +3614,7 @@ var GraphIntegrationMcpAdminManagementMcpServerStatus;
3612
3614
  GraphIntegrationMcpAdminManagementMcpServerStatus["Provisioning"] = "PROVISIONING";
3613
3615
  GraphIntegrationMcpAdminManagementMcpServerStatus["Registered"] = "REGISTERED";
3614
3616
  GraphIntegrationMcpAdminManagementMcpServerStatus["Suspended"] = "SUSPENDED";
3617
+ GraphIntegrationMcpAdminManagementMcpServerStatus["ToolConfigurationPending"] = "TOOL_CONFIGURATION_PENDING";
3615
3618
  })(GraphIntegrationMcpAdminManagementMcpServerStatus = exports.GraphIntegrationMcpAdminManagementMcpServerStatus || (exports.GraphIntegrationMcpAdminManagementMcpServerStatus = {}));
3616
3619
  var GraphIntegrationMcpAdminManagementMcpServerType;
3617
3620
  (function (GraphIntegrationMcpAdminManagementMcpServerType) {
@@ -10343,6 +10346,7 @@ var TrelloCardCoverSize;
10343
10346
  })(TrelloCardCoverSize = exports.TrelloCardCoverSize || (exports.TrelloCardCoverSize = {}));
10344
10347
  var TrelloCardExternalSource;
10345
10348
  (function (TrelloCardExternalSource) {
10349
+ TrelloCardExternalSource["BrowserExtension"] = "BROWSER_EXTENSION";
10346
10350
  TrelloCardExternalSource["Email"] = "EMAIL";
10347
10351
  TrelloCardExternalSource["Loom"] = "LOOM";
10348
10352
  TrelloCardExternalSource["Msteams"] = "MSTEAMS";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/cli-shared",
3
- "version": "8.5.0-next.8",
3
+ "version": "8.5.0",
4
4
  "description": "Common functionality for Forge CLI",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -12,7 +12,7 @@
12
12
  "generate-graphql-types": "graphql-codegen --config src/graphql/codegen.yml"
13
13
  },
14
14
  "dependencies": {
15
- "@forge/manifest": "10.4.0-next.3",
15
+ "@forge/manifest": "10.4.0",
16
16
  "@forge/util": "2.0.0",
17
17
  "@forge/i18n": "0.0.7",
18
18
  "@sentry/node": "7.106.0",