@forge/cli-shared

9.4.0-next.99.4.0-next.10
out/graphql/graphql-types.d.ts
~out/graphql/graphql-types.d.tsModified
+7−1
Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -9831,8 +9831,13 @@
     accountId: Scalars['ID']['input'];
     projectARI: Scalars['ID']['input'];
     teamARI: Scalars['ID']['input'];
 };
+export type AgentWorkspaceWorkforceTeamAccessLevelsPayload = {
+    __typename?: 'AgentWorkspaceWorkforceTeamAccessLevelsPayload';
+    accessLevels: Array<AgentWorkspaceWorkforceTeamAccessLevelResult>;
+    errors: Array<AgentWorkspaceWorkforceTeamAccessError>;
+};
 export type AgentWorkspaceWorkloadJqlConfig = {
     __typename?: 'AgentWorkspaceWorkloadJqlConfig';
     jql: Scalars['String']['output'];
 };
@@ -187273,9 +187278,9 @@
     agentWorkspace_unmappedSkillsInProject?: Maybe<AgentWorkspaceSkillConnection>;
     agentWorkspace_utilizationForPendingChanges?: Maybe<Array<AgentWorkspaceAgentUtilizationForPendingChanges>>;
     agentWorkspace_wfoSummaryView?: Maybe<AgentWorkspaceWfoSummaryViewResult>;
     agentWorkspace_wfoSummaryViewByProjectKey?: Maybe<AgentWorkspaceWfoSummaryViewByProjectKeyResult>;
-    agentWorkspace_workforceTeamAccessLevels?: Maybe<Array<AgentWorkspaceWorkforceTeamAccessLevelResult>>;
+    agentWorkspace_workforceTeamAccessLevels?: Maybe<AgentWorkspaceWorkforceTeamAccessLevelsPayload>;
     agentWorkspace_workloadJqlConfig?: Maybe<AgentWorkspaceWorkloadJqlConfig>;
     agent_sessionAssociationQuery?: Maybe<AgentSessionAssociationConnection>;
     agent_sessionQuery?: Maybe<AgentSessionConnection>;
     aiCoreApi_agentEvaluationResponses?: Maybe<AiCoreApiAgentEvaluationResponsesResult>;
@@ -224040,8 +224045,9 @@
     AllComponentsIneligible = "ALL_COMPONENTS_INELIGIBLE",
     BelowThreshold = "BELOW_THRESHOLD",
     EngineError = "ENGINE_ERROR",
     FeatureDisabled = "FEATURE_DISABLED",
+    InvalidInput = "INVALID_INPUT",
     NoComponentsConfigured = "NO_COMPONENTS_CONFIGURED"
 }
 export declare enum StakeholderCommsComponentType {
     Component = "COMPONENT",