@forge/cli-shared 8.15.2 → 8.15.3-next.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.
|
@@ -5433,7 +5433,9 @@ var GraphIntegrationMcpAdminManagementMcpServerType;
|
|
|
5433
5433
|
var GraphIntegrationMcpAdminManagementMcpToolStatus;
|
|
5434
5434
|
(function (GraphIntegrationMcpAdminManagementMcpToolStatus) {
|
|
5435
5435
|
GraphIntegrationMcpAdminManagementMcpToolStatus["Allow"] = "ALLOW";
|
|
5436
|
+
GraphIntegrationMcpAdminManagementMcpToolStatus["AllowServerRemoved"] = "ALLOW_SERVER_REMOVED";
|
|
5436
5437
|
GraphIntegrationMcpAdminManagementMcpToolStatus["Deny"] = "DENY";
|
|
5438
|
+
GraphIntegrationMcpAdminManagementMcpToolStatus["DenyServerRemoved"] = "DENY_SERVER_REMOVED";
|
|
5437
5439
|
GraphIntegrationMcpAdminManagementMcpToolStatus["NewToolDeny"] = "NEW_TOOL_DENY";
|
|
5438
5440
|
})(GraphIntegrationMcpAdminManagementMcpToolStatus = exports.GraphIntegrationMcpAdminManagementMcpToolStatus || (exports.GraphIntegrationMcpAdminManagementMcpToolStatus = {}));
|
|
5439
5441
|
var GraphIntegrationSkillColor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/cli-shared",
|
|
3
|
-
"version": "8.15.
|
|
3
|
+
"version": "8.15.3-next.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": "12.1.
|
|
15
|
+
"@forge/manifest": "12.1.2-next.0",
|
|
16
16
|
"@forge/util": "2.0.1",
|
|
17
17
|
"@forge/i18n": "0.0.7",
|
|
18
18
|
"@sentry/node": "7.106.0",
|