@forge/cli-shared

8.19.08.19.1-next.0
out/graphql/graphql-types.d.ts
~out/graphql/graphql-types.d.tsModified
+860−77
Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -1152,17 +1152,19 @@
     cloudId: Scalars['ID']['input'];
     dashboard: AvpDashboardTemplateInput;
     dashboardPermissionType?: InputMaybe<AvpDashboardPermissionType>;
     locale?: InputMaybe<Scalars['String']['input']>;
-    workspaceId: Scalars['ID']['input'];
+    workspaceAri?: InputMaybe<Scalars['ID']['input']>;
+    workspaceId?: InputMaybe<Scalars['ID']['input']>;
 };
 export declare type AvpCreateDashboardInput = {
     cloudId: Scalars['ID']['input'];
     containerAri?: InputMaybe<Scalars['ID']['input']>;
     dashboard: AvpDashboardInput;
     dashboardPermissionType?: InputMaybe<AvpDashboardPermissionType>;
     integrationId?: InputMaybe<AvpIntegrationId>;
-    workspaceId: Scalars['ID']['input'];
+    workspaceAri?: InputMaybe<Scalars['ID']['input']>;
+    workspaceId?: InputMaybe<Scalars['ID']['input']>;
 };
 export declare type AvpCreateDashboardPayload = Payload & {
     __typename?: 'AVPCreateDashboardPayload';
     dashboard?: Maybe<AvpDashboard>;
@@ -1694,26 +1696,17 @@
     principalId: Scalars['ID']['output'];
     user?: Maybe<User>;
 };
 export declare type AvpPlatformDimension = {
+    __typename?: 'AVPPlatformDimension';
     datasourceLocator: AvpDatasourceLocator;
+    dynamicDimensionKey?: Maybe<Scalars['String']['output']>;
     name: Scalars['String']['output'];
     product: Scalars['String']['output'];
 };
 export declare type AvpPlatformDimensionInput = {
-    dynamic?: InputMaybe<AvpPlatformDynamicDimensionInput>;
-    semantic?: InputMaybe<AvpPlatformSemanticDimensionInput>;
-};
-export declare type AvpPlatformDynamicDimension = AvpPlatformDimension & {
-    __typename?: 'AVPPlatformDynamicDimension';
-    datasourceLocator: AvpDatasourceLocator;
-    dynamicDimensionKey: Scalars['String']['output'];
-    name: Scalars['String']['output'];
-    product: Scalars['String']['output'];
-};
-export declare type AvpPlatformDynamicDimensionInput = {
     datasourceLocator: AvpDatasourceLocatorInput;
-    dynamicDimensionKey: Scalars['String']['input'];
+    dynamicDimensionKey?: InputMaybe<Scalars['String']['input']>;
     name: Scalars['String']['input'];
     product: Scalars['String']['input'];
 };
 export declare type AvpPlatformFilter = {
@@ -1741,21 +1734,8 @@
     isHidden?: InputMaybe<Scalars['Boolean']['input']>;
     label?: InputMaybe<Scalars['String']['input']>;
     metadata?: InputMaybe<Scalars['String']['input']>;
 };
-export declare type AvpPlatformSemanticDimension = AvpPlatformDimension & {
-    __typename?: 'AVPPlatformSemanticDimension';
-    datasourceLocator: AvpDatasourceLocator;
-    name: Scalars['String']['output'];
-    product: Scalars['String']['output'];
-    semanticModel: Scalars['String']['output'];
-};
-export declare type AvpPlatformSemanticDimensionInput = {
-    datasourceLocator: AvpDatasourceLocatorInput;
-    name: Scalars['String']['input'];
-    product: Scalars['String']['input'];
-    semanticModel: Scalars['String']['input'];
-};
 export declare type AvpProductWorkspaceMapEntry = {
     product: Scalars['String']['input'];
     workspaceId: Scalars['ID']['input'];
 };
@@ -2863,18 +2843,10 @@
     cursor: Scalars['String']['output'];
     node: AdminAuditLogEvent;
 };
 export declare type AdminAuditLogEventExportInput = {
-    action?: InputMaybe<Scalars['String']['input']>;
-    actor?: InputMaybe<Scalars['String']['input']>;
-    endDate?: InputMaybe<Scalars['String']['input']>;
     format?: InputMaybe<AdminAuditLogEventMessageFormat>;
-    ip?: InputMaybe<Scalars['String']['input']>;
-    location?: InputMaybe<Scalars['String']['input']>;
-    product?: InputMaybe<Scalars['String']['input']>;
-    query?: InputMaybe<Scalars['String']['input']>;
-    searchQuery?: InputMaybe<Scalars['String']['input']>;
-    startDate?: InputMaybe<Scalars['String']['input']>;
+    query: Scalars['String']['input'];
 };
 export declare type AdminAuditLogEventExportResponsePayload = Payload & {
     __typename?: 'AdminAuditLogEventExportResponsePayload';
     errors?: Maybe<Array<MutationError>>;
@@ -4633,8 +4605,9 @@
 };
 export declare type AgentStudioAuthReadinessResult = {
     __typename?: 'AgentStudioAuthReadinessResult';
     firstPartyApps: Array<AgentStudioFirstPartyApp>;
+    thirdPartyApps: Array<AgentStudioThirdPartyApp>;
 };
 export declare type AgentStudioAuthoringTeamInput = {
     authoringTeamId?: InputMaybe<Scalars['ID']['input']>;
 };
@@ -5181,8 +5154,9 @@
     kgUploadFileId?: Maybe<Scalars['String']['output']>;
     startedAt?: Maybe<Scalars['String']['output']>;
     status?: Maybe<AgentStudioKnowledgeGapUploadJobStatus>;
     triggeredBy?: Maybe<Scalars['String']['output']>;
+    type?: Maybe<AgentStudioKnowledgeGapUploadJobType>;
     updatedAt?: Maybe<Scalars['String']['output']>;
 };
 export declare enum AgentStudioKnowledgeGapUploadJobStatus {
     Clustering = "CLUSTERING",
@@ -5193,8 +5167,12 @@
     Pending = "PENDING",
     Postprocessing = "POSTPROCESSING",
     Processing = "PROCESSING"
 }
+export declare enum AgentStudioKnowledgeGapUploadJobType {
+    AdhocCsm = "ADHOC_CSM",
+    FileUpload = "FILE_UPLOAD"
+}
 export declare type AgentStudioKnowledgeSource = {
     __typename?: 'AgentStudioKnowledgeSource';
     cloudId?: Maybe<Scalars['String']['output']>;
     enabled?: Maybe<Scalars['Boolean']['output']>;
@@ -5457,8 +5435,20 @@
     __typename?: 'AgentStudioTeamsChannelDetails';
     channelName?: Maybe<Scalars['String']['output']>;
     channelUrl?: Maybe<Scalars['String']['output']>;
 };
+export declare type AgentStudioThirdPartyApp = AgentStudioApp & {
+    __typename?: 'AgentStudioThirdPartyApp';
+    authConsentStatus: AgentStudioThirdPartyAuthConsentStatus;
+    authConsentUrl?: Maybe<Scalars['String']['output']>;
+    displayName: Scalars['String']['output'];
+    iconUrl?: Maybe<Scalars['String']['output']>;
+    integrationKey: Scalars['String']['output'];
+};
+export declare enum AgentStudioThirdPartyAuthConsentStatus {
+    Connected = "CONNECTED",
+    Unavailable = "UNAVAILABLE"
+}
 export declare type AgentStudioTool = {
     __typename?: 'AgentStudioTool';
     configuration?: Maybe<AgentStudioToolConfiguration>;
     configured?: Maybe<Scalars['Boolean']['output']>;
@@ -6007,8 +5997,29 @@
     onBreak: Scalars['Int']['output'];
     onDuty: Scalars['Int']['output'];
     totalAgents: Scalars['Int']['output'];
 };
+export declare type AgentWorkspaceBulkImportJob = {
+    __typename?: 'AgentWorkspaceBulkImportJob';
+    createdAt: Scalars['DateTime']['output'];
+    createdSchedules?: Maybe<Scalars['Int']['output']>;
+    failedSchedules?: Maybe<Scalars['Int']['output']>;
+    jobId: Scalars['ID']['output'];
+    processedRows?: Maybe<Scalars['Int']['output']>;
+    status: AgentWorkspaceBulkImportJobStatus;
+    totalRows?: Maybe<Scalars['Int']['output']>;
+    updatedAt?: Maybe<Scalars['DateTime']['output']>;
+    validationErrorCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare enum AgentWorkspaceBulkImportJobStatus {
+    ImportFailed = "IMPORT_FAILED",
+    ImportInProgress = "IMPORT_IN_PROGRESS",
+    ImportProcessing = "IMPORT_PROCESSING",
+    ImportSuccessful = "IMPORT_SUCCESSFUL",
+    ValidationFailed = "VALIDATION_FAILED",
+    ValidationInProgress = "VALIDATION_IN_PROGRESS",
+    ValidationSuccessful = "VALIDATION_SUCCESSFUL"
+}
 export declare type AgentWorkspaceCapacityConnection = {
     __typename?: 'AgentWorkspaceCapacityConnection';
     edges: Array<AgentWorkspaceAgentCapacityEdge>;
     pageInfo: AgentWorkspaceCapacityPageInfo;
@@ -6874,8 +6885,18 @@
 export declare enum AgentWorkspaceSortDirection {
     Asc = "ASC",
     Desc = "DESC"
 }
+export declare type AgentWorkspaceStartBulkImportInput = {
+    cloudId: Scalars['ID']['input'];
+    jobId: Scalars['ID']['input'];
+    projectId: Scalars['ID']['input'];
+};
+export declare type AgentWorkspaceStartBulkImportPayload = {
+    __typename?: 'AgentWorkspaceStartBulkImportPayload';
+    jobId?: Maybe<Scalars['ID']['output']>;
+    status?: Maybe<AgentWorkspaceBulkImportJobStatus>;
+};
 export declare type AgentWorkspaceSubscribeSkillInput = {
     cloudId: Scalars['ID']['input'];
     projectId?: InputMaybe<Scalars['ID']['input']>;
     projectKey?: InputMaybe<Scalars['String']['input']>;
@@ -8597,8 +8618,9 @@
     progress: AppVersionRolloutProgress;
     sourceVersionId: Scalars['ID']['output'];
     status: AppVersionRolloutStatus;
     targetVersionId: Scalars['ID']['output'];
+    upgradeLimit?: Maybe<Scalars['Int']['output']>;
 };
 export declare type AppVersionRolloutPageInfo = {
     __typename?: 'AppVersionRolloutPageInfo';
     endCursor?: Maybe<Scalars['String']['output']>;
@@ -8966,8 +8988,9 @@
     dataSourceType?: Maybe<Scalars['String']['output']>;
     dataSourceTypeId?: Maybe<Scalars['Int']['output']>;
     icon?: Maybe<Scalars['String']['output']>;
     iconUrl?: Maybe<Scalars['String']['output']>;
+    isCloudFetchSupported?: Maybe<Scalars['Boolean']['output']>;
     name?: Maybe<Scalars['String']['output']>;
     vendor?: Maybe<Scalars['String']['output']>;
 };
 export declare type AssetsDmAdapters = {
@@ -9557,8 +9580,9 @@
 export declare type AssetsDmDataSourceConfig = {
     __typename?: 'AssetsDMDataSourceConfig';
     adapterType?: Maybe<Scalars['String']['output']>;
     configuration?: Maybe<Scalars['JSON']['output']>;
+    isCloudFetchSupported?: Maybe<Scalars['Boolean']['output']>;
     objectClassType?: Maybe<AssetsDmObjectClassEnum>;
 };
 export declare type AssetsDmDataSourceConfigureMappingInput = {
     columnType: Scalars['Int']['input'];
@@ -9641,8 +9665,9 @@
 export declare type AssetsDmDataSourceDetails = {
     __typename?: 'AssetsDMDataSourceDetails';
     dataSourceId?: Maybe<Scalars['ID']['output']>;
     dataSourceTypeId: Scalars['Int']['output'];
+    isCloudFetchEnabled?: Maybe<Scalars['Boolean']['output']>;
     isTemplate: Scalars['Boolean']['output'];
     jobId?: Maybe<Scalars['ID']['output']>;
     name: Scalars['String']['output'];
     objectClassName: Scalars['String']['output'];
@@ -9829,10 +9854,12 @@
 }
 export declare type AssetsDmDataSourceResponse = {
     __typename?: 'AssetsDMDataSourceResponse';
     error?: Maybe<Scalars['String']['output']>;
+    isTestConnectionSuccessful?: Maybe<Scalars['Boolean']['output']>;
     message?: Maybe<Scalars['String']['output']>;
     success: Scalars['Boolean']['output'];
+    testConnectionErrorMessage?: Maybe<Scalars['String']['output']>;
 };
 export declare type AssetsDmDataSourceRunMergeResponse = {
     __typename?: 'AssetsDMDataSourceRunMergeResponse';
     isSuccessful: Scalars['Boolean']['output'];
@@ -11097,8 +11124,13 @@
     data: Array<Scalars['JSON']['output']>;
     filters: Array<AssetsDmTransformedDataFilter>;
     pagination: AssetsDmPaginationInfo;
 };
+export declare type AssetsDmTriggerCloudFetchResponse = {
+    __typename?: 'AssetsDMTriggerCloudFetchResponse';
+    isSuccessful: Scalars['Boolean']['output'];
+    message: Scalars['String']['output'];
+};
 export declare type AssetsDmUnverifiedAttribute = {
     __typename?: 'AssetsDMUnverifiedAttribute';
     issue: Scalars['String']['output'];
     preferredValue: Scalars['String']['output'];
@@ -11682,11 +11714,9 @@
     auditInfo: AssetsVerticalAuditInfo;
     cloudId: Scalars['ID']['output'];
     id: Scalars['ID']['output'];
     objSchema?: Maybe<AssetsSchema>;
-    objSchemaAri: Scalars['ID']['output'];
     objType?: Maybe<AssetsObjectType>;
-    objTypeAri: Scalars['ID']['output'];
     verticalInstantiationCategoryId: Scalars['ID']['output'];
     workspaceId: Scalars['ID']['output'];
 };
 export declare type AssetsVerticalAssetTypesTrackingConnection = {
@@ -11907,11 +11937,9 @@
     bookValueObjTypeAttributeId: Scalars['ID']['output'];
     depreciationRuleId: Scalars['ID']['output'];
     id: Scalars['ID']['output'];
     objSchema?: Maybe<AssetsSchema>;
-    objSchemaAri: Scalars['ID']['output'];
     objType?: Maybe<AssetsObjectType>;
-    objTypeAri: Scalars['ID']['output'];
 };
 export declare type AssetsVerticalDepreciationRuleAssetTypeConnection = {
     __typename?: 'AssetsVerticalDepreciationRuleAssetTypeConnection';
     edges: Array<AssetsVerticalDepreciationRuleAssetTypeEdge>;
@@ -15587,8 +15615,9 @@
     isEnabled?: Maybe<Scalars['Boolean']['output']>;
 };
 export declare type ChangeManagementLastRovoRiskAssessmentPayload = {
     __typename?: 'ChangeManagementLastRovoRiskAssessmentPayload';
+    conversationId?: Maybe<Scalars['String']['output']>;
     response?: Maybe<Scalars['String']['output']>;
     updatedAt?: Maybe<Scalars['String']['output']>;
 };
 export declare type ChangeManagementRovoRiskAssessmentSettingsPayload = {
@@ -15606,8 +15635,9 @@
     projectId: Scalars['String']['input'];
 };
 export declare type ChangeManagementUpdateLastRovoRiskAssessmentInput = {
     cloudId: Scalars['ID']['input'];
+    conversationId?: InputMaybe<Scalars['String']['input']>;
     issueId: Scalars['String']['input'];
     response: Scalars['String']['input'];
 };
 export declare type ChangeManagementUpdateRovoRiskAssessmentSettingsInput = {
@@ -16908,8 +16938,19 @@
     __typename?: 'CommerceExpBillingPeriodDetails';
     billingAnchorTimestamp?: Maybe<Scalars['Float']['output']>;
     nextBillingTimestamp?: Maybe<Scalars['Float']['output']>;
 };
+export declare type CommerceExpBillingSchedule = {
+    __typename?: 'CommerceExpBillingSchedule';
+    aggregatedDiscountTotal?: Maybe<Scalars['Float']['output']>;
+    aggregatedTaxItems?: Maybe<Array<CommerceExpTaxItemsResponse>>;
+    aggregatedUpcomingBillsLine?: Maybe<Array<Maybe<CommerceExpUpcomingBillsLineItem>>>;
+    billDate?: Maybe<CommerceExpBillDateResponse>;
+    currency?: Maybe<Scalars['String']['output']>;
+    subTotal?: Maybe<Scalars['Float']['output']>;
+    tax?: Maybe<Scalars['Float']['output']>;
+    total?: Maybe<Scalars['Float']['output']>;
+};
 export declare type CommerceExpBillingScheduleItem = CommerceExpContainerQuoteLineItem | CommerceExpGroupedByOrgQuoteLineItem | CommerceExpGroupedBySiteQuoteLineItem | CommerceExpSingleQuoteLineItem;
 export declare type CommerceExpBuyCurrentTrialInput = {
     entitlementId: Scalars['String']['input'];
 };
@@ -17456,9 +17497,8 @@
 };
 export declare type CommerceExpCcpQuery = {
     __typename?: 'CommerceExpCcpQuery';
     entitlement?: Maybe<CommerceExpCcpEntitlement>;
-    entitlementSearch?: Maybe<CommerceExpCcpEntitlementConnection>;
     entitlements?: Maybe<Array<Maybe<CommerceExpCcpEntitlement>>>;
     invoiceGroup?: Maybe<CommerceExpCcpInvoiceGroup>;
     invoiceGroups?: Maybe<Array<Maybe<CommerceExpCcpInvoiceGroup>>>;
     isPromocodeApplicable?: Maybe<CommerceExpOfferingIsPromocodeApplicable>;
@@ -17482,15 +17522,8 @@
 };
 export declare type CommerceExpCcpQueryEntitlementArgs = {
     id: Scalars['ID']['input'];
 };
-export declare type CommerceExpCcpQueryEntitlementSearchArgs = {
-    after?: InputMaybe<Scalars['String']['input']>;
-    before?: InputMaybe<Scalars['String']['input']>;
-    filter?: InputMaybe<CommerceExpEntitlementFilter>;
-    first?: InputMaybe<Scalars['Int']['input']>;
-    last?: InputMaybe<Scalars['Int']['input']>;
-};
 export declare type CommerceExpCcpQueryEntitlementsArgs = {
     ids: Array<Scalars['ID']['input']>;
 };
 export declare type CommerceExpCcpQueryInvoiceGroupArgs = {
@@ -17567,8 +17600,9 @@
     __typename?: 'CommerceExpCcpQuote';
     aggregatedDiscountTotalForBAC?: Maybe<Scalars['Float']['output']>;
     aggregatedTaxItemsForBAC?: Maybe<Array<CommerceExpTaxItemsResponse>>;
     aggregatedUpcomingBillsLineForBAC?: Maybe<Array<Maybe<CommerceExpUpcomingBillsLineItem>>>;
+    billingSchedules?: Maybe<Array<Maybe<CommerceExpBillingSchedule>>>;
     canUpdateIGInQuote?: Maybe<Scalars['Boolean']['output']>;
     cancelledReason?: Maybe<CommerceExpCanceledReason>;
     contacts?: Maybe<Array<Maybe<CommerceExpContact>>>;
     contractType?: Maybe<Scalars['String']['output']>;
@@ -28896,8 +28930,18 @@
     scanId: Scalars['ID']['output'];
     success: Scalars['Boolean']['output'];
     taskId?: Maybe<Scalars['ID']['output']>;
 };
+export declare type ConfluenceNbmRetryTransformationLongTaskInput = {
+    transformationId: Scalars['ID']['input'];
+};
+export declare type ConfluenceNbmRetryTransformationLongTaskPayload = Payload & {
+    __typename?: 'ConfluenceNbmRetryTransformationLongTaskPayload';
+    errors?: Maybe<Array<MutationError>>;
+    scanId?: Maybe<Scalars['ID']['output']>;
+    success: Scalars['Boolean']['output'];
+    taskId?: Maybe<Scalars['ID']['output']>;
+};
 export declare type ConfluenceNbmScanCategory = {
     __typename?: 'ConfluenceNbmScanCategory';
     totalChains?: Maybe<Scalars['Long']['output']>;
     totalPages?: Maybe<Scalars['Long']['output']>;
@@ -30559,8 +30603,14 @@
 export declare enum ConfluenceShareableLinkAccessType {
     External = "EXTERNAL",
     InternalLicensed = "INTERNAL_LICENSED"
 }
+export declare type ConfluenceShareableLinkPageInfo = {
+    __typename?: 'ConfluenceShareableLinkPageInfo';
+    endPage?: Maybe<Scalars['String']['output']>;
+    hasNextPage?: Maybe<Scalars['Boolean']['output']>;
+    startPage?: Maybe<Scalars['String']['output']>;
+};
 export declare type ConfluenceShareableLinkSiteConfig = {
     __typename?: 'ConfluenceShareableLinkSiteConfig';
     siteConfigs: Array<Maybe<ConfluenceShareableLinkSiteSetting>>;
 };
@@ -30573,12 +30623,27 @@
     BlockedByOrg = "BLOCKED_BY_ORG",
     Off = "OFF",
     On = "ON"
 }
+export declare type ConfluenceShareableLinkSpace = {
+    __typename?: 'ConfluenceShareableLinkSpace';
+    activeLinkCount: Scalars['Long']['output'];
+    icon?: Maybe<ConfluenceSpaceIcon>;
+    name?: Maybe<Scalars['String']['output']>;
+    shareableLinkSpaceConfig: Array<Maybe<ConfluenceShareableLinkSpaceSetting>>;
+    spaceAlias?: Maybe<Scalars['String']['output']>;
+    spaceId: Scalars['ID']['output'];
+    spaceKey: Scalars['String']['output'];
+};
 export declare type ConfluenceShareableLinkSpaceConfig = {
     __typename?: 'ConfluenceShareableLinkSpaceConfig';
     spaceConfigs?: Maybe<Array<Maybe<ConfluenceShareableLinkSpaceSetting>>>;
 };
+export declare type ConfluenceShareableLinkSpaceConnection = {
+    __typename?: 'ConfluenceShareableLinkSpaceConnection';
+    nodes: Array<Maybe<ConfluenceShareableLinkSpace>>;
+    pageInfo: ConfluenceShareableLinkPageInfo;
+};
 export declare type ConfluenceShareableLinkSpaceSetting = {
     __typename?: 'ConfluenceShareableLinkSpaceSetting';
     accessType: ConfluenceShareableLinkAccessType;
     status: ConfluenceShareableLinkSpaceStatus;
@@ -30589,8 +30654,24 @@
     BlockedByProduct = "BLOCKED_BY_PRODUCT",
     Off = "OFF",
     On = "ON"
 }
+export declare enum ConfluenceShareableLinkSpaceStatusFilter {
+    ExternalBlockedByContainerPolicy = "EXTERNAL_BLOCKED_BY_CONTAINER_POLICY",
+    ExternalBlockedByOrg = "EXTERNAL_BLOCKED_BY_ORG",
+    ExternalBlockedByProduct = "EXTERNAL_BLOCKED_BY_PRODUCT",
+    ExternalOff = "EXTERNAL_OFF",
+    ExternalOn = "EXTERNAL_ON",
+    InternalLicensedBlockedByContainerPolicy = "INTERNAL_LICENSED_BLOCKED_BY_CONTAINER_POLICY",
+    InternalLicensedBlockedByOrg = "INTERNAL_LICENSED_BLOCKED_BY_ORG",
+    InternalLicensedBlockedByProduct = "INTERNAL_LICENSED_BLOCKED_BY_PRODUCT",
+    InternalLicensedOff = "INTERNAL_LICENSED_OFF",
+    InternalLicensedOn = "INTERNAL_LICENSED_ON"
+}
+export declare enum ConfluenceShareableLinkSpacesByCriteriaOrder {
+    ActiveLinks = "ACTIVE_LINKS",
+    Name = "NAME"
+}
 export declare type ConfluenceSiteConfiguration = {
     __typename?: 'ConfluenceSiteConfiguration';
     attachmentSettings?: Maybe<ConfluenceAttachmentSettings>;
     connectionTimeout?: Maybe<Scalars['Int']['output']>;
@@ -30832,8 +30913,9 @@
     combinationId: Scalars['String']['output'];
     principalCount: Scalars['Long']['output'];
     recommendation?: Maybe<ConfluencePermissionTransitionRecommendation>;
     spaceCount: Scalars['Long']['output'];
+    spacePermissions?: Maybe<Array<ConfluenceSpacePermission>>;
     spaceRole?: Maybe<ConfluenceBasicSpaceRole>;
 };
 export declare type ConfluenceSpacePermissionCombinationConnection = {
     __typename?: 'ConfluenceSpacePermissionCombinationConnection';
@@ -33147,9 +33229,27 @@
 };
 export declare type ConvoAiAgentSessionNode = {
     id?: Maybe<Scalars['ID']['output']>;
 };
+export declare enum ConvoAiAgentSessionState {
+    ArtefactReady = "ARTEFACT_READY",
+    AuthRequired = "AUTH_REQUIRED",
+    Completed = "COMPLETED",
+    Failed = "FAILED",
+    InputRequired = "INPUT_REQUIRED",
+    Rejected = "REJECTED",
+    Unknown = "UNKNOWN",
+    Working = "WORKING"
+}
 export declare type ConvoAiAgentSessionUpdate = ConvoAiConversationMessage | ConvoAiEmptyConversation | ConvoAiErrorMessage | ConvoAiTraceMessage;
+export declare type ConvoAiAgentSessionUpdatedByProjects = {
+    __typename?: 'ConvoAiAgentSessionUpdatedByProjects';
+    agent?: Maybe<ConvoAiUser>;
+    conversationId: Scalars['String']['output'];
+    issueId: Scalars['String']['output'];
+    projectId: Scalars['String']['output'];
+    state: ConvoAiAgentSessionState;
+};
 export declare type ConvoAiConfluenceSpaceRecommendation = {
     __typename?: 'ConvoAiConfluenceSpaceRecommendation';
     id: Scalars['ID']['output'];
     name: Scalars['String']['output'];
@@ -33308,10 +33408,33 @@
 export declare type ConvoAiJiraSimilarWorkItemSuggestion = {
     __typename?: 'ConvoAiJiraSimilarWorkItemSuggestion';
     id: Scalars['ID']['output'];
     similarityScore: Scalars['Float']['output'];
+    sources?: Maybe<ConvoAiJiraSimilarWorkItemSuggestionSourceConnection>;
     workItem?: Maybe<JiraIssue>;
 };
+export declare type ConvoAiJiraSimilarWorkItemSuggestionSourcesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    before?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    last?: InputMaybe<Scalars['Int']['input']>;
+};
+export declare enum ConvoAiJiraSimilarWorkItemSuggestionSource {
+    Ers = "ERS",
+    RecentlyCreated = "RECENTLY_CREATED",
+    XpSearch = "XP_SEARCH"
+}
+export declare type ConvoAiJiraSimilarWorkItemSuggestionSourceConnection = {
+    __typename?: 'ConvoAiJiraSimilarWorkItemSuggestionSourceConnection';
+    edges?: Maybe<Array<ConvoAiJiraSimilarWorkItemSuggestionSourceEdge>>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type ConvoAiJiraSimilarWorkItemSuggestionSourceEdge = {
+    __typename?: 'ConvoAiJiraSimilarWorkItemSuggestionSourceEdge';
+    cursor: Scalars['String']['output'];
+    node?: Maybe<ConvoAiJiraSimilarWorkItemSuggestionSource>;
+};
 export declare type ConvoAiJiraSimilarWorkItemsConnection = {
     __typename?: 'ConvoAiJiraSimilarWorkItemsConnection';
     edges?: Maybe<Array<ConvoAiJiraSimilarWorkItemsEdge>>;
     errors?: Maybe<Array<QueryError>>;
@@ -33534,8 +33657,9 @@
     works?: Maybe<Array<CplsWorkEdge>>;
 };
 export declare type CplsAtlasProject = {
     __typename?: 'CplsAtlasProject';
+    atlasProject?: Maybe<TownsquareProject>;
     atlasProjectId: Scalars['ID']['output'];
 };
 export declare type CplsAtlasProjectConnection = HasPageInfo & {
     __typename?: 'CplsAtlasProjectConnection';
@@ -34190,16 +34314,19 @@
     force?: InputMaybe<Scalars['Boolean']['input']>;
     tunnelDefinitions: TunnelDefinitionsInput;
 };
 export declare type CreateAppVersionRolloutInput = {
+    limit?: InputMaybe<Scalars['Int']['input']>;
     sourceVersionId: Scalars['ID']['input'];
     targetVersionId: Scalars['ID']['input'];
 };
 export declare type CreateAppVersionRolloutPayload = Payload & {
     __typename?: 'CreateAppVersionRolloutPayload';
     appVersionRollout?: Maybe<AppVersionRollout>;
     errors?: Maybe<Array<MutationError>>;
+    expectedRemainingUpgrades?: Maybe<Scalars['Int']['output']>;
     success: Scalars['Boolean']['output'];
+    totalEligibleUpgrades?: Maybe<Scalars['Int']['output']>;
 };
 export declare type CreateCardsOutput = {
     __typename?: 'CreateCardsOutput';
     boardScope?: Maybe<BoardScope>;
@@ -37683,8 +37810,178 @@
     Completed = "COMPLETED",
     Failed = "FAILED",
     InProgress = "IN_PROGRESS"
 }
+export declare type DevAiAutodevNextAddMembersInput = {
+    cloudId: Scalars['ID']['input'];
+    members: Array<DevAiAutodevNextMemberItemInput>;
+    workstreamId: Scalars['ID']['input'];
+};
+export declare type DevAiAutodevNextAddMembersPayload = Payload & {
+    __typename?: 'DevAiAutodevNextAddMembersPayload';
+    errors?: Maybe<Array<MutationError>>;
+    members?: Maybe<Array<DevAiAutodevNextWorkstreamMember>>;
+    success: Scalars['Boolean']['output'];
+};
+export declare type DevAiAutodevNextAddProjectsInput = {
+    cloudId: Scalars['ID']['input'];
+    projects: Array<DevAiAutodevNextProjectItemInput>;
+    workstreamId: Scalars['ID']['input'];
+};
+export declare type DevAiAutodevNextAddProjectsPayload = Payload & {
+    __typename?: 'DevAiAutodevNextAddProjectsPayload';
+    errors?: Maybe<Array<MutationError>>;
+    projects?: Maybe<Array<DevAiAutodevNextProject>>;
+    success: Scalars['Boolean']['output'];
+};
+export declare type DevAiAutodevNextCreateWorkstreamInput = {
+    cloudId: Scalars['ID']['input'];
+    members?: InputMaybe<Array<DevAiAutodevNextMemberItemInput>>;
+    name: Scalars['String']['input'];
+    projects?: InputMaybe<Array<DevAiAutodevNextProjectItemInput>>;
+    settings?: InputMaybe<DevAiAutodevNextWorkstreamSettingsInput>;
+};
+export declare type DevAiAutodevNextCreateWorkstreamPayload = Payload & {
+    __typename?: 'DevAiAutodevNextCreateWorkstreamPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+    workstream?: Maybe<DevAiAutodevNextWorkstream>;
+};
+export declare type DevAiAutodevNextDeleteWorkstreamInput = {
+    cloudId: Scalars['ID']['input'];
+    workstreamId: Scalars['ID']['input'];
+};
+export declare type DevAiAutodevNextDeleteWorkstreamPayload = Payload & {
+    __typename?: 'DevAiAutodevNextDeleteWorkstreamPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
+export declare type DevAiAutodevNextMemberConnection = {
+    __typename?: 'DevAiAutodevNextMemberConnection';
+    edges?: Maybe<Array<DevAiAutodevNextMemberEdge>>;
+    nodes?: Maybe<Array<DevAiAutodevNextWorkstreamMember>>;
+    pageInfo: PageInfo;
+};
+export declare type DevAiAutodevNextMemberEdge = {
+    __typename?: 'DevAiAutodevNextMemberEdge';
+    cursor: Scalars['String']['output'];
+    node: DevAiAutodevNextWorkstreamMember;
+};
+export declare type DevAiAutodevNextMemberItemInput = {
+    role: DevAiAutodevNextWorkstreamMemberRole;
+    userId: Scalars['ID']['input'];
+};
+export declare type DevAiAutodevNextProject = {
+    __typename?: 'DevAiAutodevNextProject';
+    createdAt?: Maybe<Scalars['DateTime']['output']>;
+    id: Scalars['ID']['output'];
+    jiraProjectKey?: Maybe<Scalars['String']['output']>;
+    projectAri: Scalars['ID']['output'];
+    updatedAt?: Maybe<Scalars['DateTime']['output']>;
+    workspaceId: Scalars['ID']['output'];
+    workstreamId: Scalars['ID']['output'];
+};
+export declare type DevAiAutodevNextProjectConnection = {
+    __typename?: 'DevAiAutodevNextProjectConnection';
+    edges?: Maybe<Array<DevAiAutodevNextProjectEdge>>;
+    nodes?: Maybe<Array<DevAiAutodevNextProject>>;
+    pageInfo: PageInfo;
+};
+export declare type DevAiAutodevNextProjectEdge = {
+    __typename?: 'DevAiAutodevNextProjectEdge';
+    cursor: Scalars['String']['output'];
+    node: DevAiAutodevNextProject;
+};
+export declare type DevAiAutodevNextProjectItemInput = {
+    jiraProjectKey: Scalars['String']['input'];
+    projectAri: Scalars['ID']['input'];
+};
+export declare type DevAiAutodevNextRemoveMembersInput = {
+    cloudId: Scalars['ID']['input'];
+    userIds: Array<Scalars['ID']['input']>;
+    workstreamId: Scalars['ID']['input'];
+};
+export declare type DevAiAutodevNextRemoveMembersPayload = Payload & {
+    __typename?: 'DevAiAutodevNextRemoveMembersPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
+export declare type DevAiAutodevNextRemoveProjectsInput = {
+    cloudId: Scalars['ID']['input'];
+    projectArids: Array<Scalars['ID']['input']>;
+    workstreamId: Scalars['ID']['input'];
+};
+export declare type DevAiAutodevNextRemoveProjectsPayload = Payload & {
+    __typename?: 'DevAiAutodevNextRemoveProjectsPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
+export declare type DevAiAutodevNextUpdateWorkstreamInput = {
+    cloudId: Scalars['ID']['input'];
+    name?: InputMaybe<Scalars['String']['input']>;
+    settings?: InputMaybe<DevAiAutodevNextWorkstreamSettingsInput>;
+    workstreamId: Scalars['ID']['input'];
+};
+export declare type DevAiAutodevNextUpdateWorkstreamPayload = Payload & {
+    __typename?: 'DevAiAutodevNextUpdateWorkstreamPayload';
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+    workstream?: Maybe<DevAiAutodevNextWorkstream>;
+};
+export declare type DevAiAutodevNextWorkstream = {
+    __typename?: 'DevAiAutodevNextWorkstream';
+    createdAt?: Maybe<Scalars['DateTime']['output']>;
+    id: Scalars['ID']['output'];
+    members?: Maybe<DevAiAutodevNextMemberConnection>;
+    name?: Maybe<Scalars['String']['output']>;
+    projects?: Maybe<DevAiAutodevNextProjectConnection>;
+    settings?: Maybe<DevAiAutodevNextWorkstreamSettings>;
+    updatedAt?: Maybe<Scalars['DateTime']['output']>;
+    workspaceId: Scalars['ID']['output'];
+};
+export declare type DevAiAutodevNextWorkstreamMembersArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+};
+export declare type DevAiAutodevNextWorkstreamProjectsArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+};
+export declare type DevAiAutodevNextWorkstreamConnection = {
+    __typename?: 'DevAiAutodevNextWorkstreamConnection';
+    edges?: Maybe<Array<DevAiAutodevNextWorkstreamEdge>>;
+    nodes?: Maybe<Array<DevAiAutodevNextWorkstream>>;
+    pageInfo: PageInfo;
+};
+export declare type DevAiAutodevNextWorkstreamEdge = {
+    __typename?: 'DevAiAutodevNextWorkstreamEdge';
+    cursor: Scalars['String']['output'];
+    node: DevAiAutodevNextWorkstream;
+};
+export declare type DevAiAutodevNextWorkstreamMember = {
+    __typename?: 'DevAiAutodevNextWorkstreamMember';
+    createdAt?: Maybe<Scalars['DateTime']['output']>;
+    id: Scalars['ID']['output'];
+    role: DevAiAutodevNextWorkstreamMemberRole;
+    userId: Scalars['ID']['output'];
+    workspaceId: Scalars['ID']['output'];
+    workstreamId: Scalars['ID']['output'];
+};
+export declare enum DevAiAutodevNextWorkstreamMemberRole {
+    Member = "MEMBER",
+    Owner = "OWNER"
+}
+export declare type DevAiAutodevNextWorkstreamSettings = {
+    __typename?: 'DevAiAutodevNextWorkstreamSettings';
+    defaultJiraProjectKey?: Maybe<Scalars['String']['output']>;
+    eligibilityCriteria?: Maybe<Scalars['String']['output']>;
+    wipLimit?: Maybe<Scalars['Int']['output']>;
+};
+export declare type DevAiAutodevNextWorkstreamSettingsInput = {
+    defaultJiraProjectKey?: InputMaybe<Scalars['String']['input']>;
+    eligibilityCriteria?: InputMaybe<Scalars['String']['input']>;
+    wipLimit?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare type DevAiAutofixConfiguration = {
     __typename?: 'DevAiAutofixConfiguration';
     autofixScans?: Maybe<DevAiAutofixScansConnection>;
     autofixTasks?: Maybe<DevAiAutofixTasksConnection>;
@@ -40852,9 +41149,8 @@
     deleteUserGrant?: Maybe<DeleteUserGrantPayload>;
     devConsole?: Maybe<DevConsoleMutation>;
     forgeAlerts?: Maybe<ForgeAlertsMutation>;
     forgeMetrics?: Maybe<ForgeMetricsMutation>;
-    publishGlobalRealtimeChannel?: Maybe<EcosystemRealtimePublishBody>;
     publishRealtimeChannel?: Maybe<EcosystemRealtimePublishBody>;
     removeAppContributors?: Maybe<RemoveAppContributorsResponsePayload>;
     updateAppContributorRole?: Maybe<UpdateAppContributorRoleResponsePayload>;
     updateAppHostServiceScopes?: Maybe<UpdateAppHostServiceScopesResponsePayload>;
@@ -40891,14 +41187,8 @@
 };
 export declare type EcosystemMutationForgeMetricsArgs = {
     appId: Scalars['ID']['input'];
 };
-export declare type EcosystemMutationPublishGlobalRealtimeChannelArgs = {
-    installationId: Scalars['ID']['input'];
-    name: Scalars['String']['input'];
-    payload: Scalars['String']['input'];
-    token?: InputMaybe<Scalars['String']['input']>;
-};
 export declare type EcosystemMutationPublishRealtimeChannelArgs = {
     context?: InputMaybe<Scalars['String']['input']>;
     installationId: Scalars['ID']['input'];
     isGlobal?: InputMaybe<Scalars['Boolean']['input']>;
@@ -41065,16 +41355,10 @@
     Jira = "JIRA"
 }
 export declare type EcosystemSubscription = {
     __typename?: 'EcosystemSubscription';
-    globalRealtimeChannel?: Maybe<EcosystemRealtimeSubscriptionBody>;
     realtimeChannel?: Maybe<EcosystemRealtimeSubscriptionBody>;
 };
-export declare type EcosystemSubscriptionGlobalRealtimeChannelArgs = {
-    installationId: Scalars['ID']['input'];
-    name: Scalars['String']['input'];
-    token?: InputMaybe<Scalars['String']['input']>;
-};
 export declare type EcosystemSubscriptionRealtimeChannelArgs = {
     context?: InputMaybe<Scalars['String']['input']>;
     installationId: Scalars['ID']['input'];
     isGlobal?: InputMaybe<Scalars['Boolean']['input']>;
@@ -45895,8 +46179,9 @@
     node?: Maybe<GraphIntegrationDirectoryItem>;
 };
 export declare enum GraphIntegrationDirectoryItemType {
     Action = "ACTION",
+    CustomSkill = "CUSTOM_SKILL",
     McpServer = "MCP_SERVER",
     McpTool = "MCP_TOOL",
     PlatformSkill = "PLATFORM_SKILL",
     Skill = "SKILL"
@@ -45929,8 +46214,25 @@
     isInstalled: Scalars['Boolean']['output'];
     serverUrl: Scalars['String']['output'];
     templateId: Scalars['String']['output'];
 };
+export declare type GraphIntegrationMcpAdminManagementExtraInputEntry = {
+    key: Scalars['String']['input'];
+    value: Scalars['String']['input'];
+};
+export declare type GraphIntegrationMcpAdminManagementExtraInputOption = {
+    __typename?: 'GraphIntegrationMcpAdminManagementExtraInputOption';
+    label: Scalars['String']['output'];
+    value: Scalars['String']['output'];
+};
+export declare enum GraphIntegrationMcpAdminManagementExtraInputType {
+    Select = "SELECT",
+    TextField = "TEXT_FIELD"
+}
+export declare enum GraphIntegrationMcpAdminManagementMcpRegistrationSource {
+    Customer = "CUSTOMER",
+    Global = "GLOBAL"
+}
 export declare type GraphIntegrationMcpAdminManagementMcpServerConnection = {
     __typename?: 'GraphIntegrationMcpAdminManagementMcpServerConnection';
     edges?: Maybe<Array<GraphIntegrationMcpAdminManagementMcpServerEdge>>;
     error?: Maybe<QueryError>;
@@ -45946,9 +46248,11 @@
     __typename?: 'GraphIntegrationMcpAdminManagementMcpServerExtraInput';
     description?: Maybe<Scalars['String']['output']>;
     displayName: Scalars['String']['output'];
     key: Scalars['String']['output'];
+    options?: Maybe<Array<GraphIntegrationMcpAdminManagementExtraInputOption>>;
     required: Scalars['Boolean']['output'];
+    type: GraphIntegrationMcpAdminManagementExtraInputType;
     validationPattern?: Maybe<Scalars['String']['output']>;
 };
 export declare type GraphIntegrationMcpAdminManagementMcpServerMetaData = {
     __typename?: 'GraphIntegrationMcpAdminManagementMcpServerMetaData';
@@ -45964,8 +46268,9 @@
     endpointPath?: Maybe<Scalars['String']['output']>;
     iconUrl?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     productAri?: Maybe<Scalars['String']['output']>;
+    registrationSource: GraphIntegrationMcpAdminManagementMcpRegistrationSource;
     serverType: GraphIntegrationMcpAdminManagementMcpServerType;
     status: GraphIntegrationMcpAdminManagementMcpServerStatus;
 };
 export declare enum GraphIntegrationMcpAdminManagementMcpServerStatus {
@@ -46020,13 +46325,14 @@
     autoEnableNewTools?: InputMaybe<Scalars['Boolean']['input']>;
     cloudId: Scalars['ID']['input'];
     displayName: Scalars['String']['input'];
     endpointPath?: InputMaybe<Scalars['String']['input']>;
+    extraInputs?: InputMaybe<Array<GraphIntegrationMcpAdminManagementExtraInputEntry>>;
     icon?: InputMaybe<Scalars['String']['input']>;
     serverType?: InputMaybe<GraphIntegrationMcpAdminManagementMcpServerType>;
     tags?: InputMaybe<Array<Scalars['String']['input']>>;
     templateId?: InputMaybe<Scalars['String']['input']>;
-    url: Scalars['URL']['input'];
+    url?: InputMaybe<Scalars['URL']['input']>;
 };
 export declare type GraphIntegrationMcpAdminManagementRegisterMcpServerPayload = Payload & {
     __typename?: 'GraphIntegrationMcpAdminManagementRegisterMcpServerPayload';
     authConsentUrl?: Maybe<Scalars['URL']['output']>;
@@ -46216,8 +46522,10 @@
     uiMetadata: GraphIntegrationSkillUiMetadata;
 };
 export declare type GraphIntegrationSkillMetadata = {
     __typename?: 'GraphIntegrationSkillMetadata';
+    createdAt?: Maybe<Scalars['DateTime']['output']>;
+    createdBy?: Maybe<User>;
     tags: Array<Scalars['String']['output']>;
     tools: Array<GraphIntegrationSkillTool>;
     version: Scalars['String']['output'];
 };
@@ -49153,8 +49461,10 @@
     commitBelongsToPullRequest?: Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestConnection>;
     commitBelongsToPullRequestInverse?: Maybe<GraphStoreSimplifiedCommitBelongsToPullRequestInverseConnection>;
     commitInRepo?: Maybe<GraphStoreSimplifiedCommitInRepoConnection>;
     commitInRepoInverse?: Maybe<GraphStoreSimplifiedCommitInRepoInverseConnection>;
+    compassComponentLinkLinksEntity?: Maybe<GraphStoreSimplifiedCompassComponentLinkLinksEntityConnection>;
+    compassComponentLinkLinksEntityInverse?: Maybe<GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseConnection>;
     componentAssociatedDocument?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentConnection>;
     componentAssociatedDocumentInverse?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection>;
     componentAssociatedDocumentInverseRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
     componentAssociatedDocumentRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
@@ -51333,8 +51643,24 @@
     id: Scalars['ID']['input'];
     queryContext?: InputMaybe<Scalars['String']['input']>;
     sort?: InputMaybe<GraphStoreCommitInRepoSortInput>;
 };
+export declare type GraphStoreCompassComponentLinkLinksEntityArgs = {
+    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<GraphStoreCompassComponentLinkLinksEntitySortInput>;
+};
+export declare type GraphStoreCompassComponentLinkLinksEntityInverseArgs = {
+    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<GraphStoreCompassComponentLinkLinksEntitySortInput>;
+};
 export declare type GraphStoreComponentAssociatedDocumentArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -60632,8 +60958,11 @@
 };
 export declare type GraphStoreCommitInRepoSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
+export declare type GraphStoreCompassComponentLinkLinksEntitySortInput = {
+    lastModified?: InputMaybe<GraphStoreSortInput>;
+};
 export declare type GraphStoreComponentAssociatedDocumentSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
 export declare type GraphStoreComponentHasComponentLinkSortInput = {
@@ -68881,8 +69210,36 @@
     node?: Maybe<GraphStoreSimplifiedCommitInRepoInverseUnion>;
 };
 export declare type GraphStoreSimplifiedCommitInRepoInverseUnion = ExternalCommit;
 export declare type GraphStoreSimplifiedCommitInRepoUnion = DevOpsRepository | ExternalRepository;
+export declare type GraphStoreSimplifiedCompassComponentLinkLinksEntityConnection = HasPageInfo & {
+    __typename?: 'GraphStoreSimplifiedCompassComponentLinkLinksEntityConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedCompassComponentLinkLinksEntityEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedCompassComponentLinkLinksEntityEdge = {
+    __typename?: 'GraphStoreSimplifiedCompassComponentLinkLinksEntityEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedCompassComponentLinkLinksEntityUnion>;
+};
+export declare type GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseConnection = HasPageInfo & {
+    __typename?: 'GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseEdge = {
+    __typename?: 'GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseUnion>;
+};
+export declare type GraphStoreSimplifiedCompassComponentLinkLinksEntityInverseUnion = CompassLinkNode;
+export declare type GraphStoreSimplifiedCompassComponentLinkLinksEntityUnion = AvpDashboard | AppUser | AssetsObject | AssetsObjectType | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerServiceCsmCustomer | CustomerServiceCsmOrganization | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalExperimental | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraIssueType | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryRisk | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | SpfPlan | SpfPlanScenario | SpfPlanScenarioInvestment | TeamCustomFieldValue | TeamType | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate | TownsquareTag;
 export declare type GraphStoreSimplifiedComponentAssociatedDocumentConnection = HasPageInfo & {
     __typename?: 'GraphStoreSimplifiedComponentAssociatedDocumentConnection';
     edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentAssociatedDocumentEdge>>>;
     pageInfo: PageInfo;
@@ -80571,8 +80928,10 @@
     compassComponentHasCompassComponentLink?: Maybe<GraphStoreV2SimplifiedCompassComponentHasCompassComponentLinkConnection>;
     compassComponentHasCompassComponentLinkInverse?: Maybe<GraphStoreV2SimplifiedCompassComponentHasCompassComponentLinkInverseConnection>;
     compassComponentLinkIsJiraSpace?: Maybe<GraphStoreV2SimplifiedCompassComponentLinkIsJiraSpaceConnection>;
     compassComponentLinkIsJiraSpaceInverse?: Maybe<GraphStoreV2SimplifiedCompassComponentLinkIsJiraSpaceInverseConnection>;
+    compassComponentLinkLinksEntity?: Maybe<GraphStoreV2SimplifiedCompassComponentLinkLinksEntityConnection>;
+    compassComponentLinkLinksEntityInverse?: Maybe<GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseConnection>;
     compassScorecardHasAtlassianGoal?: Maybe<GraphStoreV2SimplifiedCompassScorecardHasAtlassianGoalConnection>;
     compassScorecardHasAtlassianGoalInverse?: Maybe<GraphStoreV2SimplifiedCompassScorecardHasAtlassianGoalInverseConnection>;
     confluenceBlogpostHasConfluenceComment?: Maybe<GraphStoreV2SimplifiedConfluenceBlogpostHasConfluenceCommentConnection>;
     confluenceBlogpostHasConfluenceCommentInverse?: Maybe<GraphStoreV2SimplifiedConfluenceBlogpostHasConfluenceCommentInverseConnection>;
@@ -82989,8 +83348,22 @@
     first?: InputMaybe<Scalars['Int']['input']>;
     id: Scalars['ID']['input'];
     sort?: InputMaybe<GraphStoreV2CompassComponentLinkIsJiraSpaceSortInput>;
 };
+export declare type GraphStoreV2CompassComponentLinkLinksEntityArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreV2CompassComponentLinkLinksEntitySortInput>;
+};
+export declare type GraphStoreV2CompassComponentLinkLinksEntityInverseArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    id: Scalars['ID']['input'];
+    sort?: InputMaybe<GraphStoreV2CompassComponentLinkLinksEntitySortInput>;
+};
 export declare type GraphStoreV2CompassScorecardHasAtlassianGoalArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -87256,8 +87629,11 @@
 };
 export declare type GraphStoreV2CompassComponentLinkIsJiraSpaceSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
+export declare type GraphStoreV2CompassComponentLinkLinksEntitySortInput = {
+    lastModified?: InputMaybe<GraphStoreSortInput>;
+};
 export declare type GraphStoreV2CompassScorecardHasAtlassianGoalSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
 export declare type GraphStoreV2ConfluenceBlogpostHasConfluenceCommentSortInput = {
@@ -94123,8 +94499,36 @@
     node?: Maybe<GraphStoreV2SimplifiedCompassComponentLinkIsJiraSpaceInverseUnion>;
 };
 export declare type GraphStoreV2SimplifiedCompassComponentLinkIsJiraSpaceInverseUnion = CompassLinkNode;
 export declare type GraphStoreV2SimplifiedCompassComponentLinkIsJiraSpaceUnion = JiraProject;
+export declare type GraphStoreV2SimplifiedCompassComponentLinkLinksEntityConnection = HasPageInfo & {
+    __typename?: 'GraphStoreV2SimplifiedCompassComponentLinkLinksEntityConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedCompassComponentLinkLinksEntityEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreV2SimplifiedCompassComponentLinkLinksEntityEdge = {
+    __typename?: 'GraphStoreV2SimplifiedCompassComponentLinkLinksEntityEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreV2SimplifiedCompassComponentLinkLinksEntityUnion>;
+};
+export declare type GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseConnection = HasPageInfo & {
+    __typename?: 'GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseConnection';
+    edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseEdge>>>;
+    pageInfo: PageInfo;
+};
+export declare type GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseEdge = {
+    __typename?: 'GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseEdge';
+    createdAt: Scalars['DateTime']['output'];
+    cursor?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    lastUpdated: Scalars['DateTime']['output'];
+    node?: Maybe<GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseUnion>;
+};
+export declare type GraphStoreV2SimplifiedCompassComponentLinkLinksEntityInverseUnion = CompassLinkNode;
+export declare type GraphStoreV2SimplifiedCompassComponentLinkLinksEntityUnion = AvpDashboard | AppUser | AssetsObject | AssetsObjectType | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerServiceCsmCustomer | CustomerServiceCsmOrganization | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalExperimental | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraIssueType | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryChangeProposal | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryRisk | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | SpfPlan | SpfPlanScenario | SpfPlanScenarioInvestment | TeamCustomFieldValue | TeamType | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate | TownsquareTag;
 export declare type GraphStoreV2SimplifiedCompassScorecardHasAtlassianGoalConnection = HasPageInfo & {
     __typename?: 'GraphStoreV2SimplifiedCompassScorecardHasAtlassianGoalConnection';
     edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedCompassScorecardHasAtlassianGoalEdge>>>;
     pageInfo: PageInfo;
@@ -101868,8 +102272,9 @@
 };
 export declare type GravityCreateViewFromUserPromptInput = {
     projectId: Scalars['ID']['input'];
     prompt: Scalars['String']['input'];
+    sectionId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type GravityCreateViewFromUserPromptPayload = Payload & {
     __typename?: 'GravityCreateViewFromUserPromptPayload';
     createdViewId?: Maybe<Scalars['ID']['output']>;
@@ -105607,8 +106012,9 @@
     product?: InputMaybe<Scalars['String']['input']>;
     workspaceId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type InfluentsNotificationMutationArchiveNotificationsArgs = {
+    collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
     ids: Array<Scalars['String']['input']>;
     routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type InfluentsNotificationMutationArchiveNotificationsByGroupIdArgs = {
@@ -105616,16 +106022,18 @@
     category?: InputMaybe<InfluentsNotificationCategory>;
     groupId: Scalars['String']['input'];
 };
 export declare type InfluentsNotificationMutationClearUnseenCountArgs = {
+    collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
     product?: InputMaybe<Scalars['String']['input']>;
     routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
     workspaceId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type InfluentsNotificationMutationMarkNotificationsAsReadArgs = {
     beforeInclusive?: InputMaybe<Scalars['String']['input']>;
     beforeInclusiveTimestamp?: InputMaybe<Scalars['String']['input']>;
     category?: InputMaybe<InfluentsNotificationCategory>;
+    collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
     excludeActor?: InputMaybe<Array<Scalars['String']['input']>>;
     includeActor?: InputMaybe<Array<Scalars['String']['input']>>;
     product?: InputMaybe<Scalars['String']['input']>;
     routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
@@ -105633,22 +106041,26 @@
 };
 export declare type InfluentsNotificationMutationMarkNotificationsByGroupIdAsReadArgs = {
     beforeInclusive?: InputMaybe<Scalars['String']['input']>;
     category?: InputMaybe<InfluentsNotificationCategory>;
+    collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
     groupId: Scalars['String']['input'];
     routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type InfluentsNotificationMutationMarkNotificationsByGroupIdAsUnreadArgs = {
     beforeInclusive?: InputMaybe<Scalars['String']['input']>;
     category?: InputMaybe<InfluentsNotificationCategory>;
+    collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
     groupId: Scalars['String']['input'];
     routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type InfluentsNotificationMutationMarkNotificationsByIdsAsReadArgs = {
+    collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
     ids: Array<Scalars['String']['input']>;
     routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type InfluentsNotificationMutationMarkNotificationsByIdsAsUnreadArgs = {
+    collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
     ids: Array<Scalars['String']['input']>;
     routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type InfluentsNotificationPageInfo = {
@@ -105671,27 +106083,31 @@
     notificationGroup: InfluentsNotificationGroupConnection;
     unseenNotificationCount: Scalars['Int']['output'];
 };
 export declare type InfluentsNotificationQueryAvailableActorsArgs = {
+    collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
     filter?: InputMaybe<InfluentsNotificationActorFilter>;
     first?: InputMaybe<Scalars['Int']['input']>;
     routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type InfluentsNotificationQueryNotificationFeedArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
+    collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
     filter?: InputMaybe<InfluentsNotificationFilter>;
     first?: InputMaybe<Scalars['Int']['input']>;
     flat?: InputMaybe<Scalars['Boolean']['input']>;
     routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type InfluentsNotificationQueryNotificationGroupArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
+    collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
     filter?: InputMaybe<InfluentsNotificationFilter>;
     first?: InputMaybe<Scalars['Int']['input']>;
     groupId: Scalars['String']['input'];
     routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type InfluentsNotificationQueryUnseenNotificationCountArgs = {
+    collabContextRoutingAri?: InputMaybe<Scalars['String']['input']>;
     product?: InputMaybe<Scalars['String']['input']>;
     routingWorkspaceId?: InputMaybe<Scalars['String']['input']>;
     workspaceId?: InputMaybe<Scalars['String']['input']>;
 };
@@ -105938,10 +106354,11 @@
     id?: Maybe<Scalars['ID']['output']>;
     version?: Maybe<Scalars['String']['output']>;
 };
 export declare enum InstallationTarget {
-    Site = "SITE",
-    Unit = "UNIT"
+    Site = "site",
+    Unit = "unit",
+    User = "user"
 }
 export declare type InstallationsListFilterByAppEnvironments = {
     types: Array<AppEnvironmentType>;
 };
@@ -113124,11 +113541,17 @@
 };
 export declare type JiraFieldSetPreferencesUpdatePayload = Payload & {
     __typename?: 'JiraFieldSetPreferencesUpdatePayload';
     errors?: Maybe<Array<MutationError>>;
+    fieldSetView?: Maybe<JiraFieldSetViewResult>;
     success: Scalars['Boolean']['output'];
     view?: Maybe<JiraView>;
 };
+export declare type JiraFieldSetPreferencesUpdatePayloadFieldSetViewArgs = {
+    issueKey?: InputMaybe<Scalars['String']['input']>;
+    issueTypeId?: InputMaybe<Scalars['ID']['input']>;
+    projectId?: InputMaybe<Scalars['ID']['input']>;
+};
 export declare type JiraFieldSetView = JiraFieldSetsViewMetadata & Node & {
     __typename?: 'JiraFieldSetView';
     fieldSets?: Maybe<JiraIssueSearchFieldSetConnection>;
     hasDefaultFieldSets?: Maybe<Scalars['Boolean']['output']>;
@@ -114780,8 +115203,9 @@
     createdField?: Maybe<JiraDateTimePickerField>;
     defaultAssignee?: Maybe<User>;
     delegator?: Maybe<User>;
     deletableAttachmentsCount?: Maybe<Scalars['Int']['output']>;
+    deployments?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksExternalDeploymentConnection>;
     deploymentsSummary?: Maybe<DevOpsSummarisedDeployments>;
     descriptionField?: Maybe<JiraRichTextField>;
     designs?: Maybe<GraphStoreSimplifiedIssueAssociatedDesignConnection>;
     devInfoDetails?: Maybe<JiraIssueDevInfoDetails>;
@@ -114796,8 +115220,9 @@
     errorRetrievingData?: Maybe<Scalars['Boolean']['output']>;
     estimationForView?: Maybe<JiraEstimationValue>;
     exceededChildIssueLimit?: Maybe<Scalars['Boolean']['output']>;
     extraFieldsForView?: Maybe<JiraExtraFieldForViewConnection>;
+    featureFlags?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksExternalFeatureFlagConnection>;
     fieldByIdOrAlias?: Maybe<JiraIssueField>;
     fieldSets?: Maybe<JiraIssueFieldSetConnection>;
     fieldSetsById?: Maybe<JiraIssueFieldSetConnection>;
     fieldSetsForIssueSearchView?: Maybe<JiraIssueFieldSetConnection>;
@@ -114881,8 +115306,9 @@
     projectField?: Maybe<JiraProjectField>;
     projectRoleCommentVisibilities?: Maybe<JiraRoleConnection>;
     redactedFields?: Maybe<JiraFieldConnection>;
     redactions?: Maybe<JiraRedactionConnection>;
+    remoteLinks?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksExternalRemoteLinkConnection>;
     reporter?: Maybe<User>;
     resolutionDateField?: Maybe<JiraDateTimePickerField>;
     resolutionField?: Maybe<JiraResolutionField>;
     screenId?: Maybe<Scalars['Long']['output']>;
@@ -115031,8 +115457,16 @@
 export declare type JiraIssueCreateBranchTargetsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
+export declare type JiraIssueDeploymentsArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    filter?: InputMaybe<GraphStoreV2JiraWorkItemLinksExternalDeploymentFilterInput>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    queryContext?: InputMaybe<Scalars['String']['input']>;
+    sort?: InputMaybe<GraphStoreV2JiraWorkItemLinksExternalDeploymentSortInput>;
+};
 export declare type JiraIssueDesignsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -115047,8 +115481,15 @@
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     view: JiraViewQueryInput;
 };
+export declare type JiraIssueFeatureFlagsArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    queryContext?: InputMaybe<Scalars['String']['input']>;
+    sort?: InputMaybe<GraphStoreV2JiraWorkItemLinksExternalFeatureFlagSortInput>;
+};
 export declare type JiraIssueFieldByIdOrAliasArgs = {
     idOrAlias?: InputMaybe<Scalars['String']['input']>;
     ignoreMissingField?: InputMaybe<Scalars['Boolean']['input']>;
 };
@@ -115211,8 +115652,15 @@
     first?: InputMaybe<Scalars['Int']['input']>;
     last?: InputMaybe<Scalars['Int']['input']>;
     sortBy?: InputMaybe<JiraRedactionSortInput>;
 };
+export declare type JiraIssueRemoteLinksArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    queryContext?: InputMaybe<Scalars['String']['input']>;
+    sort?: InputMaybe<GraphStoreV2JiraWorkItemLinksExternalRemoteLinkSortInput>;
+};
 export declare type JiraIssueSearchViewContextArgs = {
     isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
     isHierarchyEnabled?: InputMaybe<Scalars['Boolean']['input']>;
     issueSearchInput: JiraIssueSearchInput;
@@ -117859,8 +118307,9 @@
     fieldValues?: Maybe<JiraJqlFieldValueConnection>;
     fields?: Maybe<JiraJqlFieldConnectionResult>;
     functions: Array<JiraJqlFunction>;
     hydrateJqlQuery?: Maybe<JiraJqlHydratedQueryResult>;
+    hydrateJqlQueryFieldsOnly?: Maybe<JiraJqlHydratedQueryFieldsOnlyResult>;
     hydrateJqlQueryForFilter?: Maybe<JiraJqlHydratedQueryResult>;
     issueTypes?: Maybe<JiraJqlIssueTypes>;
     myFilterFields?: Maybe<JiraJqlFieldConnectionResult>;
     recentFields?: Maybe<JiraJqlFieldConnectionResult>;
@@ -117906,8 +118355,13 @@
     query?: InputMaybe<Scalars['String']['input']>;
     scope?: InputMaybe<JiraJqlScopeInput>;
     viewContext?: InputMaybe<JiraJqlViewContext>;
 };
+export declare type JiraJqlBuilderHydrateJqlQueryFieldsOnlyArgs = {
+    input?: InputMaybe<JiraHydrateJqlInput>;
+    scope?: InputMaybe<JiraJqlScopeInput>;
+    viewContext?: InputMaybe<JiraJqlViewContext>;
+};
 export declare type JiraJqlBuilderHydrateJqlQueryForFilterArgs = {
     id: Scalars['ID']['input'];
     scope?: InputMaybe<JiraJqlScopeInput>;
     viewContext?: InputMaybe<JiraJqlViewContext>;
@@ -118129,8 +118583,14 @@
     __typename?: 'JiraJqlHydratedQuery';
     fields: Array<JiraJqlQueryHydratedFieldResult>;
     jql?: Maybe<Scalars['String']['output']>;
 };
+export declare type JiraJqlHydratedQueryFieldsOnly = {
+    __typename?: 'JiraJqlHydratedQueryFieldsOnly';
+    fields: Array<JiraJqlQueryHydratedFieldsOnlyResult>;
+    jql?: Maybe<Scalars['String']['output']>;
+};
+export declare type JiraJqlHydratedQueryFieldsOnlyResult = JiraJqlHydratedQueryFieldsOnly | QueryError;
 export declare type JiraJqlHydratedQueryResult = JiraJqlHydratedQuery | QueryError;
 export declare type JiraJqlIssueFieldValue = JiraJqlFieldValue & {
     __typename?: 'JiraJqlIssueFieldValue';
     displayName: Scalars['String']['output'];
@@ -118288,9 +118748,16 @@
     field: JiraJqlField;
     jqlTerm: Scalars['String']['output'];
     values: Array<Maybe<JiraJqlQueryHydratedValueResult>>;
 };
+export declare type JiraJqlQueryHydratedFieldOnly = {
+    __typename?: 'JiraJqlQueryHydratedFieldOnly';
+    encodedJqlTerm?: Maybe<Scalars['String']['output']>;
+    field: JiraJqlField;
+    jqlTerm: Scalars['String']['output'];
+};
 export declare type JiraJqlQueryHydratedFieldResult = JiraJqlQueryHydratedError | JiraJqlQueryHydratedField;
+export declare type JiraJqlQueryHydratedFieldsOnlyResult = JiraJqlQueryHydratedError | JiraJqlQueryHydratedFieldOnly;
 export declare type JiraJqlQueryHydratedValue = {
     __typename?: 'JiraJqlQueryHydratedValue';
     encodedJqlTerm?: Maybe<Scalars['String']['output']>;
     jqlTerm: Scalars['String']['output'];
@@ -124283,8 +124750,9 @@
     before?: InputMaybe<Scalars['String']['input']>;
     cloudId: Scalars['ID']['input'];
     fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
     first?: InputMaybe<Scalars['Int']['input']>;
+    hideIdeaLinks?: InputMaybe<Scalars['Boolean']['input']>;
     last?: InputMaybe<Scalars['Int']['input']>;
     shouldIncludeRemoteIssues?: InputMaybe<Scalars['Boolean']['input']>;
     viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
 };
@@ -124293,8 +124761,9 @@
     before?: InputMaybe<Scalars['String']['input']>;
     cloudId: Scalars['ID']['input'];
     fieldSetsInput?: InputMaybe<JiraIssueSearchFieldSetsInput>;
     first?: InputMaybe<Scalars['Int']['input']>;
+    hideIdeaLinks?: InputMaybe<Scalars['Boolean']['input']>;
     last?: InputMaybe<Scalars['Int']['input']>;
     shouldIncludeRemoteIssues?: InputMaybe<Scalars['Boolean']['input']>;
     viewConfigInput?: InputMaybe<JiraIssueSearchViewConfigInput>;
 };
@@ -128762,8 +129231,10 @@
     onIssueDeletedByProjectsNoEnrichment?: Maybe<JiraIssueDeletedStreamHubPayload>;
     onIssueExported?: Maybe<JiraIssueExportEvent>;
     onIssueMutatedByIssueIdFromDiffUserNoEnrichment?: Maybe<JiraIssueMutatedStreamHubPayload>;
     onIssueMutatedByIssueIdNoEnrichment?: Maybe<JiraIssueMutatedStreamHubPayload>;
+    onIssueMutatedByProjectNoEnrichment?: Maybe<JiraIssueMutatedStreamHubPayload>;
+    onIssueMutatedByProjectsNoEnrichment?: Maybe<JiraIssueMutatedStreamHubPayload>;
     onIssueUpdatedByProject?: Maybe<JiraIssue>;
     onIssueUpdatedByProjectNoEnrichment?: Maybe<JiraIssueUpdatedStreamHubPayload>;
     onIssueUpdatedByProjectsNoEnrichment?: Maybe<JiraIssueUpdatedStreamHubPayload>;
     onJirtIssueSubscription?: Maybe<JiraJirtEventPayload>;
@@ -128880,8 +129351,16 @@
 };
 export declare type JiraSubscriptionOnIssueMutatedByIssueIdNoEnrichmentArgs = {
     issueId: Scalars['ID']['input'];
 };
+export declare type JiraSubscriptionOnIssueMutatedByProjectNoEnrichmentArgs = {
+    cloudId: Scalars['ID']['input'];
+    projectId: Scalars['String']['input'];
+};
+export declare type JiraSubscriptionOnIssueMutatedByProjectsNoEnrichmentArgs = {
+    cloudId: Scalars['ID']['input'];
+    projectIds?: InputMaybe<Array<Scalars['String']['input']>>;
+};
 export declare type JiraSubscriptionOnIssueUpdatedByProjectArgs = {
     cloudId: Scalars['ID']['input'];
     projectId: Scalars['String']['input'];
 };
@@ -134012,8 +134491,9 @@
 };
 export declare type KitsuneChunk = Node & {
     __typename?: 'KitsuneChunk';
     content?: Maybe<Scalars['String']['output']>;
+    feedbackId: Scalars['ID']['output'];
     id: Scalars['ID']['output'];
 };
 export declare type KitsuneChunkConnection = KitsuneConnection & {
     __typename?: 'KitsuneChunkConnection';
@@ -134169,8 +134649,12 @@
     title?: Maybe<Scalars['String']['output']>;
     type: KitsuneFeedbackType;
     updatedAt: Scalars['DateTime']['output'];
 };
+export declare type KitsuneFeedbackHighlights = {
+    __typename?: 'KitsuneFeedbackHighlights';
+    content: Array<KitsuneHighlightFragment>;
+};
 export declare enum KitsuneFeedbackType {
     Call = "CALL",
     Conversation = "CONVERSATION",
     Form = "FORM",
@@ -134225,8 +134709,12 @@
     valueId?: InputMaybe<Array<Scalars['ID']['input']>>;
     valueNumber?: InputMaybe<Array<Scalars['Float']['input']>>;
     valueText?: InputMaybe<Array<Scalars['String']['input']>>;
 };
+export declare type KitsuneHighlightFragment = {
+    __typename?: 'KitsuneHighlightFragment';
+    text: Scalars['String']['output'];
+};
 export declare type KitsuneInsight = Node & {
     __typename?: 'KitsuneInsight';
     content: Scalars['KitsuneADF']['output'];
     createdAt: Scalars['DateTime']['output'];
@@ -134252,8 +134740,10 @@
     failedItems?: Maybe<Scalars['Int']['output']>;
     jobId: Scalars['ID']['output'];
     processedItems?: Maybe<Scalars['Int']['output']>;
     status: KitsuneJobStatus;
+    statusUrl?: Maybe<Array<Scalars['String']['output']>>;
+    tasks?: Maybe<Array<KitsuneTask>>;
     totalItems?: Maybe<Scalars['Int']['output']>;
     type: KitsuneJobType;
     updatedAt: Scalars['DateTime']['output'];
 };
@@ -134282,8 +134772,9 @@
     value: Scalars['Float']['output'];
 };
 export declare type KitsuneOrganization = {
     __typename?: 'KitsuneOrganization';
+    customers?: Maybe<Array<KitsuneCustomer>>;
     id: Scalars['ID']['output'];
     name: Scalars['String']['output'];
 };
 export declare type KitsuneOrganizationConnection = KitsuneConnection & {
@@ -134310,8 +134801,20 @@
 export declare type KitsuneRankInput = {
     after?: InputMaybe<Scalars['ID']['input']>;
     before?: InputMaybe<Scalars['ID']['input']>;
 };
+export declare type KitsuneSearchFeedbackConnection = KitsuneConnection & {
+    __typename?: 'KitsuneSearchFeedbackConnection';
+    edges: Array<KitsuneSearchFeedbackEdge>;
+    pageInfo: PageInfo;
+    totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type KitsuneSearchFeedbackEdge = KitsuneEdge & {
+    __typename?: 'KitsuneSearchFeedbackEdge';
+    cursor: Scalars['String']['output'];
+    highlights?: Maybe<KitsuneFeedbackHighlights>;
+    node?: Maybe<KitsuneFeedback>;
+};
 export declare type KitsuneSearchFeedbackInput = {
     config?: InputMaybe<KitsuneViewConfigInput>;
     viewId?: InputMaybe<Scalars['ID']['input']>;
 };
@@ -134594,8 +135097,26 @@
     Done = "DONE",
     Error = "ERROR",
     Generating = "GENERATING"
 }
+export declare type KitsuneTask = {
+    __typename?: 'KitsuneTask';
+    createdAt: Scalars['String']['output'];
+    failures?: Maybe<Array<KitsuneTaskFailure>>;
+    id: Scalars['ID']['output'];
+    status: Scalars['String']['output'];
+    type?: Maybe<Scalars['String']['output']>;
+    updatedAt: Scalars['String']['output'];
+};
+export declare type KitsuneTaskFailure = {
+    __typename?: 'KitsuneTaskFailure';
+    entity: Scalars['String']['output'];
+    entityId: Scalars['String']['output'];
+    error?: Maybe<Scalars['String']['output']>;
+    operatedOn: Scalars['String']['output'];
+    operatedOnIds?: Maybe<Array<Scalars['String']['output']>>;
+    operation: Scalars['String']['output'];
+};
 export declare type KitsuneTextValue = {
     __typename?: 'KitsuneTextValue';
     _id: Scalars['ID']['output'];
     value: Scalars['String']['output'];
@@ -140993,9 +141514,9 @@
     funding?: Maybe<MercuryChangeProposalFunding>;
     id: Scalars['ID']['output'];
     impact?: Maybe<MercuryChangeProposalImpact>;
     linkedGoals?: Maybe<GraphStoreSimplifiedChangeProposalHasAtlasGoalConnection>;
-    linkedWork?: Maybe<Array<MercuryLinkedWork>>;
+    linkedWork?: Maybe<Array<Maybe<MercuryLinkedWork>>>;
     name: Scalars['String']['output'];
     owner?: Maybe<User>;
     positionDetails?: Maybe<MercuryChangeProposalPositionDetails>;
     status?: Maybe<MercuryChangeProposalStatus>;
@@ -141718,10 +142239,12 @@
 export declare type MercuryCustomFieldInput = {
     booleanField?: InputMaybe<MercuryBooleanCustomFieldInput>;
     dateField?: InputMaybe<MercuryDateCustomFieldInput>;
     multiSelectField?: InputMaybe<MercuryMultiSelectCustomFieldInput>;
+    multiUserField?: InputMaybe<MercuryMultiUserCustomFieldInput>;
     numberField?: InputMaybe<MercuryNumberCustomFieldInput>;
     singleSelectField?: InputMaybe<MercurySingleSelectCustomFieldInput>;
+    singleUserField?: InputMaybe<MercurySingleUserCustomFieldInput>;
     textField?: InputMaybe<MercuryTextCustomFieldInput>;
 };
 export declare enum MercuryCustomFieldKind {
     Custom = "CUSTOM",
@@ -142258,14 +142781,16 @@
     focusAreaLinks?: Maybe<MercuryFocusAreaLinks>;
     focusAreaStatusUpdates?: Maybe<MercuryFocusAreaStatusUpdateConnection>;
     focusAreaType: MercuryFocusAreaType;
     funding?: Maybe<MercuryFunding>;
+    fundsPermissions?: Maybe<Array<MercuryFundsPermission>>;
     goalLinks?: Maybe<MercuryFocusAreaGoalLinks>;
     health?: Maybe<MercuryFocusAreaHealth>;
     icon: MercuryFocusAreaIcon;
     id: Scalars['ID']['output'];
     linkedGoalSummary?: Maybe<MercuryFocusAreaLinkedGoalSummary>;
     linkedGoals?: Maybe<GraphStoreSimplifiedFocusAreaHasAtlasGoalConnection>;
+    linkedRisks?: Maybe<Array<MercuryRisk>>;
     linkedWorkSummary?: Maybe<MercuryFocusAreaLinkedWorkSummary>;
     name: Scalars['String']['output'];
     owner?: Maybe<User>;
     parent?: Maybe<MercuryFocusArea>;
@@ -142358,8 +142883,9 @@
     estimateAtCompletion?: Maybe<MercuryEstimateBenefitAtCompletion>;
     financialVersionBenefitPerYearMonthSummaries?: Maybe<Array<Maybe<MercuryFinancialVersionBenefitPerYearMonthSummary>>>;
     financialVersionBenefitSummaries?: Maybe<Array<Maybe<MercuryFinancialVersionBenefitSummary>>>;
     focusAreaId: Scalars['ID']['output'];
+    returnOnInvestment?: Maybe<Scalars['Float']['output']>;
 };
 export declare type MercuryFocusAreaBudget = Node & {
     __typename?: 'MercuryFocusAreaBudget';
     amount: MercuryMoney;
@@ -142949,8 +143475,15 @@
 };
 export declare type MercuryFundsMutationApiUpdateInvestmentCategoryNameArgs = {
     input: MercuryUpdateInvestmentCategoryNameInput;
 };
+export declare enum MercuryFundsPermission {
+    CreateCostItem = "CREATE_COST_ITEM",
+    EditBaseline = "EDIT_BASELINE",
+    EditBudget = "EDIT_BUDGET",
+    ExportFunds = "EXPORT_FUNDS",
+    ViewFund = "VIEW_FUND"
+}
 export declare type MercuryFundsQueryApi = {
     __typename?: 'MercuryFundsQueryApi';
     activeCurrency: MercuryCurrency;
     activeFiscalCalendarConfiguration?: Maybe<MercuryFiscalCalendarConfiguration>;
@@ -142978,8 +143511,9 @@
     focusAreaBudgetsByFocusAreaId?: Maybe<Array<Maybe<MercuryFocusAreaBudget>>>;
     focusAreaBudgetsByFocusAreaIds?: Maybe<Array<Maybe<MercuryFocusAreaBudget>>>;
     focusAreaBudgetsSearch?: Maybe<MercuryFocusAreaBudgetConnection>;
     focusAreaMonthlySummaries?: Maybe<Array<Maybe<MercuryFocusAreaFundsMonthlySummary>>>;
+    fundsPermissionsByFocusAreaId?: Maybe<Array<MercuryFundsPermission>>;
     investmentCategories?: Maybe<Array<Maybe<MercuryInvestmentCategory>>>;
     investmentCategoriesSearch?: Maybe<MercuryInvestmentCategoryConnection>;
 };
 export declare type MercuryFundsQueryApiActiveCurrencyArgs = {
@@ -143092,8 +143626,11 @@
     endDateExclusive?: InputMaybe<Scalars['Date']['input']>;
     focusAreaIds?: InputMaybe<Array<Scalars['ID']['input']>>;
     startDateInclusive?: InputMaybe<Scalars['Date']['input']>;
 };
+export declare type MercuryFundsQueryApiFundsPermissionsByFocusAreaIdArgs = {
+    id: Scalars['ID']['input'];
+};
 export declare type MercuryFundsQueryApiInvestmentCategoriesArgs = {
     ids: Array<Scalars['ID']['input']>;
 };
 export declare type MercuryFundsQueryApiInvestmentCategoriesSearchArgs = {
@@ -143619,8 +144156,34 @@
 };
 export declare type MercuryMultiSelectCustomFieldInput = {
     options?: InputMaybe<Array<Scalars['ID']['input']>>;
 };
+export declare type MercuryMultiUserCustomField = MercuryCustomField & {
+    __typename?: 'MercuryMultiUserCustomField';
+    createdBy?: Maybe<User>;
+    createdDate: Scalars['DateTime']['output'];
+    definition?: Maybe<MercuryMultiUserCustomFieldDefinition>;
+    selectedUsers?: Maybe<Array<User>>;
+    updatedBy?: Maybe<User>;
+    updatedDate: Scalars['DateTime']['output'];
+};
+export declare type MercuryMultiUserCustomFieldDefinition = MercuryCustomFieldDefinition & {
+    __typename?: 'MercuryMultiUserCustomFieldDefinition';
+    createdBy?: Maybe<User>;
+    createdDate: Scalars['DateTime']['output'];
+    description?: Maybe<Scalars['String']['output']>;
+    fieldKind: MercuryCustomFieldKind;
+    id: Scalars['ID']['output'];
+    name: Scalars['String']['output'];
+    scope: MercuryCustomFieldDefinitionScope;
+    searchKey?: Maybe<Scalars['String']['output']>;
+    updatedBy?: Maybe<User>;
+    updatedDate: Scalars['DateTime']['output'];
+    visibility: MercuryCustomFieldVisibility;
+};
+export declare type MercuryMultiUserCustomFieldInput = {
+    userIds?: InputMaybe<Array<Scalars['ID']['input']>>;
+};
 export declare type MercuryMutationApi = {
     __typename?: 'MercuryMutationApi';
     addFocusAreaCustomFieldDefinitionOptions?: Maybe<MercuryAddCustomFieldDefinitionOptionsPayload>;
     addWatcherToFocusArea?: Maybe<MercuryAddWatcherToFocusAreaPayload>;
@@ -145012,8 +145575,34 @@
 };
 export declare type MercurySingleSelectCustomFieldInput = {
     option?: InputMaybe<Scalars['ID']['input']>;
 };
+export declare type MercurySingleUserCustomField = MercuryCustomField & {
+    __typename?: 'MercurySingleUserCustomField';
+    createdBy?: Maybe<User>;
+    createdDate: Scalars['DateTime']['output'];
+    definition?: Maybe<MercurySingleUserCustomFieldDefinition>;
+    selectedUser?: Maybe<User>;
+    updatedBy?: Maybe<User>;
+    updatedDate: Scalars['DateTime']['output'];
+};
+export declare type MercurySingleUserCustomFieldDefinition = MercuryCustomFieldDefinition & {
+    __typename?: 'MercurySingleUserCustomFieldDefinition';
+    createdBy?: Maybe<User>;
+    createdDate: Scalars['DateTime']['output'];
+    description?: Maybe<Scalars['String']['output']>;
+    fieldKind: MercuryCustomFieldKind;
+    id: Scalars['ID']['output'];
+    name: Scalars['String']['output'];
+    scope: MercuryCustomFieldDefinitionScope;
+    searchKey?: Maybe<Scalars['String']['output']>;
+    updatedBy?: Maybe<User>;
+    updatedDate: Scalars['DateTime']['output'];
+    visibility: MercuryCustomFieldVisibility;
+};
+export declare type MercurySingleUserCustomFieldInput = {
+    userId?: InputMaybe<Scalars['ID']['input']>;
+};
 export declare type MercurySpendAggregation = {
     __typename?: 'MercurySpendAggregation';
     aggregatedSpend?: Maybe<Scalars['BigDecimal']['output']>;
     totalAssignedSpend?: Maybe<Scalars['BigDecimal']['output']>;
@@ -146483,8 +147072,9 @@
     agentWorkspace_setAvailabilityStatus?: Maybe<AgentWorkspaceAvailabilityStatusPayload>;
     agentWorkspace_setDefaultCapacity?: Maybe<AgentWorkspaceSetDefaultCapacityPayload>;
     agentWorkspace_setProjectDefaultAvailability?: Maybe<AgentWorkspaceProjectDefaultAvailabilityPayload>;
     agentWorkspace_startBreak?: Maybe<AgentWorkspaceAgentAvailability>;
+    agentWorkspace_startBulkScheduleImportJob?: Maybe<AgentWorkspaceStartBulkImportPayload>;
     agentWorkspace_subscribeSkill?: Maybe<AgentWorkspaceSubscribeSkillPayload>;
     agentWorkspace_unsubscribeSkill?: Maybe<AgentWorkspaceUnsubscribeSkillPayload>;
     agentWorkspace_updateCatalog?: Maybe<AgentWorkspaceCatalogUpdateResponse>;
     agentWorkspace_updateCatalogConfig?: Maybe<AgentWorkspaceCatalogConfigUpdateResponse>;
@@ -146552,8 +147142,9 @@
     assetsDM_objectAttributeCreate?: Maybe<AssetsDmObjectAttributeMutationResponse>;
     assetsDM_objectAttributeDelete?: Maybe<AssetsDmObjectAttributeMutationResponse>;
     assetsDM_objectAttributeUpdate?: Maybe<AssetsDmObjectAttributeMutationResponse>;
     assetsDM_resetDataSourceMapping?: Maybe<AssetsDmDataSourceConfigureMappingResponse>;
+    assetsDM_triggerCloudFetch?: Maybe<AssetsDmTriggerCloudFetchResponse>;
     assetsDM_updateAttributePriority?: Maybe<AssetsDmUpdateAttributePriorityPayload>;
     assetsDM_updateAttributePriorityOrder?: Maybe<AssetsDmAttributePriorityResponse>;
     assetsDM_updateCleansingReason?: Maybe<AssetsDmUpdateCleansingReasonResponse>;
     assetsDM_updateDataSource?: Maybe<AssetsDmUpdateDataSourcePayload>;
@@ -146720,8 +147311,9 @@
     confluence_nbmExecuteTestTransformation?: Maybe<ConfluenceNbmExecuteTestTransformationPayload>;
     confluence_nbmRemoveTransformerFromConfig?: Maybe<ConfluenceNbmRemoveTransformerFromConfigPayload>;
     confluence_nbmRetryPerfScanLongTask?: Maybe<ConfluenceNbmRetryPerfScanLongTaskPayload>;
     confluence_nbmRetryScanLongTask?: Maybe<ConfluenceNbmRetryScanLongTaskPayload>;
+    confluence_nbmRetryTransformationLongTask?: Maybe<ConfluenceNbmRetryTransformationLongTaskPayload>;
     confluence_nbmSetChainReadyForTransformation?: Maybe<ConfluenceNbmSetChainReadyForTransformationPayload>;
     confluence_nbmStartPerfScanLongTask?: Maybe<ConfluenceNbmStartPerfScanLongTaskPayload>;
     confluence_nbmStartScanLongTask?: Maybe<ConfluenceNbmStartScanLongTaskPayload>;
     confluence_nbmStartTransformationLongTask?: Maybe<ConfluenceNbmStartTransformationLongTaskPayload>;
@@ -146929,8 +147521,15 @@
     devOps?: Maybe<DevOpsMutation>;
     devai_addContainerConfigSecret?: Maybe<DevAiAddContainerConfigSecretPayload>;
     devai_addContainerConfigVariable?: Maybe<DevAiAddContainerConfigVariablePayload>;
     devai_archiveTechnicalPlannerJob?: Maybe<DevAiArchivedTechnicalPlannerJobPayload>;
+    devai_autodevNextAddMembers?: Maybe<DevAiAutodevNextAddMembersPayload>;
+    devai_autodevNextAddProjects?: Maybe<DevAiAutodevNextAddProjectsPayload>;
+    devai_autodevNextCreateWorkstream?: Maybe<DevAiAutodevNextCreateWorkstreamPayload>;
+    devai_autodevNextDeleteWorkstream?: Maybe<DevAiAutodevNextDeleteWorkstreamPayload>;
+    devai_autodevNextRemoveMembers?: Maybe<DevAiAutodevNextRemoveMembersPayload>;
+    devai_autodevNextRemoveProjects?: Maybe<DevAiAutodevNextRemoveProjectsPayload>;
+    devai_autodevNextUpdateWorkstream?: Maybe<DevAiAutodevNextUpdateWorkstreamPayload>;
     devai_completeFlowSession?: Maybe<DevAiFlowSessionCompletePayload>;
     devai_continueJobWithPrompt?: Maybe<DevAiAutodevContinueJobWithPromptPayload>;
     devai_createFlow?: Maybe<DevAiFlowSessionCreatePayload>;
     devai_createPullRequest?: Maybe<DevAiRovoDevCreatePullRequestPayload>;
@@ -147641,11 +148240,10 @@
     directoryId?: InputMaybe<Scalars['ID']['input']>;
     orgId: Scalars['ID']['input'];
 };
 export declare type MutationAdmin_AuditLogEventExportArgs = {
-    container?: InputMaybe<AdminAuditLogContainer>;
-    input?: InputMaybe<AdminAuditLogEventExportInput>;
-    orgId?: InputMaybe<Scalars['ID']['input']>;
+    container: AdminAuditLogContainer;
+    input: AdminAuditLogEventExportInput;
 };
 export declare type MutationAdmin_CreateAccessUrlArgs = {
     resourceAri: Scalars['ID']['input'];
 };
@@ -147953,8 +148551,11 @@
 export declare type MutationAgentWorkspace_StartBreakArgs = {
     agentId: Scalars['ID']['input'];
     cloudId: Scalars['ID']['input'];
 };
+export declare type MutationAgentWorkspace_StartBulkScheduleImportJobArgs = {
+    input: AgentWorkspaceStartBulkImportInput;
+};
 export declare type MutationAgentWorkspace_SubscribeSkillArgs = {
     input: AgentWorkspaceSubscribeSkillInput;
 };
 export declare type MutationAgentWorkspace_UnsubscribeSkillArgs = {
@@ -148110,8 +148711,9 @@
 export declare type MutationAssetsDm_DataSourceArgs = {
     cloudId: Scalars['ID']['input'];
     dataSourceId?: InputMaybe<Scalars['String']['input']>;
     input: AssetsDmDataSourceInput;
+    isTestConnectionRequired?: InputMaybe<Scalars['Boolean']['input']>;
     jobId?: InputMaybe<Scalars['String']['input']>;
     operation?: InputMaybe<AssetsDmDataSourceOperationEnum>;
     workspaceId: Scalars['ID']['input'];
 };
@@ -148261,8 +148863,13 @@
     cloudId: Scalars['ID']['input'];
     dataSourceId: Scalars['ID']['input'];
     workspaceId: Scalars['ID']['input'];
 };
+export declare type MutationAssetsDm_TriggerCloudFetchArgs = {
+    cloudId: Scalars['ID']['input'];
+    jobId: Scalars['ID']['input'];
+    workspaceId: Scalars['ID']['input'];
+};
 export declare type MutationAssetsDm_UpdateAttributePriorityArgs = {
     cloudId: Scalars['ID']['input'];
     input: AssetsDmUpdateAttributePriorityInput;
     workspaceId: Scalars['ID']['input'];
@@ -148832,8 +149439,12 @@
 export declare type MutationConfluence_NbmRetryScanLongTaskArgs = {
     cloudId: Scalars['ID']['input'];
     input: ConfluenceNbmRetryScanLongTaskInput;
 };
+export declare type MutationConfluence_NbmRetryTransformationLongTaskArgs = {
+    cloudId: Scalars['ID']['input'];
+    input: ConfluenceNbmRetryTransformationLongTaskInput;
+};
 export declare type MutationConfluence_NbmSetChainReadyForTransformationArgs = {
     cloudId: Scalars['ID']['input'];
     input: ConfluenceNbmSetChainReadyForTransformationInput;
 };
@@ -149590,8 +150201,29 @@
 export declare type MutationDevai_ArchiveTechnicalPlannerJobArgs = {
     cloudId: Scalars['ID']['input'];
     jobId: Scalars['ID']['input'];
 };
+export declare type MutationDevai_AutodevNextAddMembersArgs = {
+    input: DevAiAutodevNextAddMembersInput;
+};
+export declare type MutationDevai_AutodevNextAddProjectsArgs = {
+    input: DevAiAutodevNextAddProjectsInput;
+};
+export declare type MutationDevai_AutodevNextCreateWorkstreamArgs = {
+    input: DevAiAutodevNextCreateWorkstreamInput;
+};
+export declare type MutationDevai_AutodevNextDeleteWorkstreamArgs = {
+    input: DevAiAutodevNextDeleteWorkstreamInput;
+};
+export declare type MutationDevai_AutodevNextRemoveMembersArgs = {
+    input: DevAiAutodevNextRemoveMembersInput;
+};
+export declare type MutationDevai_AutodevNextRemoveProjectsArgs = {
+    input: DevAiAutodevNextRemoveProjectsInput;
+};
+export declare type MutationDevai_AutodevNextUpdateWorkstreamArgs = {
+    input: DevAiAutodevNextUpdateWorkstreamInput;
+};
 export declare type MutationDevai_CompleteFlowSessionArgs = {
     id: Scalars['ID']['input'];
 };
 export declare type MutationDevai_ContinueJobWithPromptArgs = {
@@ -154319,9 +154951,9 @@
 export declare enum PostOfficeMessageCreationType {
     Explicit = "explicit",
     Implicit = "implicit"
 }
-export declare type PostOfficeMessageData = PostOfficeMessageLiveNudgeDemoLiveNudgeDemoMessageData | PostOfficeMessageRovoNudgeJiraBoardCatchUpRovoNudgeData | PostOfficeMessageRovoNudgeLiveAndPersistedTestMessageData | PostOfficeMessageRovoNudgeLiveNudgeDemoMessageData;
+export declare type PostOfficeMessageData = PostOfficeMessageLiveNudgeDemoLiveNudgeDemoMessageData | PostOfficeMessageRovoNudgeJiraBoardBacklogUpdateWorkSuggestionsData | PostOfficeMessageRovoNudgeJiraBoardCatchUpRovoNudgeData | PostOfficeMessageRovoNudgeLiveAndPersistedTestMessageData | PostOfficeMessageRovoNudgeLiveNudgeDemoMessageData;
 export declare type PostOfficeMessageLiveNudgeDemoLiveNudgeDemoMessageData = {
     __typename?: 'PostOfficeMessageLiveNudgeDemoLiveNudgeDemoMessageData';
     description: Scalars['String']['output'];
     title: Scalars['String']['output'];
@@ -154329,8 +154961,13 @@
 export declare type PostOfficeMessagePayload = {
     __typename?: 'PostOfficeMessagePayload';
     messages: Array<PostOfficeMessage>;
 };
+export declare type PostOfficeMessageRovoNudgeJiraBoardBacklogUpdateWorkSuggestionsData = {
+    __typename?: 'PostOfficeMessageRovoNudgeJiraBoardBacklogUpdateWorkSuggestionsData';
+    conversationChannelId: Scalars['String']['output'];
+    numberOfSuggestions: Scalars['Float']['output'];
+};
 export declare type PostOfficeMessageRovoNudgeJiraBoardCatchUpRovoNudgeData = {
     __typename?: 'PostOfficeMessageRovoNudgeJiraBoardCatchUpRovoNudgeData';
     description: Scalars['String']['output'];
     title: Scalars['String']['output'];
@@ -154845,8 +155482,9 @@
     agentStudio_validateScenarios?: Maybe<AgentStudioScenarioValidateModeOutput>;
     agentStudio_widgetByContainerAri?: Maybe<AgentStudioWidgetByContainerAriResult>;
     agentWorkspace_availability?: Maybe<AgentWorkspaceAvailabilityConnection>;
     agentWorkspace_availableAgents?: Maybe<Array<AgentWorkspaceAgent>>;
+    agentWorkspace_bulkScheduleImportJob?: Maybe<AgentWorkspaceBulkImportJob>;
     agentWorkspace_capacity?: Maybe<AgentWorkspaceCapacityConnection>;
     agentWorkspace_capacitySummary?: Maybe<AgentWorkspaceCapacitySummary>;
     agentWorkspace_catalog?: Maybe<AgentWorkspaceCatalog>;
     agentWorkspace_catalogConfig?: Maybe<AgentWorkspaceCatalogConfig>;
@@ -155217,8 +155855,9 @@
     confluence_sendToDesktopConfiguration?: Maybe<ConfluenceSendToDesktopConfiguration>;
     confluence_shareConfiguration?: Maybe<ConfluenceShareConfiguration>;
     confluence_shareableLinkSiteConfig?: Maybe<ConfluenceShareableLinkSiteConfig>;
     confluence_shareableLinkSpaceConfig?: Maybe<ConfluenceShareableLinkSpaceConfig>;
+    confluence_shareableLinkSpacesByCriteria?: Maybe<ConfluenceShareableLinkSpaceConnection>;
     confluence_slide?: Maybe<ConfluenceSlide>;
     confluence_slides?: Maybe<Array<Maybe<ConfluenceSlide>>>;
     confluence_smartSpaceOverview?: Maybe<ConfluenceSmartSpaceOverview>;
     confluence_spaceMediaSession?: Maybe<ContentMediaSession>;
@@ -155352,8 +155991,10 @@
     devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
     devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
     devai_autodevJobsByAri?: Maybe<Array<Maybe<JiraAutodevJob>>>;
     devai_autodevJobsForIssue?: Maybe<JiraAutodevJobConnection>;
+    devai_autodevNextWorkstream?: Maybe<DevAiAutodevNextWorkstream>;
+    devai_autodevNextWorkstreams?: Maybe<DevAiAutodevNextWorkstreamConnection>;
     devai_autodevRovoAgents?: Maybe<DevAiRovoAgentConnection>;
     devai_checkEntitlements: Scalars['Boolean']['output'];
     devai_codePlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
     devai_containerConfig?: Maybe<DevAiContainerConfig>;
@@ -155592,20 +156233,24 @@
     jsmConversation_settings?: Maybe<JsmConversationSettings>;
     jsmSolutionComposerPlan?: Maybe<JsmSolutionComposerPlanQueryApi>;
     jsw?: Maybe<JswQuery>;
     kitsune_chunks?: Maybe<Array<Maybe<KitsuneChunk>>>;
+    kitsune_customerByAri?: Maybe<KitsuneCustomer>;
     kitsune_customers?: Maybe<Array<Maybe<KitsuneCustomer>>>;
     kitsune_entitlements?: Maybe<KitsuneEntitlements>;
     kitsune_feedbackEvent?: Maybe<KitsuneFeedbackEvent>;
     kitsune_feedbacks?: Maybe<Array<Maybe<KitsuneFeedback>>>;
     kitsune_fields?: Maybe<Array<Maybe<KitsuneField>>>;
     kitsune_insights?: Maybe<Array<Maybe<KitsuneInsight>>>;
     kitsune_jobs?: Maybe<Array<Maybe<KitsuneJob>>>;
     kitsune_node?: Maybe<KitsuneNode>;
+    kitsune_organizationByAri?: Maybe<KitsuneOrganization>;
     kitsune_organizations?: Maybe<Array<Maybe<KitsuneOrganization>>>;
     kitsune_organizationsByName?: Maybe<Array<Maybe<KitsuneOrganization>>>;
+    kitsune_searchChunk?: Maybe<Array<KitsuneChunk>>;
     kitsune_searchCustomers?: Maybe<KitsuneCustomerConnection>;
     kitsune_searchFeedback?: Maybe<KitsuneFeedbackConnection>;
+    kitsune_searchFeedbackWithHighlights?: Maybe<KitsuneSearchFeedbackConnection>;
     kitsune_searchOrganizations?: Maybe<KitsuneOrganizationConnection>;
     kitsune_sections?: Maybe<Array<Maybe<KitsuneSection>>>;
     kitsune_snippets?: Maybe<Array<Maybe<KitsuneSnippet>>>;
     kitsune_spaces?: Maybe<Array<Maybe<KitsuneSpace>>>;
@@ -156584,8 +157229,13 @@
 export declare type QueryAgentWorkspace_AvailableAgentsArgs = {
     cloudId: Scalars['ID']['input'];
     projectKey: Scalars['String']['input'];
 };
+export declare type QueryAgentWorkspace_BulkScheduleImportJobArgs = {
+    cloudId: Scalars['ID']['input'];
+    jobId: Scalars['ID']['input'];
+    projectId: Scalars['ID']['input'];
+};
 export declare type QueryAgentWorkspace_CapacityArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     input: AgentWorkspaceCapacityInput;
@@ -157357,29 +158007,33 @@
 };
 export declare type QueryAvp_GetChartByConfigIdArgs = {
     chartConfigId: Scalars['ID']['input'];
     cloudId: Scalars['ID']['input'];
-    workspaceId: Scalars['ID']['input'];
+    workspaceAri?: InputMaybe<Scalars['ID']['input']>;
+    workspaceId?: InputMaybe<Scalars['ID']['input']>;
 };
 export declare type QueryAvp_GetChartTemplatePreviewArgs = {
     cloudId: Scalars['ID']['input'];
     locale?: InputMaybe<Scalars['String']['input']>;
     templateFileName: Scalars['String']['input'];
-    workspaceId: Scalars['ID']['input'];
+    workspaceAri?: InputMaybe<Scalars['ID']['input']>;
+    workspaceId?: InputMaybe<Scalars['ID']['input']>;
 };
 export declare type QueryAvp_GetChartTemplatesArgs = {
     cloudId: Scalars['ID']['input'];
     locale?: InputMaybe<Scalars['String']['input']>;
     locations: Array<Scalars['String']['input']>;
-    workspaceId: Scalars['ID']['input'];
+    workspaceAri?: InputMaybe<Scalars['ID']['input']>;
+    workspaceId?: InputMaybe<Scalars['ID']['input']>;
 };
 export declare type QueryAvp_GetDashboardArgs = {
     dashboardAri: Scalars['ID']['input'];
 };
 export declare type QueryAvp_GetDashboardIdBySlugArgs = {
     cloudId: Scalars['ID']['input'];
     slug: Scalars['String']['input'];
-    workspaceId: Scalars['ID']['input'];
+    workspaceAri?: InputMaybe<Scalars['ID']['input']>;
+    workspaceId?: InputMaybe<Scalars['ID']['input']>;
 };
 export declare type QueryAvp_GetDashboardTemplatesArgs = {
     input: AvpGetDashboardTemplatesInput;
 };
@@ -158264,8 +158918,17 @@
 export declare type QueryConfluence_ShareableLinkSpaceConfigArgs = {
     cloudId: Scalars['ID']['input'];
     spaceId: Scalars['ID']['input'];
 };
+export declare type QueryConfluence_ShareableLinkSpacesByCriteriaArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    cloudId: Scalars['ID']['input'];
+    first?: InputMaybe<Scalars['Int']['input']>;
+    isAscending?: InputMaybe<Scalars['Boolean']['input']>;
+    orderBy?: InputMaybe<ConfluenceShareableLinkSpacesByCriteriaOrder>;
+    spaceNamePattern?: InputMaybe<Scalars['String']['input']>;
+    status?: InputMaybe<Array<InputMaybe<ConfluenceShareableLinkSpaceStatusFilter>>>;
+};
 export declare type QueryConfluence_SlideArgs = {
     id: Scalars['ID']['input'];
 };
 export declare type QueryConfluence_SlidesArgs = {
@@ -158921,8 +159584,17 @@
 export declare type QueryDevai_AutodevJobsForIssueArgs = {
     issueAri: Scalars['ID']['input'];
     jobIdFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
 };
+export declare type QueryDevai_AutodevNextWorkstreamArgs = {
+    cloudId: Scalars['ID']['input'];
+    workstreamId: Scalars['ID']['input'];
+};
+export declare type QueryDevai_AutodevNextWorkstreamsArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    cloudId: Scalars['ID']['input'];
+    first?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare type QueryDevai_AutodevRovoAgentsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     cloudId: Scalars['ID']['input'];
     filterByRankCategories?: InputMaybe<Array<DevAiRovoAgentRankCategory>>;
@@ -158948,8 +159620,9 @@
 };
 export declare type QueryDevai_FlowGetRepositoriesArgs = {
     cloudId: Scalars['ID']['input'];
     search?: InputMaybe<Scalars['String']['input']>;
+    searchAllConnectedRepos?: InputMaybe<Scalars['Boolean']['input']>;
 };
 export declare type QueryDevai_FlowSessionGetByAriArgs = {
     id: Scalars['ID']['input'];
 };
@@ -159840,8 +160513,11 @@
 };
 export declare type QueryKitsune_ChunksArgs = {
     ids: Array<Scalars['ID']['input']>;
 };
+export declare type QueryKitsune_CustomerByAriArgs = {
+    ari: Scalars['ID']['input'];
+};
 export declare type QueryKitsune_CustomersArgs = {
     customerIds?: InputMaybe<Array<Scalars['ID']['input']>>;
     workspaceAri: Scalars['ID']['input'];
 };
@@ -159867,16 +160543,26 @@
 };
 export declare type QueryKitsune_NodeArgs = {
     id: Scalars['ID']['input'];
 };
+export declare type QueryKitsune_OrganizationByAriArgs = {
+    ari: Scalars['ID']['input'];
+};
 export declare type QueryKitsune_OrganizationsArgs = {
     organizationIds?: InputMaybe<Array<Scalars['ID']['input']>>;
     workspaceAri: Scalars['ID']['input'];
 };
 export declare type QueryKitsune_OrganizationsByNameArgs = {
     names?: InputMaybe<Array<Scalars['String']['input']>>;
     workspaceAri: Scalars['ID']['input'];
 };
+export declare type QueryKitsune_SearchChunkArgs = {
+    input?: InputMaybe<KitsuneSearchFeedbackInput>;
+    query?: InputMaybe<Scalars['String']['input']>;
+    topK?: InputMaybe<Scalars['Int']['input']>;
+    workspace?: InputMaybe<KitsuneWorkspaceIdentifierInput>;
+    workspaceAri: Scalars['ID']['input'];
+};
 export declare type QueryKitsune_SearchCustomersArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     organizationId?: InputMaybe<Scalars['ID']['input']>;
@@ -159892,8 +160578,18 @@
     withTotalCount?: InputMaybe<Scalars['Boolean']['input']>;
     workspace?: InputMaybe<KitsuneWorkspaceIdentifierInput>;
     workspaceAri: Scalars['ID']['input'];
 };
+export declare type QueryKitsune_SearchFeedbackWithHighlightsArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    before?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    input?: InputMaybe<KitsuneSearchFeedbackInput>;
+    last?: InputMaybe<Scalars['Int']['input']>;
+    withTotalCount?: InputMaybe<Scalars['Boolean']['input']>;
+    workspace?: InputMaybe<KitsuneWorkspaceIdentifierInput>;
+    workspaceAri: Scalars['ID']['input'];
+};
 export declare type QueryKitsune_SearchOrganizationsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     query?: InputMaybe<Scalars['String']['input']>;
@@ -159913,8 +160609,9 @@
     before?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     last?: InputMaybe<Scalars['Int']['input']>;
     pagination?: InputMaybe<KitsunePaginationInput>;
+    workspace?: InputMaybe<KitsuneWorkspaceIdentifierInput>;
     workspaceAri: Scalars['ID']['input'];
 };
 export declare type QueryKitsune_ViewsArgs = {
     ids: Array<Scalars['ID']['input']>;
@@ -161624,8 +162321,9 @@
     FocusAreaType = "focusAreaType",
     Position = "position",
     Proposal = "proposal",
     ProposedMovement = "proposedMovement",
+    Skill = "skill",
     Team = "team",
     View = "view",
     Worker = "worker"
 }
@@ -161700,8 +162398,9 @@
     focusAreaTypeFields: Array<RadarFieldDefinition>;
     positionFields: Array<RadarFieldDefinition>;
     proposalFields: Array<RadarFieldDefinition>;
     proposedMovementFields: Array<RadarFieldDefinition>;
+    skillFields: Array<RadarFieldDefinition>;
     teamFields: Array<RadarFieldDefinition>;
     viewFields: Array<RadarFieldDefinition>;
     workerFields: Array<RadarFieldDefinition>;
 };
@@ -187475,8 +188174,9 @@
     degradedPerformanceTime?: Maybe<Scalars['Int']['output']>;
     maintenanceTime?: Maybe<Scalars['Int']['output']>;
     majorOutageTime?: Maybe<Scalars['Int']['output']>;
     partialOutageTime?: Maybe<Scalars['Int']['output']>;
+    relatedEvents?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
 };
 export declare type StakeholderCommsPageUptimePercentageResponse = {
     __typename?: 'StakeholderCommsPageUptimePercentageResponse';
     error?: Maybe<Scalars['String']['output']>;
@@ -188222,8 +188922,9 @@
     blockService_onBlockUpdated?: Maybe<BlockServiceBlockPayload>;
     confluence_onContentModified?: Maybe<ConfluenceContentModified>;
     convoai_onAgentSessionCreate?: Maybe<ConvoAiAgentSessionCreate>;
     convoai_onAgentSessionUpdate?: Maybe<ConvoAiAgentSessionUpdate>;
+    convoai_onAgentSessionUpdatedByProjects?: Maybe<ConvoAiAgentSessionUpdatedByProjects>;
     cpls_suggestionsExist: CplsSuggestionsExistencePayload;
     devOps?: Maybe<AriGraphSubscriptions>;
     devai_onAutodevJobLogGroupsUpdated?: Maybe<DevAiAutodevLogGroupConnection>;
     devai_onAutodevJobLogsListUpdated?: Maybe<DevAiAutodevLogConnection>;
@@ -188277,8 +188978,12 @@
 export declare type SubscriptionConvoai_OnAgentSessionUpdateArgs = {
     cloudId: Scalars['ID']['input'];
     conversationId: Scalars['ID']['input'];
 };
+export declare type SubscriptionConvoai_OnAgentSessionUpdatedByProjectsArgs = {
+    cloudId: Scalars['ID']['input'];
+    projectIds: Array<Scalars['String']['input']>;
+};
 export declare type SubscriptionCpls_SuggestionsExistArgs = {
     scopeId: Scalars['ID']['input'];
 };
 export declare type SubscriptionDevai_OnAutodevJobLogGroupsUpdatedArgs = {
@@ -189824,19 +190529,15 @@
 export declare type TestingSubscription = {
     __typename?: 'TestingSubscription';
     onTestingActivityItemUpdate?: Maybe<TestingActivityItem>;
     onTestingActivityItemUpdateEnrichJira?: Maybe<TestingActivityItem>;
-    onTestingActivityItemUpdateTest?: Maybe<TestingActivityItem>;
 };
 export declare type TestingSubscriptionOnTestingActivityItemUpdateArgs = {
     issueId: Scalars['ID']['input'];
 };
 export declare type TestingSubscriptionOnTestingActivityItemUpdateEnrichJiraArgs = {
     issueId: Scalars['ID']['input'];
 };
-export declare type TestingSubscriptionOnTestingActivityItemUpdateTestArgs = {
-    issueId: Scalars['ID']['input'];
-};
 export declare type Theme = {
     __typename?: 'Theme';
     description?: Maybe<Scalars['String']['output']>;
     icon?: Maybe<Icon>;
@@ -189886,8 +190587,9 @@
 export declare type ThirdPartyUser = LocalizationContext & {
     __typename?: 'ThirdPartyUser';
     accountId: Scalars['ID']['output'];
     accountStatus: AccountStatus;
+    atlassianUser?: Maybe<User>;
     canonicalAccountId: Scalars['ID']['output'];
     createdAt: Scalars['DateTime']['output'];
     email?: Maybe<Scalars['String']['output']>;
     extendedProfile?: Maybe<ThirdPartyUserExtendedProfile>;
@@ -195739,8 +196441,23 @@
     __typename?: 'TrelloCreateInboxCardActionDisplayEntities';
     card?: Maybe<TrelloActionCardEntity>;
     memberCreator?: Maybe<TrelloActionMemberEntity>;
 };
+export declare type TrelloCreateListInput = {
+    boardId: Scalars['ID']['input'];
+    color?: InputMaybe<TrelloListColor>;
+    creationMethod?: InputMaybe<TrelloListCreationMethod>;
+    dataSource?: InputMaybe<TrelloListDataSourceInput>;
+    name: Scalars['String']['input'];
+    pos?: InputMaybe<TrelloListPosition>;
+    type?: InputMaybe<TrelloListType>;
+};
+export declare type TrelloCreateListPayload = Payload & {
+    __typename?: 'TrelloCreateListPayload';
+    board?: Maybe<TrelloBoard>;
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type TrelloCreateMemberAiRuleInput = {
     position: Scalars['Float']['input'];
     rule: Scalars['String']['input'];
     type?: InputMaybe<TrelloAiRuleType>;
@@ -196459,8 +197176,20 @@
     NewestFirst = "NEWEST_FIRST",
     OldestFirst = "OLDEST_FIRST",
     Votes = "VOTES"
 }
+export declare enum TrelloListColor {
+    Blue = "BLUE",
+    Gray = "GRAY",
+    Green = "GREEN",
+    Lime = "LIME",
+    Magenta = "MAGENTA",
+    Orange = "ORANGE",
+    Purple = "PURPLE",
+    Red = "RED",
+    Teal = "TEAL",
+    Yellow = "YELLOW"
+}
 export declare type TrelloListConnection = {
     __typename?: 'TrelloListConnection';
     edges?: Maybe<Array<TrelloListEdge>>;
     nodes?: Maybe<Array<TrelloList>>;
@@ -196471,14 +197200,26 @@
     board?: Maybe<TrelloBaseBoardId>;
     id: Scalars['ID']['output'];
     objectId: Scalars['ID']['output'];
 };
+export declare enum TrelloListCreationMethod {
+    Ai = "AI",
+    Assisted = "ASSISTED",
+    Automatic = "AUTOMATIC",
+    Demo = "DEMO",
+    EmailSource = "EMAIL_SOURCE"
+}
 export declare type TrelloListDataSource = {
     __typename?: 'TrelloListDataSource';
     filter: Scalars['Boolean']['output'];
     handler: TrelloDataSourceHandler;
     link: Scalars['URL']['output'];
 };
+export declare type TrelloListDataSourceInput = {
+    filter: Scalars['Boolean']['input'];
+    handler: TrelloDataSourceHandler;
+    link: Scalars['URL']['input'];
+};
 export declare type TrelloListEdge = {
     __typename?: 'TrelloListEdge';
     cursor?: Maybe<Scalars['String']['output']>;
     node?: Maybe<TrelloList>;
@@ -196493,8 +197234,12 @@
 export declare type TrelloListLimits = {
     __typename?: 'TrelloListLimits';
     cards?: Maybe<TrelloListCardLimits>;
 };
+export declare type TrelloListPosition = {
+    absolute?: InputMaybe<Scalars['Float']['input']>;
+    relative?: InputMaybe<TrelloRelativePosition>;
+};
 export declare enum TrelloListType {
     Datasource = "DATASOURCE"
 }
 export declare type TrelloListUpdated = {
@@ -196549,8 +197294,9 @@
     avatarUrl?: Maybe<Scalars['URL']['output']>;
     bio?: Maybe<Scalars['String']['output']>;
     bioData?: Maybe<Scalars['JSON']['output']>;
     boardStars?: Maybe<TrelloMemberBoardStarConnection>;
+    boards?: Maybe<TrelloMemberBoardConnection>;
     confirmed?: Maybe<Scalars['Boolean']['output']>;
     enterprise?: Maybe<TrelloEnterprise>;
     fullName?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
@@ -196581,8 +197327,12 @@
 export declare type TrelloMemberBoardStarsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
+export declare type TrelloMemberBoardsArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare type TrelloMemberNotificationsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     filter?: InputMaybe<TrelloNotificationFilter>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -196616,8 +197366,19 @@
     __typename?: 'TrelloMemberAtlassianSiteEdge';
     cursor: Scalars['String']['output'];
     node?: Maybe<TrelloAtlassianSite>;
 };
+export declare type TrelloMemberBoardConnection = {
+    __typename?: 'TrelloMemberBoardConnection';
+    edges?: Maybe<Array<TrelloMemberBoardEdge>>;
+    nodes?: Maybe<Array<Maybe<TrelloBoard>>>;
+    pageInfo: PageInfo;
+};
+export declare type TrelloMemberBoardEdge = {
+    __typename?: 'TrelloMemberBoardEdge';
+    cursor: Scalars['String']['output'];
+    node?: Maybe<TrelloBoard>;
+};
 export declare type TrelloMemberBoardStarConnection = {
     __typename?: 'TrelloMemberBoardStarConnection';
     edges?: Maybe<Array<TrelloMemberBoardStarEdge>>;
     nodes?: Maybe<Array<Maybe<TrelloBoard>>>;
@@ -196883,8 +197644,9 @@
     createBoardWithAi?: Maybe<TrelloCreateBoardWithAiPayload>;
     createCard?: Maybe<TrelloCreateCardPayload>;
     createCustomField?: Maybe<TrelloCreateCustomFieldPayload>;
     createCustomFieldOption?: Maybe<TrelloCreateCustomFieldOptionPayload>;
+    createList?: Maybe<TrelloCreateListPayload>;
     createMemberAiRule?: Maybe<TrelloCreateMemberAiRulePayload>;
     createMemberFromAa?: Maybe<TrelloCreateMemberFromAaPayload>;
     createOAuth2Client?: Maybe<TrelloCreateOAuth2ClientPayload>;
     createOrUpdatePlannerCalendar?: Maybe<TrelloCreateOrUpdatePlannerCalendarPayload>;
@@ -196955,8 +197717,9 @@
     updateBoardVotingPermissions?: Maybe<TrelloUpdateBoardVotingPermissionsPayload>;
     updateCardCover?: Maybe<TrelloUpdateCardCoverPayload>;
     updateCardDateViewedByCreator?: Maybe<TrelloUpdateCardDateViewedByCreatorPayload>;
     updateCardDescription?: Maybe<TrelloUpdateCardDescriptionPayload>;
+    updateCardDueDate?: Maybe<TrelloUpdateCardDueDatePayload>;
     updateCardName?: Maybe<TrelloUpdateCardNamePayload>;
     updateCardPositionOnPlannerCalendarEvent?: Maybe<TrelloUpdateCardPositionOnPlannerCalendarEventPayload>;
     updateCardRole?: Maybe<TrelloUpdateCardRolePayload>;
     updateCustomField?: Maybe<TrelloUpdateCustomFieldPayload>;
@@ -197029,8 +197792,11 @@
 };
 export declare type TrelloMutationApiCreateCustomFieldOptionArgs = {
     input: TrelloCreateCustomFieldOptionInput;
 };
+export declare type TrelloMutationApiCreateListArgs = {
+    input: TrelloCreateListInput;
+};
 export declare type TrelloMutationApiCreateMemberAiRuleArgs = {
     input: TrelloCreateMemberAiRuleInput;
 };
 export declare type TrelloMutationApiCreateMemberFromAaArgs = {
@@ -197239,8 +198005,11 @@
 };
 export declare type TrelloMutationApiUpdateCardDescriptionArgs = {
     input: TrelloUpdateCardDescriptionInput;
 };
+export declare type TrelloMutationApiUpdateCardDueDateArgs = {
+    input: TrelloUpdateCardDueDateInput;
+};
 export declare type TrelloMutationApiUpdateCardNameArgs = {
     input: TrelloUpdateCardNameInput;
 };
 export declare type TrelloMutationApiUpdateCardPositionOnPlannerCalendarEventArgs = {
@@ -198369,8 +199138,12 @@
     errors?: Maybe<Array<MutationError>>;
     proposedEvents?: Maybe<Array<TrelloProposedEventDeleted>>;
     success: Scalars['Boolean']['output'];
 };
+export declare enum TrelloRelativePosition {
+    Bottom = "BOTTOM",
+    Top = "TOP"
+}
 export declare type TrelloRemoveBoardStarInput = {
     boardStarId: Scalars['ID']['input'];
     userId: Scalars['ID']['input'];
 };
@@ -199025,8 +199798,18 @@
     card?: Maybe<TrelloActionCardEntity>;
     date?: Maybe<TrelloActionDateEntity>;
     memberCreator?: Maybe<TrelloActionMemberEntity>;
 };
+export declare type TrelloUpdateCardDueDateInput = {
+    cardId: Scalars['ID']['input'];
+    dueAt?: InputMaybe<Scalars['DateTime']['input']>;
+};
+export declare type TrelloUpdateCardDueDatePayload = Payload & {
+    __typename?: 'TrelloUpdateCardDueDatePayload';
+    card?: Maybe<TrelloBaseCard>;
+    errors?: Maybe<Array<MutationError>>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type TrelloUpdateCardNameInput = {
     cardId: Scalars['ID']['input'];
     name?: InputMaybe<Scalars['String']['input']>;
 };