@forge/cli-shared

8.24.1-next.28.25.0-next.3
out/graphql/graphql-types.d.ts
~out/graphql/graphql-types.d.tsModified
+983−24
Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -188,8 +188,15 @@
     InProgress = "IN_PROGRESS",
     NotStarted = "NOT_STARTED",
     Skipped = "SKIPPED"
 }
+export declare type AiOpsChangeCandidateFunnelCounts = {
+    __typename?: 'AIOpsChangeCandidateFunnelCounts';
+    afterCorrelationFilter?: Maybe<Scalars['Int']['output']>;
+    afterReasoningFilter?: Maybe<Scalars['Int']['output']>;
+    afterReviewerFilter?: Maybe<Scalars['Int']['output']>;
+    initial?: Maybe<Scalars['Int']['output']>;
+};
 export declare type AiOpsChangeImpactTaskOutput = {
     __typename?: 'AIOpsChangeImpactTaskOutput';
     perServiceAnalysis?: Maybe<Array<AiOpsServiceChangeAnalysis>>;
 };
@@ -531,8 +538,9 @@
 };
 export declare type AiOpsInvestigationCompleted = {
     __typename?: 'AIOpsInvestigationCompleted';
     changeCandidateFunnelCounts?: Maybe<Scalars['String']['output']>;
+    changeCandidateFunnelMetrics?: Maybe<AiOpsChangeCandidateFunnelCounts>;
     error?: Maybe<Scalars['String']['output']>;
     errorContextSummary?: Maybe<Scalars['String']['output']>;
     investigationJourney?: Maybe<Scalars['String']['output']>;
     likelyRootCauses?: Maybe<Array<AiOpsLikelyRootCause>>;
@@ -2157,8 +2165,9 @@
     category?: InputMaybe<Scalars['String']['input']>;
     description?: InputMaybe<Scalars['String']['input']>;
     settings?: InputMaybe<AvpDashboardSettingsInput>;
     title?: InputMaybe<Scalars['String']['input']>;
+    type?: InputMaybe<AvpDashboardType>;
 };
 export declare enum AvpDashboardPermissionType {
     Closed = "CLOSED",
     Manage = "MANAGE",
@@ -3290,8 +3299,9 @@
 };
 export declare type ActivitiesArguments = {
     accountIds?: InputMaybe<Array<Scalars['ID']['input']>>;
     cloudIds?: InputMaybe<Array<Scalars['ID']['input']>>;
+    collabContextId?: InputMaybe<Scalars['ID']['input']>;
     containerIds?: InputMaybe<Array<Scalars['ID']['input']>>;
     earliestStart?: InputMaybe<Scalars['String']['input']>;
     eventTypes?: InputMaybe<Array<ActivityEventType>>;
     latestStart?: InputMaybe<Scalars['String']['input']>;
@@ -3459,8 +3469,9 @@
 }
 export declare type ActivityFilter = {
     actors?: InputMaybe<Array<Scalars['ID']['input']>>;
     arguments?: InputMaybe<ActivityFilterArgs>;
+    collabContextId?: InputMaybe<Scalars['ID']['input']>;
     rootContainerIds?: InputMaybe<Array<Scalars['ID']['input']>>;
     type?: InputMaybe<ActivitiesFilterType>;
 };
 export declare type ActivityFilterArgs = {
@@ -6940,9 +6951,13 @@
     iconUrl?: Maybe<Scalars['String']['output']>;
     id?: Maybe<AgentStudioSurfaceId>;
 };
 export declare enum AgentStudioSurfaceId {
+    AssignableAgentsJira = "ASSIGNABLE_AGENTS_JIRA",
+    DesktopApp = "DESKTOP_APP",
+    Extension = "EXTENSION",
     HelpCenter = "HELP_CENTER",
+    Mobile = "MOBILE",
     Portal = "PORTAL",
     RovoChat = "ROVO_CHAT",
     Slack = "SLACK"
 }
@@ -7770,8 +7785,11 @@
 export declare type AgentWorkspaceCreateTeamFromGroupInput = {
     groupAri: Scalars['ID']['input'];
     groupName: Scalars['String']['input'];
 };
+export declare type AgentWorkspaceCreateWfoSummaryViewInput = {
+    projectAri: Scalars['ID']['input'];
+};
 export declare enum AgentWorkspaceDayOfWeek {
     Friday = "FRIDAY",
     Monday = "MONDAY",
     Saturday = "SATURDAY",
@@ -7849,8 +7867,12 @@
     __typename?: 'AgentWorkspaceDraftedRoutingTableStatus';
     draftId?: Maybe<Scalars['ID']['output']>;
     serviceFieldId?: Maybe<Scalars['String']['output']>;
 };
+export declare enum AgentWorkspaceEditBoundReason {
+    AdjacentShift = "ADJACENT_SHIFT",
+    ScheduleOccurrenceBoundary = "SCHEDULE_OCCURRENCE_BOUNDARY"
+}
 export declare type AgentWorkspaceEditCoverShiftInput = {
     agentId: Scalars['ID']['input'];
     coveringShiftId: Scalars['ID']['input'];
     newAgentId?: InputMaybe<Scalars['ID']['input']>;
@@ -8381,9 +8403,16 @@
 };
 export declare type AgentWorkspaceShiftEditBounds = {
     __typename?: 'AgentWorkspaceShiftEditBounds';
     editableWindow: AgentWorkspaceTimeRange;
+    endBound: AgentWorkspaceShiftEditBoundsEdge;
+    startBound: AgentWorkspaceShiftEditBoundsEdge;
 };
+export declare type AgentWorkspaceShiftEditBoundsEdge = {
+    __typename?: 'AgentWorkspaceShiftEditBoundsEdge';
+    reason: AgentWorkspaceEditBoundReason;
+    time: Scalars['DateTime']['output'];
+};
 export declare type AgentWorkspaceShiftEditBoundsInput = {
     occurrenceAgentId: Scalars['ID']['input'];
     occurrenceStartTime: Scalars['DateTime']['input'];
     projectARI: Scalars['ID']['input'];
@@ -8600,9 +8629,9 @@
 };
 export declare type AgentWorkspaceSubmitDraftedRoutingTableInput = {
     cloudId: Scalars['ID']['input'];
     draftId?: InputMaybe<Scalars['ID']['input']>;
-    expectedSetupVersion: Scalars['Int']['input'];
+    expectedSetupVersion?: InputMaybe<Scalars['Int']['input']>;
     fieldId: Scalars['String']['input'];
     projectKey: Scalars['String']['input'];
     selectedServiceIds?: InputMaybe<Array<Scalars['String']['input']>>;
     serviceFieldType?: InputMaybe<AgentWorkspaceSmartRoutingServiceFieldType>;
@@ -8846,8 +8875,11 @@
     __typename?: 'AgentWorkspaceWfoSummaryView';
     dashboardId?: Maybe<Scalars['ID']['output']>;
     viewId: Scalars['ID']['output'];
 };
+export declare type AgentWorkspaceWfoSummaryViewQueryInput = {
+    projectAri: Scalars['ID']['input'];
+};
 export declare type AgentWorkspaceWorkloadJqlConfig = {
     __typename?: 'AgentWorkspaceWorkloadJqlConfig';
     jql: Scalars['String']['output'];
 };
@@ -8909,8 +8941,9 @@
 export declare type AiCoreApiRsaEmployeeTicketsResult = AiCoreApiRsaEmployeeTicketsPayload | QueryError;
 export declare type AiCoreApiRsaFetchReportResult = AiCoreApiRsaReportPayload | QueryError;
 export declare type AiCoreApiRsaFunnelMetricsPayload = {
     __typename?: 'AiCoreApiRsaFunnelMetricsPayload';
+    conversationsStarted: Scalars['Int']['output'];
     ticketsAssignedToRovo: Scalars['Int']['output'];
     ticketsWithResolutionPlan: Scalars['Int']['output'];
 };
 export declare type AiCoreApiRsaFunnelMetricsResult = AiCoreApiRsaFunnelMetricsPayload | QueryError;
@@ -8946,8 +8979,9 @@
 export declare type AiCoreApiRsaReportPayload = {
     __typename?: 'AiCoreApiRsaReportPayload';
     assisted?: Maybe<AiCoreApiRsaAssistedResult>;
     completedAt?: Maybe<Scalars['String']['output']>;
+    createdAt?: Maybe<Scalars['String']['output']>;
     employee?: Maybe<AiCoreApiRsaEmployeeResult>;
     errorCode?: Maybe<Scalars['String']['output']>;
     errorMessage?: Maybe<Scalars['String']['output']>;
     funnel?: Maybe<AiCoreApiRsaFunnelResult>;
@@ -16743,10 +16777,13 @@
     UsecaseNotImplemented = "USECASE_NOT_IMPLEMENTED"
 }
 export declare type CcpCreateEntitlementExperienceOptions = {
     confirmationScreen?: InputMaybe<CcpCreateEntitlementExperienceOptionsConfirmationScreen>;
+    existingEntitlementOverrides?: InputMaybe<Array<CcpExperienceExistingEntitlementOverrideInput>>;
+    targetEntitlementOverride?: InputMaybe<CcpExperienceTargetEntitlementOverrideInput>;
 };
 export declare enum CcpCreateEntitlementExperienceOptionsConfirmationScreen {
+    CollectionComparisonIntercept = "COLLECTION_COMPARISON_INTERCEPT",
     Comparison = "COMPARISON",
     Default = "DEFAULT"
 }
 export declare type CcpCreateEntitlementInput = {
@@ -17123,8 +17160,15 @@
     __typename?: 'CcpExperienceCapability';
     experienceUrl?: Maybe<Scalars['String']['output']>;
     isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
 };
+export declare type CcpExperienceExistingEntitlementOverrideInput = {
+    chargeQuantitiesForRecurringEstimate?: InputMaybe<Array<CcpBillEstimateChargeQuantityInput>>;
+    entitlementId: Scalars['ID']['input'];
+};
+export declare type CcpExperienceTargetEntitlementOverrideInput = {
+    chargeQuantitiesForRecurringEstimate?: InputMaybe<Array<CcpBillEstimateChargeQuantityInput>>;
+};
 export declare type CcpExtension = {
     __typename?: 'CcpExtension';
     ari?: Maybe<Scalars['String']['output']>;
     catalogAccountId?: Maybe<Scalars['String']['output']>;
@@ -22385,8 +22429,9 @@
     orderBuilderType: CommerceExpOrderBuilderType;
     orderId?: InputMaybe<Scalars['String']['input']>;
     promotionsInput?: InputMaybe<CommerceExpPromotionsInput>;
     transactionAccountId: Scalars['ID']['input'];
+    unbundleCollectionOrderInput?: InputMaybe<CommerceExpUnbundleCollectionOrderInput>;
     undoScheduledDeactivationInput?: InputMaybe<CommerceExpUndoScheduledDeactivationInput>;
 };
 export declare enum CommerceExpOrderBuilderType {
     AddOnsPurchase = "ADD_ONS_PURCHASE",
@@ -22398,8 +22443,9 @@
     MultipleEntitlementUpdates = "MULTIPLE_ENTITLEMENT_UPDATES",
     OpsgenieMigration = "OPSGENIE_MIGRATION",
     OptOutTrial = "OPT_OUT_TRIAL",
     Promotions = "PROMOTIONS",
+    UnbundleCollection = "UNBUNDLE_COLLECTION",
     UndoScheduledDeactivation = "UNDO_SCHEDULED_DEACTIVATION"
 }
 export declare type CommerceExpOrderCreationItem = {
     __typename?: 'CommerceExpOrderCreationItem';
@@ -23183,8 +23229,12 @@
     entitlementId?: Maybe<Scalars['ID']['output']>;
     phases?: Maybe<Array<Maybe<CommerceExpPhase>>>;
     transactionAccountId?: Maybe<Scalars['ID']['output']>;
 };
+export declare type CommerceExpSelectedInstanceOffering = {
+    entitlementId: Scalars['String']['input'];
+    selectedOfferingId: Scalars['String']['input'];
+};
 export declare type CommerceExpSendNotificationInput = {
     customMessage?: InputMaybe<Scalars['String']['input']>;
     invoiceGroupId: Scalars['String']['input'];
     requesterAccountId: Scalars['String']['input'];
@@ -23416,8 +23466,12 @@
 export declare type CommerceExpTrialIntentInput = {
     behaviourAtEndOfTrial?: InputMaybe<CommerceExpBehaviourAtEndOfTrial>;
     skipTrial?: InputMaybe<Scalars['Boolean']['input']>;
 };
+export declare type CommerceExpUnbundleCollectionOrderInput = {
+    entitlementId: Scalars['String']['input'];
+    selectedInstanceOfferings?: InputMaybe<Array<CommerceExpSelectedInstanceOffering>>;
+};
 export declare type CommerceExpUnbundledCollectionTransition = {
     __typename?: 'CommerceExpUnbundledCollectionTransition';
     breachedLimits: Array<Scalars['String']['output']>;
     isDefault: Scalars['Boolean']['output'];
@@ -29670,9 +29724,9 @@
     latestVersion?: Maybe<ConfluenceContentVersion>;
     links?: Maybe<ConfluenceCommentLinks>;
     name?: Maybe<Scalars['String']['output']>;
     operations?: Maybe<Array<Maybe<OperationCheckResult>>>;
-    reactions?: Maybe<Array<ConfluenceCommentReactionSummary>>;
+    reactions?: Maybe<Array<Maybe<ConfluenceCommentReactionSummary>>>;
     status?: Maybe<ConfluenceCommentStatus>;
 };
 export declare type ConfluenceCommentConnection = {
     __typename?: 'ConfluenceCommentConnection';
@@ -29711,16 +29765,16 @@
     webUi?: Maybe<Scalars['String']['output']>;
 };
 export declare type ConfluenceCommentReactionSummary = {
     __typename?: 'ConfluenceCommentReactionSummary';
-    ari: Scalars['ID']['output'];
-    containerAri: Scalars['ID']['output'];
-    count: Scalars['Int']['output'];
-    emojiId: Scalars['ID']['output'];
-    emojiName: Scalars['String']['output'];
-    emojiPath: Scalars['String']['output'];
-    id: Scalars['ID']['output'];
-    reacted: Scalars['Boolean']['output'];
+    ari?: Maybe<Scalars['ID']['output']>;
+    containerAri?: Maybe<Scalars['ID']['output']>;
+    count?: Maybe<Scalars['Int']['output']>;
+    emojiId?: Maybe<Scalars['ID']['output']>;
+    emojiName?: Maybe<Scalars['String']['output']>;
+    emojiPath?: Maybe<Scalars['String']['output']>;
+    id?: Maybe<Scalars['ID']['output']>;
+    reacted?: Maybe<Scalars['Boolean']['output']>;
 };
 export declare type ConfluenceCommentResolutionState = {
     __typename?: 'ConfluenceCommentResolutionState';
     commentId: Scalars['ID']['output'];
@@ -30504,8 +30558,9 @@
 export declare type ConfluenceCreateContentApprovalRequestInput = {
     comment?: InputMaybe<Scalars['String']['input']>;
     contentId: Scalars['ID']['input'];
     contentStatus: GraphQlContentStatus;
+    dueDate?: InputMaybe<Scalars['String']['input']>;
     reviewers?: InputMaybe<Array<InputMaybe<ConfluenceContentApprovalReviewerInput>>>;
     version: Scalars['Int']['input'];
 };
 export declare type ConfluenceCreateCsvExportTaskInput = {
@@ -31291,9 +31346,9 @@
     latestVersion?: Maybe<ConfluenceContentVersion>;
     links?: Maybe<ConfluenceCommentLinks>;
     name?: Maybe<Scalars['String']['output']>;
     operations?: Maybe<Array<Maybe<OperationCheckResult>>>;
-    reactions?: Maybe<Array<ConfluenceCommentReactionSummary>>;
+    reactions?: Maybe<Array<Maybe<ConfluenceCommentReactionSummary>>>;
     status?: Maybe<ConfluenceCommentStatus>;
 };
 export declare type ConfluenceForgeContextToken = {
     __typename?: 'ConfluenceForgeContextToken';
@@ -31576,9 +31631,9 @@
     latestVersion?: Maybe<ConfluenceContentVersion>;
     links?: Maybe<ConfluenceCommentLinks>;
     name?: Maybe<Scalars['String']['output']>;
     operations?: Maybe<Array<Maybe<OperationCheckResult>>>;
-    reactions?: Maybe<Array<ConfluenceCommentReactionSummary>>;
+    reactions?: Maybe<Array<Maybe<ConfluenceCommentReactionSummary>>>;
     resolutionStatus?: Maybe<ConfluenceInlineCommentResolutionStatus>;
     status?: Maybe<ConfluenceCommentStatus>;
 };
 export declare type ConfluenceInlineCommentCreated = {
@@ -35450,10 +35505,12 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type ConfluenceUpdateContentApprovalRequestInput = {
     approvalStatus?: InputMaybe<ConfluenceWorkflowReviewStatus>;
+    clearDueDate?: InputMaybe<Scalars['Boolean']['input']>;
     comment?: InputMaybe<Scalars['String']['input']>;
     contentApprovalReviewId: Scalars['Long']['input'];
+    dueDate?: InputMaybe<Scalars['String']['input']>;
     reviewers?: InputMaybe<Array<InputMaybe<ConfluenceContentApprovalReviewerInput>>>;
     workflowApplicationId: Scalars['Long']['input'];
 };
 export declare type ConfluenceUpdateContentDirectRestrictionsInput = {
@@ -36341,8 +36398,9 @@
 };
 export declare type ConfluenceWorkflowReview = {
     __typename?: 'ConfluenceWorkflowReview';
     comment?: Maybe<Scalars['String']['output']>;
+    dueDate?: Maybe<ConfluenceApprovalsDate>;
     id: Scalars['ID']['output'];
     reviewStatus: ConfluenceWorkflowReviewStatus;
     reviewers: Array<Maybe<ConfluenceWorkflowReviewer>>;
     workflowApplicationId?: Maybe<Scalars['ID']['output']>;
@@ -36357,8 +36415,9 @@
     __typename?: 'ConfluenceWorkflowReviewWithDecisions';
     creationDate?: Maybe<ConfluenceApprovalsDate>;
     creator?: Maybe<AtlassianUser>;
     creatorAaid?: Maybe<Scalars['ID']['output']>;
+    dueDate?: Maybe<ConfluenceApprovalsDate>;
     id: Scalars['ID']['output'];
     reviewComment?: Maybe<Scalars['String']['output']>;
     reviewLastModified?: Maybe<ConfluenceApprovalsDate>;
     reviewStatus: ConfluenceWorkflowReviewStatus;
@@ -39433,13 +39492,15 @@
     __typename?: 'CsmAiConfluenceKnowledgeFilter';
     knowledgeGapFilter?: Maybe<Array<CsmAiKnowledgeGapSpace>>;
     parentFilter?: Maybe<Array<Scalars['ID']['output']>>;
     spaceFilter?: Maybe<Array<Scalars['ID']['output']>>;
+    ticketsAsKnowledgeFilter?: Maybe<Array<CsmAiTicketsAsKnowledgeSpace>>;
 };
 export declare type CsmAiConfluenceKnowledgeFilterInput = {
     knowledgeGapFilter?: InputMaybe<Array<CsmAiKnowledgeGapSpaceInput>>;
     parentFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
     spaceFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
+    ticketsAsKnowledgeFilter?: InputMaybe<Array<CsmAiTicketsAsKnowledgeSpaceInput>>;
 };
 export declare type CsmAiConnectorConfiguration = CsmAiMessageHandoff | CsmAiTicketingHandoff;
 export declare type CsmAiConnectorConfigurationInput = {
     messageHandoff?: InputMaybe<CsmAiMessageHandoffInput>;
@@ -39643,8 +39704,17 @@
 };
 export declare type CsmAiTicketingHandoffInput = {
     formId: Scalars['ID']['input'];
 };
+export declare type CsmAiTicketsAsKnowledgeSpace = {
+    __typename?: 'CsmAiTicketsAsKnowledgeSpace';
+    enabled: Scalars['Boolean']['output'];
+    spaceAri: Scalars['ID']['output'];
+};
+export declare type CsmAiTicketsAsKnowledgeSpaceInput = {
+    enabled?: Scalars['Boolean']['input'];
+    spaceAri: Scalars['ID']['input'];
+};
 export declare type CsmAiUpdateActionInput = {
     actionType?: InputMaybe<CsmAiActionType>;
     apiOperation?: InputMaybe<CsmAiApiOperationInput>;
     authentication?: InputMaybe<CsmAiAuthenticationInput>;
@@ -42627,21 +42697,31 @@
     Owner = "OWNER"
 }
 export declare type DevAiAutodevNextWorkstreamSettings = {
     __typename?: 'DevAiAutodevNextWorkstreamSettings';
+    assignees?: Maybe<Array<User>>;
+    classificationRepositoryUrl?: Maybe<Scalars['String']['output']>;
     defaultJiraProjectAri?: Maybe<Scalars['ID']['output']>;
     eligibilityCriteria?: Maybe<Scalars['String']['output']>;
     notifications?: Maybe<DevAiAutodevNextNotificationSettings>;
+    pullRequestMessage?: Maybe<Scalars['String']['output']>;
+    pullRequestPrefix?: Maybe<Scalars['String']['output']>;
     scanSchedule?: Maybe<DevAiAutodevNextScanSchedule>;
+    sessionPrompt?: Maybe<Scalars['String']['output']>;
     suggestedJql?: Maybe<Scalars['String']['output']>;
     taskOverdueAfterDays?: Maybe<Scalars['Int']['output']>;
     wipLimit?: Maybe<Scalars['Int']['output']>;
 };
 export declare type DevAiAutodevNextWorkstreamSettingsInput = {
+    assignees?: InputMaybe<Array<Scalars['ID']['input']>>;
+    classificationRepositoryUrl?: InputMaybe<Scalars['String']['input']>;
     defaultJiraProjectAri?: InputMaybe<Scalars['ID']['input']>;
     eligibilityCriteria?: InputMaybe<Scalars['String']['input']>;
     notifications?: InputMaybe<DevAiAutodevNextNotificationSettingsInput>;
+    pullRequestMessage?: InputMaybe<Scalars['String']['input']>;
+    pullRequestPrefix?: InputMaybe<Scalars['String']['input']>;
     scanSchedule?: InputMaybe<DevAiAutodevNextScanScheduleInput>;
+    sessionPrompt?: InputMaybe<Scalars['String']['input']>;
     suggestedJql?: InputMaybe<Scalars['String']['input']>;
     taskOverdueAfterDays?: InputMaybe<Scalars['Int']['input']>;
     wipLimit?: InputMaybe<Scalars['Int']['input']>;
 };
@@ -43527,8 +43607,9 @@
 };
 export declare type DevAiWorkspaceFilter = {
     id: Scalars['String']['input'];
     name: Scalars['String']['input'];
+    scm?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type DevConsoleActiveDistributionLink = {
     __typename?: 'DevConsoleActiveDistributionLink';
     products: Array<Scalars['String']['output']>;
@@ -46773,9 +46854,9 @@
     __typename?: 'ExternalAssociationEdge';
     cursor?: Maybe<Scalars['String']['output']>;
     node?: Maybe<ExternalAssociation>;
 };
-export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalExperimental | ExternalFeatureFlag | ExternalLead | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
+export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalExperimental | ExternalFeatureFlag | ExternalLead | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTempMicrosoftTeamsMessage | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
 export declare type ExternalAttachment = {
     __typename?: 'ExternalAttachment';
     byteSize?: Maybe<Scalars['Long']['output']>;
     fileType?: Maybe<Scalars['String']['output']>;
@@ -47654,8 +47735,9 @@
     repository?: Maybe<Array<Maybe<ExternalRepository>>>;
     softwareService?: Maybe<Array<Maybe<ExternalSoftwareService>>>;
     space?: Maybe<Array<Maybe<ExternalSpace>>>;
     team?: Maybe<Array<Maybe<ExternalTeam>>>;
+    tempMicrosoftTeamsMessage?: Maybe<Array<Maybe<ExternalTempMicrosoftTeamsMessage>>>;
     test?: Maybe<Array<Maybe<ExternalTest>>>;
     testExecution?: Maybe<Array<Maybe<ExternalTestExecution>>>;
     testPlan?: Maybe<Array<Maybe<ExternalTestPlan>>>;
     testRun?: Maybe<Array<Maybe<ExternalTestRun>>>;
@@ -47664,9 +47746,9 @@
     vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
     workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
     worker?: Maybe<Array<Maybe<ExternalWorker>>>;
 };
-export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalExperimental | ExternalFeatureFlag | ExternalLead | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
+export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalExperimental | ExternalFeatureFlag | ExternalLead | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalProject | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTempMicrosoftTeamsMessage | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
 export declare type ExternalEntityExtendedValue = {
     __typename?: 'ExternalEntityExtendedValue';
     dataType?: Maybe<Scalars['String']['output']>;
     fieldDisplayName?: Maybe<ExternalEntityExtendedValueDisplayName>;
@@ -48265,8 +48347,31 @@
     thumbnail?: Maybe<ExternalThumbnail>;
     updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
     url?: Maybe<Scalars['String']['output']>;
 };
+export declare type ExternalTempMicrosoftTeamsMessage = Node & {
+    __typename?: 'ExternalTempMicrosoftTeamsMessage';
+    associatedWith?: Maybe<ExternalAssociationConnection>;
+    container?: Maybe<ExternalEntity>;
+    containerId?: Maybe<Scalars['ID']['output']>;
+    createdAt?: Maybe<Scalars['String']['output']>;
+    createdBy?: Maybe<ExternalUser>;
+    description?: Maybe<Scalars['String']['output']>;
+    displayName?: Maybe<Scalars['String']['output']>;
+    externalId?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    importance?: Maybe<Scalars['String']['output']>;
+    lastUpdated?: Maybe<Scalars['String']['output']>;
+    lastUpdatedBy?: Maybe<ExternalUser>;
+    owners?: Maybe<Array<Maybe<ExternalUser>>>;
+    parent?: Maybe<ExternalEntity>;
+    parentId?: Maybe<Scalars['ID']['output']>;
+    provider?: Maybe<ExternalProvider>;
+    thirdPartyId?: Maybe<Scalars['String']['output']>;
+    thumbnail?: Maybe<ExternalThumbnail>;
+    updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
+    url?: Maybe<Scalars['String']['output']>;
+};
 export declare type ExternalTest = Node & {
     __typename?: 'ExternalTest';
     associatedWith?: Maybe<ExternalAssociationConnection>;
     container?: Maybe<ExternalEntity>;
@@ -48429,8 +48534,10 @@
     __typename?: 'ExternalVideo';
     associatedWith?: Maybe<ExternalAssociationConnection>;
     chapters?: Maybe<Array<Maybe<ExternalChapter>>>;
     commentCount?: Maybe<Scalars['Long']['output']>;
+    container?: Maybe<ExternalEntity>;
+    containerId?: Maybe<Scalars['ID']['output']>;
     contributors?: Maybe<Array<Maybe<ExternalContributor>>>;
     createdAt?: Maybe<Scalars['String']['output']>;
     createdBy?: Maybe<ExternalUser>;
     description?: Maybe<Scalars['String']['output']>;
@@ -48442,8 +48549,10 @@
     id: Scalars['ID']['output'];
     lastUpdated?: Maybe<Scalars['String']['output']>;
     lastUpdatedBy?: Maybe<ExternalUser>;
     owners?: Maybe<Array<Maybe<ExternalUser>>>;
+    parent?: Maybe<ExternalEntity>;
+    parentId?: Maybe<Scalars['ID']['output']>;
     provider?: Maybe<ExternalProvider>;
     textTracks?: Maybe<Array<Maybe<ExternalTrack>>>;
     thirdPartyId?: Maybe<Scalars['String']['output']>;
     thumbnailUrl?: Maybe<Scalars['String']['output']>;
@@ -50116,8 +50225,9 @@
 export declare type GetAllPlanOwnersFilterInput = {
     jiraProjectAri?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type GetAllPlansFilterInput = {
+    access?: InputMaybe<PlanAccessFilter>;
     excludeOwnerId?: InputMaybe<Scalars['String']['input']>;
     jiraProjectAri?: InputMaybe<Scalars['String']['input']>;
     ownerId?: InputMaybe<Scalars['String']['input']>;
     ownerIds?: InputMaybe<Array<Scalars['String']['input']>>;
@@ -51380,8 +51490,9 @@
     instructions: Scalars['String']['input'];
     name: Scalars['String']['input'];
     tags?: InputMaybe<Array<Scalars['String']['input']>>;
     tools?: InputMaybe<Array<GraphIntegrationSkillToolInput>>;
+    visibility?: InputMaybe<GraphIntegrationSkillVisibilityInput>;
 };
 export declare type GraphIntegrationDataConnector = {
     __typename?: 'GraphIntegrationDataConnector';
     connectorKey: Scalars['String']['output'];
@@ -51526,8 +51637,14 @@
 export declare enum GraphIntegrationMcpAdminManagementMcpRegistrationSource {
     Customer = "CUSTOMER",
     Global = "GLOBAL"
 }
+export declare enum GraphIntegrationMcpAdminManagementMcpServerAuthType {
+    ApiToken = "API_TOKEN",
+    None = "NONE",
+    Oauth = "OAUTH",
+    OauthClientCredentials = "OAUTH_CLIENT_CREDENTIALS"
+}
 export declare type GraphIntegrationMcpAdminManagementMcpServerConnection = {
     __typename?: 'GraphIntegrationMcpAdminManagementMcpServerConnection';
     edges?: Maybe<Array<GraphIntegrationMcpAdminManagementMcpServerEdge>>;
     error?: Maybe<QueryError>;
@@ -51616,8 +51733,9 @@
     DenyServerRemoved = "DENY_SERVER_REMOVED",
     NewToolDeny = "NEW_TOOL_DENY"
 }
 export declare type GraphIntegrationMcpAdminManagementRegisterMcpServerInput = {
+    authType?: InputMaybe<GraphIntegrationMcpAdminManagementMcpServerAuthType>;
     autoEnableNewTools?: InputMaybe<Scalars['Boolean']['input']>;
     cloudId: Scalars['ID']['input'];
     displayName: Scalars['String']['input'];
     endpointPath?: InputMaybe<Scalars['String']['input']>;
@@ -51868,8 +51986,15 @@
     Red = "RED",
     Teal = "TEAL",
     Yellow = "YELLOW"
 }
+export declare enum GraphIntegrationSkillConsumer {
+    RovoAgents = "ROVO_AGENTS",
+    RovoClaw = "ROVO_CLAW"
+}
+export declare type GraphIntegrationSkillConsumerVisibilityInput = {
+    optIn?: InputMaybe<Array<GraphIntegrationSkillConsumer>>;
+};
 export declare enum GraphIntegrationSkillDimension {
     Products = "PRODUCTS"
 }
 export declare type GraphIntegrationSkillDimensionItem = {
@@ -51932,9 +52057,10 @@
     iconUrl: Scalars['String']['output'];
     id: Scalars['String']['output'];
 };
 export declare enum GraphIntegrationSkillSurface {
-    RovoAgents = "ROVO_AGENTS"
+    RovoAgents = "ROVO_AGENTS",
+    RovoClaw = "ROVO_CLAW"
 }
 export declare type GraphIntegrationSkillTool = {
     __typename?: 'GraphIntegrationSkillTool';
     id: Scalars['String']['output'];
@@ -51960,8 +52086,11 @@
     iconKey?: Maybe<Scalars['String']['output']>;
     iconUrl?: Maybe<Scalars['String']['output']>;
     products: Array<Scalars['String']['output']>;
 };
+export declare type GraphIntegrationSkillVisibilityInput = {
+    consumer?: InputMaybe<GraphIntegrationSkillConsumerVisibilityInput>;
+};
 export declare enum GraphIntegrationStatus {
     Disabled = "DISABLED",
     Enabled = "ENABLED"
 }
@@ -51969,8 +52098,9 @@
     Automation = "AUTOMATION",
     Pollinator = "POLLINATOR",
     Rovo = "ROVO",
     RovoAgents = "ROVO_AGENTS",
+    RovoClaw = "ROVO_CLAW",
     Studio = "STUDIO"
 }
 export declare type GraphIntegrationTwgCapabilityContainer = {
     __typename?: 'GraphIntegrationTwgCapabilityContainer';
@@ -52057,8 +52187,9 @@
     name?: InputMaybe<Scalars['String']['input']>;
     skillAri: Scalars['ID']['input'];
     tags?: InputMaybe<Array<Scalars['String']['input']>>;
     tools?: InputMaybe<Array<GraphIntegrationSkillToolInput>>;
+    visibility?: InputMaybe<GraphIntegrationSkillVisibilityInput>;
 };
 export declare type GraphIssueAssociatedDesignPayload = Payload & {
     __typename?: 'GraphIssueAssociatedDesignPayload';
     errors?: Maybe<Array<MutationError>>;
@@ -55108,8 +55239,10 @@
     focusAreaHasWatcher?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherConnection>;
     focusAreaHasWatcherBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
     focusAreaHasWatcherInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherInverseConnection>;
     focusAreaHasWatcherInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
+    getDynamicNodeTypes?: Maybe<GraphStoreDynamicNodeTypeConnection>;
+    getDynamicRelationshipTypes?: Maybe<GraphStoreDynamicRelationshipTypeConnection>;
     graphDocument3pDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection>;
     graphDocumentReplicates3pDocumentGoogleDriveDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocumentReplicates3pDocumentGoogleDriveDocumentInverseConnection>;
     graphDocumentReplicates3pDocumentGoogleDriveOtherInverse?: Maybe<GraphStoreSimplifiedGraphDocumentReplicates3pDocumentGoogleDriveOtherInverseConnection>;
     graphDocumentReplicates3pDocumentGoogleDrivePdfInverse?: Maybe<GraphStoreSimplifiedGraphDocumentReplicates3pDocumentGoogleDrivePdfInverseConnection>;
@@ -58916,8 +59049,18 @@
     ids: Array<Scalars['ID']['input']>;
     queryContext?: InputMaybe<Scalars['String']['input']>;
     sort?: InputMaybe<GraphStoreFocusAreaHasWatcherSortInput>;
 };
+export declare type GraphStoreGetDynamicNodeTypesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    workspaceAri: Scalars['ID']['input'];
+};
+export declare type GraphStoreGetDynamicRelationshipTypesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    workspaceAri: Scalars['ID']['input'];
+};
 export declare type GraphStoreGraphDocument3pDocumentInverseArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -68659,8 +68802,30 @@
 };
 export declare type GraphStoreDeploymentContainsCommitSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
+export declare type GraphStoreDynamicNodeType = {
+    __typename?: 'GraphStoreDynamicNodeType';
+    deleted: Scalars['Boolean']['output'];
+    description?: Maybe<Scalars['String']['output']>;
+    id: Scalars['String']['output'];
+    metadata?: Maybe<Scalars['JSON']['output']>;
+    name: Scalars['String']['output'];
+    schemaId?: Maybe<Scalars['String']['output']>;
+    type: Scalars['String']['output'];
+    version: Scalars['Long']['output'];
+};
+export declare type GraphStoreDynamicNodeTypeConnection = HasPageInfo & {
+    __typename?: 'GraphStoreDynamicNodeTypeConnection';
+    edges: Array<GraphStoreDynamicNodeTypeEdge>;
+    nodes: Array<GraphStoreDynamicNodeType>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreDynamicNodeTypeEdge = {
+    __typename?: 'GraphStoreDynamicNodeTypeEdge';
+    cursor: Scalars['String']['output'];
+    node: GraphStoreDynamicNodeType;
+};
 export declare type GraphStoreDynamicRelationshipAssetToAssetSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
 export declare type GraphStoreDynamicRelationshipAssetToGroupSortInput = {
@@ -68674,8 +68839,31 @@
 };
 export declare type GraphStoreDynamicRelationshipAssetToUserSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
+export declare type GraphStoreDynamicRelationshipType = {
+    __typename?: 'GraphStoreDynamicRelationshipType';
+    deleted: Scalars['Boolean']['output'];
+    description?: Maybe<Scalars['String']['output']>;
+    fromType: Array<Scalars['String']['output']>;
+    id: Scalars['String']['output'];
+    includeChildren?: Maybe<Scalars['Boolean']['output']>;
+    name: Scalars['String']['output'];
+    staticTypeId?: Maybe<Scalars['String']['output']>;
+    targetType: Array<Scalars['String']['output']>;
+    version: Scalars['Long']['output'];
+};
+export declare type GraphStoreDynamicRelationshipTypeConnection = HasPageInfo & {
+    __typename?: 'GraphStoreDynamicRelationshipTypeConnection';
+    edges: Array<GraphStoreDynamicRelationshipTypeEdge>;
+    nodes: Array<GraphStoreDynamicRelationshipType>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreDynamicRelationshipTypeEdge = {
+    __typename?: 'GraphStoreDynamicRelationshipTypeEdge';
+    cursor: Scalars['String']['output'];
+    node: GraphStoreDynamicRelationshipType;
+};
 export declare type GraphStoreEntityIsRelatedToEntitySortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
 export declare type GraphStoreEntityRepresentsConfluenceSpaceSortInput = {
@@ -113038,8 +113226,9 @@
 };
 export declare type HelpCenter = Node & {
     __typename?: 'HelpCenter';
     announcements?: Maybe<HelpCenterAnnouncements>;
+    autoLinkingEnabled?: Maybe<Scalars['Boolean']['output']>;
     helpCenterBranding?: Maybe<HelpCenterBranding>;
     hoistedProjectId?: Maybe<Scalars['ID']['output']>;
     hoistedProjectKey?: Maybe<Scalars['String']['output']>;
     homePageLayout?: Maybe<HelpCenterHomePageLayout>;
@@ -116668,8 +116857,9 @@
 export declare type JiraAgentSessionCreateEvent = {
     __typename?: 'JiraAgentSessionCreateEvent';
     agent?: Maybe<JiraAgent>;
     conversationId: Scalars['String']['output'];
+    startTime?: Maybe<Scalars['Long']['output']>;
     triggeredBy?: Maybe<User>;
 };
 export declare type JiraAgentSessionEdge = {
     __typename?: 'JiraAgentSessionEdge';
@@ -119051,13 +119241,17 @@
 };
 export declare type JiraBoardViewFieldSwimlaneTotalIssueCountArgs = {
     settings?: InputMaybe<JiraBoardViewSettings>;
 };
+export declare type JiraBoardViewFieldSwimlaneAgent = {
+    __typename?: 'JiraBoardViewFieldSwimlaneAgent';
+    agent?: Maybe<User>;
+};
 export declare type JiraBoardViewFieldSwimlaneUser = {
     __typename?: 'JiraBoardViewFieldSwimlaneUser';
     user?: Maybe<User>;
 };
-export declare type JiraBoardViewFieldSwimlaneValue = JiraBoardViewFieldSwimlaneUser | JiraIssue | JiraOption | JiraPriority | JiraTownsquareProject;
+export declare type JiraBoardViewFieldSwimlaneValue = JiraBoardViewFieldSwimlaneAgent | JiraBoardViewFieldSwimlaneUser | JiraIssue | JiraOption | JiraPriority | JiraTownsquareProject;
 export declare type JiraBoardViewInput = {
     jiraBoardViewQueryInput?: InputMaybe<JiraBoardViewQueryInput>;
     settings?: InputMaybe<JiraBoardViewSettings>;
     viewQueryInput?: InputMaybe<JiraViewQueryInput>;
@@ -119567,8 +119761,9 @@
     boardCreator?: Maybe<User>;
     boardId?: Maybe<Scalars['ID']['output']>;
     boardLocation?: Maybe<JiraBoardLocationModel>;
     boardName?: Maybe<Scalars['String']['output']>;
+    boardType?: Maybe<JiraCfoBoardType>;
     dimensions?: Maybe<Array<Maybe<JiraCfoDimension>>>;
     metrics?: Maybe<Array<Maybe<JiraCfoMetric>>>;
     optimizationSuggestion?: Maybe<Scalars['String']['output']>;
     perfStatus?: Maybe<JiraCfoBoardPerformanceStatus>;
@@ -119592,8 +119787,13 @@
     Fast = "FAST",
     Moderate = "MODERATE",
     Slow = "SLOW"
 }
+export declare enum JiraCfoBoardType {
+    Kanban = "KANBAN",
+    Scrum = "SCRUM",
+    Simple = "SIMPLE"
+}
 export declare type JiraCfoClientSetupConfig = {
     __typename?: 'JiraCFOClientSetupConfig';
     distribution?: Maybe<Array<Maybe<JiraCfoDistribution>>>;
     name?: Maybe<Scalars['String']['output']>;
@@ -120660,8 +120860,10 @@
     AiPanelServicedesk = "AI_PANEL_SERVICEDESK",
     Attachments = "ATTACHMENTS",
     ChildWorkItem = "CHILD_WORK_ITEM",
     Description = "DESCRIPTION",
+    IncidentSummaryServicedesk = "INCIDENT_SUMMARY_SERVICEDESK",
+    IncidentTimelineServicedesk = "INCIDENT_TIMELINE_SERVICEDESK",
     LinkedWorkItem = "LINKED_WORK_ITEM",
     ProformaForms = "PROFORMA_FORMS",
     SimilarIssues = "SIMILAR_ISSUES",
     UnifiedWorkSection = "UNIFIED_WORK_SECTION"
@@ -121767,8 +121969,28 @@
     parentExternalUuid?: InputMaybe<Scalars['String']['input']>;
     parentOptionId?: InputMaybe<Scalars['Long']['input']>;
     value: Scalars['String']['input'];
 };
+export declare type JiraCustomFieldOptionUsageMetric = JiraResourceUsageMetricV2 & Node & {
+    __typename?: 'JiraCustomFieldOptionUsageMetric';
+    cleanupValue?: Maybe<Scalars['Long']['output']>;
+    currentValue?: Maybe<Scalars['Long']['output']>;
+    fieldsOverLimit?: Maybe<Scalars['Int']['output']>;
+    fieldsReachingLimit?: Maybe<Scalars['Int']['output']>;
+    id: Scalars['ID']['output'];
+    key?: Maybe<Scalars['String']['output']>;
+    thresholdValue?: Maybe<Scalars['Long']['output']>;
+    values?: Maybe<JiraResourceUsageMetricValueConnection>;
+    warningValue?: Maybe<Scalars['Long']['output']>;
+};
+export declare type JiraCustomFieldOptionUsageMetricValuesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    before?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    fromDate?: InputMaybe<Scalars['Date']['input']>;
+    last?: InputMaybe<Scalars['Int']['input']>;
+    toDate?: InputMaybe<Scalars['Date']['input']>;
+};
 export declare type JiraCustomFieldType = {
     __typename?: 'JiraCustomFieldType';
     category?: Maybe<JiraCustomFieldTypeCategory>;
     description?: Maybe<Scalars['String']['output']>;
@@ -123423,18 +123645,63 @@
 export declare type JiraFieldPredictionCandidateInput = {
     id: Scalars['String']['input'];
     value?: InputMaybe<Scalars['String']['input']>;
 };
+export declare type JiraFieldPredictionFieldInput = {
+    candidates?: InputMaybe<Array<JiraFieldPredictionCandidateInput>>;
+    fieldId: Scalars['String']['input'];
+    maxResults?: InputMaybe<Scalars['Int']['input']>;
+    predictionTypes?: InputMaybe<Array<JiraFieldPredictionType>>;
+    searchFilter?: InputMaybe<Scalars['String']['input']>;
+};
+export declare type JiraFieldPredictionFieldResult = {
+    __typename?: 'JiraFieldPredictionFieldResult';
+    errorMessage?: Maybe<Scalars['String']['output']>;
+    fieldId: Scalars['String']['output'];
+    predictions: Array<JiraFieldPredictionOutcome>;
+    success: Scalars['Boolean']['output'];
+};
+export declare type JiraFieldPredictionOutcome = {
+    __typename?: 'JiraFieldPredictionOutcome';
+    candidates: Array<JiraFieldPredictionRankedCandidate>;
+    predictionType: JiraFieldPredictionType;
+    skippedReason?: Maybe<JiraFieldPredictionSkipReason>;
+};
+export declare type JiraFieldPredictionRankedCandidate = {
+    __typename?: 'JiraFieldPredictionRankedCandidate';
+    id: Scalars['String']['output'];
+    recommended: Scalars['Boolean']['output'];
+    score?: Maybe<Scalars['Float']['output']>;
+    value?: Maybe<Scalars['String']['output']>;
+};
 export declare type JiraFieldPredictionResult = {
     __typename?: 'JiraFieldPredictionResult';
     candidatesAboveThreshold?: Maybe<Scalars['Int']['output']>;
     predictions?: Maybe<Array<Maybe<JiraFieldPredictionCandidate>>>;
     success?: Maybe<Scalars['Boolean']['output']>;
 };
+export declare enum JiraFieldPredictionSkipReason {
+    FieldTypeUnsupported = "FIELD_TYPE_UNSUPPORTED",
+    InsufficientContext = "INSUFFICIENT_CONTEXT",
+    MissingSemanticContext = "MISSING_SEMANTIC_CONTEXT",
+    Unauthenticated = "UNAUTHENTICATED"
+}
 export declare enum JiraFieldPredictionSource {
     Agent = "AGENT",
     Gic = "GIC"
 }
+export declare enum JiraFieldPredictionType {
+    Behavioural = "BEHAVIOURAL",
+    KnnSimilarIssues = "KNN_SIMILAR_ISSUES",
+    Semantic = "SEMANTIC",
+    SimilarIssues = "SIMILAR_ISSUES",
+    Urs = "URS"
+}
+export declare type JiraFieldPredictionsResult = {
+    __typename?: 'JiraFieldPredictionsResult';
+    fieldResults: Array<JiraFieldPredictionFieldResult>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type JiraFieldScheme = Node & {
     __typename?: 'JiraFieldScheme';
     associatedIssueTypes?: Maybe<JiraIssueTypeConnection>;
     associatedProjects?: Maybe<JiraProjectConnection>;
@@ -125305,8 +125572,10 @@
     id: Scalars['ID']['output'];
     incidentActionItems?: Maybe<GraphIncidentHasActionItemRelationshipConnection>;
     incidentLinkedJswIssues?: Maybe<GraphIncidentLinkedJswIssueRelationshipConnection>;
     incidentSuggestion?: Maybe<AiOpsIncidentSuggestionAsyncResult>;
+    incidentTimeline?: Maybe<AiOpsIncidentTimelineIccResponse>;
+    isAboveThreshold?: Maybe<Scalars['Boolean']['output']>;
     isArchived?: Maybe<Scalars['Boolean']['output']>;
     isChatOpsEntitlementEnabled?: Maybe<Scalars['Boolean']['output']>;
     isFlagged?: Maybe<Scalars['Boolean']['output']>;
     isIncidentManagementEnabled?: Maybe<Scalars['Boolean']['output']>;
@@ -125661,8 +125930,11 @@
     first?: InputMaybe<Scalars['Int']['input']>;
     last?: InputMaybe<Scalars['Int']['input']>;
     orderBy?: InputMaybe<Scalars['String']['input']>;
 };
+export declare type JiraIssueIncidentTimelineArgs = {
+    limit?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare type JiraIssueIssueAiSummaryArgs = {
     type: JiraIssueAiSummaryType;
 };
 export declare type JiraIssueIssueLinksArgs = {
@@ -132877,8 +133149,9 @@
     isCreatedFromAgenticTemplate?: Maybe<Scalars['Boolean']['output']>;
     isExplicitFieldAssociationsEnabled?: Maybe<Scalars['Boolean']['output']>;
     isFavourite?: Maybe<Scalars['Boolean']['output']>;
     isGlobalComponentsEnabled?: Maybe<Scalars['Boolean']['output']>;
+    isIncidentCommandCenterEnabled?: Maybe<Scalars['Boolean']['output']>;
     isLiveTemplate?: Maybe<Scalars['Boolean']['output']>;
     isNfaEnabled?: Maybe<Scalars['Boolean']['output']>;
     isNpleDisabled?: Maybe<Scalars['Boolean']['output']>;
     isPlaybooksEnabled?: Maybe<Scalars['Boolean']['output']>;
@@ -132916,8 +133189,9 @@
     projectType?: Maybe<JiraProjectType>;
     projectTypeName?: Maybe<Scalars['String']['output']>;
     projectUrl?: Maybe<Scalars['String']['output']>;
     projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
+    queues?: Maybe<JiraServiceManagementProjectQueueConnection>;
     reportCategories?: Maybe<JiraReportCategoryConnection>;
     repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
     requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
     requiredOnIssueTypes?: Maybe<JiraIssueTypeConnection>;
@@ -133087,8 +133361,12 @@
 export declare type JiraProjectProjectFieldTypeGroupsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
+export declare type JiraProjectQueuesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare type JiraProjectReportCategoriesArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     before?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -134147,8 +134425,9 @@
     favouriteFilters?: Maybe<JiraFilterConnection>;
     favourites?: Maybe<JiraFavouriteConnection>;
     fieldConfigById?: Maybe<Array<Maybe<JiraIssueFieldConfig>>>;
     fieldPrediction?: Maybe<JiraFieldPredictionResult>;
+    fieldPredictions?: Maybe<JiraFieldPredictionsResult>;
     fieldSetViewQueryByProject?: Maybe<JiraFieldSetViewResult>;
     fieldSetsById?: Maybe<JiraIssueSearchFieldSetConnection>;
     fields?: Maybe<JiraJqlFieldConnectionResult>;
     filter?: Maybe<JiraFilter>;
@@ -134638,8 +134917,19 @@
     semanticContextDescription?: InputMaybe<Scalars['String']['input']>;
     sessionId: Scalars['String']['input'];
     source?: InputMaybe<JiraFieldPredictionSource>;
 };
+export declare type JiraQueryFieldPredictionsArgs = {
+    cloudId: Scalars['ID']['input'];
+    fields: Array<JiraFieldPredictionFieldInput>;
+    issueId?: InputMaybe<Scalars['ID']['input']>;
+    issueTypeId?: InputMaybe<Scalars['ID']['input']>;
+    projectId?: InputMaybe<Scalars['ID']['input']>;
+    semanticContext?: InputMaybe<Scalars['String']['input']>;
+    semanticContextDescription?: InputMaybe<Scalars['String']['input']>;
+    sessionId: Scalars['String']['input'];
+    source?: InputMaybe<JiraFieldPredictionSource>;
+};
 export declare type JiraQueryFieldSetViewQueryByProjectArgs = {
     cloudId: Scalars['ID']['input'];
     issueKey?: InputMaybe<Scalars['String']['input']>;
     issueTypeId?: InputMaybe<Scalars['ID']['input']>;
@@ -135743,8 +136033,12 @@
 export declare type JiraRankNavigationItemPayloadNavigationItemsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
+export declare type JiraRankOperationInput = {
+    edge: JiraRankMutationEdge;
+    relativeToIssue: Scalars['ID']['input'];
+};
 export declare type JiraRecentItemsFilter = {
     includeArchivedProjects?: InputMaybe<Scalars['Boolean']['input']>;
     keyword?: InputMaybe<Scalars['String']['input']>;
     types?: InputMaybe<Array<JiraSearchableEntityType>>;
@@ -136398,8 +136692,17 @@
     __typename?: 'JiraRemoveJiraBitbucketWorkspaceConnectionPayload';
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
 };
+export declare type JiraRemoveLinkedAgentContextItemInput = {
+    sourceAri: Scalars['ID']['input'];
+    targetAri: Scalars['ID']['input'];
+};
+export declare type JiraRemoveLinkedAgentContextItemPayload = {
+    __typename?: 'JiraRemoveLinkedAgentContextItemPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type JiraRemovePostIncidentReviewLinkMutationInput = {
     incidentId: Scalars['ID']['input'];
     postIncidentReviewLinkId: Scalars['ID']['input'];
 };
@@ -138118,8 +138421,20 @@
     __typename?: 'JiraServiceManagementProjectNavigationMetadata';
     queueId: Scalars['ID']['output'];
     queueName: Scalars['String']['output'];
 };
+export declare type JiraServiceManagementProjectQueue = {
+    __typename?: 'JiraServiceManagementProjectQueue';
+    id: Scalars['ID']['output'];
+    jql?: Maybe<Scalars['String']['output']>;
+    name?: Maybe<Scalars['String']['output']>;
+};
+export declare type JiraServiceManagementProjectQueueConnection = {
+    __typename?: 'JiraServiceManagementProjectQueueConnection';
+    nodes: Array<JiraServiceManagementProjectQueue>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
 export declare type JiraServiceManagementProjectTeamType = {
     __typename?: 'JiraServiceManagementProjectTeamType';
     teamType?: Maybe<Scalars['String']['output']>;
 };
@@ -139789,16 +140104,23 @@
 };
 export declare type JiraSpaceSearchForYouConnection = {
     __typename?: 'JiraSpaceSearchForYouConnection';
     edges?: Maybe<Array<Maybe<JiraSpaceSearchForYouEdge>>>;
+    error?: Maybe<JiraSpaceSearchForYouError>;
     pageInfo: PageInfo;
 };
 export declare type JiraSpaceSearchForYouEdge = {
     __typename?: 'JiraSpaceSearchForYouEdge';
     cursor: Scalars['String']['output'];
     node?: Maybe<JiraProject>;
     projectId: Scalars['ID']['output'];
 };
+export declare type JiraSpaceSearchForYouError = {
+    __typename?: 'JiraSpaceSearchForYouError';
+    errorType: Scalars['String']['output'];
+    message: Scalars['String']['output'];
+    statusCode: Scalars['Int']['output'];
+};
 export declare type JiraSpaceSearchForYouInput = {
     spaceId?: InputMaybe<Scalars['ID']['input']>;
     teamId?: InputMaybe<Scalars['ID']['input']>;
     userId?: InputMaybe<Scalars['ID']['input']>;
@@ -140130,8 +140452,13 @@
     statusCategory: JiraStatusCategory;
     type: Scalars['String']['output'];
     userFieldConfig?: Maybe<JiraUserFieldConfig>;
 };
+export declare enum JiraStatusCategoryFilter {
+    Done = "DONE",
+    InProgress = "IN_PROGRESS",
+    Todo = "TODO"
+}
 export declare type JiraStatusCategoryProgress = {
     __typename?: 'JiraStatusCategoryProgress';
     statusCategory?: Maybe<JiraStatusCategory>;
     value?: Maybe<Scalars['Float']['output']>;
@@ -140147,8 +140474,19 @@
     __typename?: 'JiraStatusCategoryProgressEdge';
     cursor: Scalars['String']['output'];
     node?: Maybe<JiraStatusCategoryProgress>;
 };
+export declare type JiraStatusConnection = HasPageInfo & {
+    __typename?: 'JiraStatusConnection';
+    edges?: Maybe<Array<JiraStatusEdge>>;
+    nodes?: Maybe<Array<JiraStatus>>;
+    pageInfo: PageInfo;
+};
+export declare type JiraStatusEdge = {
+    __typename?: 'JiraStatusEdge';
+    cursor: Scalars['String']['output'];
+    node?: Maybe<JiraStatus>;
+};
 export declare type JiraStatusField = JiraIssueField & JiraIssueFieldConfiguration & JiraListRowField & JiraUserIssueFieldConfiguration & Node & {
     __typename?: 'JiraStatusField';
     aliasFieldId?: Maybe<Scalars['ID']['output']>;
     description?: Maybe<Scalars['String']['output']>;
@@ -141646,8 +141984,18 @@
     __typename?: 'JiraUpdateOverviewPlanMigrationChangeboardingPayload';
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
 };
+export declare type JiraUpdateParentAndRankInput = {
+    issue: Scalars['ID']['input'];
+    parent?: InputMaybe<JiraParentFieldOperationInput>;
+    rank: JiraRankOperationInput;
+};
+export declare type JiraUpdateParentAndRankPayload = Payload & {
+    __typename?: 'JiraUpdateParentAndRankPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type JiraUpdateParentFieldInput = {
     id: Scalars['ID']['input'];
     operation: JiraParentFieldOperationInput;
 };
@@ -146185,9 +146533,9 @@
     fieldId: Scalars['ID']['input'];
     logicalOperator: KitsuneLogicalOperator;
     values: KitsuneFilterValueInput;
 };
-export declare type KitsuneFilterValue = KitsuneCustomerNode | KitsuneDateValue | KitsuneFieldValue | KitsuneNumberValue | KitsuneSourceCategory | KitsuneTextValue | KitsuneUser;
+export declare type KitsuneFilterValue = KitsuneCustomerNode | KitsuneDateValue | KitsuneFieldValue | KitsuneIdeaNode | KitsuneNumberValue | KitsuneOrganizationNode | KitsuneSourceCategory | KitsuneTextValue | KitsuneUser;
 export declare type KitsuneFilterValueInput = {
     valueDate?: InputMaybe<Array<Scalars['Date']['input']>>;
     valueId?: InputMaybe<Array<Scalars['ID']['input']>>;
     valueNumber?: InputMaybe<Array<Scalars['Float']['input']>>;
@@ -146196,16 +146544,22 @@
 export declare type KitsuneHighlightFragment = {
     __typename?: 'KitsuneHighlightFragment';
     text: Scalars['String']['output'];
 };
+export declare type KitsuneIdeaNode = {
+    __typename?: 'KitsuneIdeaNode';
+    idea?: Maybe<JiraIssue>;
+    ideaId: Scalars['ID']['output'];
+};
 export declare type KitsuneInsight = Node & {
     __typename?: 'KitsuneInsight';
     content: Scalars['KitsuneADF']['output'];
     createdAt: Scalars['DateTime']['output'];
     creator?: Maybe<User>;
     creatorId?: Maybe<Scalars['ID']['output']>;
     externalId?: Maybe<Scalars['ID']['output']>;
     id: Scalars['ID']['output'];
+    ideas: Array<KitsuneIdeaNode>;
     jiraIssue?: Maybe<JiraIssue>;
     nbSnippets: Scalars['Int']['output'];
     snippets: KitsuneSnippetConnection;
     summary?: Maybe<KitsuneSummary>;
@@ -146296,8 +146650,13 @@
     __typename?: 'KitsuneOrganizationEdge';
     cursor: Scalars['String']['output'];
     node?: Maybe<KitsuneOrganization>;
 };
+export declare type KitsuneOrganizationNode = {
+    __typename?: 'KitsuneOrganizationNode';
+    organization?: Maybe<CustomerServiceCsmOrganization>;
+    organizationId: Scalars['ID']['output'];
+};
 export declare type KitsunePaginationInput = {
     after?: InputMaybe<Scalars['String']['input']>;
     before?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -153674,8 +154033,12 @@
     Failed = "FAILED",
     InProgress = "IN_PROGRESS",
     Succeeded = "SUCCEEDED"
 }
+export declare enum MercuryBaselineType {
+    Benefit = "BENEFIT",
+    Cost = "COST"
+}
 export declare type MercuryBenefitItem = Node & {
     __typename?: 'MercuryBenefitItem';
     benefitItemSummary?: Maybe<MercuryBenefitItemSummary>;
     benefitType?: Maybe<MercuryBenefitType>;
@@ -153692,8 +154055,33 @@
 export declare type MercuryBenefitItemTagsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
+export declare type MercuryBenefitItemActivityHistory = Node & {
+    __typename?: 'MercuryBenefitItemActivityHistory';
+    benefitItemId: Scalars['ID']['output'];
+    currency: Scalars['String']['output'];
+    eventTimestamp: Scalars['String']['output'];
+    eventType: MercuryBenefitItemEventType;
+    fields?: Maybe<Array<Maybe<MercuryBenefitItemUpdatedField>>>;
+    fieldsChanged?: Maybe<Array<Maybe<MercuryBenefitItemField>>>;
+    id: Scalars['ID']['output'];
+    user?: Maybe<User>;
+};
+export declare type MercuryBenefitItemActivityHistoryConnection = {
+    __typename?: 'MercuryBenefitItemActivityHistoryConnection';
+    edges?: Maybe<Array<Maybe<MercuryBenefitItemActivityHistoryEdge>>>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type MercuryBenefitItemActivityHistoryEdge = {
+    __typename?: 'MercuryBenefitItemActivityHistoryEdge';
+    cursor: Scalars['String']['output'];
+    node?: Maybe<MercuryBenefitItemActivityHistory>;
+};
+export declare type MercuryBenefitItemActivitySort = {
+    order: SortOrder;
+};
 export declare type MercuryBenefitItemConnection = {
     __typename?: 'MercuryBenefitItemConnection';
     edges?: Maybe<Array<MercuryBenefitItemEdge>>;
     pageInfo: PageInfo;
@@ -153703,8 +154091,16 @@
     __typename?: 'MercuryBenefitItemEdge';
     cursor: Scalars['String']['output'];
     node?: Maybe<MercuryBenefitItem>;
 };
+export declare enum MercuryBenefitItemEventType {
+    CreateBenefitPeriodValue = "CREATE_BENEFIT_PERIOD_VALUE",
+    DeleteBenefitPeriodValue = "DELETE_BENEFIT_PERIOD_VALUE",
+    UpdateBenefitPeriodValue = "UPDATE_BENEFIT_PERIOD_VALUE"
+}
+export declare enum MercuryBenefitItemField {
+    BenefitPeriodValue = "BENEFIT_PERIOD_VALUE"
+}
 export declare type MercuryBenefitItemSort = {
     field: MercuryBenefitItemSortField;
     order: SortOrder;
 };
@@ -153717,8 +154113,15 @@
     benefitPeriodValues?: Maybe<Array<Maybe<MercuryBenefitPeriodValue>>>;
     estimateAtCompletion?: Maybe<MercuryEstimateBenefitAtCompletion>;
     financialVersionBenefitSummaries?: Maybe<Array<Maybe<MercuryFinancialVersionBenefitSummary>>>;
 };
+export declare type MercuryBenefitItemUpdatedField = {
+    __typename?: 'MercuryBenefitItemUpdatedField';
+    field: MercuryBenefitItemField;
+    fieldId: Scalars['ID']['output'];
+    newValue?: Maybe<Scalars['String']['output']>;
+    oldValue?: Maybe<Scalars['String']['output']>;
+};
 export declare type MercuryBenefitPeriodValue = Node & {
     __typename?: 'MercuryBenefitPeriodValue';
     amount?: Maybe<MercuryMoney>;
     financialVersion?: Maybe<MercuryFinancialVersion>;
@@ -153804,8 +154207,13 @@
 export declare type MercuryBusinessDomainsQueryApiBusinessDomainsArgs = {
     ids: Array<Scalars['ID']['input']>;
 };
 export declare type MercuryChange = MercuryArchiveFocusAreaChange | MercuryChangeParentFocusAreaChange | MercuryCreateFocusAreaChange | MercuryMoveFundsChange | MercuryMovePositionsChange | MercuryPositionAllocationChange | MercuryRenameFocusAreaChange | MercuryRequestFundsChange | MercuryRequestPositionsChange;
+export declare type MercuryChangeActivityHistoryMetadata = MercuryActivityHistoryMetadata & {
+    __typename?: 'MercuryChangeActivityHistoryMetadata';
+    changeType: Scalars['String']['output'];
+    kind: MercuryActivityHistoryUpdatedFieldKind;
+};
 export declare type MercuryChangeConnection = {
     __typename?: 'MercuryChangeConnection';
     edges?: Maybe<Array<Maybe<MercuryChangeEdge>>>;
     pageInfo: PageInfo;
@@ -153884,8 +154292,9 @@
 };
 export declare type MercuryChangeProposalActivityHistory = Node & {
     __typename?: 'MercuryChangeProposalActivityHistory';
     changeProposalId: Scalars['ID']['output'];
+    currency: Scalars['String']['output'];
     eventTimestamp: Scalars['String']['output'];
     eventType: MercuryChangeProposalEventType;
     fields?: Maybe<Array<Maybe<MercuryChangeProposalUpdatedField>>>;
     fieldsChanged?: Maybe<Array<Maybe<MercuryChangeProposalField>>>;
@@ -153944,8 +154353,13 @@
     __typename?: 'MercuryChangeProposalCountByStatus';
     count?: Maybe<Scalars['Int']['output']>;
     status?: Maybe<MercuryChangeProposalStatus>;
 };
+export declare type MercuryChangeProposalCustomFieldActivityHistoryMetadata = MercuryActivityHistoryMetadata & {
+    __typename?: 'MercuryChangeProposalCustomFieldActivityHistoryMetadata';
+    kind: MercuryActivityHistoryUpdatedFieldKind;
+    searchKey: Scalars['String']['output'];
+};
 export declare type MercuryChangeProposalCustomFieldDefinitionScope = MercuryCustomFieldDefinitionScope & {
     __typename?: 'MercuryChangeProposalCustomFieldDefinitionScope';
     entityType: Scalars['String']['output'];
 };
@@ -154077,8 +154491,9 @@
 };
 export declare type MercuryChangeProposalUpdatedField = {
     __typename?: 'MercuryChangeProposalUpdatedField';
     field: MercuryChangeProposalField;
+    metadata?: Maybe<Array<MercuryActivityHistoryMetadata>>;
     newData?: Maybe<MercuryChangeProposalActivityHistoryData>;
     newValue?: Maybe<Scalars['String']['output']>;
     oldData?: Maybe<MercuryChangeProposalActivityHistoryData>;
     oldValue?: Maybe<Scalars['String']['output']>;
@@ -154241,8 +154656,33 @@
 export declare type MercuryCostItemTagsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
+export declare type MercuryCostItemActivityHistory = Node & {
+    __typename?: 'MercuryCostItemActivityHistory';
+    costItemId: Scalars['ID']['output'];
+    currency: Scalars['String']['output'];
+    eventTimestamp: Scalars['String']['output'];
+    eventType: MercuryCostItemEventType;
+    fields?: Maybe<Array<Maybe<MercuryCostItemUpdatedField>>>;
+    fieldsChanged?: Maybe<Array<Maybe<MercuryCostItemField>>>;
+    id: Scalars['ID']['output'];
+    user?: Maybe<User>;
+};
+export declare type MercuryCostItemActivityHistoryConnection = {
+    __typename?: 'MercuryCostItemActivityHistoryConnection';
+    edges?: Maybe<Array<Maybe<MercuryCostItemActivityHistoryEdge>>>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type MercuryCostItemActivityHistoryEdge = {
+    __typename?: 'MercuryCostItemActivityHistoryEdge';
+    cursor: Scalars['String']['output'];
+    node?: Maybe<MercuryCostItemActivityHistory>;
+};
+export declare type MercuryCostItemActivitySort = {
+    order: SortOrder;
+};
 export declare type MercuryCostItemClassificationInput = {
     costSubtypeId?: InputMaybe<Scalars['ID']['input']>;
     costTypeId?: InputMaybe<Scalars['ID']['input']>;
 };
@@ -154256,8 +154696,16 @@
     __typename?: 'MercuryCostItemEdge';
     cursor: Scalars['String']['output'];
     node?: Maybe<MercuryCostItem>;
 };
+export declare enum MercuryCostItemEventType {
+    CreateCostPeriodValue = "CREATE_COST_PERIOD_VALUE",
+    DeleteCostPeriodValue = "DELETE_COST_PERIOD_VALUE",
+    UpdateCostPeriodValue = "UPDATE_COST_PERIOD_VALUE"
+}
+export declare enum MercuryCostItemField {
+    CostPeriodValue = "COST_PERIOD_VALUE"
+}
 export declare type MercuryCostItemSort = {
     field: MercuryCostItemSortField;
     order: SortOrder;
 };
@@ -154270,8 +154718,15 @@
     costPeriodValues?: Maybe<Array<Maybe<MercuryCostPeriodValue>>>;
     estimateAtCompletion?: Maybe<MercuryEstimateCostAtCompletion>;
     financialVersionCostSummaries?: Maybe<Array<Maybe<MercuryFinancialVersionCostSummary>>>;
 };
+export declare type MercuryCostItemUpdatedField = {
+    __typename?: 'MercuryCostItemUpdatedField';
+    field: MercuryCostItemField;
+    fieldId: Scalars['ID']['output'];
+    newValue?: Maybe<Scalars['String']['output']>;
+    oldValue?: Maybe<Scalars['String']['output']>;
+};
 export declare type MercuryCostPeriodValue = Node & {
     __typename?: 'MercuryCostPeriodValue';
     amount?: Maybe<MercuryMoney>;
     financialVersion?: Maybe<MercuryFinancialVersion>;
@@ -154478,8 +154933,19 @@
 };
 export declare type MercuryCreateDateCustomFieldDefinitionInput = {
     base: MercuryCreateBaseCustomFieldDefinitionInput;
 };
+export declare type MercuryCreateDraftPlanInput = {
+    endDate: Scalars['Date']['input'];
+    organizationId: Scalars['ID']['input'];
+    startDate: Scalars['Date']['input'];
+};
+export declare type MercuryCreateDraftPlanPayload = Payload & {
+    __typename?: 'MercuryCreateDraftPlanPayload';
+    errors?: Maybe<Array<MutationError>>;
+    plan?: Maybe<MercuryPlan>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type MercuryCreateFiscalCalendarConfigurationInput = {
     cloudId?: InputMaybe<Scalars['ID']['input']>;
     startMonthNumber: Scalars['Int']['input'];
 };
@@ -155577,14 +156043,22 @@
 };
 export declare type MercuryFocusAreaActivitySort = {
     order: SortOrder;
 };
+export declare type MercuryFocusAreaBaselineActivityHistoryMetadata = MercuryActivityHistoryMetadata & {
+    __typename?: 'MercuryFocusAreaBaselineActivityHistoryMetadata';
+    baselineType?: Maybe<MercuryBaselineType>;
+    endYearMonth?: Maybe<Scalars['String']['output']>;
+    kind: MercuryActivityHistoryUpdatedFieldKind;
+    startYearMonth?: Maybe<Scalars['String']['output']>;
+};
 export declare type MercuryFocusAreaBenefitSummary = {
     __typename?: 'MercuryFocusAreaBenefitSummary';
     estimateAtCompletion?: Maybe<MercuryEstimateBenefitAtCompletion>;
     financialVersionBenefitPerYearMonthSummaries?: Maybe<Array<Maybe<MercuryFinancialVersionBenefitPerYearMonthSummary>>>;
     financialVersionBenefitSummaries?: Maybe<Array<Maybe<MercuryFinancialVersionBenefitSummary>>>;
     focusAreaId: Scalars['ID']['output'];
+    remainingEstimateAtCompletion?: Maybe<MercuryRemainingEstimateBenefitAtCompletion>;
     returnOnInvestment?: Maybe<Scalars['Float']['output']>;
 };
 export declare type MercuryFocusAreaBudget = Node & {
     __typename?: 'MercuryFocusAreaBudget';
@@ -155596,8 +156070,13 @@
     id: Scalars['ID']['output'];
     updatedBy?: Maybe<User>;
     updatedDate?: Maybe<Scalars['DateTime']['output']>;
 };
+export declare type MercuryFocusAreaBudgetActivityHistoryMetadata = MercuryActivityHistoryMetadata & {
+    __typename?: 'MercuryFocusAreaBudgetActivityHistoryMetadata';
+    fiscalYear?: Maybe<Scalars['Int']['output']>;
+    kind: MercuryActivityHistoryUpdatedFieldKind;
+};
 export declare type MercuryFocusAreaBudgetConnection = {
     __typename?: 'MercuryFocusAreaBudgetConnection';
     edges?: Maybe<Array<MercuryFocusAreaBudgetEdge>>;
     pageInfo: PageInfo;
@@ -155864,14 +156343,16 @@
 };
 export declare enum MercuryFocusAreaSortField {
     Budget = "BUDGET",
     FocusAreaType = "FOCUS_AREA_TYPE",
+    GroupType = "GROUP_TYPE",
     HasParent = "HAS_PARENT",
     Health = "HEALTH",
     HierarchyLevel = "HIERARCHY_LEVEL",
     LastUpdated = "LAST_UPDATED",
     Name = "NAME",
     Rank = "RANK",
+    Ranking = "RANKING",
     Spend = "SPEND",
     Starred = "STARRED",
     Status = "STATUS",
     TargetDate = "TARGET_DATE",
@@ -156236,13 +156717,15 @@
 export declare type MercuryFundsQueryApi = {
     __typename?: 'MercuryFundsQueryApi';
     activeCurrency: MercuryCurrency;
     activeFiscalCalendarConfiguration?: Maybe<MercuryFiscalCalendarConfiguration>;
+    benefitItemActivityHistoryByIds?: Maybe<Array<Maybe<MercuryBenefitItemActivityHistory>>>;
     benefitItems?: Maybe<Array<Maybe<MercuryBenefitItem>>>;
     benefitItemsSearch?: Maybe<MercuryBenefitItemConnection>;
     benefitPeriodValues?: Maybe<Array<Maybe<MercuryBenefitPeriodValue>>>;
     benefitTypes?: Maybe<Array<Maybe<MercuryBenefitType>>>;
     benefitTypesByIds?: Maybe<Array<Maybe<MercuryBenefitType>>>;
+    costItemActivityHistoryByIds?: Maybe<Array<Maybe<MercuryCostItemActivityHistory>>>;
     costItems?: Maybe<Array<Maybe<MercuryCostItem>>>;
     costItemsSearch?: Maybe<MercuryCostItemConnection>;
     costPeriodValues?: Maybe<Array<Maybe<MercuryCostPeriodValue>>>;
     costSubtypes?: Maybe<Array<Maybe<MercuryCostSubtype>>>;
@@ -156264,8 +156747,10 @@
     focusAreaMonthlySummaries?: Maybe<Array<Maybe<MercuryFocusAreaFundsMonthlySummary>>>;
     fundsPermissionsByFocusAreaId?: Maybe<Array<MercuryFundsPermission>>;
     investmentCategories?: Maybe<Array<Maybe<MercuryInvestmentCategory>>>;
     investmentCategoriesSearch?: Maybe<MercuryInvestmentCategoryConnection>;
+    searchBenefitItemActivityHistory?: Maybe<MercuryBenefitItemActivityHistoryConnection>;
+    searchCostItemActivityHistory?: Maybe<MercuryCostItemActivityHistoryConnection>;
     setBenefitBaselineAndDescendantsJob?: Maybe<MercuryBaselineJob>;
     setCostBaselineAndDescendantsJob?: Maybe<MercuryBaselineJob>;
     unsetBenefitBaselineAndDescendantsJob?: Maybe<MercuryBaselineJob>;
     unsetCostBaselineAndDescendantsJob?: Maybe<MercuryBaselineJob>;
@@ -156275,8 +156760,11 @@
 };
 export declare type MercuryFundsQueryApiActiveFiscalCalendarConfigurationArgs = {
     cloudId?: InputMaybe<Scalars['ID']['input']>;
 };
+export declare type MercuryFundsQueryApiBenefitItemActivityHistoryByIdsArgs = {
+    ids: Array<Scalars['ID']['input']>;
+};
 export declare type MercuryFundsQueryApiBenefitItemsArgs = {
     ids: Array<Scalars['ID']['input']>;
 };
 export declare type MercuryFundsQueryApiBenefitItemsSearchArgs = {
@@ -156294,8 +156782,11 @@
 };
 export declare type MercuryFundsQueryApiBenefitTypesByIdsArgs = {
     ids: Array<Scalars['ID']['input']>;
 };
+export declare type MercuryFundsQueryApiCostItemActivityHistoryByIdsArgs = {
+    ids: Array<Scalars['ID']['input']>;
+};
 export declare type MercuryFundsQueryApiCostItemsArgs = {
     ids: Array<Scalars['ID']['input']>;
 };
 export declare type MercuryFundsQueryApiCostItemsSearchArgs = {
@@ -156393,8 +156884,22 @@
     first?: InputMaybe<Scalars['Int']['input']>;
     q?: InputMaybe<Scalars['String']['input']>;
     sort?: InputMaybe<Array<InputMaybe<MercuryInvestmentCategorySort>>>;
 };
+export declare type MercuryFundsQueryApiSearchBenefitItemActivityHistoryArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    cloudId: Scalars['ID']['input'];
+    first?: InputMaybe<Scalars['Int']['input']>;
+    q?: InputMaybe<Scalars['String']['input']>;
+    sort?: InputMaybe<Array<InputMaybe<MercuryBenefitItemActivitySort>>>;
+};
+export declare type MercuryFundsQueryApiSearchCostItemActivityHistoryArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    cloudId: Scalars['ID']['input'];
+    first?: InputMaybe<Scalars['Int']['input']>;
+    q?: InputMaybe<Scalars['String']['input']>;
+    sort?: InputMaybe<Array<InputMaybe<MercuryCostItemActivitySort>>>;
+};
 export declare type MercuryFundsQueryApiSetBenefitBaselineAndDescendantsJobArgs = {
     cloudId: Scalars['ID']['input'];
     id: Scalars['ID']['input'];
 };
@@ -156773,8 +157278,18 @@
     __typename?: 'MercuryLinkFocusAreasToFocusAreaPayload';
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
 };
+export declare type MercuryLinkFocusAreasToPlanInput = {
+    focusAreaIds: Array<Scalars['ID']['input']>;
+    planId: Scalars['ID']['input'];
+};
+export declare type MercuryLinkFocusAreasToPlanPayload = Payload & {
+    __typename?: 'MercuryLinkFocusAreasToPlanPayload';
+    errors?: Maybe<Array<MutationError>>;
+    plan?: Maybe<MercuryPlan>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type MercuryLinkFocusAreasToPortfolioInput = {
     cloudId: Scalars['ID']['input'];
     focusAreaIds: Array<Scalars['ID']['input']>;
     portfolioId: Scalars['ID']['input'];
@@ -157078,8 +157593,9 @@
     recreatePortfolioFocusAreas?: Maybe<MercuryUpdatePortfolioPayload>;
     removeUserAccessToFocusArea?: Maybe<MercuryRemoveUserAccessToFocusAreaPayload>;
     removeWatcherFromFocusArea?: Maybe<MercuryRemoveWatcherFromFocusAreaPayload>;
     reorderFocusAreaCustomFieldDefinitionOptions?: Maybe<MercuryReorderCustomFieldDefinitionOptionsPayload>;
+    rerankFocusAreaAbsolute?: Maybe<MercuryRerankFocusAreaAbsolutePayload>;
     rerankFocusAreas?: Maybe<MercuryRerankFocusAreasPayload>;
     setFocusAreaCustomFieldValue?: Maybe<MercurySetFocusAreaCustomFieldPayload>;
     setFocusAreaCustomFieldValues?: Maybe<MercurySetFocusAreaCustomFieldsPayload>;
     setPreference?: Maybe<MercurySetPreferencePayload>;
@@ -157194,8 +157710,11 @@
 };
 export declare type MercuryMutationApiReorderFocusAreaCustomFieldDefinitionOptionsArgs = {
     input: MercuryReorderCustomFieldDefinitionOptionsInput;
 };
+export declare type MercuryMutationApiRerankFocusAreaAbsoluteArgs = {
+    input: MercuryRerankFocusAreaAbsoluteInput;
+};
 export declare type MercuryMutationApiRerankFocusAreasArgs = {
     input: MercuryRerankFocusAreasInput;
 };
 export declare type MercuryMutationApiSetFocusAreaCustomFieldValueArgs = {
@@ -157459,8 +157978,32 @@
 export declare type MercuryOrganizationAbout = {
     __typename?: 'MercuryOrganizationAbout';
     editorAdfContent?: Maybe<Scalars['String']['output']>;
 };
+export declare type MercuryOrganizationActivityHistory = Node & {
+    __typename?: 'MercuryOrganizationActivityHistory';
+    eventTimestamp: Scalars['String']['output'];
+    eventType: MercuryOrganizationEventType;
+    fields?: Maybe<Array<Maybe<MercuryOrganizationUpdatedField>>>;
+    fieldsChanged?: Maybe<Array<Maybe<MercuryOrganizationField>>>;
+    id: Scalars['ID']['output'];
+    organizationId: Scalars['ID']['output'];
+    user?: Maybe<User>;
+};
+export declare type MercuryOrganizationActivityHistoryConnection = {
+    __typename?: 'MercuryOrganizationActivityHistoryConnection';
+    edges?: Maybe<Array<Maybe<MercuryOrganizationActivityHistoryEdge>>>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type MercuryOrganizationActivityHistoryEdge = {
+    __typename?: 'MercuryOrganizationActivityHistoryEdge';
+    cursor: Scalars['String']['output'];
+    node?: Maybe<MercuryOrganizationActivityHistory>;
+};
+export declare type MercuryOrganizationActivitySort = {
+    order: SortOrder;
+};
 export declare type MercuryOrganizationCapacity = {
     __typename?: 'MercuryOrganizationCapacity';
     count: Scalars['BigDecimal']['output'];
     endDate: Scalars['Date']['output'];
@@ -157486,8 +158029,41 @@
     __typename?: 'MercuryOrganizationEdge';
     cursor: Scalars['String']['output'];
     node?: Maybe<MercuryOrganization>;
 };
+export declare enum MercuryOrganizationEventType {
+    Archive = "ARCHIVE",
+    Create = "CREATE",
+    CreateUpdate = "CREATE_UPDATE",
+    Delete = "DELETE",
+    DeleteUpdate = "DELETE_UPDATE",
+    EditUpdate = "EDIT_UPDATE",
+    Export = "EXPORT",
+    Import = "IMPORT",
+    Link = "LINK",
+    Unarchive = "UNARCHIVE",
+    Unlink = "UNLINK",
+    Update = "UPDATE"
+}
+export declare enum MercuryOrganizationField {
+    AboutEditorContent = "ABOUT_EDITOR_CONTENT",
+    ChildOrganization = "CHILD_ORGANIZATION",
+    Comments = "COMMENTS",
+    Health = "HEALTH",
+    LinkedGoal = "LINKED_GOAL",
+    LinkedWork = "LINKED_WORK",
+    Name = "NAME",
+    OrganizationLink = "ORGANIZATION_LINK",
+    OrganizationType = "ORGANIZATION_TYPE",
+    Owner = "OWNER",
+    Parent = "PARENT",
+    ParentOrganization = "PARENT_ORGANIZATION",
+    SponsoredFocusArea = "SPONSORED_FOCUS_AREA",
+    Status = "STATUS",
+    StatusUpdateSummaryContent = "STATUS_UPDATE_SUMMARY_CONTENT",
+    TargetDate = "TARGET_DATE",
+    TargetDateType = "TARGET_DATE_TYPE"
+}
 export declare type MercuryOrganizationHealth = {
     __typename?: 'MercuryOrganizationHealth';
     color: MercuryOrganizationHealthColor;
     displayName: Scalars['String']['output'];
@@ -157723,8 +158299,17 @@
 export declare type MercuryOrganizationTypeAggregation = {
     __typename?: 'MercuryOrganizationTypeAggregation';
     totalCount: Scalars['Int']['output'];
 };
+export declare type MercuryOrganizationUpdatedField = {
+    __typename?: 'MercuryOrganizationUpdatedField';
+    field: MercuryOrganizationField;
+    fieldId?: Maybe<Scalars['String']['output']>;
+    newString?: Maybe<Scalars['String']['output']>;
+    newValue?: Maybe<Scalars['String']['output']>;
+    oldString?: Maybe<Scalars['String']['output']>;
+    oldValue?: Maybe<Scalars['String']['output']>;
+};
 export declare type MercuryOrganizationUrlLink = {
     __typename?: 'MercuryOrganizationUrlLink';
     createdDate: Scalars['String']['output'];
     id: Scalars['ID']['output'];
@@ -157871,8 +158456,9 @@
     removeUserAccessToOrganization?: Maybe<MercuryRemoveUserAccessToOrganizationPayload>;
     removeWatcherFromOrganization?: Maybe<MercuryRemoveWatcherFromOrganizationPayload>;
     reorderOrganizationCustomFieldDefinitionOptions?: Maybe<MercuryReorderCustomFieldDefinitionOptionsPayload>;
     reorderOrganizationTypes?: Maybe<MercuryReorderOrganizationTypesPayload>;
+    setGlobalPlanAuthorityFocusAreaLevel?: Maybe<MercurySetGlobalPlanAuthorityFocusAreaLevelPayload>;
     setGlobalPlanAuthorityOrgLevel?: Maybe<MercurySetGlobalPlanAuthorityOrgLevelPayload>;
     setOrganizationCustomFieldValue?: Maybe<MercurySetOrganizationCustomFieldPayload>;
     setOrganizationCustomFieldValues?: Maybe<MercurySetOrganizationCustomFieldsPayload>;
     starOrganization?: Maybe<MercuryStarOrganizationPayload>;
@@ -158007,8 +158593,11 @@
 };
 export declare type MercuryOrganizationsMutationApiReorderOrganizationTypesArgs = {
     input: MercuryReorderOrganizationTypesInput;
 };
+export declare type MercuryOrganizationsMutationApiSetGlobalPlanAuthorityFocusAreaLevelArgs = {
+    input: MercurySetGlobalPlanAuthorityFocusAreaLevelInput;
+};
 export declare type MercuryOrganizationsMutationApiSetGlobalPlanAuthorityOrgLevelArgs = {
     input: MercurySetGlobalPlanAuthorityOrgLevelInput;
 };
 export declare type MercuryOrganizationsMutationApiSetOrganizationCustomFieldValueArgs = {
@@ -158085,8 +158674,9 @@
     aiOrganizationListSummary?: Maybe<MercuryOrganizationListSummary>;
     aiOrganizationSummary?: Maybe<MercuryOrganizationSummary>;
     isUserMemberOfOrganization?: Maybe<Scalars['Boolean']['output']>;
     organization?: Maybe<MercuryOrganization>;
+    organizationActivityHistoryByIds?: Maybe<Array<MercuryOrganizationActivityHistory>>;
     organizationCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
     organizationHierarchies?: Maybe<Array<MercuryOrganizationHierarchy>>;
     organizationHierarchiesSearch?: Maybe<MercuryOrganizationHierarchyConnection>;
     organizationHierarchy?: Maybe<MercuryOrganizationHierarchy>;
@@ -158102,8 +158692,9 @@
     organizationsByExternalIds?: Maybe<Array<Maybe<MercuryOrganization>>>;
     organizationsForUser?: Maybe<MercuryOrganizationConnection>;
     organizationsSearch?: Maybe<MercuryOrganizationConnection>;
     planAuthoritySettings?: Maybe<MercuryPlanAuthoritySetting>;
+    searchOrganizationActivityHistory?: Maybe<MercuryOrganizationActivityHistoryConnection>;
 };
 export declare type MercuryOrganizationsQueryApiAiOrganizationListSummaryArgs = {
     cloudId?: InputMaybe<Scalars['ID']['input']>;
     dryRun?: InputMaybe<Scalars['Boolean']['input']>;
@@ -158124,8 +158715,11 @@
 };
 export declare type MercuryOrganizationsQueryApiOrganizationArgs = {
     id: Scalars['ID']['input'];
 };
+export declare type MercuryOrganizationsQueryApiOrganizationActivityHistoryByIdsArgs = {
+    ids: Array<Scalars['ID']['input']>;
+};
 export declare type MercuryOrganizationsQueryApiOrganizationCustomFieldDefinitionsSearchArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     cloudId: Scalars['ID']['input'];
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -158195,8 +158789,15 @@
 };
 export declare type MercuryOrganizationsQueryApiPlanAuthoritySettingsArgs = {
     cloudId: Scalars['ID']['input'];
 };
+export declare type MercuryOrganizationsQueryApiSearchOrganizationActivityHistoryArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    cloudId: Scalars['ID']['input'];
+    first?: InputMaybe<Scalars['Int']['input']>;
+    q?: InputMaybe<Scalars['String']['input']>;
+    sort?: InputMaybe<Array<InputMaybe<MercuryOrganizationActivitySort>>>;
+};
 export declare type MercuryOriginalProjectStatus = {
     mercuryOriginalStatusName?: Maybe<Scalars['String']['output']>;
 };
 export declare type MercuryPassionfruitContext = {
@@ -158255,12 +158856,94 @@
     ViewRisk = "VIEW_RISK",
     ViewStrategicEvent = "VIEW_STRATEGIC_EVENT",
     Write = "WRITE"
 }
+export declare type MercuryPlan = Node & {
+    __typename?: 'MercuryPlan';
+    createdDate: Scalars['DateTime']['output'];
+    endDate: Scalars['Date']['output'];
+    focusAreaLinks: MercuryPlanFocusAreaLinks;
+    id: Scalars['ID']['output'];
+    isSystemManaged: Scalars['Boolean']['output'];
+    organizationId: Scalars['ID']['output'];
+    startDate: Scalars['Date']['output'];
+    type: MercuryPlanType;
+};
+export declare type MercuryPlanFocusAreaLinksArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    q?: InputMaybe<Scalars['String']['input']>;
+};
 export declare type MercuryPlanAuthoritySetting = {
     __typename?: 'MercuryPlanAuthoritySetting';
+    focusAreaType?: Maybe<MercuryFocusAreaType>;
+    focusAreaTypeId?: Maybe<Scalars['ID']['output']>;
     globalOrganizationType?: Maybe<MercuryOrganizationType>;
 };
+export declare type MercuryPlanConnection = {
+    __typename?: 'MercuryPlanConnection';
+    edges?: Maybe<Array<MercuryPlanEdge>>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type MercuryPlanEdge = {
+    __typename?: 'MercuryPlanEdge';
+    cursor: Scalars['String']['output'];
+    node?: Maybe<MercuryPlan>;
+};
+export declare type MercuryPlanFocusAreaLink = {
+    __typename?: 'MercuryPlanFocusAreaLink';
+    focusArea?: Maybe<MercuryFocusArea>;
+    id: Scalars['ID']['output'];
+};
+export declare type MercuryPlanFocusAreaLinkConnection = {
+    __typename?: 'MercuryPlanFocusAreaLinkConnection';
+    edges?: Maybe<Array<MercuryPlanFocusAreaLinkEdge>>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type MercuryPlanFocusAreaLinkEdge = {
+    __typename?: 'MercuryPlanFocusAreaLinkEdge';
+    cursor: Scalars['String']['output'];
+    node?: Maybe<MercuryPlanFocusAreaLink>;
+};
+export declare type MercuryPlanFocusAreaLinks = {
+    __typename?: 'MercuryPlanFocusAreaLinks';
+    focusAreaLinks: MercuryPlanFocusAreaLinkConnection;
+};
+export declare enum MercuryPlanType {
+    Baseline = "BASELINE",
+    Draft = "DRAFT"
+}
+export declare type MercuryPlansMutationApi = {
+    __typename?: 'MercuryPlansMutationApi';
+    createDraftPlan?: Maybe<MercuryCreateDraftPlanPayload>;
+    linkFocusAreasToPlan?: Maybe<MercuryLinkFocusAreasToPlanPayload>;
+    unlinkFocusAreasFromPlan?: Maybe<MercuryUnlinkFocusAreasFromPlanPayload>;
+};
+export declare type MercuryPlansMutationApiCreateDraftPlanArgs = {
+    input: MercuryCreateDraftPlanInput;
+};
+export declare type MercuryPlansMutationApiLinkFocusAreasToPlanArgs = {
+    input: MercuryLinkFocusAreasToPlanInput;
+};
+export declare type MercuryPlansMutationApiUnlinkFocusAreasFromPlanArgs = {
+    input: MercuryUnlinkFocusAreasFromPlanInput;
+};
+export declare type MercuryPlansQueryApi = {
+    __typename?: 'MercuryPlansQueryApi';
+    plans?: Maybe<Array<MercuryPlan>>;
+    plansSearch?: Maybe<MercuryPlanConnection>;
+};
+export declare type MercuryPlansQueryApiPlansArgs = {
+    ids: Array<Scalars['ID']['input']>;
+};
+export declare type MercuryPlansQueryApiPlansSearchArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    cloudId: Scalars['ID']['input'];
+    first?: InputMaybe<Scalars['Int']['input']>;
+    q?: InputMaybe<Scalars['String']['input']>;
+};
 export declare type MercuryPortfolio = {
     __typename?: 'MercuryPortfolio';
     aggregatedFocusAreaStatusCount?: Maybe<MercuryAggregatedPortfolioStatusCount>;
     allocations?: Maybe<MercuryPortfolioAllocations>;
@@ -158753,8 +159436,9 @@
     focusAreaCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
     focusAreaHierarchies?: Maybe<Array<MercuryFocusAreaHierarchy>>;
     focusAreaHierarchiesSearch?: Maybe<MercuryFocusAreaHierarchyConnection>;
     focusAreaHierarchy?: Maybe<MercuryFocusAreaHierarchy>;
+    focusAreaRankingCount?: Maybe<Scalars['Int']['output']>;
     focusAreaStatusTransitions?: Maybe<Array<MercuryFocusAreaStatusTransition>>;
     focusAreaStatusUpdatesByAris?: Maybe<Array<MercuryFocusAreaStatusUpdate>>;
     focusAreaTypes?: Maybe<Array<MercuryFocusAreaType>>;
     focusAreaTypesByAris?: Maybe<Array<Maybe<MercuryFocusAreaType>>>;
@@ -158849,8 +159533,13 @@
 };
 export declare type MercuryQueryApiFocusAreaHierarchyArgs = {
     id: Scalars['ID']['input'];
 };
+export declare type MercuryQueryApiFocusAreaRankingCountArgs = {
+    containerId: Scalars['ID']['input'];
+    containerType: MercuryRankingContainerType;
+    groupType: MercuryRankingGroupType;
+};
 export declare type MercuryQueryApiFocusAreaStatusTransitionsArgs = {
     cloudId: Scalars['ID']['input'];
 };
 export declare type MercuryQueryApiFocusAreaStatusUpdatesByArisArgs = {
@@ -158932,8 +159621,12 @@
     focusAreaIds: Array<Scalars['ID']['input']>;
     id: Scalars['ID']['input'];
     rankVersion?: InputMaybe<Scalars['String']['input']>;
 };
+export declare type MercuryRemainingEstimateBenefitAtCompletion = {
+    __typename?: 'MercuryRemainingEstimateBenefitAtCompletion';
+    total?: Maybe<MercuryMoney>;
+};
 export declare type MercuryRemainingEstimateCostAtCompletion = {
     __typename?: 'MercuryRemainingEstimateCostAtCompletion';
     total?: Maybe<MercuryMoney>;
     totalByDimensions?: Maybe<Array<Maybe<MercuryRemainingEstimateCostAtCompletionByDimension>>>;
@@ -159107,8 +159800,20 @@
     note?: InputMaybe<Scalars['String']['input']>;
     positionsAmount?: InputMaybe<Scalars['Int']['input']>;
     targetFocusAreaId: Scalars['ID']['input'];
 };
+export declare type MercuryRerankFocusAreaAbsoluteInput = {
+    containerId: Scalars['ID']['input'];
+    containerType: MercuryRankingContainerType;
+    focusAreaId: Scalars['ID']['input'];
+    newRank?: InputMaybe<Scalars['Int']['input']>;
+};
+export declare type MercuryRerankFocusAreaAbsolutePayload = Payload & {
+    __typename?: 'MercuryRerankFocusAreaAbsolutePayload';
+    errors?: Maybe<Array<MutationError>>;
+    focusArea?: Maybe<MercuryFocusArea>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type MercuryRerankFocusAreasInput = {
     afterFocusAreaId?: InputMaybe<Scalars['ID']['input']>;
     containerId: Scalars['ID']['input'];
     containerType: MercuryRankingContainerType;
@@ -159528,8 +160233,17 @@
     customFields?: Maybe<Array<MercuryCustomField>>;
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
 };
+export declare type MercurySetGlobalPlanAuthorityFocusAreaLevelInput = {
+    focusAreaTypeId: Scalars['ID']['input'];
+};
+export declare type MercurySetGlobalPlanAuthorityFocusAreaLevelPayload = Payload & {
+    __typename?: 'MercurySetGlobalPlanAuthorityFocusAreaLevelPayload';
+    errors?: Maybe<Array<MutationError>>;
+    planAuthoritySettings?: Maybe<MercuryPlanAuthoritySetting>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type MercurySetGlobalPlanAuthorityOrgLevelInput = {
     cloudId: Scalars['ID']['input'];
     organizationTypeId: Scalars['ID']['input'];
 };
@@ -160319,8 +161033,18 @@
     __typename?: 'MercuryUndoDismissInsightPayload';
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
 };
+export declare type MercuryUnlinkFocusAreasFromPlanInput = {
+    focusAreaIds: Array<Scalars['ID']['input']>;
+    planId: Scalars['ID']['input'];
+};
+export declare type MercuryUnlinkFocusAreasFromPlanPayload = Payload & {
+    __typename?: 'MercuryUnlinkFocusAreasFromPlanPayload';
+    errors?: Maybe<Array<MutationError>>;
+    plan?: Maybe<MercuryPlan>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type MercuryUnlinkGoalsFromChangeProposalInput = {
     changeProposalAri: Scalars['ID']['input'];
     goalAris: Array<Scalars['ID']['input']>;
 };
@@ -162513,8 +163237,9 @@
     jira_removeAgentFromBoardViewStatusColumn?: Maybe<JiraRemoveAgentFromBoardViewStatusColumnPayload>;
     jira_removeCustomFieldTranslation?: Maybe<JiraRemoveCustomFieldTranslationPayload>;
     jira_removeFieldsFromFieldScheme?: Maybe<JiraRemoveFieldsFromFieldSchemePayload>;
     jira_removeIssueFromSprint?: Maybe<JiraRemoveIssueFromSprintPayload>;
+    jira_removeLinkedAgentContextItem?: Maybe<JiraRemoveLinkedAgentContextItemPayload>;
     jira_removeTimelineIssueLink?: Maybe<JiraTimelineIssueLinkOperationPayload>;
     jira_renameBoardViewStatusColumn?: Maybe<JiraRenameBoardViewStatusColumnPayload>;
     jira_renameProjectLevelSidebarMenuItem?: Maybe<JiraRenameProjectLevelSidebarMenuItemPayload>;
     jira_reorderBoardViewColumn?: Maybe<JiraReorderBoardViewColumnPayload>;
@@ -162597,8 +163322,9 @@
     jira_updateFieldToFieldSchemeAssociations?: Maybe<JiraFieldToFieldSchemeAssociationsPayload>;
     jira_updateGlobalCustomField?: Maybe<JiraUpdateGlobalCustomFieldPayload>;
     jira_updateIssueSearchFormattingRule?: Maybe<JiraUpdateIssueSearchFormattingRulePayload>;
     jira_updateIssueType?: Maybe<JiraUpsertIssueTypePayload>;
+    jira_updateParentAndRank?: Maybe<JiraUpdateParentAndRankPayload>;
     jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
     jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
     jira_updateSchemeFieldPerWorkTypeCustomizations?: Maybe<JiraFieldWorkTypeConfigurationPayload>;
     jpdViewsService_associateGlobalView?: Maybe<JpdViewsServiceAssociateGlobalViewPayload>;
@@ -162698,8 +163424,9 @@
     mercury_comments?: Maybe<MercuryCommentMutationApi>;
     mercury_funds?: Maybe<MercuryFundsMutationApi>;
     mercury_insights?: Maybe<MercuryInsightsMutationApi>;
     mercury_organizations?: Maybe<MercuryOrganizationsMutationApi>;
+    mercury_plans?: Maybe<MercuryPlansMutationApi>;
     mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationMutationApi>;
     mercury_risks?: Maybe<MercuryRisksMutationApi>;
     mercury_strategicEvents?: Maybe<MercuryStrategicEventsMutationApi>;
     mercury_tags?: Maybe<MercuryTagsMutationApi>;
@@ -163433,9 +164160,9 @@
 export declare type MutationAgentWorkspace_CreateSkillArgs = {
     input: AgentWorkspaceSkillCreateInput;
 };
 export declare type MutationAgentWorkspace_CreateWfoSummaryViewArgs = {
-    projectId: Scalars['ID']['input'];
+    input: AgentWorkspaceCreateWfoSummaryViewInput;
 };
 export declare type MutationAgentWorkspace_DeleteScheduleArgs = {
     input: AgentWorkspaceDeleteScheduleInput;
 };
@@ -166647,8 +167374,12 @@
 };
 export declare type MutationJira_RemoveIssueFromSprintArgs = {
     input: JiraRemoveIssueFromSprintInput;
 };
+export declare type MutationJira_RemoveLinkedAgentContextItemArgs = {
+    cloudId: Scalars['ID']['input'];
+    input: JiraRemoveLinkedAgentContextItemInput;
+};
 export declare type MutationJira_RemoveTimelineIssueLinkArgs = {
     cloudId: Scalars['ID']['input'];
     input: JiraRemoveTimelineIssueLinkInput;
 };
@@ -166917,8 +167648,11 @@
 };
 export declare type MutationJira_UpdateIssueTypeArgs = {
     input: JiraUpdateIssueTypeInput;
 };
+export declare type MutationJira_UpdateParentAndRankArgs = {
+    input: JiraUpdateParentAndRankInput;
+};
 export declare type MutationJira_UpdateProjectBackgroundArgs = {
     input: JiraUpdateBackgroundInput;
 };
 export declare type MutationJira_UpdateProjectsSidebarMenuArgs = {
@@ -167064,8 +167798,9 @@
 };
 export declare type MutationKitsune_CreateInsightArgs = {
     content?: InputMaybe<Scalars['KitsuneADF']['input']>;
     externalId?: InputMaybe<Scalars['ID']['input']>;
+    ideaIds?: InputMaybe<Array<Scalars['ID']['input']>>;
     snippets?: InputMaybe<Array<InputMaybe<KitsuneSnippetInput>>>;
     spaceAri: Scalars['ID']['input'];
     title?: InputMaybe<Scalars['String']['input']>;
 };
@@ -167205,8 +167940,9 @@
 export declare type MutationKitsune_UpdateInsightArgs = {
     content?: InputMaybe<Scalars['KitsuneADF']['input']>;
     externalId?: InputMaybe<Scalars['ID']['input']>;
     id: Scalars['ID']['input'];
+    ideaIds?: InputMaybe<Array<Scalars['ID']['input']>>;
     summaryContent?: InputMaybe<Scalars['KitsuneADF']['input']>;
     title?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type MutationKitsune_UpdateOrganizationArgs = {
@@ -168584,8 +169320,9 @@
     first?: InputMaybe<Scalars['Int']['input']>;
 };
 export declare type MyActivityFilter = {
     arguments?: InputMaybe<ActivityFilterArgs>;
+    collabContextId?: InputMaybe<Scalars['ID']['input']>;
     rootContainerIds?: InputMaybe<Array<Scalars['ID']['input']>>;
     type?: InputMaybe<ActivitiesFilterType>;
 };
 export declare type MyVisitedPages = {
@@ -170288,8 +171025,12 @@
     __typename?: 'PersonEdge';
     cursor?: Maybe<Scalars['String']['output']>;
     node?: Maybe<Person>;
 };
+export declare enum PlanAccessFilter {
+    Private = "PRIVATE",
+    Public = "PUBLIC"
+}
 export declare type PlanModeCardCreateInput = {
     boardId: Scalars['ID']['input'];
     destination: PlanModeDestination;
     destinationId?: InputMaybe<Scalars['ID']['input']>;
@@ -172474,8 +173215,9 @@
     goals_byId?: Maybe<TownsquareGoal>;
     goals_byIds?: Maybe<Array<Maybe<TownsquareGoal>>>;
     goals_byKey?: Maybe<TownsquareGoal>;
     goals_capabilities?: Maybe<TownsquareGoalAppCapabilities>;
+    goals_directoryViewById?: Maybe<TownsquareDirectoryView>;
     goals_explainSearch?: Maybe<TownsquareSearchExplanation>;
     goals_fullHierarchySearch?: Maybe<TownsquareGoalConnection>;
     goals_goalStatuses?: Maybe<Array<TownsquareStatus>>;
     goals_goalTypeById?: Maybe<TownsquareGoalType>;
@@ -172484,8 +173226,9 @@
     goals_metricSearch?: Maybe<TownsquareMetricConnection>;
     goals_metricTargetsByIds?: Maybe<Array<Maybe<TownsquareMetricTarget>>>;
     goals_metricValuesByIds?: Maybe<Array<Maybe<TownsquareMetricValue>>>;
     goals_metricsByIds?: Maybe<Array<Maybe<TownsquareMetric>>>;
+    goals_msTeamsTenants?: Maybe<Array<Maybe<TownsquareMsTeamsTenant>>>;
     goals_search?: Maybe<TownsquareGoalConnection>;
     goals_slackChannels?: Maybe<TownsquareSlackChannelConnection>;
     goals_slackTeams?: Maybe<Array<Maybe<TownsquareSlackTeam>>>;
     graphInference_getJiraEntityContext?: Maybe<GraphInferenceGetJiraEntityContextResponse>;
@@ -173758,8 +174501,10 @@
     graphStore_focusAreaHasWatcher?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherConnection>;
     graphStore_focusAreaHasWatcherBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
     graphStore_focusAreaHasWatcherInverse?: Maybe<GraphStoreSimplifiedFocusAreaHasWatcherInverseConnection>;
     graphStore_focusAreaHasWatcherInverseBatch?: Maybe<GraphStoreBatchFocusAreaHasWatcherConnection>;
+    graphStore_getDynamicNodeTypes?: Maybe<GraphStoreDynamicNodeTypeConnection>;
+    graphStore_getDynamicRelationshipTypes?: Maybe<GraphStoreDynamicRelationshipTypeConnection>;
     graphStore_graphDocument3pDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocument3pDocumentInverseConnection>;
     graphStore_graphDocumentReplicates3pDocumentGoogleDriveDocumentInverse?: Maybe<GraphStoreSimplifiedGraphDocumentReplicates3pDocumentGoogleDriveDocumentInverseConnection>;
     graphStore_graphDocumentReplicates3pDocumentGoogleDriveOtherInverse?: Maybe<GraphStoreSimplifiedGraphDocumentReplicates3pDocumentGoogleDriveOtherInverseConnection>;
     graphStore_graphDocumentReplicates3pDocumentGoogleDrivePdfInverse?: Maybe<GraphStoreSimplifiedGraphDocumentReplicates3pDocumentGoogleDrivePdfInverseConnection>;
@@ -174623,8 +175368,9 @@
     jiraReleases?: Maybe<JiraReleases>;
     jiraServers?: Maybe<JiraServersResult>;
     jira_agentContextSources?: Maybe<JiraAgentContextItemConnection>;
     jira_agentSessionsIsPlanModeEnabled?: Maybe<Scalars['Boolean']['output']>;
+    jira_availableStatuses?: Maybe<JiraStatusConnection>;
     jira_backlog?: Maybe<JiraBacklog>;
     jira_backlogView?: Maybe<JiraBacklogView>;
     jira_backlogViewCardListsByIds?: Maybe<Array<JiraBacklogViewCardList>>;
     jira_boardView?: Maybe<JiraBoardView>;
@@ -174809,8 +175555,9 @@
     mercury_jiraAlignProvider?: Maybe<MercuryJiraAlignProviderQueryApi>;
     mercury_jiraProvider?: Maybe<MercuryJiraProviderQueryApi>;
     mercury_normalizedWork?: Maybe<MercuryWorkNormalizationQueryApi>;
     mercury_organizations?: Maybe<MercuryOrganizationsQueryApi>;
+    mercury_plans?: Maybe<MercuryPlansQueryApi>;
     mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationQueryApi>;
     mercury_risks?: Maybe<MercuryRisksQueryApi>;
     mercury_strategicEvents?: Maybe<MercuryStrategicEventsQueryApi>;
     mercury_tags?: Maybe<MercuryTagsQueryApi>;
@@ -174895,10 +175642,12 @@
     projects_byKey?: Maybe<TownsquareProject>;
     projects_canCreateProjectFusion?: Maybe<TownsquareProjectsCanCreateProjectFusionPayload>;
     projects_capabilities?: Maybe<TownsquareProjectAppCapabilities>;
     projects_customFieldDefinitionSearch?: Maybe<TownsquareCustomFieldDefinitionConnection>;
+    projects_directoryViewById?: Maybe<TownsquareDirectoryView>;
     projects_explainSearch?: Maybe<TownsquareSearchExplanation>;
     projects_linksByIds?: Maybe<Array<Maybe<TownsquareLink>>>;
+    projects_msTeamsTenants?: Maybe<Array<Maybe<TownsquareMsTeamsTenant>>>;
     projects_search?: Maybe<TownsquareProjectConnection>;
     projects_searchJiraWorkItemsToLink?: Maybe<TownsquareJiraWorkItemConnection>;
     projects_slackChannels?: Maybe<TownsquareSlackChannelConnection>;
     projects_slackTeams?: Maybe<Array<Maybe<TownsquareSlackTeam>>>;
@@ -176049,9 +176798,9 @@
 export declare type QueryAgentWorkspace_UtilizationForPendingChangesArgs = {
     input: AgentWorkspaceUtilizationForPendingChangesInput;
 };
 export declare type QueryAgentWorkspace_WfoSummaryViewArgs = {
-    projectId: Scalars['ID']['input'];
+    input: AgentWorkspaceWfoSummaryViewQueryInput;
 };
 export declare type QueryAgentWorkspace_WorkloadJqlConfigArgs = {
     projectAri: Scalars['ID']['input'];
 };
@@ -176150,8 +176899,9 @@
 };
 export declare type QueryAiops_ServiceActivityTimelineArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     cloudId: Scalars['ID']['input'];
+    entityTypes?: InputMaybe<Array<AiOpsActivityEntityType>>;
     first?: InputMaybe<Scalars['Int']['input']>;
     serviceName: Scalars['String']['input'];
     windowEnd: Scalars['DateTime']['input'];
     windowStart: Scalars['DateTime']['input'];
@@ -179224,8 +179974,12 @@
 };
 export declare type QueryGoals_CapabilitiesArgs = {
     containerId: Scalars['ID']['input'];
 };
+export declare type QueryGoals_DirectoryViewByIdArgs = {
+    containerId: Scalars['ID']['input'];
+    directoryId: Scalars['ID']['input'];
+};
 export declare type QueryGoals_ExplainSearchArgs = {
     containerId: Scalars['ID']['input'];
     directoryViewId?: InputMaybe<Scalars['ID']['input']>;
     searchString?: InputMaybe<Scalars['String']['input']>;
@@ -179269,8 +180023,11 @@
 };
 export declare type QueryGoals_MetricsByIdsArgs = {
     metricIds: Array<Scalars['ID']['input']>;
 };
+export declare type QueryGoals_MsTeamsTenantsArgs = {
+    goalId: Scalars['ID']['input'];
+};
 export declare type QueryGoals_SearchArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     containerId: Scalars['ID']['input'];
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -188482,8 +189239,18 @@
     ids: Array<Scalars['ID']['input']>;
     queryContext?: InputMaybe<Scalars['String']['input']>;
     sort?: InputMaybe<GraphStoreFocusAreaHasWatcherSortInput>;
 };
+export declare type QueryGraphStore_GetDynamicNodeTypesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    workspaceAri: Scalars['ID']['input'];
+};
+export declare type QueryGraphStore_GetDynamicRelationshipTypesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    workspaceAri: Scalars['ID']['input'];
+};
 export declare type QueryGraphStore_GraphDocument3pDocumentInverseArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -194871,8 +195638,16 @@
 };
 export declare type QueryJira_AgentSessionsIsPlanModeEnabledArgs = {
     cloudId: Scalars['ID']['input'];
 };
+export declare type QueryJira_AvailableStatusesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    category?: InputMaybe<JiraStatusCategoryFilter>;
+    cloudId: Scalars['ID']['input'];
+    first?: InputMaybe<Scalars['Int']['input']>;
+    projectId?: InputMaybe<Scalars['ID']['input']>;
+    searchString?: InputMaybe<Scalars['String']['input']>;
+};
 export declare type QueryJira_BacklogArgs = {
     activeQuickFilters?: InputMaybe<Array<Scalars['ID']['input']>>;
     boardId: Scalars['ID']['input'];
 };
@@ -195219,8 +195994,9 @@
     before?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     ideaAri: Scalars['ID']['input'];
     last?: InputMaybe<Scalars['Int']['input']>;
+    query?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type QueryKitsune_JobsArgs = {
     ids: Array<Scalars['ID']['input']>;
     workspaceAri: Scalars['ID']['input'];
@@ -195842,16 +196618,23 @@
     q: Scalars['String']['input'];
     sort?: InputMaybe<Array<InputMaybe<TownsquareCustomFieldSortEnum>>>;
     workspaceUuid?: InputMaybe<Scalars['UUID']['input']>;
 };
+export declare type QueryProjects_DirectoryViewByIdArgs = {
+    containerId: Scalars['ID']['input'];
+    directoryId: Scalars['ID']['input'];
+};
 export declare type QueryProjects_ExplainSearchArgs = {
     containerId: Scalars['ID']['input'];
     directoryViewId?: InputMaybe<Scalars['ID']['input']>;
     searchString?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type QueryProjects_LinksByIdsArgs = {
     linkIds: Array<Scalars['ID']['input']>;
 };
+export declare type QueryProjects_MsTeamsTenantsArgs = {
+    projectId: Scalars['ID']['input'];
+};
 export declare type QueryProjects_SearchArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     containerId: Scalars['String']['input'];
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -197485,9 +198268,8 @@
 };
 export declare type RadarMetricSettingsInput = {
     metricKey: RadarOrgMetric;
     metricType: RadarMetricType;
-    orgId: Scalars['ID']['input'];
     values?: InputMaybe<Array<RadarMetricValueInput>>;
 };
 export declare enum RadarMetricType {
     Multi = "MULTI",
@@ -197497,17 +198279,17 @@
 export declare type RadarMetricValue = {
     __typename?: 'RadarMetricValue';
     dimensionName: Scalars['String']['output'];
     id: Scalars['ID']['output'];
-    scopeId?: Maybe<Scalars['String']['output']>;
-    scopeType?: Maybe<RadarMetricScopeType>;
+    scopeId: Scalars['String']['output'];
+    scopeType: RadarMetricScopeType;
     target: Scalars['Float']['output'];
     tolerance?: Maybe<Scalars['Float']['output']>;
 };
 export declare type RadarMetricValueInput = {
     dimensionName: Scalars['String']['input'];
-    scopeId?: InputMaybe<Scalars['String']['input']>;
-    scopeType?: InputMaybe<RadarMetricScopeType>;
+    scopeId: Scalars['String']['input'];
+    scopeType: RadarMetricScopeType;
     target: Scalars['Float']['input'];
     tolerance?: InputMaybe<Scalars['Float']['input']>;
 };
 export declare type RadarMoney = {
@@ -200384,8 +201166,9 @@
     isSearchTool?: InputMaybe<Scalars['Boolean']['input']>;
     last?: InputMaybe<Scalars['Int']['input']>;
     matchingLayerExperimentsMetadata?: InputMaybe<SearchMatchingLayerExperimentsMetadata>;
     query?: InputMaybe<Scalars['String']['input']>;
+    searchToolContext?: InputMaybe<SearchToolContext>;
     sort?: InputMaybe<Array<InputMaybe<SearchSortInput>>>;
 };
 export declare type SearchQueryApiConfigurationArgs = {
     cloudId: Scalars['ID']['input'];
@@ -200415,8 +201198,9 @@
     isSearchTool?: InputMaybe<Scalars['Boolean']['input']>;
     last?: InputMaybe<Scalars['Int']['input']>;
     matchingLayerExperimentsMetadata?: InputMaybe<SearchMatchingLayerExperimentsMetadata>;
     query?: InputMaybe<Scalars['String']['input']>;
+    searchToolContext?: InputMaybe<SearchToolContext>;
     sort?: InputMaybe<Array<InputMaybe<SearchSortInput>>>;
 };
 export declare type SearchQueryInfo = {
     __typename?: 'SearchQueryInfo';
@@ -201008,8 +201792,9 @@
     likelihood?: Maybe<Scalars['String']['output']>;
     linkedResults?: Maybe<Array<SearchLinkedResult>>;
     navBoostScore?: Maybe<Scalars['Float']['output']>;
     ownerAri: Scalars['ID']['output'];
+    risk?: Maybe<MercuryRisk>;
     scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
     status: Scalars['String']['output'];
     submitterAri: Scalars['ID']['output'];
     title: Scalars['String']['output'];
@@ -201305,8 +202090,11 @@
 export declare type SearchTimeseriesCount = {
     __typename?: 'SearchTimeseriesCount';
     nodes: Array<TimeseriesCountItem>;
 };
+export declare type SearchToolContext = {
+    isSynthetic?: InputMaybe<Scalars['Boolean']['input']>;
+};
 export declare type SearchTrelloFilter = {
     isRecentBias?: InputMaybe<Scalars['Boolean']['input']>;
 };
 export declare type SearchesByTerm = {
@@ -220606,16 +221394,21 @@
     __typename?: 'SmartUserFeatures';
     recommendedPeople?: Maybe<Array<Maybe<RecommendedPeopleItem>>>;
     recommendedSpaces?: Maybe<Array<Maybe<RecommendedSpaceItem>>>;
 };
+export declare type SmartsCollaborator = {
+    __typename?: 'SmartsCollaborator';
+    userId: Scalars['ID']['output'];
+};
 export declare type SmartsConfluenceContext = {
     __typename?: 'SmartsConfluenceContext';
     id: Scalars['ID']['output'];
     status: Scalars['String']['output'];
 };
 export declare type SmartsContext = {
     additionalContextList?: InputMaybe<Array<SmartsKeyValue>>;
     containerId?: InputMaybe<Scalars['String']['input']>;
+    excludeCollaboratorRecommendations?: InputMaybe<Scalars['Boolean']['input']>;
     objectId?: InputMaybe<Scalars['String']['input']>;
     product?: InputMaybe<Scalars['String']['input']>;
     tenantId: Scalars['String']['input'];
     userId: Scalars['String']['input'];
@@ -220732,8 +221525,10 @@
 };
 export declare type SmartsRecommendedContainerData = ConfluenceSpace | JiraProject;
 export declare type SmartsRecommendedContainerV2 = {
     __typename?: 'SmartsRecommendedContainerV2';
+    collaboratorScore?: Maybe<Scalars['Float']['output']>;
+    collaborators?: Maybe<Array<SmartsCollaborator>>;
     container?: Maybe<SmartsRecommendedContainerData>;
     id: Scalars['ID']['output'];
     score?: Maybe<Scalars['Float']['output']>;
 };
@@ -223533,8 +224328,9 @@
     id?: Maybe<Scalars['String']['output']>;
     name?: Maybe<Scalars['String']['output']>;
     pageId?: Maybe<Scalars['String']['output']>;
     position?: Maybe<Scalars['Int']['output']>;
+    service?: Maybe<DevOpsService>;
     serviceId?: Maybe<Scalars['String']['output']>;
     status?: Maybe<StakeholderCommsComponentStatus>;
     type?: Maybe<StakeholderCommsComponentType>;
 };
@@ -225521,8 +226317,9 @@
     cardinality: TeamCustomFieldCardinality;
     description?: InputMaybe<Scalars['String']['input']>;
     name: Scalars['String']['input'];
     options?: InputMaybe<Array<Scalars['String']['input']>>;
+    scope?: InputMaybe<TeamCustomFieldScopeInput>;
     type: TeamCustomFieldType;
 };
 export declare type TeamCreateCustomFieldValuePayload = {
     customFieldAri: Scalars['ID']['input'];
@@ -225557,8 +226354,9 @@
     cardinality: TeamCustomFieldCardinality;
     description?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     name: Scalars['String']['output'];
+    teamType?: Maybe<TeamType>;
     type: TeamCustomFieldType;
 };
 export declare type TeamCustomFieldKeyValues = {
     __typename?: 'TeamCustomFieldKeyValues';
@@ -225568,8 +226366,12 @@
     name: Scalars['String']['output'];
     type: TeamCustomFieldType;
     values?: Maybe<Array<TeamCustomFieldValue>>;
 };
+export declare type TeamCustomFieldScopeInput = {
+    teamTypeId?: InputMaybe<Scalars['ID']['input']>;
+    userbase?: InputMaybe<Scalars['Boolean']['input']>;
+};
 export declare enum TeamCustomFieldType {
     Number = "NUMBER",
     Selector = "SELECTOR",
     String = "STRING",
@@ -225600,8 +226402,9 @@
     description?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     name: Scalars['String']['output'];
     options?: Maybe<Array<TeamCustomFieldValue>>;
+    teamType?: Maybe<TeamType>;
     type: TeamCustomFieldType;
 };
 export declare type TeamDisplayNameChange = {
     __typename?: 'TeamDisplayNameChange';
@@ -226037,8 +226840,9 @@
     __typename?: 'TeamQuery';
     customField?: Maybe<TeamDetailedCustomFieldInfo>;
     customFieldsWithinScope?: Maybe<Array<TeamCustomFieldInfo>>;
     customFieldsWithinTeam?: Maybe<Array<TeamCustomFieldKeyValues>>;
+    explainTeamsTql?: Maybe<TeamsTqlExplanation>;
     getTeamExternalSourceDiff?: Maybe<TeamExternalSourceDiffPayload>;
     notificationConfigurations?: Maybe<Array<TeamNotificationConfiguration>>;
     roleAssignments?: Maybe<TeamRoleAssignmentsConnection>;
     scopeNotificationConfigurations?: Maybe<Array<TeamScopeNotificationConfiguration>>;
@@ -226062,8 +226866,11 @@
 export declare type TeamQueryCustomFieldsWithinTeamArgs = {
     scopeId: Scalars['ID']['input'];
     teamId: Scalars['ID']['input'];
 };
+export declare type TeamQueryExplainTeamsTqlArgs = {
+    searchString: Scalars['String']['input'];
+};
 export declare type TeamQueryGetTeamExternalSourceDiffArgs = {
     input: TeamExternalSourceDiffInput;
 };
 export declare type TeamQueryNotificationConfigurationsArgs = {
@@ -226478,8 +227285,12 @@
     membership?: Maybe<TeamMembershipSyncResult>;
     success: Scalars['Boolean']['output'];
     team?: Maybe<TeamV2>;
 };
+export declare type TeamsTqlExplanation = {
+    __typename?: 'TeamsTQLExplanation';
+    explanation: Scalars['String']['output'];
+};
 export declare enum TeamworkGraphUserViewedEntityType {
     ConfluenceBlogpost = "ConfluenceBlogpost",
     ConfluencePage = "ConfluencePage",
     JiraIssue = "JiraIssue",
@@ -227468,8 +228279,19 @@
     errors?: Maybe<Array<MutationError>>;
     relationships?: Maybe<Array<TownsquareRelationship>>;
     success: Scalars['Boolean']['output'];
 };
+export declare type TownsquareDirectoryView = {
+    __typename?: 'TownsquareDirectoryView';
+    entityType?: Maybe<TownsquareDirectoryViewEntityType>;
+    id: Scalars['ID']['output'];
+    isFavourite?: Maybe<Scalars['Boolean']['output']>;
+    name?: Maybe<Scalars['String']['output']>;
+};
+export declare enum TownsquareDirectoryViewEntityType {
+    Goal = "GOAL",
+    Project = "PROJECT"
+}
 export declare type TownsquareDraftUpdate = {
     __typename?: 'TownsquareDraftUpdate';
     author?: Maybe<User>;
     input?: Maybe<Scalars['String']['output']>;
@@ -228219,10 +229041,16 @@
 export declare type TownsquareGoalsAppSettings = {
     __typename?: 'TownsquareGoalsAppSettings';
     aiEnabled?: Maybe<Scalars['Boolean']['output']>;
     defaultGoalAccessLevel?: Maybe<TownsquareGoalAccessLevel>;
+    goalTypes?: Maybe<TownsquareGoalTypeConnection>;
     scoringMode?: Maybe<TownsquareGoalScoringMode>;
 };
+export declare type TownsquareGoalsAppSettingsGoalTypesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    includeDisabled?: InputMaybe<Scalars['Boolean']['input']>;
+};
 export declare type TownsquareGoalsArchiveMetricInput = {
     metricId: Scalars['ID']['input'];
 };
 export declare type TownsquareGoalsArchiveMetricPayload = {
@@ -228959,8 +229787,14 @@
     __typename?: 'TownsquareLocalizationField';
     defaultValue?: Maybe<Scalars['String']['output']>;
     messageId?: Maybe<Scalars['String']['output']>;
 };
+export declare type TownsquareMsTeamsTenant = {
+    __typename?: 'TownsquareMSTeamsTenant';
+    azureId?: Maybe<Scalars['String']['output']>;
+    name?: Maybe<Scalars['String']['output']>;
+    tenantId?: Maybe<Scalars['String']['output']>;
+};
 export declare type TownsquareMercuryOriginalProjectStatusDto = MercuryOriginalProjectStatus & {
     __typename?: 'TownsquareMercuryOriginalProjectStatusDto';
     mercuryOriginalStatusName?: Maybe<Scalars['String']['output']>;
 };
@@ -229607,8 +230441,10 @@
 export declare type TownsquareProjectManageAccessPayload = {
     __typename?: 'TownsquareProjectManageAccessPayload';
     addedPrincipalEdges?: Maybe<Array<Maybe<TownsquareProjectAccessEdge>>>;
     addedWatchers?: Maybe<Array<User>>;
+    disconnectedMsteamsChannelIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
+    disconnectedSlackChannelIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
     errors?: Maybe<Array<MutationError>>;
     project?: Maybe<TownsquareProject>;
     removedWatcherIds?: Maybe<Array<Scalars['ID']['output']>>;
     revokedPrincipalIds?: Maybe<Array<Scalars['ID']['output']>>;
@@ -231037,8 +231873,9 @@
     proposedEvents?: Maybe<Array<TrelloProposedEventDeleted>>;
     success: Scalars['Boolean']['output'];
 };
 export declare type TrelloAction = {
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     creator?: Maybe<TrelloMember>;
     date?: Maybe<Scalars['DateTime']['output']>;
     displayKey?: Maybe<Scalars['String']['output']>;
@@ -231163,8 +232000,9 @@
     type?: Maybe<Scalars['String']['output']>;
 };
 export declare type TrelloAddAttachmentToCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloAddAttachmentToCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     attachment?: Maybe<TrelloAttachment>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
@@ -231208,8 +232046,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type TrelloAddChecklistToCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloAddChecklistToCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     checklist?: Maybe<TrelloChecklist>;
@@ -231244,8 +232083,9 @@
     userId: Scalars['ID']['input'];
 };
 export declare type TrelloAddMemberToCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloAddMemberToCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;
@@ -231308,8 +232148,88 @@
 export declare type TrelloAdministeredPaidWorkspacesUpdated = {
     __typename?: 'TrelloAdministeredPaidWorkspacesUpdated';
     id: Scalars['ID']['output'];
 };
+export declare type TrelloAgenticActivity = {
+    __typename?: 'TrelloAgenticActivity';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
+    id: Scalars['ID']['output'];
+    lastUpdatedAt?: Maybe<Scalars['DateTime']['output']>;
+    startedAt?: Maybe<Scalars['DateTime']['output']>;
+    status?: Maybe<TrelloAgenticActivityStatus>;
+    summary?: Maybe<Scalars['String']['output']>;
+    targetId?: Maybe<Scalars['ID']['output']>;
+    targetType?: Maybe<TrelloAgenticActivityTargetType>;
+};
+export declare type TrelloAgenticActivityConnection = {
+    __typename?: 'TrelloAgenticActivityConnection';
+    edges?: Maybe<Array<TrelloAgenticActivityEdge>>;
+    nodes?: Maybe<Array<TrelloAgenticActivity>>;
+    pageInfo: PageInfo;
+};
+export declare type TrelloAgenticActivityConnectionUpdated = {
+    __typename?: 'TrelloAgenticActivityConnectionUpdated';
+    edges?: Maybe<Array<TrelloAgenticActivityEdgeUpdated>>;
+};
+export declare type TrelloAgenticActivityEdge = {
+    __typename?: 'TrelloAgenticActivityEdge';
+    cursor: Scalars['String']['output'];
+    node: TrelloAgenticActivity;
+};
+export declare type TrelloAgenticActivityEdgeUpdated = {
+    __typename?: 'TrelloAgenticActivityEdgeUpdated';
+    node: TrelloAgenticActivityUpdated;
+};
+export declare enum TrelloAgenticActivityStatus {
+    Abandoned = "ABANDONED",
+    Errored = "ERRORED",
+    Succeeded = "SUCCEEDED",
+    Working = "WORKING"
+}
+export declare enum TrelloAgenticActivityTargetType {
+    Board = "BOARD",
+    Card = "CARD",
+    List = "LIST"
+}
+export declare type TrelloAgenticActivityUpdated = {
+    __typename?: 'TrelloAgenticActivityUpdated';
+    agenticIdentity?: Maybe<TrelloAgenticIdentityUpdated>;
+    id: Scalars['ID']['output'];
+    lastUpdatedAt?: Maybe<Scalars['DateTime']['output']>;
+    startedAt?: Maybe<Scalars['DateTime']['output']>;
+    status?: Maybe<TrelloAgenticActivityStatus>;
+    summary?: Maybe<Scalars['String']['output']>;
+    targetId?: Maybe<Scalars['ID']['output']>;
+    targetType?: Maybe<TrelloAgenticActivityTargetType>;
+};
+export declare type TrelloAgenticIdentity = {
+    __typename?: 'TrelloAgenticIdentity';
+    avatar?: Maybe<TrelloAgenticIdentityAvatar>;
+    id: Scalars['ID']['output'];
+    name?: Maybe<Scalars['String']['output']>;
+    status?: Maybe<TrelloAgenticIdentityStatus>;
+};
+export declare type TrelloAgenticIdentityAvatar = {
+    __typename?: 'TrelloAgenticIdentityAvatar';
+    imageScaled?: Maybe<Array<TrelloImagePreview>>;
+    source?: Maybe<Scalars['String']['output']>;
+};
+export declare type TrelloAgenticIdentityAvatarUpdated = {
+    __typename?: 'TrelloAgenticIdentityAvatarUpdated';
+    imageScaled?: Maybe<Array<TrelloImagePreview>>;
+    source?: Maybe<Scalars['String']['output']>;
+};
+export declare enum TrelloAgenticIdentityStatus {
+    Active = "ACTIVE",
+    Deactivated = "DEACTIVATED"
+}
+export declare type TrelloAgenticIdentityUpdated = {
+    __typename?: 'TrelloAgenticIdentityUpdated';
+    avatar?: Maybe<TrelloAgenticIdentityAvatarUpdated>;
+    id: Scalars['ID']['output'];
+    name?: Maybe<Scalars['String']['output']>;
+    status?: Maybe<TrelloAgenticIdentityStatus>;
+};
 export declare type TrelloAiBoardGenericBoardInput = {
     prompt: Scalars['String']['input'];
 };
 export declare type TrelloAiBoardUserInput = {
@@ -231589,8 +232509,9 @@
     node?: Maybe<TrelloBaseBoardUpdated>;
 };
 export declare type TrelloBaseCard = {
     actions?: Maybe<TrelloCardActionConnection>;
+    agenticActivities?: Maybe<TrelloAgenticActivityConnection>;
     aiMetadata?: Maybe<TrelloObjectAiMetadata>;
     attachments?: Maybe<TrelloAttachmentConnection>;
     badges?: Maybe<TrelloCardBadges>;
     checklists?: Maybe<TrelloChecklistConnection>;
@@ -231626,8 +232547,12 @@
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     type?: InputMaybe<Array<TrelloCardActionType>>;
 };
+export declare type TrelloBaseCardAgenticActivitiesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare type TrelloBaseCardAttachmentsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
@@ -231654,8 +232579,9 @@
     objectId: Scalars['ID']['output'];
 };
 export declare type TrelloBaseCardUpdated = {
     actions?: Maybe<TrelloCardActionConnectionUpdated>;
+    agenticActivities?: Maybe<TrelloAgenticActivityConnectionUpdated>;
     aiMetadata?: Maybe<TrelloObjectAiMetadataUpdated>;
     attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
     badges?: Maybe<TrelloCardBadges>;
     checklists?: Maybe<TrelloChecklistConnectionUpdated>;
@@ -232161,8 +233087,9 @@
 export declare type TrelloCard = Node & TrelloBaseCard & {
     __typename?: 'TrelloCard';
     actions?: Maybe<TrelloCardActionConnection>;
     agent?: Maybe<TrelloCardAgent>;
+    agenticActivities?: Maybe<TrelloAgenticActivityConnection>;
     aiMetadata?: Maybe<TrelloObjectAiMetadata>;
     attachments?: Maybe<TrelloAttachmentConnection>;
     badges?: Maybe<TrelloCardBadges>;
     checklists?: Maybe<TrelloChecklistConnection>;
@@ -232213,8 +233140,12 @@
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     type?: InputMaybe<Array<TrelloCardActionType>>;
 };
+export declare type TrelloCardAgenticActivitiesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare type TrelloCardAttachmentsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
@@ -232629,8 +233560,9 @@
 export declare type TrelloCardUpdated = TrelloBaseCardUpdated & {
     __typename?: 'TrelloCardUpdated';
     actions?: Maybe<TrelloCardActionConnectionUpdated>;
     agent?: Maybe<TrelloCardAgentUpdated>;
+    agenticActivities?: Maybe<TrelloAgenticActivityConnectionUpdated>;
     aiMetadata?: Maybe<TrelloObjectAiMetadataUpdated>;
     attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
     badges?: Maybe<TrelloCardBadges>;
     checklists?: Maybe<TrelloChecklistConnectionUpdated>;
@@ -232826,8 +233758,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type TrelloCommentCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloCommentCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;
@@ -232900,8 +233833,9 @@
     shortId?: Maybe<Scalars['Int']['output']>;
 };
 export declare type TrelloCopyCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloCopyCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     cardSource?: Maybe<TrelloBaseCard>;
@@ -232924,8 +233858,9 @@
     memberCreator?: Maybe<TrelloActionMemberEntity>;
 };
 export declare type TrelloCopyCommentCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloCopyCommentCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;
@@ -232947,8 +233882,9 @@
     originalCommenter?: Maybe<TrelloActionMemberEntity>;
 };
 export declare type TrelloCopyInboxCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloCopyInboxCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     cardSource?: Maybe<TrelloBaseCard>;
@@ -233015,8 +233951,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type TrelloCreateCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloCreateCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;
@@ -233036,8 +233973,9 @@
     memberCreator?: Maybe<TrelloActionMemberEntity>;
 };
 export declare type TrelloCreateCardFromCheckItemAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloCreateCardFromCheckItemAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     cardSource?: Maybe<TrelloBaseCard>;
@@ -233060,8 +233998,9 @@
     memberCreator?: Maybe<TrelloActionMemberEntity>;
 };
 export declare type TrelloCreateCardFromEmailAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloCreateCardFromEmailAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creationMethod?: Maybe<Scalars['String']['output']>;
@@ -233155,8 +234094,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type TrelloCreateInboxCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloCreateInboxCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;
@@ -233385,8 +234325,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type TrelloDeleteAttachmentFromCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloDeleteAttachmentFromCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     attachment?: Maybe<TrelloAttachment>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
@@ -233736,8 +234677,9 @@
 };
 export declare type TrelloInboxCard = TrelloBaseCard & {
     __typename?: 'TrelloInboxCard';
     actions?: Maybe<TrelloCardActionConnection>;
+    agenticActivities?: Maybe<TrelloAgenticActivityConnection>;
     aiMetadata?: Maybe<TrelloObjectAiMetadata>;
     attachments?: Maybe<TrelloAttachmentConnection>;
     badges?: Maybe<TrelloCardBadges>;
     checklists?: Maybe<TrelloChecklistConnection>;
@@ -233773,8 +234715,12 @@
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     type?: InputMaybe<Array<TrelloCardActionType>>;
 };
+export declare type TrelloInboxCardAgenticActivitiesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare type TrelloInboxCardAttachmentsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
@@ -233804,8 +234750,9 @@
 };
 export declare type TrelloInboxCardUpdated = TrelloBaseCardUpdated & {
     __typename?: 'TrelloInboxCardUpdated';
     actions?: Maybe<TrelloCardActionConnectionUpdated>;
+    agenticActivities?: Maybe<TrelloAgenticActivityConnectionUpdated>;
     aiMetadata?: Maybe<TrelloObjectAiMetadataUpdated>;
     attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
     badges?: Maybe<TrelloCardBadges>;
     checklists?: Maybe<TrelloChecklistConnectionUpdated>;
@@ -234461,8 +235408,9 @@
     totalTokens: Scalars['Int']['output'];
 };
 export declare type TrelloMoveCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloMoveCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;
@@ -234493,8 +235441,9 @@
 export declare type TrelloMoveCardInput = {
     boardId?: InputMaybe<Scalars['ID']['input']>;
     cardId: Scalars['ID']['input'];
     listId: Scalars['ID']['input'];
+    position?: InputMaybe<TrelloPosition>;
 };
 export declare type TrelloMoveCardPayload = Payload & {
     __typename?: 'TrelloMoveCardPayload';
     card?: Maybe<TrelloBaseCard>;
@@ -234502,8 +235451,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type TrelloMoveCardToBoardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloMoveCardToBoardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;
@@ -234517,8 +235467,9 @@
     type?: Maybe<Scalars['String']['output']>;
 };
 export declare type TrelloMoveInboxCardToBoardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloMoveInboxCardToBoardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;
@@ -236282,8 +237233,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type TrelloRemoveChecklistFromCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloRemoveChecklistFromCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     checklist?: Maybe<TrelloChecklist>;
@@ -236314,8 +237266,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type TrelloRemoveMemberFromCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloRemoveMemberFromCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;
@@ -236913,8 +237866,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type TrelloUpdateCardClosedAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloUpdateCardClosedAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;
@@ -236933,8 +237887,9 @@
     memberCreator?: Maybe<TrelloActionMemberEntity>;
 };
 export declare type TrelloUpdateCardCompleteAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloUpdateCardCompleteAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;
@@ -236982,8 +237937,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type TrelloUpdateCardDueAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloUpdateCardDueAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;
@@ -237033,8 +237989,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type TrelloUpdateCardRecurrenceRuleAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloUpdateCardRecurrenceRuleAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;
@@ -237079,8 +238036,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type TrelloUpdateCheckItemStateOnCardAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloUpdateCheckItemStateOnCardAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     checkItem?: Maybe<TrelloCheckItem>;
@@ -237122,8 +238080,9 @@
     position?: InputMaybe<Scalars['Float']['input']>;
 };
 export declare type TrelloUpdateCustomFieldItemAction = TrelloAction & TrelloCardActionData & {
     __typename?: 'TrelloUpdateCustomFieldItemAction';
+    agenticIdentity?: Maybe<TrelloAgenticIdentity>;
     appCreator?: Maybe<TrelloAppCreator>;
     board?: Maybe<TrelloBaseBoard>;
     card?: Maybe<TrelloBaseCard>;
     creator?: Maybe<TrelloMember>;