npm package diff
Package: @forge/cli-shared
Versions: 7.1.0-next.4 - 7.1.0-next.5
File: package/out/graphql/graphql-types.d.ts
Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -88159,8 +88159,9 @@
agentAI_contextPanel?: Maybe<AgentAiContextPanelResult>;
agentAI_summarizeIssue?: Maybe<AgentAiIssueSummaryResult>;
agentStudio_agentById?: Maybe<AgentStudioAgentResult>;
agentStudio_getAgents?: Maybe<AgentStudioAgentsConnection>;
+ agentStudio_getByExternalReference?: Maybe<AgentStudioAgentResult>;
agentStudio_scenarioById?: Maybe<AgentStudioScenarioResult>;
agentStudio_scenarioListByContainerId?: Maybe<AgentStudioScenarioListResult>;
agentStudio_scenariosByIds?: Maybe<Array<Maybe<AgentStudioScenario>>>;
agentStudio_suggestConversationStarters?: Maybe<AgentStudioSuggestConversationStartersResult>;
@@ -88912,8 +88913,12 @@
cloudId: Scalars['String']['input'];
first?: InputMaybe<Scalars['Int']['input']>;
input?: InputMaybe<AgentStudioAgentQueryInput>;
};
+export declare type QueryAgentStudio_GetByExternalReferenceArgs = {
+ cloudId: Scalars['String']['input'];
+ externalReference: Scalars['String']['input'];
+};
export declare type QueryAgentStudio_ScenarioByIdArgs = {
id: Scalars['ID']['input'];
};
export declare type QueryAgentStudio_ScenarioListByContainerIdArgs = {