@forge/cli-shared

8.15.3-next.18.15.3-next.2
out/graphql/graphql-types.d.ts
~out/graphql/graphql-types.d.tsModified
+536−53
Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -2270,8 +2270,9 @@
     id: Scalars['ID']['input'];
     type: AdminAuditLogContainerType;
 };
 export declare enum AdminAuditLogContainerType {
+    App = "APP",
     Org = "ORG",
     Site = "SITE"
 }
 export declare type AdminAuditLogDetailedEventLocation = {
@@ -2578,19 +2579,10 @@
     enabled?: Maybe<Scalars['Boolean']['output']>;
 };
 export declare type AdminFeature = AdminAiFeature | AdminAuditLogFeature | AdminCustomDomains | AdminDataResidencyFeature | AdminExternalCollaboratorFeature | AdminFreezeWindowsFeature | AdminInsightsFeature | AdminIpAllowlistingFeature | AdminReleaseTrackFeature | AdminSandboxFeature | AdminStorageFeature | AdminUserManagement;
 export declare type AdminFetchAdminAuditLogEventsInput = {
-    action?: InputMaybe<Array<Scalars['String']['input']>>;
-    actor?: InputMaybe<Array<Scalars['String']['input']>>;
-    appType?: InputMaybe<Scalars['String']['input']>;
-    correlationId?: InputMaybe<Scalars['String']['input']>;
     format?: InputMaybe<AdminAuditLogEventMessageFormat>;
-    from?: InputMaybe<Scalars['String']['input']>;
-    ip?: InputMaybe<Array<Scalars['String']['input']>>;
-    location?: InputMaybe<Scalars['String']['input']>;
-    query?: InputMaybe<Scalars['String']['input']>;
-    sortOrder?: InputMaybe<SortDirection>;
-    to?: InputMaybe<Scalars['String']['input']>;
+    query: Scalars['String']['input'];
 };
 export declare type AdminFetchGroupInput = {
     directoryId?: InputMaybe<Scalars['String']['input']>;
     groupId: Scalars['String']['input'];
@@ -2896,8 +2888,26 @@
     linkedDomains: Array<Scalars['String']['output']>;
     samlConfigurationId?: Maybe<Scalars['ID']['output']>;
     scimDirectoryId?: Maybe<Scalars['ID']['output']>;
 };
+export declare type AdminOrgPolicy = {
+    __typename?: 'AdminOrgPolicy';
+    createdAt?: Maybe<Scalars['String']['output']>;
+    id?: Maybe<Scalars['ID']['output']>;
+    metadata?: Maybe<Scalars['String']['output']>;
+    name: Scalars['String']['output'];
+    ownerId?: Maybe<Scalars['String']['output']>;
+    queryData?: Maybe<Scalars['String']['output']>;
+    rule?: Maybe<Scalars['String']['output']>;
+    status: Scalars['String']['output'];
+    type: Scalars['String']['output'];
+    updatedAt?: Maybe<Scalars['String']['output']>;
+};
+export declare type AdminOrgPolicyConnection = {
+    __typename?: 'AdminOrgPolicyConnection';
+    edges?: Maybe<Array<AdminOrgPolicyEdge>>;
+    pageInfo: PageInfo;
+};
 export declare type AdminOrgPolicyDetail = {
     __typename?: 'AdminOrgPolicyDetail';
     authPolicy: AdminAuthPolicyConfig;
     authenticationPolicyId: Scalars['ID']['output'];
@@ -2906,8 +2916,13 @@
     isDefault: Scalars['Boolean']['output'];
     numberOfUsers?: Maybe<Scalars['Int']['output']>;
     policyType: AdminAuthenticationPolicyType;
 };
+export declare type AdminOrgPolicyEdge = {
+    __typename?: 'AdminOrgPolicyEdge';
+    cursor: Scalars['String']['output'];
+    node: AdminOrgPolicy;
+};
 export declare type AdminOrganization = {
     __typename?: 'AdminOrganization';
     id: Scalars['ID']['output'];
     name?: Maybe<Scalars['String']['output']>;
@@ -4573,8 +4588,9 @@
     channelUrl?: Maybe<Scalars['String']['output']>;
 };
 export declare type AgentStudioTool = {
     __typename?: 'AgentStudioTool';
+    configured?: Maybe<Scalars['Boolean']['output']>;
     definitionId?: Maybe<Scalars['String']['output']>;
     definitionSource?: Maybe<AgentStudioToolDefinitionSource>;
     description?: Maybe<Scalars['String']['output']>;
     displayName?: Maybe<Scalars['String']['output']>;
@@ -4599,8 +4615,9 @@
     definitionSource: AgentStudioToolDefinitionSource;
     toolId: Scalars['String']['input'];
 };
 export declare type AgentStudioToolInput = {
+    configured?: InputMaybe<Scalars['Boolean']['input']>;
     definitionId: Scalars['String']['input'];
     definitionSource: AgentStudioToolDefinitionSource;
     toolId?: InputMaybe<Scalars['String']['input']>;
 };
@@ -4805,9 +4822,9 @@
     status: AgentWorkspaceAvailabilityStatus;
     teamIds: Array<Scalars['ID']['output']>;
     teamNames: Array<Scalars['String']['output']>;
     teams?: Maybe<Array<TeamV2>>;
-    updatedAt: Scalars['DateTime']['output'];
+    updatedAt?: Maybe<Scalars['DateTime']['output']>;
 };
 export declare type AgentWorkspaceAgentShifts = {
     __typename?: 'AgentWorkspaceAgentShifts';
     agent: AgentWorkspaceAgent;
@@ -13105,8 +13122,14 @@
     eventIngestionUrl?: Maybe<Scalars['String']['output']>;
     signalingUrl?: Maybe<Scalars['String']['output']>;
     turnControlUrl?: Maybe<Scalars['String']['output']>;
 };
+export declare type ChannelPlatformMediaTokenResponse = {
+    __typename?: 'ChannelPlatformMediaTokenResponse';
+    clientId?: Maybe<Scalars['String']['output']>;
+    collectionName?: Maybe<Scalars['String']['output']>;
+    token?: Maybe<Scalars['String']['output']>;
+};
 export declare type ChannelPlatformMeeting = {
     __typename?: 'ChannelPlatformMeeting';
     mediaPlacement?: Maybe<ChannelPlatformMediaPlacement>;
     mediaRegion?: Maybe<Scalars['String']['output']>;
@@ -23777,9 +23800,9 @@
     success: Scalars['Boolean']['output'];
 };
 export declare type ConfluenceCreateContentApprovalRequestInput = {
     comment?: InputMaybe<Scalars['String']['input']>;
-    contentId: Scalars['Long']['input'];
+    contentId: Scalars['ID']['input'];
     contentStatus: GraphQlContentStatus;
     reviewers?: InputMaybe<Array<InputMaybe<ConfluenceContentApprovalReviewerInput>>>;
     version: Scalars['Int']['input'];
 };
@@ -23915,9 +23938,9 @@
     success: Scalars['Boolean']['output'];
     topic?: Maybe<ConfluenceTopic>;
 };
 export declare type ConfluenceCreateWorkflowApplicationRequestInput = {
-    contentId: Scalars['Long']['input'];
+    contentId: Scalars['ID']['input'];
     contentStatus: GraphQlContentStatus;
     isActive?: InputMaybe<Scalars['Boolean']['input']>;
     version?: InputMaybe<Scalars['Int']['input']>;
     workflowId?: InputMaybe<Scalars['Long']['input']>;
@@ -26222,9 +26245,10 @@
     Share = "SHARE",
     View = "VIEW"
 }
 export declare type ConfluencePermissionCombinationPrincipalTypeAssignmentInput = {
-    principalType: ConfluencePermissionTransitionPrincipalType;
+    mutationPrincipalType?: InputMaybe<ConfluencePermissionTransitionMutationPrincipalType>;
+    principalType?: InputMaybe<ConfluencePermissionTransitionPrincipalType>;
     removeAccess: Scalars['Boolean']['input'];
     roleId?: InputMaybe<Scalars['ID']['input']>;
 };
 export declare type ConfluencePermissionCombinationRoleAssignmentInput = {
@@ -26250,8 +26274,16 @@
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
     taskId?: Maybe<Scalars['ID']['output']>;
 };
+export declare enum ConfluencePermissionTransitionMutationPrincipalType {
+    AllLicensedUsersUserClass = "ALL_LICENSED_USERS_USER_CLASS",
+    AllProductAdminsUserClass = "ALL_PRODUCT_ADMINS_USER_CLASS",
+    Anonymous = "ANONYMOUS",
+    Group = "GROUP",
+    Guest = "GUEST",
+    User = "USER"
+}
 export declare type ConfluencePermissionTransitionPrincipal = {
     __typename?: 'ConfluencePermissionTransitionPrincipal';
     email?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
@@ -26990,8 +27022,9 @@
     principalId: Scalars['String']['output'];
     principalType: ConfluencePrincipalType;
     required?: Maybe<Scalars['Boolean']['output']>;
     reviewerDecisionStatus?: Maybe<ConfluenceReviewerDecisionState>;
+    reviewerId?: Maybe<Scalars['ID']['output']>;
     user?: Maybe<AtlassianUser>;
 };
 export declare enum ConfluenceReviewerDecisionState {
     PendingReview = "PENDING_REVIEW",
@@ -28613,10 +28646,16 @@
     __typename?: 'ConfluenceWorkflowApplicationDetails';
     contentId?: Maybe<Scalars['ID']['output']>;
     contentStatus?: Maybe<Scalars['String']['output']>;
     contentVersion?: Maybe<Scalars['Int']['output']>;
+    creationDate?: Maybe<ConfluenceApprovalsDate>;
+    creator?: Maybe<AtlassianUser>;
+    creatorAaid?: Maybe<Scalars['ID']['output']>;
     id?: Maybe<Scalars['ID']['output']>;
     isActive?: Maybe<Scalars['Boolean']['output']>;
+    lastModificationDate?: Maybe<ConfluenceApprovalsDate>;
+    modifier?: Maybe<AtlassianUser>;
+    modifierAaid?: Maybe<Scalars['ID']['output']>;
     workflowId?: Maybe<Scalars['ID']['output']>;
     workflowStatusId?: Maybe<Scalars['ID']['output']>;
 };
 export declare type ConfluenceWorkflowApplicationPayload = {
@@ -31613,14 +31652,18 @@
     timeScale?: InputMaybe<CplsTimeScaleType>;
 };
 export declare type CplsWork = {
     __typename?: 'CplsWork';
+    contributorsByIds?: Maybe<Array<Maybe<CplsWorkContributorEdge>>>;
     id: Scalars['ID']['output'];
     resourcing?: Maybe<CplsWorkResourcing>;
     workContributors?: Maybe<CplsWorkContributorConnection>;
     workData?: Maybe<CplsWorkData>;
     workDataId?: Maybe<Scalars['ID']['output']>;
 };
+export declare type CplsWorkContributorsByIdsArgs = {
+    contributorIds: Array<Scalars['ID']['input']>;
+};
 export declare type CplsWorkWorkContributorsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     before?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -35814,8 +35857,11 @@
     progress?: Maybe<DevAiSandboxProgress>;
     readiness?: Maybe<DevAiSandboxReadiness>;
 };
 export declare enum DevAiSandboxError {
+    ApplicationsStartFailed = "APPLICATIONS_START_FAILED",
+    HibernationRestoreFailed = "HIBERNATION_RESTORE_FAILED",
+    RepoCloneFailed = "REPO_CLONE_FAILED",
     Unknown = "UNKNOWN"
 }
 export declare type DevAiSandboxProgress = {
     name?: Maybe<Scalars['String']['output']>;
@@ -39594,8 +39640,10 @@
 };
 export declare type ExternalLargeContent = {
     __typename?: 'ExternalLargeContent';
     asText?: Maybe<Scalars['String']['output']>;
+    mediaTextUrl?: Maybe<Scalars['String']['output']>;
+    mediaThumbnailUrl?: Maybe<Scalars['String']['output']>;
     mimeType?: Maybe<Scalars['String']['output']>;
 };
 export declare type ExternalLocation = {
     __typename?: 'ExternalLocation';
@@ -42969,8 +43017,9 @@
 };
 export declare type GraphIntegrationMcpAdminManagementMcpServerNode = {
     __typename?: 'GraphIntegrationMcpAdminManagementMcpServerNode';
     authConsentUrl?: Maybe<Scalars['URL']['output']>;
+    autoEnableNewTools: Scalars['Boolean']['output'];
     baseUrl: Scalars['URL']['output'];
     displayName: Scalars['String']['output'];
     endpointPath?: Maybe<Scalars['String']['output']>;
     iconUrl?: Maybe<Scalars['String']['output']>;
@@ -43027,8 +43076,9 @@
     DenyServerRemoved = "DENY_SERVER_REMOVED",
     NewToolDeny = "NEW_TOOL_DENY"
 }
 export declare type GraphIntegrationMcpAdminManagementRegisterMcpServerInput = {
+    autoEnableNewTools?: InputMaybe<Scalars['Boolean']['input']>;
     cloudId: Scalars['ID']['input'];
     displayName: Scalars['String']['input'];
     endpointPath?: InputMaybe<Scalars['String']['input']>;
     icon?: InputMaybe<Scalars['String']['input']>;
@@ -46028,8 +46078,12 @@
     changeProposalHasAtlasGoal?: Maybe<GraphStoreSimplifiedChangeProposalHasAtlasGoalConnection>;
     changeProposalHasAtlasGoalBatch?: Maybe<GraphStoreBatchChangeProposalHasAtlasGoalConnection>;
     changeProposalHasAtlasGoalInverse?: Maybe<GraphStoreSimplifiedChangeProposalHasAtlasGoalInverseConnection>;
     changeProposalHasAtlasGoalInverseBatch?: Maybe<GraphStoreBatchChangeProposalHasAtlasGoalConnection>;
+    changeProposalHasWork?: Maybe<GraphStoreSimplifiedChangeProposalHasWorkConnection>;
+    changeProposalHasWorkBatch?: Maybe<GraphStoreBatchChangeProposalHasWorkConnection>;
+    changeProposalHasWorkInverse?: Maybe<GraphStoreSimplifiedChangeProposalHasWorkInverseConnection>;
+    changeProposalHasWorkInverseBatch?: Maybe<GraphStoreBatchChangeProposalHasWorkConnection>;
     commitBelongsToPullRequest?: Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestConnection>;
     commitBelongsToPullRequestInverse?: Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestInverseConnection>;
     commitInRepo?: Maybe<GraphStoreSimplifiedCommitInRepoConnection>;
     commitInRepoInverse?: Maybe<GraphStoreSimplifiedCommitInRepoInverseConnection>;
@@ -47864,8 +47918,38 @@
     ids: Array<Scalars['ID']['input']>;
     queryContext?: InputMaybe<Scalars['String']['input']>;
     sort?: InputMaybe<GraphStoreChangeProposalHasAtlasGoalSortInput>;
 };
+export declare type GraphStoreChangeProposalHasWorkArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    queryContext?: InputMaybe<Scalars['String']['input']>;
+    sort?: InputMaybe<GraphStoreChangeProposalHasWorkSortInput>;
+};
+export declare type GraphStoreChangeProposalHasWorkBatchArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    ids: Array<Scalars['ID']['input']>;
+    queryContext?: InputMaybe<Scalars['String']['input']>;
+    sort?: InputMaybe<GraphStoreChangeProposalHasWorkSortInput>;
+};
+export declare type GraphStoreChangeProposalHasWorkInverseArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    queryContext?: InputMaybe<Scalars['String']['input']>;
+    sort?: InputMaybe<GraphStoreChangeProposalHasWorkSortInput>;
+};
+export declare type GraphStoreChangeProposalHasWorkInverseBatchArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    ids: Array<Scalars['ID']['input']>;
+    queryContext?: InputMaybe<Scalars['String']['input']>;
+    sort?: InputMaybe<GraphStoreChangeProposalHasWorkSortInput>;
+};
 export declare type GraphStoreCommitBelongsToPullRequestArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -55075,8 +55159,49 @@
     data?: Maybe<GraphStoreBatchChangeProposalHasAtlasGoalStartUnion>;
     id: Scalars['ID']['output'];
 };
 export declare type GraphStoreBatchChangeProposalHasAtlasGoalStartUnion = MercuryChangeProposal;
+export declare type GraphStoreBatchChangeProposalHasWorkConnection = HasPageInfo & {
+    __typename?: 'GraphStoreBatchChangeProposalHasWorkConnection';
+    edges: Array<Maybe<GraphStoreBatchChangeProposalHasWorkEdge>>;
+    nodes: Array<Maybe<GraphStoreBatchChangeProposalHasWorkNode>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreBatchChangeProposalHasWorkEdge = {
+    __typename?: 'GraphStoreBatchChangeProposalHasWorkEdge';
+    node: GraphStoreBatchChangeProposalHasWorkInnerConnection;
+};
+export declare type GraphStoreBatchChangeProposalHasWorkEndNode = {
+    __typename?: 'GraphStoreBatchChangeProposalHasWorkEndNode';
+    data?: Maybe<GraphStoreBatchChangeProposalHasWorkEndUnion>;
+    id: Scalars['ID']['output'];
+};
+export declare type GraphStoreBatchChangeProposalHasWorkEndUnion = JiraAlignAggProject | JiraIssue | TownsquareProject;
+export declare type GraphStoreBatchChangeProposalHasWorkInnerConnection = {
+    __typename?: 'GraphStoreBatchChangeProposalHasWorkInnerConnection';
+    edges: Array<Maybe<GraphStoreBatchChangeProposalHasWorkInnerEdge>>;
+    nodes: Array<Maybe<GraphStoreBatchChangeProposalHasWorkNode>>;
+    requestedId: Scalars['ID']['output'];
+};
+export declare type GraphStoreBatchChangeProposalHasWorkInnerEdge = {
+    __typename?: 'GraphStoreBatchChangeProposalHasWorkInnerEdge';
+    cursor?: Maybe<Scalars['String']['output']>;
+    node: GraphStoreBatchChangeProposalHasWorkNode;
+};
+export declare type GraphStoreBatchChangeProposalHasWorkNode = Node & {
+    __typename?: 'GraphStoreBatchChangeProposalHasWorkNode';
+    createdAt: Scalars['DateTime']['output'];
+    from: GraphStoreBatchChangeProposalHasWorkStartNode;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    to: GraphStoreBatchChangeProposalHasWorkEndNode;
+};
+export declare type GraphStoreBatchChangeProposalHasWorkStartNode = {
+    __typename?: 'GraphStoreBatchChangeProposalHasWorkStartNode';
+    data?: Maybe<GraphStoreBatchChangeProposalHasWorkStartUnion>;
+    id: Scalars['ID']['output'];
+};
+export declare type GraphStoreBatchChangeProposalHasWorkStartUnion = MercuryChangeProposal;
 export declare type GraphStoreBatchContentReferencedEntityConnection = HasPageInfo & {
     __typename?: 'GraphStoreBatchContentReferencedEntityConnection';
     edges: Array<Maybe<GraphStoreBatchContentReferencedEntityEdge>>;
     nodes: Array<Maybe<GraphStoreBatchContentReferencedEntityNode>>;
@@ -56277,8 +56402,11 @@
 };
 export declare type GraphStoreChangeProposalHasAtlasGoalSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
+export declare type GraphStoreChangeProposalHasWorkSortInput = {
+    lastModified?: InputMaybe<GraphStoreSortInput>;
+};
 export declare type GraphStoreCommitBelongsToPullRequestSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
 export declare type GraphStoreCommitInRepoSortInput = {
@@ -64001,8 +64129,36 @@
     node?: Maybe<GraphStoreSimplifiedChangeProposalHasAtlasGoalInverseUnion>;
 };
 export declare type GraphStoreSimplifiedChangeProposalHasAtlasGoalInverseUnion = MercuryChangeProposal;
 export declare type GraphStoreSimplifiedChangeProposalHasAtlasGoalUnion = TownsquareGoal;
+export declare type GraphStoreSimplifiedChangeProposalHasWorkConnection = HasPageInfo & {
+    __typename?: 'GraphStoreSimplifiedChangeProposalHasWorkConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedChangeProposalHasWorkEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedChangeProposalHasWorkEdge = {
+    __typename?: 'GraphStoreSimplifiedChangeProposalHasWorkEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedChangeProposalHasWorkUnion>;
+};
+export declare type GraphStoreSimplifiedChangeProposalHasWorkInverseConnection = HasPageInfo & {
+    __typename?: 'GraphStoreSimplifiedChangeProposalHasWorkInverseConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedChangeProposalHasWorkInverseEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedChangeProposalHasWorkInverseEdge = {
+    __typename?: 'GraphStoreSimplifiedChangeProposalHasWorkInverseEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedChangeProposalHasWorkInverseUnion>;
+};
+export declare type GraphStoreSimplifiedChangeProposalHasWorkInverseUnion = MercuryChangeProposal;
+export declare type GraphStoreSimplifiedChangeProposalHasWorkUnion = JiraAlignAggProject | JiraIssue | TownsquareProject;
 export declare type GraphStoreSimplifiedCommitBelongsToPullRequestConnection = HasPageInfo & {
     __typename?: 'GraphStoreSimplifiedCommitBelongsToPullRequestConnection';
     edges?: Maybe<Array<Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestEdge>>>;
     pageInfo: PageInfo;
@@ -74817,8 +74973,10 @@
     externalWorkerLinksThirdPartyUser?: Maybe<GraphStoreV2SimplifiedExternalWorkerLinksThirdPartyUserConnection>;
     externalWorkerLinksThirdPartyUserInverse?: Maybe<GraphStoreV2SimplifiedExternalWorkerLinksThirdPartyUserInverseConnection>;
     focusAskImpactsWorkEntity?: Maybe<GraphStoreV2SimplifiedFocusAskImpactsWorkEntityConnection>;
     focusAskImpactsWorkEntityInverse?: Maybe<GraphStoreV2SimplifiedFocusAskImpactsWorkEntityInverseConnection>;
+    focusChangeProposalHasWorkEntity?: Maybe<GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityConnection>;
+    focusChangeProposalHasWorkEntityInverse?: Maybe<GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityInverseConnection>;
     focusFocusAreaHasAtlassianGoal?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasAtlassianGoalConnection>;
     focusFocusAreaHasAtlassianGoalInverse?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasAtlassianGoalInverseConnection>;
     focusFocusAreaHasChildFocusFocusArea?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasChildFocusFocusAreaConnection>;
     focusFocusAreaHasChildFocusFocusAreaInverse?: Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasChildFocusFocusAreaInverseConnection>;
@@ -78459,8 +78617,22 @@
     first?: InputMaybe<Scalars['Int']['input']>;
     id: Scalars['ID']['input'];
     sort?: InputMaybe<GraphStoreV2FocusAskImpactsWorkEntitySortInput>;
 };
+export declare type GraphStoreV2FocusChangeProposalHasWorkEntityArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreV2FocusChangeProposalHasWorkEntitySortInput>;
+};
+export declare type GraphStoreV2FocusChangeProposalHasWorkEntityInverseArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreV2FocusChangeProposalHasWorkEntitySortInput>;
+};
 export declare type GraphStoreV2FocusFocusAreaHasAtlassianGoalArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -81754,8 +81926,11 @@
 };
 export declare type GraphStoreV2FocusAskImpactsWorkEntitySortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
+export declare type GraphStoreV2FocusChangeProposalHasWorkEntitySortInput = {
+    lastModified?: InputMaybe<GraphStoreSortInput>;
+};
 export declare type GraphStoreV2FocusFocusAreaHasAtlassianGoalSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
 export declare type GraphStoreV2FocusFocusAreaHasChildFocusFocusAreaSortInput = {
@@ -90205,8 +90380,36 @@
     node?: Maybe<GraphStoreV2SimplifiedFocusAskImpactsWorkEntityInverseUnion>;
 };
 export declare type GraphStoreV2SimplifiedFocusAskImpactsWorkEntityInverseUnion = SpfAsk;
 export declare type GraphStoreV2SimplifiedFocusAskImpactsWorkEntityUnion = JiraAlignAggProject | JiraIssue | TownsquareProject;
+export declare type GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityConnection = HasPageInfo & {
+    __typename?: 'GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityEdge = {
+    __typename?: 'GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityUnion>;
+};
+export declare type GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityInverseConnection = HasPageInfo & {
+    __typename?: 'GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityInverseConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityInverseEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityInverseEdge = {
+    __typename?: 'GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityInverseEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityInverseUnion>;
+};
+export declare type GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityInverseUnion = MercuryChangeProposal;
+export declare type GraphStoreV2SimplifiedFocusChangeProposalHasWorkEntityUnion = JiraAlignAggProject | JiraIssue | TownsquareProject;
 export declare type GraphStoreV2SimplifiedFocusFocusAreaHasAtlassianGoalConnection = HasPageInfo & {
     __typename?: 'GraphStoreV2SimplifiedFocusFocusAreaHasAtlassianGoalConnection';
     edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedFocusFocusAreaHasAtlassianGoalEdge>>>;
     pageInfo: PageInfo;
@@ -99808,8 +100011,9 @@
 };
 export declare type JiraBoardViewFieldSwimlane = JiraBoardViewCellContainer & JiraBoardViewSwimlane & Node & {
     __typename?: 'JiraBoardViewFieldSwimlane';
     cells?: Maybe<JiraBoardViewCellConnection>;
+    collapsed?: Maybe<Scalars['Boolean']['output']>;
     field?: Maybe<JiraField>;
     id: Scalars['ID']['output'];
     totalIssueCount?: Maybe<Scalars['Int']['output']>;
     value?: Maybe<JiraBoardViewFieldSwimlaneValue>;
@@ -99922,8 +100126,9 @@
     node?: Maybe<JiraBoardViewStatus>;
 };
 export declare type JiraBoardViewSwimlane = {
     cells?: Maybe<JiraBoardViewCellConnection>;
+    collapsed?: Maybe<Scalars['Boolean']['output']>;
     id: Scalars['ID']['output'];
     totalIssueCount?: Maybe<Scalars['Int']['output']>;
 };
 export declare type JiraBoardViewSwimlaneCellsArgs = {
@@ -103760,8 +103965,9 @@
     fieldTypeGroupsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
     nameOrDescriptionFilter?: InputMaybe<Scalars['String']['input']>;
     requiredOnIssueTypesFilter?: InputMaybe<Array<JiraFieldsRequiredOnIssueTypesFilterInput>>;
     schemeId: Scalars['ID']['input'];
+    sortBy?: InputMaybe<Array<JiraFieldSchemesSort>>;
 };
 export declare type JiraFieldSchemeAssociatedIssueTypesInput = {
     nameFilter?: InputMaybe<Scalars['String']['input']>;
 };
@@ -103798,9 +104004,14 @@
     node?: Maybe<JiraFieldScheme>;
 };
 export declare type JiraFieldSchemesInput = {
     nameOrDescriptionFilter?: InputMaybe<Scalars['String']['input']>;
+    sortBy?: InputMaybe<Array<JiraFieldSchemesSort>>;
 };
+export declare type JiraFieldSchemesSort = {
+    direction: SortDirection;
+    key: Scalars['String']['input'];
+};
 export declare enum JiraFieldScopeType {
     All = "ALL",
     Global = "GLOBAL",
     Project = "PROJECT"
@@ -113183,8 +113394,9 @@
     jiraProjects?: Maybe<Array<Maybe<JiraProject>>>;
     jiraProjectsByJql?: Maybe<JiraProjectConnection>;
     jiraProjectsMappedToHelpCenter?: Maybe<JiraProjectConnection>;
     jiraServiceManagementRequestTypeCategoriesByProject?: Maybe<JiraServiceManagementRequestTypeCategoryConnection>;
+    jiraServiceManagementSlaIssue?: Maybe<JiraServiceManagementSlaIssueResult>;
     jpdDeliveryIssueLinkTypeId?: Maybe<Scalars['ID']['output']>;
     jqlBuilder?: Maybe<JiraJqlBuilder>;
     jsmProjectTeamType?: Maybe<JiraServiceManagementProjectTeamType>;
     jsmWorkflowTemplates?: Maybe<JiraServiceManagementWorkflowTemplatesMetadataConnection>;
@@ -113944,8 +114156,12 @@
     cloudId: Scalars['ID']['input'];
     first?: InputMaybe<Scalars['Int']['input']>;
     projectId: Scalars['ID']['input'];
 };
+export declare type JiraQueryJiraServiceManagementSlaIssueArgs = {
+    cloudId: Scalars['ID']['input'];
+    issueKey: Scalars['String']['input'];
+};
 export declare type JiraQueryJpdDeliveryIssueLinkTypeIdArgs = {
     cloudId: Scalars['ID']['input'];
 };
 export declare type JiraQueryJqlBuilderArgs = {
@@ -116696,8 +116912,49 @@
     errors?: Maybe<Array<MutationError>>;
     field?: Maybe<JiraServiceManagementSentimentField>;
     success: Scalars['Boolean']['output'];
 };
+export declare type JiraServiceManagementSlaCompleteGoal = {
+    __typename?: 'JiraServiceManagementSlaCompleteGoal';
+    breachTime?: Maybe<Scalars['String']['output']>;
+    failed?: Maybe<Scalars['Boolean']['output']>;
+    goalTime?: Maybe<Scalars['String']['output']>;
+    remainingTime?: Maybe<Scalars['String']['output']>;
+    startTime?: Maybe<Scalars['String']['output']>;
+    stopTime?: Maybe<Scalars['String']['output']>;
+};
+export declare type JiraServiceManagementSlaGoalDetailedView = {
+    __typename?: 'JiraServiceManagementSlaGoalDetailedView';
+    active?: Maybe<Scalars['Boolean']['output']>;
+    breachTime?: Maybe<Scalars['String']['output']>;
+    calendarName?: Maybe<Scalars['String']['output']>;
+    closed?: Maybe<Scalars['Boolean']['output']>;
+    completeGoals?: Maybe<Array<JiraServiceManagementSlaCompleteGoal>>;
+    currentJqlMatch?: Maybe<Scalars['String']['output']>;
+    emergencyLevel?: Maybe<Scalars['String']['output']>;
+    failed?: Maybe<Scalars['Boolean']['output']>;
+    goalTime?: Maybe<Scalars['String']['output']>;
+    goalTimeLong?: Maybe<Scalars['String']['output']>;
+    incalculableSlaError?: Maybe<Scalars['String']['output']>;
+    metricName?: Maybe<Scalars['String']['output']>;
+    nextConditionMatch?: Maybe<Scalars['String']['output']>;
+    paused?: Maybe<Scalars['Boolean']['output']>;
+    remainingTime?: Maybe<Scalars['String']['output']>;
+    remainingTimeLong?: Maybe<Scalars['String']['output']>;
+    slaDisplayFormat?: Maybe<Scalars['String']['output']>;
+    startTime?: Maybe<Scalars['String']['output']>;
+    stopTime?: Maybe<Scalars['String']['output']>;
+};
+export declare type JiraServiceManagementSlaIssue = {
+    __typename?: 'JiraServiceManagementSlaIssue';
+    goalViews?: Maybe<Array<JiraServiceManagementSlaGoalDetailedView>>;
+    hasPreviousCycles?: Maybe<Scalars['Boolean']['output']>;
+};
+export declare type JiraServiceManagementSlaIssueResult = {
+    __typename?: 'JiraServiceManagementSlaIssueResult';
+    errors?: Maybe<Array<QueryError>>;
+    slaIssue?: Maybe<JiraServiceManagementSlaIssue>;
+};
 export declare type JiraServiceManagementTeamResponder = {
     __typename?: 'JiraServiceManagementTeamResponder';
     teamId?: Maybe<Scalars['String']['output']>;
     teamName?: Maybe<Scalars['String']['output']>;
@@ -116953,8 +117210,21 @@
 export declare type JiraSetBoardViewStatusColumnMappingRenameStatusInput = {
     name: Scalars['String']['input'];
     statusId: Scalars['ID']['input'];
 };
+export declare type JiraSetBoardViewSwimlaneStateInput = {
+    collapsed: Scalars['Boolean']['input'];
+    settings?: InputMaybe<JiraBoardViewSettings>;
+    swimlaneId: Scalars['ID']['input'];
+    viewId: Scalars['ID']['input'];
+};
+export declare type JiraSetBoardViewSwimlaneStatePayload = Payload & {
+    __typename?: 'JiraSetBoardViewSwimlaneStatePayload';
+    boardView?: Maybe<JiraBoardView>;
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+    swimlane?: Maybe<JiraBoardViewSwimlane>;
+};
 export declare type JiraSetBoardViewWorkflowSelectedInput = {
     selectedWorkflowId: Scalars['ID']['input'];
     settings?: InputMaybe<JiraBoardViewSettings>;
     viewId: Scalars['ID']['input'];
@@ -121315,8 +121585,18 @@
     viewAri: Scalars['ID']['output'];
     viewId: Scalars['Int']['output'];
     viewUuid: Scalars['ID']['output'];
 };
+export declare type JpdViewsServiceAssociateGlobalViewInput = {
+    containerId: Scalars['String']['input'];
+    containerType: JpdViewsServiceGlobalViewAssociationContainerType;
+    id: Scalars['ID']['input'];
+};
+export declare type JpdViewsServiceAssociateGlobalViewPayload = Payload & {
+    __typename?: 'JpdViewsServiceAssociateGlobalViewPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type JpdViewsServiceAxisConfig = {
     __typename?: 'JpdViewsServiceAxisConfig';
     dimension: Scalars['String']['output'];
     field: JpdViewsServiceField;
@@ -121423,8 +121703,11 @@
     verticalGroupsFilter?: Maybe<Array<Maybe<JpdViewsServiceFilter>>>;
     viewId: Scalars['String']['output'];
     visualizationType: JpdViewsServiceVisualizationType;
 };
+export declare enum JpdViewsServiceGlobalViewAssociationContainerType {
+    Project = "PROJECT"
+}
 export declare type JpdViewsServiceGlobalViewConnection = {
     __typename?: 'JpdViewsServiceGlobalViewConnection';
     edges?: Maybe<Array<JpdViewsServiceGlobalViewEdge>>;
     pageInfo: PageInfo;
@@ -129156,8 +129439,12 @@
     id: Scalars['ID']['output'];
     investmentCategory?: Maybe<MercuryInvestmentCategory>;
     name: Scalars['String']['output'];
 };
+export declare type MercuryCostItemClassificationInput = {
+    costSubtypeId?: InputMaybe<Scalars['ID']['input']>;
+    costTypeId?: InputMaybe<Scalars['ID']['input']>;
+};
 export declare type MercuryCostItemConnection = {
     __typename?: 'MercuryCostItemConnection';
     edges?: Maybe<Array<MercuryCostItemEdge>>;
     pageInfo: PageInfo;
@@ -129291,8 +129578,30 @@
     numberField?: InputMaybe<MercuryCreateNumberCustomFieldDefinitionInput>;
     singleSelectField?: InputMaybe<MercuryCreateSingleSelectCustomFieldDefinitionInput>;
     textField?: InputMaybe<MercuryCreateTextCustomFieldDefinitionInput>;
 };
+export declare type MercuryCreateCostItemInput = {
+    focusAreaId: Scalars['ID']['input'];
+    name: Scalars['String']['input'];
+};
+export declare type MercuryCreateCostItemPayload = Payload & {
+    __typename?: 'MercuryCreateCostItemPayload';
+    createdCostItem?: Maybe<MercuryCostItem>;
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
+export declare type MercuryCreateCostPeriodValueInput = {
+    amount: Scalars['String']['input'];
+    costItemId: Scalars['ID']['input'];
+    financialVersionId: Scalars['ID']['input'];
+    yearMonth: Scalars['String']['input'];
+};
+export declare type MercuryCreateCostPeriodValuePayload = Payload & {
+    __typename?: 'MercuryCreateCostPeriodValuePayload';
+    createdCostPeriodValue?: Maybe<MercuryCostPeriodValue>;
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type MercuryCreateCostSubtypeInput = {
     costTypeId: Scalars['ID']['input'];
     name: Scalars['String']['input'];
 };
@@ -129608,8 +129917,24 @@
     __typename?: 'MercuryDeleteCommentPayload';
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
 };
+export declare type MercuryDeleteCostItemInput = {
+    id: Scalars['ID']['input'];
+};
+export declare type MercuryDeleteCostItemPayload = Payload & {
+    __typename?: 'MercuryDeleteCostItemPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
+export declare type MercuryDeleteCostPeriodValueInput = {
+    id: Scalars['ID']['input'];
+};
+export declare type MercuryDeleteCostPeriodValuePayload = Payload & {
+    __typename?: 'MercuryDeleteCostPeriodValuePayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type MercuryDeleteCostSubtypeInput = {
     id: Scalars['ID']['input'];
 };
 export declare type MercuryDeleteCostSubtypePayload = Payload & {
@@ -129814,8 +130139,9 @@
 };
 export declare enum MercuryFinancialVersionType {
     Actual = "ACTUAL",
     Baseline = "BASELINE",
+    Budget = "BUDGET",
     Forecast = "FORECAST"
 }
 export declare type MercuryFiscalCalendarConfiguration = Node & {
     __typename?: 'MercuryFiscalCalendarConfiguration';
@@ -130344,17 +130670,31 @@
     monthStartDate?: Maybe<Scalars['String']['output']>;
 };
 export declare type MercuryFundsMutationApi = {
     __typename?: 'MercuryFundsMutationApi';
+    createCostItem?: Maybe<MercuryCreateCostItemPayload>;
+    createCostPeriodValue?: Maybe<MercuryCreateCostPeriodValuePayload>;
     createCostSubtype?: Maybe<MercuryCreateCostSubtypePayload>;
     createFiscalCalendarConfiguration?: Maybe<MercuryCreateFiscalCalendarConfigurationPayload>;
     createInvestmentCategory?: Maybe<MercuryCreateInvestmentCategoryPayload>;
+    deleteCostItem?: Maybe<MercuryDeleteCostItemPayload>;
+    deleteCostPeriodValue?: Maybe<MercuryDeleteCostPeriodValuePayload>;
     deleteCostSubtype?: Maybe<MercuryDeleteCostSubtypePayload>;
     deleteInvestmentCategory?: Maybe<MercuryDeleteInvestmentCategoryPayload>;
     updateActiveCurrency?: Maybe<MercuryUpdateActiveCurrencyPayload>;
+    updateCostItemClassification?: Maybe<MercuryUpdateCostItemClassificationPayload>;
+    updateCostItemExpenditureType?: Maybe<MercuryUpdateCostItemExpenditureTypePayload>;
+    updateCostItemInvestmentCategory?: Maybe<MercuryUpdateCostItemInvestmentCategoryPayload>;
+    updateCostPeriodValueAmount?: Maybe<MercuryUpdateCostPeriodValueAmountPayload>;
     updateCostSubtypeName?: Maybe<MercuryUpdateCostSubtypePayload>;
     updateInvestmentCategoryName?: Maybe<MercuryUpdateInvestmentCategoryPayload>;
 };
+export declare type MercuryFundsMutationApiCreateCostItemArgs = {
+    input: MercuryCreateCostItemInput;
+};
+export declare type MercuryFundsMutationApiCreateCostPeriodValueArgs = {
+    input: MercuryCreateCostPeriodValueInput;
+};
 export declare type MercuryFundsMutationApiCreateCostSubtypeArgs = {
     input: MercuryCreateCostSubtypeInput;
 };
 export declare type MercuryFundsMutationApiCreateFiscalCalendarConfigurationArgs = {
@@ -130362,8 +130702,14 @@
 };
 export declare type MercuryFundsMutationApiCreateInvestmentCategoryArgs = {
     input: MercuryCreateInvestmentCategoryInput;
 };
+export declare type MercuryFundsMutationApiDeleteCostItemArgs = {
+    input: MercuryDeleteCostItemInput;
+};
+export declare type MercuryFundsMutationApiDeleteCostPeriodValueArgs = {
+    input: MercuryDeleteCostPeriodValueInput;
+};
 export declare type MercuryFundsMutationApiDeleteCostSubtypeArgs = {
     input: MercuryDeleteCostSubtypeInput;
 };
 export declare type MercuryFundsMutationApiDeleteInvestmentCategoryArgs = {
@@ -130371,8 +130717,20 @@
 };
 export declare type MercuryFundsMutationApiUpdateActiveCurrencyArgs = {
     input: MercuryUpdateActiveCurrencyInput;
 };
+export declare type MercuryFundsMutationApiUpdateCostItemClassificationArgs = {
+    input: MercuryUpdateCostItemClassificationInput;
+};
+export declare type MercuryFundsMutationApiUpdateCostItemExpenditureTypeArgs = {
+    input: MercuryUpdateCostItemExpenditureTypeInput;
+};
+export declare type MercuryFundsMutationApiUpdateCostItemInvestmentCategoryArgs = {
+    input: MercuryUpdateCostItemInvestmentCategoryInput;
+};
+export declare type MercuryFundsMutationApiUpdateCostPeriodValueAmountArgs = {
+    input: MercuryUpdateCostPeriodValueAmountInput;
+};
 export declare type MercuryFundsMutationApiUpdateCostSubtypeNameArgs = {
     input: MercuryUpdateCostSubtypeNameInput;
 };
 export declare type MercuryFundsMutationApiUpdateInvestmentCategoryNameArgs = {
@@ -130677,15 +131035,36 @@
 export declare type MercuryJiraProviderQueryApi = {
     __typename?: 'MercuryJiraProviderQueryApi';
     mercuryStatusMappingsByAri?: Maybe<Array<Maybe<MercuryJiraWorkStatusMapping>>>;
     mercuryStatusMappingsByStatusAri?: Maybe<Array<Maybe<MercuryJiraWorkStatusMapping>>>;
+    userAccessibleConnectedJiraSites?: Maybe<MercuryJiraSiteConnection>;
 };
 export declare type MercuryJiraProviderQueryApiMercuryStatusMappingsByAriArgs = {
     ids: Array<Scalars['ID']['input']>;
 };
 export declare type MercuryJiraProviderQueryApiMercuryStatusMappingsByStatusAriArgs = {
     ids: Array<Scalars['ID']['input']>;
 };
+export declare type MercuryJiraProviderQueryApiUserAccessibleConnectedJiraSitesArgs = {
+    cloudId: Scalars['ID']['input'];
+};
+export declare type MercuryJiraSite = {
+    __typename?: 'MercuryJiraSite';
+    id: Scalars['ID']['output'];
+    name: Scalars['String']['output'];
+    url: Scalars['String']['output'];
+};
+export declare type MercuryJiraSiteConnection = {
+    __typename?: 'MercuryJiraSiteConnection';
+    edges?: Maybe<Array<Maybe<MercuryJiraSiteEdge>>>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type MercuryJiraSiteEdge = {
+    __typename?: 'MercuryJiraSiteEdge';
+    cursor: Scalars['String']['output'];
+    node?: Maybe<MercuryJiraSite>;
+};
 export declare type MercuryJiraStatus = {
     __typename?: 'MercuryJiraStatus';
     name?: Maybe<Scalars['String']['output']>;
 };
@@ -132730,8 +133109,48 @@
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
     updatedComment?: Maybe<MercuryComment>;
 };
+export declare type MercuryUpdateCostItemClassificationInput = {
+    classification?: InputMaybe<MercuryCostItemClassificationInput>;
+    id: Scalars['ID']['input'];
+};
+export declare type MercuryUpdateCostItemClassificationPayload = Payload & {
+    __typename?: 'MercuryUpdateCostItemClassificationPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+    updatedCostItem?: Maybe<MercuryCostItem>;
+};
+export declare type MercuryUpdateCostItemExpenditureTypeInput = {
+    expenditureTypeId?: InputMaybe<Scalars['ID']['input']>;
+    id: Scalars['ID']['input'];
+};
+export declare type MercuryUpdateCostItemExpenditureTypePayload = Payload & {
+    __typename?: 'MercuryUpdateCostItemExpenditureTypePayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+    updatedCostItem?: Maybe<MercuryCostItem>;
+};
+export declare type MercuryUpdateCostItemInvestmentCategoryInput = {
+    id: Scalars['ID']['input'];
+    investmentCategoryId?: InputMaybe<Scalars['ID']['input']>;
+};
+export declare type MercuryUpdateCostItemInvestmentCategoryPayload = Payload & {
+    __typename?: 'MercuryUpdateCostItemInvestmentCategoryPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+    updatedCostItem?: Maybe<MercuryCostItem>;
+};
+export declare type MercuryUpdateCostPeriodValueAmountInput = {
+    amount: Scalars['String']['input'];
+    id: Scalars['ID']['input'];
+};
+export declare type MercuryUpdateCostPeriodValueAmountPayload = Payload & {
+    __typename?: 'MercuryUpdateCostPeriodValueAmountPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+    updatedCostPeriodValue?: Maybe<MercuryCostPeriodValue>;
+};
 export declare type MercuryUpdateCostSubtypeNameInput = {
     id: Scalars['ID']['input'];
     name: Scalars['String']['input'];
 };
@@ -133938,8 +134357,9 @@
     jira_setBoardViewCompletedIssueSearchCutOff?: Maybe<JiraSetBoardViewCompletedIssueSearchCutOffPayload>;
     jira_setBoardViewFilter?: Maybe<JiraSetBoardViewFilterPayload>;
     jira_setBoardViewGroupBy?: Maybe<JiraSetBoardViewGroupByPayload>;
     jira_setBoardViewStatusColumnMapping?: Maybe<JiraSetBoardViewStatusColumnMappingPayload>;
+    jira_setBoardViewSwimlaneState?: Maybe<JiraSetBoardViewSwimlaneStatePayload>;
     jira_setBoardViewWorkflowSelected?: Maybe<JiraSetBoardViewWorkflowSelectedPayload>;
     jira_setCapacityMostRecentSubRoute?: Maybe<JiraSetCapacityMostRecentSubRoutePayload>;
     jira_setCustomFieldTranslation?: Maybe<JiraSetCustomFieldTranslationPayload>;
     jira_setFavicon?: Maybe<JiraSetFaviconPayload>;
@@ -133980,8 +134400,9 @@
     jira_updateIssueType?: Maybe<JiraUpsertIssueTypePayload>;
     jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
     jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
     jira_updateSchemeFieldPerWorkTypeCustomizations?: Maybe<JiraFieldWorkTypeConfigurationPayload>;
+    jpdViewsService_associateGlobalView?: Maybe<JpdViewsServiceAssociateGlobalViewPayload>;
     jpdViewsService_createGlobalView?: Maybe<JpdViewsServiceCreateGlobalViewPayload>;
     jpdViewsService_deleteGlobalView?: Maybe<JpdViewsServiceDeleteGlobalViewPayload>;
     jpdViewsService_echo?: Maybe<Scalars['String']['output']>;
     jpdViewsService_rerankGlobalView?: Maybe<JpdViewsServiceRerankGlobalViewPayload>;
@@ -133997,8 +134418,9 @@
     jsmConversation_updateSettings?: Maybe<JsmConversationSettingsPayload>;
     jsw?: Maybe<JswMutation>;
     kitsune_createCustomer?: Maybe<KitsuneCustomer>;
     kitsune_createFeedback?: Maybe<KitsuneFeedback>;
+    kitsune_createOrganization?: Maybe<KitsuneOrganization>;
     kitsune_createSection?: Maybe<KitsuneSection>;
     kitsune_createSpace?: Maybe<KitsuneSpace>;
     kitsune_createView?: Maybe<KitsuneView>;
     kitsune_generateFeedbackSummary?: Maybe<Scalars['Boolean']['output']>;
@@ -136686,8 +137108,11 @@
 };
 export declare type MutationJira_SetBoardViewStatusColumnMappingArgs = {
     input: JiraSetBoardViewStatusColumnMappingInput;
 };
+export declare type MutationJira_SetBoardViewSwimlaneStateArgs = {
+    input: JiraSetBoardViewSwimlaneStateInput;
+};
 export declare type MutationJira_SetBoardViewWorkflowSelectedArgs = {
     input: JiraSetBoardViewWorkflowSelectedInput;
 };
 export declare type MutationJira_SetCapacityMostRecentSubRouteArgs = {
@@ -136824,10 +137249,13 @@
 export declare type MutationJira_UpdateSchemeFieldPerWorkTypeCustomizationsArgs = {
     cloudId: Scalars['ID']['input'];
     input?: InputMaybe<JiraFieldWorkTypeCustomizationsInput>;
 };
+export declare type MutationJpdViewsService_AssociateGlobalViewArgs = {
+    input: JpdViewsServiceAssociateGlobalViewInput;
+};
 export declare type MutationJpdViewsService_CreateGlobalViewArgs = {
-    cloudId: Scalars['String']['input'];
+    cloudId: Scalars['ID']['input'];
     input: JpdViewsServiceCreateGlobalViewInput;
 };
 export declare type MutationJpdViewsService_DeleteGlobalViewArgs = {
     input: JpdViewsServiceDeleteGlobalViewInput;
@@ -136883,8 +137311,13 @@
     source?: InputMaybe<KitsuneSourceInput>;
     spaceAri: Scalars['ID']['input'];
     title?: InputMaybe<Scalars['String']['input']>;
 };
+export declare type MutationKitsune_CreateOrganizationArgs = {
+    domainName?: InputMaybe<Scalars['String']['input']>;
+    name: Scalars['String']['input'];
+    workspaceAri: Scalars['ID']['input'];
+};
 export declare type MutationKitsune_CreateSectionArgs = {
     description?: InputMaybe<Scalars['String']['input']>;
     name: Scalars['String']['input'];
     spaceAri: Scalars['ID']['input'];
@@ -140331,9 +140764,8 @@
     enabledAutoSave?: Maybe<Scalars['Boolean']['output']>;
     fieldRollups?: Maybe<Array<PolarisViewFieldRollup>>;
     fields: Array<PolarisIdeaField>;
     filter?: Maybe<Array<PolarisViewFilter>>;
-    filterGroups?: Maybe<Array<PolarisViewFilterGroup>>;
     groupBy?: Maybe<PolarisIdeaField>;
     groupValues?: Maybe<Array<PolarisGroupValue>>;
     groupsFilter?: Maybe<Array<PolarisViewFilter>>;
     hidden?: Maybe<Array<PolarisIdeaField>>;
@@ -140396,19 +140828,8 @@
     field?: Maybe<PolarisIdeaField>;
     kind: PolarisViewFilterKind;
     values: Array<PolarisViewFilterValue>;
 };
-export declare type PolarisViewFilterGroup = {
-    __typename?: 'PolarisViewFilterGroup';
-    filterEnums?: Maybe<Array<PolarisFilterEnumType>>;
-    filters: Array<PolarisViewFilter>;
-    groupFilter: PolarisViewFilter;
-};
-export declare type PolarisViewFilterGroupInput = {
-    filterEnums?: InputMaybe<Array<PolarisFilterEnumType>>;
-    filters: Array<PolarisViewFilterInput>;
-    groupFilter: PolarisViewFilterInput;
-};
 export declare type PolarisViewFilterInput = {
     field?: InputMaybe<Scalars['ID']['input']>;
     kind: PolarisViewFilterKind;
     values: Array<PolarisViewFilterValueInput>;
@@ -140959,8 +141380,9 @@
     admin_invitePolicies?: Maybe<AdminInvitePolicyConnection>;
     admin_licenseUsage?: Maybe<AdminLicenseDataConnection>;
     admin_org?: Maybe<AdminOrganization>;
     admin_orgDetails?: Maybe<AdminOrgDetails>;
+    admin_orgPolicies?: Maybe<AdminOrgPolicyConnection>;
     admin_permissions?: Maybe<Array<AdminPermission>>;
     admin_tokens?: Maybe<AdminTokenConnection>;
     admin_unitCreateStatus?: Maybe<AdminUnitCreateStatus>;
     admin_unitProfile?: Maybe<AdminUnit>;
@@ -141042,8 +141464,9 @@
     agentWorkspace_usersBySkills?: Maybe<AgentWorkspaceUserConnection>;
     aiCoreApi_vsaQuestionsByProject?: Maybe<AiCoreApiVsaQuestionsResult>;
     aiCoreApi_vsaQuestionsByProjectAndType?: Maybe<AiCoreApiVsaQuestionsWithTypeResult>;
     aiCoreApi_vsaReportingByProject?: Maybe<AiCoreApiVsaReportingResult>;
+    aiops_echo?: Maybe<Scalars['String']['output']>;
     allIndividualSpaces?: Maybe<SpaceInfoConnection>;
     allTemplates?: Maybe<PaginatedTemplateInfoList>;
     allUpdatesFeed?: Maybe<PaginatedAllUpdatesFeed>;
     anchor?: Maybe<ContentPlatformAnchor>;
@@ -141198,8 +141621,9 @@
     changeManagement_rovoRiskAssessmentSettingsByIssue?: Maybe<ChangeManagementRovoRiskAssessmentSettingsPayload>;
     channelPlatform_chatRequestDetails?: Maybe<ChannelPlatformGetChannelTokenResponse>;
     channelPlatform_createContact?: Maybe<ChannelPlatformCreateContactResponse>;
     channelPlatform_evaluateChannelAvailability?: Maybe<ChannelPlatformChannelAvailabilityResponse>;
+    channelPlatform_generateMediaToken?: Maybe<ChannelPlatformMediaTokenResponse>;
     channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
     channelPlatform_getAgentStatus?: Maybe<ChannelPlatformAgentStatusResponse>;
     channelPlatform_getChannelToken?: Maybe<ChannelPlatformGetChannelTokenResponse>;
     channelPlatform_getConnectDetails?: Maybe<ChannelPlatformConnectDetails>;
@@ -141668,9 +142092,8 @@
     jpdViewsService_globalViewsByCriteria?: Maybe<JpdViewsServiceGlobalViewConnection>;
     jpdViewsService_globalViewsById?: Maybe<Array<Maybe<JpdViewsServiceGlobalView>>>;
     jpdViewsService_hydrateGlobalViews?: Maybe<JpdViewsServiceGlobalViewsHydrationExample>;
     jpdViewsService_hydrateUser?: Maybe<JpdViewsServiceUserHydrationExample>;
-    jpdViewsService_test?: Maybe<Scalars['String']['output']>;
     jsmAgentWorkspace_locations?: Maybe<JsmAgentWorkspaceLocations>;
     jsmChannels_conversationsByContainerAri?: Maybe<JsmChannelsConversationsByContainerAriResult>;
     jsmChannels_conversationsByIds?: Maybe<Array<Maybe<JsmChannelsOrchestratorConversation>>>;
     jsmChannels_getExperienceConfigurationByProjectId: JsmChannelsExperienceConfigurationResult;
@@ -142118,9 +142541,9 @@
     after?: InputMaybe<Scalars['String']['input']>;
     before?: InputMaybe<Scalars['String']['input']>;
     container: AdminAuditLogContainer;
     first?: InputMaybe<Scalars['Int']['input']>;
-    input?: InputMaybe<AdminFetchAdminAuditLogEventsInput>;
+    input: AdminFetchAdminAuditLogEventsInput;
     last?: InputMaybe<Scalars['Int']['input']>;
 };
 export declare type QueryAdmin_CheckLicensesCapacityArgs = {
     input: AdminLicenseInput;
@@ -142193,8 +142616,20 @@
 };
 export declare type QueryAdmin_OrgDetailsArgs = {
     orgId: Scalars['ID']['input'];
 };
+export declare type QueryAdmin_OrgPoliciesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    before?: InputMaybe<Scalars['String']['input']>;
+    cursor?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    last?: InputMaybe<Scalars['Int']['input']>;
+    name?: InputMaybe<Scalars['String']['input']>;
+    orgId: Scalars['ID']['input'];
+    resourceId?: InputMaybe<Scalars['String']['input']>;
+    status?: InputMaybe<Scalars['String']['input']>;
+    type?: InputMaybe<Scalars['String']['input']>;
+};
 export declare type QueryAdmin_PermissionsArgs = {
     principalId: Scalars['ID']['input'];
     resourceId: Scalars['ID']['input'];
 };
@@ -142642,8 +143077,11 @@
 };
 export declare type QueryAiCoreApi_VsaReportingByProjectArgs = {
     projectAri: Scalars['ID']['input'];
 };
+export declare type QueryAiops_EchoArgs = {
+    input?: InputMaybe<Scalars['String']['input']>;
+};
 export declare type QueryAllIndividualSpacesArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     key?: InputMaybe<Scalars['String']['input']>;
@@ -143375,8 +143813,11 @@
 };
 export declare type QueryChannelPlatform_EvaluateChannelAvailabilityArgs = {
     request?: InputMaybe<ChannelPlatformChannelAvailabilityRequestInput>;
 };
+export declare type QueryChannelPlatform_GenerateMediaTokenArgs = {
+    issueId: Scalars['String']['input'];
+};
 export declare type QueryChannelPlatform_GetAgentIdForAaidArgs = {
     aaId?: InputMaybe<Scalars['String']['input']>;
     instanceId?: InputMaybe<Scalars['String']['input']>;
 };
@@ -145394,11 +145835,8 @@
 };
 export declare type QueryJpdViewsService_HydrateUserArgs = {
     cloudId: Scalars['ID']['input'];
 };
-export declare type QueryJpdViewsService_TestArgs = {
-    cloudId: Scalars['ID']['input'];
-};
 export declare type QueryJsmAgentWorkspace_LocationsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     cloudId: Scalars['ID']['input'];
     conversationAssignee?: InputMaybe<Scalars['String']['input']>;
@@ -173221,8 +173659,9 @@
     message: Scalars['String']['input'];
 };
 export declare type SubscriptionJsmChannels_GetResolutionPlanGraphUpdateArgs = {
     jiraProjectAri: Scalars['ID']['input'];
+    planEditTransactionId?: InputMaybe<Scalars['ID']['input']>;
     planID: Scalars['ID']['input'];
 };
 export declare type SubscriptionJsmChannels_OnServiceAgentResolutionStateByTicketIdUpdateArgs = {
     jiraProjectAri: Scalars['ID']['input'];
@@ -174987,9 +175426,9 @@
     Administer = "ADMINISTER",
     Create = "CREATE"
 }
 export declare type TownsquareAccessPrincipal = AppUser | AtlassianAccountUser | CustomerUser;
-export declare type TownsquareActivityChange = TownsquareGoalArchivedChange | TownsquareGoalCreatedChange | TownsquareGoalOwnerUpdatedChange | TownsquareGoalRenamedChange;
+export declare type TownsquareActivityChange = TownsquareEditorsAddedChange | TownsquareEditorsRemovedChange | TownsquareFollowersAddedChange | TownsquareFollowersRemovedChange | TownsquareGoalArchivedChange | TownsquareGoalCreatedChange | TownsquareGoalOwnerUpdatedChange | TownsquareGoalRenamedChange | TownsquareGoalRestoredChange | TownsquareStartDateAddedChange | TownsquareStartDateEditedChange | TownsquareTargetDateAddedChange | TownsquareUpdateDeletedChange;
 export declare type TownsquareActivityItem = {
     __typename?: 'TownsquareActivityItem';
     actor?: Maybe<User>;
     change?: Maybe<TownsquareActivityChange>;
@@ -175043,8 +175482,13 @@
 export declare type TownsquareArchiveGoalPayload = {
     __typename?: 'TownsquareArchiveGoalPayload';
     goal?: Maybe<TownsquareGoal>;
 };
+export declare enum TownsquareBundledUpdateNodeMissingReason {
+    Deleted = "DELETED",
+    NotFound = "NOT_FOUND",
+    NotPermitted = "NOT_PERMITTED"
+}
 export declare enum TownsquareCanCreateFusionResult {
     CanCreate = "CAN_CREATE",
     IntegrationNotInstalled = "INTEGRATION_NOT_INSTALLED",
     IssueAlreadyLinked = "ISSUE_ALREADY_LINKED",
@@ -175391,12 +175835,28 @@
 export declare type TownsquareEditGoalTypePayload = {
     __typename?: 'TownsquareEditGoalTypePayload';
     goalType?: Maybe<TownsquareGoalType>;
 };
+export declare type TownsquareEditorsAddedChange = {
+    __typename?: 'TownsquareEditorsAddedChange';
+    addedEditors?: Maybe<Array<User>>;
+};
+export declare type TownsquareEditorsRemovedChange = {
+    __typename?: 'TownsquareEditorsRemovedChange';
+    removedEditors?: Maybe<Array<User>>;
+};
 export declare type TownsquareFocusAppCapabilities = {
     __typename?: 'TownsquareFocusAppCapabilities';
     canViewFocusAreas?: Maybe<Scalars['Boolean']['output']>;
 };
+export declare type TownsquareFollowersAddedChange = {
+    __typename?: 'TownsquareFollowersAddedChange';
+    addedFollowers?: Maybe<Array<User>>;
+};
+export declare type TownsquareFollowersRemovedChange = {
+    __typename?: 'TownsquareFollowersRemovedChange';
+    removedFollowers?: Maybe<Array<User>>;
+};
 export declare type TownsquareFromGoalUpdate = {
     __typename?: 'TownsquareFromGoalUpdate';
     goalUpdate?: Maybe<TownsquareGoalUpdate>;
 };
@@ -175603,8 +176063,20 @@
 export declare type TownsquareGoalArchivedChange = {
     __typename?: 'TownsquareGoalArchivedChange';
     goalType?: Maybe<TownsquareGoalType>;
 };
+export declare type TownsquareGoalBundledUpdateConnection = {
+    __typename?: 'TownsquareGoalBundledUpdateConnection';
+    edges?: Maybe<Array<Maybe<TownsquareGoalBundledUpdateEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type TownsquareGoalBundledUpdateEdge = {
+    __typename?: 'TownsquareGoalBundledUpdateEdge';
+    cursor: Scalars['String']['output'];
+    node?: Maybe<TownsquareGoalUpdate>;
+    nodeMissingReason?: Maybe<TownsquareBundledUpdateNodeMissingReason>;
+    successMeasure?: Maybe<TownsquareGoal>;
+};
 export declare type TownsquareGoalCapabilities = {
     __typename?: 'TownsquareGoalCapabilities';
     apps?: Maybe<TownsquareGoalAppCapabilities>;
     canAddJiraAlignItems?: Maybe<Scalars['Boolean']['output']>;
@@ -175868,8 +176340,9 @@
 }
 export declare type TownsquareGoalUpdate = Node & {
     __typename?: 'TownsquareGoalUpdate';
     ari: Scalars['String']['output'];
+    bundledUpdates?: Maybe<TownsquareGoalBundledUpdateConnection>;
     comments?: Maybe<TownsquareCommentConnection>;
     creationDate?: Maybe<Scalars['DateTime']['output']>;
     creator?: Maybe<User>;
     editDate?: Maybe<Scalars['DateTime']['output']>;
@@ -175895,8 +176368,12 @@
     url?: Maybe<Scalars['String']['output']>;
     uuid?: Maybe<Scalars['UUID']['output']>;
     viewers?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection>;
 };
+export declare type TownsquareGoalUpdateBundledUpdatesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare type TownsquareGoalUpdateCommentsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
@@ -177905,8 +178382,17 @@
 export declare type TownsquareSlackConnectionMetadata = {
     __typename?: 'TownsquareSlackConnectionMetadata';
     fieldTypes?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
 };
+export declare type TownsquareStartDateAddedChange = {
+    __typename?: 'TownsquareStartDateAddedChange';
+    newStartDate?: Maybe<Scalars['Date']['output']>;
+};
+export declare type TownsquareStartDateEditedChange = {
+    __typename?: 'TownsquareStartDateEditedChange';
+    newStartDate?: Maybe<Scalars['Date']['output']>;
+    oldStartDate?: Maybe<Scalars['Date']['output']>;
+};
 export declare type TownsquareStatus = {
     __typename?: 'TownsquareStatus';
     atCompletionState?: Maybe<TownsquareCompletionGoalState>;
     localizedLabel?: Maybe<TownsquareLocalizationField>;
@@ -177963,8 +178449,12 @@
     confidence?: Maybe<TownsquareTargetDateType>;
     dateRange?: Maybe<TownsquareTargetDateRange>;
     label?: Maybe<Scalars['String']['output']>;
 };
+export declare type TownsquareTargetDateAddedChange = {
+    __typename?: 'TownsquareTargetDateAddedChange';
+    newTargetDate?: Maybe<TownsquareTargetDate>;
+};
 export declare type TownsquareTargetDateInput = {
     confidence?: InputMaybe<TownsquareTargetDateType>;
     date?: InputMaybe<Scalars['Date']['input']>;
 };
@@ -178101,8 +178591,12 @@
     __typename?: 'TownsquareUnshardedWorkspaceSummaryEdge';
     cursor: Scalars['String']['output'];
     node?: Maybe<TownsquareUnshardedWorkspaceSummary>;
 };
+export declare type TownsquareUpdateDeletedChange = {
+    __typename?: 'TownsquareUpdateDeletedChange';
+    placeholder?: Maybe<Scalars['Boolean']['output']>;
+};
 export declare type TownsquareUpdateHighlightInput = {
     description: Scalars['String']['input'];
     summary: Scalars['String']['input'];
     type: TownsquareHighlightType;
@@ -178764,8 +179258,11 @@
     after?: InputMaybe<Scalars['String']['input']>;
     filter?: InputMaybe<TrelloPlannerEventTimeFilter>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
+export declare type TrelloBaseCardDeleted = {
+    id: Scalars['ID']['output'];
+};
 export declare type TrelloBaseCardUpdated = {
     actions?: Maybe<TrelloCardActionConnectionUpdated>;
     attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
     badges?: Maybe<TrelloCardBadges>;
@@ -179462,9 +179959,9 @@
 export declare type TrelloCardCustomFieldItemEdgeUpdated = {
     __typename?: 'TrelloCardCustomFieldItemEdgeUpdated';
     node: TrelloCustomFieldItemUpdated;
 };
-export declare type TrelloCardDeleted = {
+export declare type TrelloCardDeleted = TrelloBaseCardDeleted & {
     __typename?: 'TrelloCardDeleted';
     id: Scalars['ID']['output'];
 };
 export declare type TrelloCardDueInfo = {
@@ -180314,8 +180811,12 @@
     after?: InputMaybe<Scalars['String']['input']>;
     filter?: InputMaybe<TrelloPlannerEventTimeFilter>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
+export declare type TrelloInboxCardDeleted = TrelloBaseCardDeleted & {
+    __typename?: 'TrelloInboxCardDeleted';
+    id: Scalars['ID']['output'];
+};
 export declare type TrelloInboxCardUpdated = TrelloBaseCardUpdated & {
     __typename?: 'TrelloInboxCardUpdated';
     actions?: Maybe<TrelloCardActionConnectionUpdated>;
     attachments?: Maybe<TrelloAttachmentConnectionUpdated>;
@@ -180530,9 +181031,9 @@
     color?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     name?: Maybe<Scalars['String']['output']>;
     objectId?: Maybe<Scalars['ID']['output']>;
-    onCardDeleted?: Maybe<Array<TrelloCardDeleted>>;
+    onCardDeleted?: Maybe<Array<TrelloBaseCardDeleted>>;
     position?: Maybe<Scalars['Float']['output']>;
     softLimit?: Maybe<Scalars['Int']['output']>;
 };
 export declare type TrelloListUpdatedConnection = {
@@ -184997,9 +185498,8 @@
     enabledAutoSave?: InputMaybe<Scalars['Boolean']['input']>;
     fieldRollups?: InputMaybe<Array<PolarisViewFieldRollupInput>>;
     fields?: InputMaybe<Array<Scalars['ID']['input']>>;
     filter?: InputMaybe<Array<PolarisViewFilterInput>>;
-    filterGroups?: InputMaybe<Array<PolarisViewFilterGroupInput>>;
     groupBy?: InputMaybe<Scalars['ID']['input']>;
     groupValues?: InputMaybe<Array<PolarisGroupValueInput>>;
     groupsFilter?: InputMaybe<Array<PolarisViewFilterInput>>;
     hidden?: InputMaybe<Array<Scalars['ID']['input']>>;
@@ -186491,29 +186991,12 @@
 };
 export declare type WorkSuggestionsCompassResponse = {
     __typename?: 'WorkSuggestionsCompassResponse';
     announcements?: Maybe<Array<WorkSuggestionsCompassAnnouncementTask>>;
-    scorecardCriteria?: Maybe<Array<WorkSuggestionsCompassScorecardCriterionTask>>;
 };
 export declare type WorkSuggestionsCompassResponseAnnouncementsArgs = {
     input?: InputMaybe<WorkSuggestionsInput>;
 };
-export declare type WorkSuggestionsCompassResponseScorecardCriteriaArgs = {
-    input?: InputMaybe<WorkSuggestionsInput>;
-};
-export declare type WorkSuggestionsCompassScorecardCriterionTask = WorkSuggestionsCompassTask & {
-    __typename?: 'WorkSuggestionsCompassScorecardCriterionTask';
-    componentAri?: Maybe<Scalars['ID']['output']>;
-    componentName?: Maybe<Scalars['String']['output']>;
-    componentType?: Maybe<Scalars['String']['output']>;
-    criterionId?: Maybe<Scalars['ID']['output']>;
-    id: Scalars['String']['output'];
-    orderScore?: Maybe<WorkSuggestionsOrderScore>;
-    scorecard?: Maybe<CompassScorecard>;
-    scorecardAri?: Maybe<Scalars['ID']['output']>;
-    title: Scalars['String']['output'];
-    url: Scalars['String']['output'];
-};
 export declare type WorkSuggestionsCompassTask = {
     componentAri?: Maybe<Scalars['ID']['output']>;
     componentName?: Maybe<Scalars['String']['output']>;
     componentType?: Maybe<Scalars['String']['output']>;