@forge/cli-shared

8.9.1-next.10-experimental-4bd2ca08.10.0-next.11
out/graphql/graphql-types.js
~out/graphql/graphql-types.jsModified
+1
Index: package/out/graphql/graphql-types.js
===================================================================
--- package/out/graphql/graphql-types.js
+++ package/out/graphql/graphql-types.js
@@ -122,8 +122,9 @@
     ActionsAuthType["TwoLegged"] = "TWO_LEGGED";
 })(ActionsAuthType = exports.ActionsAuthType || (exports.ActionsAuthType = {}));
 var ActionsCapabilityType;
 (function (ActionsCapabilityType) {
+    ActionsCapabilityType["AgentStudio"] = "AGENT_STUDIO";
     ActionsCapabilityType["Ai"] = "AI";
     ActionsCapabilityType["Automation"] = "AUTOMATION";
 })(ActionsCapabilityType = exports.ActionsCapabilityType || (exports.ActionsCapabilityType = {}));
 var ActionsConfigurationLayout;