@forge/cli-shared

8.15.3-next.28.15.3-next.3
out/graphql/graphql-types.d.ts
~out/graphql/graphql-types.d.tsModified
+278−28
Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -4809,8 +4809,9 @@
     __typename?: 'AgentWorkspaceAgent';
     displayName: Scalars['String']['output'];
     id: Scalars['ID']['output'];
     skills: Array<AgentWorkspaceUserSkill>;
+    teamARIs: Array<Scalars['ID']['output']>;
     teamIds: Array<Scalars['ID']['output']>;
     teamNames: Array<Scalars['String']['output']>;
     teams?: Maybe<Array<TeamV2>>;
     user?: Maybe<User>;
@@ -4819,8 +4820,9 @@
     __typename?: 'AgentWorkspaceAgentAvailability';
     agentId: Scalars['ID']['output'];
     agentName: Scalars['String']['output'];
     status: AgentWorkspaceAvailabilityStatus;
+    teamARIs: Array<Scalars['ID']['output']>;
     teamIds: Array<Scalars['ID']['output']>;
     teamNames: Array<Scalars['String']['output']>;
     teams?: Maybe<Array<TeamV2>>;
     updatedAt?: Maybe<Scalars['DateTime']['output']>;
@@ -5068,8 +5070,9 @@
     projectId?: InputMaybe<Scalars['ID']['input']>;
     projectKey?: InputMaybe<Scalars['String']['input']>;
     recurrence?: InputMaybe<AgentWorkspaceRecurrenceRuleInput>;
     startTime: Scalars['DateTime']['input'];
+    teamId?: InputMaybe<Scalars['ID']['input']>;
 };
 export declare type AgentWorkspaceCreateSchedulePayload = {
     __typename?: 'AgentWorkspaceCreateSchedulePayload';
     errors?: Maybe<Array<AgentWorkspaceScheduleError>>;
@@ -5168,8 +5171,9 @@
     projectKey?: Maybe<Scalars['String']['output']>;
     recurrence?: Maybe<AgentWorkspaceRecurrenceRule>;
     recurring: Scalars['Boolean']['output'];
     startTime: Scalars['DateTime']['output'];
+    teamId?: Maybe<Scalars['ID']['output']>;
     updatedAt: Scalars['DateTime']['output'];
 };
 export declare type AgentWorkspaceScheduleError = {
     __typename?: 'AgentWorkspaceScheduleError';
@@ -5337,8 +5341,9 @@
     projectKey?: InputMaybe<Scalars['String']['input']>;
     recurrence?: InputMaybe<AgentWorkspaceRecurrenceRuleInput>;
     scheduleId: Scalars['ID']['input'];
     startTime: Scalars['DateTime']['input'];
+    teamId?: InputMaybe<Scalars['ID']['input']>;
 };
 export declare type AgentWorkspaceUpdateSchedulePayload = {
     __typename?: 'AgentWorkspaceUpdateSchedulePayload';
     errors?: Maybe<Array<AgentWorkspaceScheduleError>>;
@@ -7172,8 +7177,9 @@
 };
 export declare type AssetsAriAttribute = AssetsObjectTypeAttribute & {
     __typename?: 'AssetsARIAttribute';
     id: Scalars['ID']['output'];
+    maximumCardinality?: Maybe<Scalars['Int']['output']>;
     name?: Maybe<Scalars['String']['output']>;
 };
 export declare type AssetsAriAttributeOnObject = AssetsAttributeOnObject & {
     __typename?: 'AssetsARIAttributeOnObject';
@@ -9346,8 +9352,9 @@
 };
 export declare type AssetsEmailAttribute = AssetsObjectTypeAttribute & {
     __typename?: 'AssetsEmailAttribute';
     id: Scalars['ID']['output'];
+    maximumCardinality?: Maybe<Scalars['Int']['output']>;
     name?: Maybe<Scalars['String']['output']>;
 };
 export declare type AssetsEmailAttributeOnObject = AssetsAttributeOnObject & {
     __typename?: 'AssetsEmailAttributeOnObject';
@@ -9365,8 +9372,9 @@
 export declare type AssetsFloatAttribute = AssetsObjectTypeAttribute & {
     __typename?: 'AssetsFloatAttribute';
     id: Scalars['ID']['output'];
     name?: Maybe<Scalars['String']['output']>;
+    suffix?: Maybe<Scalars['String']['output']>;
 };
 export declare type AssetsFloatAttributeOnObject = AssetsAttributeOnObject & {
     __typename?: 'AssetsFloatAttributeOnObject';
     attribute?: Maybe<AssetsFloatAttribute>;
@@ -9382,8 +9390,9 @@
 };
 export declare type AssetsGroupAttribute = AssetsObjectTypeAttribute & {
     __typename?: 'AssetsGroupAttribute';
     id: Scalars['ID']['output'];
+    maximumCardinality?: Maybe<Scalars['Int']['output']>;
     name?: Maybe<Scalars['String']['output']>;
 };
 export declare type AssetsGroupAttributeOnObject = AssetsAttributeOnObject & {
     __typename?: 'AssetsGroupAttributeOnObject';
@@ -9432,8 +9441,9 @@
 export declare type AssetsIntegerAttribute = AssetsObjectTypeAttribute & {
     __typename?: 'AssetsIntegerAttribute';
     id: Scalars['ID']['output'];
     name?: Maybe<Scalars['String']['output']>;
+    suffix?: Maybe<Scalars['String']['output']>;
 };
 export declare type AssetsIntegerAttributeOnObject = AssetsAttributeOnObject & {
     __typename?: 'AssetsIntegerAttributeOnObject';
     attribute?: Maybe<AssetsIntegerAttribute>;
@@ -9477,8 +9487,9 @@
 };
 export declare type AssetsObjectAttribute = AssetsObjectTypeAttribute & {
     __typename?: 'AssetsObjectAttribute';
     id: Scalars['ID']['output'];
+    maximumCardinality?: Maybe<Scalars['Int']['output']>;
     name?: Maybe<Scalars['String']['output']>;
     qlQuery?: Maybe<Scalars['String']['output']>;
     referenceObjectType?: Maybe<AssetsObjectType>;
 };
@@ -9538,8 +9549,9 @@
 };
 export declare type AssetsSelectAttribute = AssetsObjectTypeAttribute & {
     __typename?: 'AssetsSelectAttribute';
     id: Scalars['ID']['output'];
+    maximumCardinality?: Maybe<Scalars['Int']['output']>;
     name?: Maybe<Scalars['String']['output']>;
     options?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
 };
 export declare type AssetsSelectAttributeOnObject = AssetsAttributeOnObject & {
@@ -9578,8 +9590,9 @@
 };
 export declare type AssetsSpaceAttribute = AssetsObjectTypeAttribute & {
     __typename?: 'AssetsSpaceAttribute';
     id: Scalars['ID']['output'];
+    maximumCardinality?: Maybe<Scalars['Int']['output']>;
     name?: Maybe<Scalars['String']['output']>;
 };
 export declare type AssetsSpaceAttributeOnObject = AssetsAttributeOnObject & {
     __typename?: 'AssetsSpaceAttributeOnObject';
@@ -9638,8 +9651,9 @@
 };
 export declare type AssetsTagAttribute = AssetsObjectTypeAttribute & {
     __typename?: 'AssetsTagAttribute';
     id: Scalars['ID']['output'];
+    maximumCardinality?: Maybe<Scalars['Int']['output']>;
     name?: Maybe<Scalars['String']['output']>;
 };
 export declare type AssetsTagAttributeOnObject = AssetsAttributeOnObject & {
     __typename?: 'AssetsTagAttributeOnObject';
@@ -9686,8 +9700,9 @@
 };
 export declare type AssetsUrlAttribute = AssetsObjectTypeAttribute & {
     __typename?: 'AssetsURLAttribute';
     id: Scalars['ID']['output'];
+    maximumCardinality?: Maybe<Scalars['Int']['output']>;
     name?: Maybe<Scalars['String']['output']>;
 };
 export declare type AssetsUrlAttributeOnObject = AssetsAttributeOnObject & {
     __typename?: 'AssetsURLAttributeOnObject';
@@ -9703,8 +9718,9 @@
 };
 export declare type AssetsUserAttribute = AssetsObjectTypeAttribute & {
     __typename?: 'AssetsUserAttribute';
     id: Scalars['ID']['output'];
+    maximumCardinality?: Maybe<Scalars['Int']['output']>;
     name?: Maybe<Scalars['String']['output']>;
     userGroups?: Maybe<Array<AssetsGroupAttributeValue>>;
 };
 export declare type AssetsUserAttributeOnObject = AssetsAttributeOnObject & {
@@ -10106,8 +10122,11 @@
     __typename?: 'BlockServiceBatchRetrieveBlocksPayload';
     error: Array<BlockServiceBlockErrorPayload>;
     success: Array<BlockServiceBlockPayload>;
 };
+export declare type BlockServiceBatchUpdateBlocksInput = {
+    blocks: Array<BlockServiceUpdateBlockInput>;
+};
 export declare type BlockServiceBlockErrorPayload = {
     __typename?: 'BlockServiceBlockErrorPayload';
     blockAri: Scalars['String']['output'];
     code: Scalars['String']['output'];
@@ -12983,8 +13002,19 @@
 export declare type ChannelPlatformAgentStatusResponse = {
     __typename?: 'ChannelPlatformAgentStatusResponse';
     status?: Maybe<Scalars['String']['output']>;
 };
+export declare type ChannelPlatformAttachmentMetadataResponse = {
+    __typename?: 'ChannelPlatformAttachmentMetadataResponse';
+    success?: Maybe<Scalars['Boolean']['output']>;
+};
+export declare type ChannelPlatformAttachmentPreviewUrlResponse = {
+    __typename?: 'ChannelPlatformAttachmentPreviewUrlResponse';
+    attachmentId?: Maybe<Scalars['String']['output']>;
+    expireAt?: Maybe<Scalars['String']['output']>;
+    filename?: Maybe<Scalars['String']['output']>;
+    preSignedUrl: Scalars['String']['output'];
+};
 export declare type ChannelPlatformAttendee = {
     __typename?: 'ChannelPlatformAttendee';
     attendeeId?: Maybe<Scalars['String']['output']>;
     joinToken?: Maybe<Scalars['String']['output']>;
@@ -13267,8 +13297,12 @@
     ticketId?: Maybe<Scalars['String']['output']>;
     ticketKey?: Maybe<Scalars['String']['output']>;
 };
 export declare type ChannelPlatformTokenResponse = ChannelPlatformGetChannelTokenResponse | ChannelPlatformSubmitTicketResponse;
+export declare type ChannelPlatformTracMetricsResponse = {
+    __typename?: 'ChannelPlatformTracMetricsResponse';
+    success?: Maybe<Scalars['Boolean']['output']>;
+};
 export declare type ChannelPlatformTranscriptEntry = {
     __typename?: 'ChannelPlatformTranscriptEntry';
     contactId?: Maybe<Scalars['String']['output']>;
     content?: Maybe<Scalars['String']['output']>;
@@ -28494,8 +28528,9 @@
 export declare type ConfluenceUser = {
     __typename?: 'ConfluenceUser';
     accessStatus: AccessStatus;
     accountId?: Maybe<Scalars['String']['output']>;
+    confluenceUserDetailsId?: Maybe<Scalars['ID']['output']>;
     currentUser?: Maybe<CurrentUserOperations>;
     groups: Array<Maybe<Scalars['String']['output']>>;
     groupsWithId: Array<Maybe<Group>>;
     hasBlog?: Maybe<Scalars['Boolean']['output']>;
@@ -29071,8 +29106,10 @@
     lastViewedAt: Scalars['String']['output'];
 };
 export declare type ContentAnalyticsPageViewInfo = {
     __typename?: 'ContentAnalyticsPageViewInfo';
+    confluenceUser?: Maybe<ConfluenceUser>;
+    confluenceUserDetailsId: Scalars['ID']['output'];
     isEngaged?: Maybe<Scalars['Boolean']['output']>;
     isPrivate?: Maybe<Scalars['Boolean']['output']>;
     lastVersionViewed: Scalars['Int']['output'];
     lastVersionViewedNumber?: Maybe<Scalars['Int']['output']>;
@@ -31443,11 +31480,15 @@
 };
 export declare type CplsCreateCustomContributionTargetWithWorkAssociationPayload = Payload & {
     __typename?: 'CplsCreateCustomContributionTargetWithWorkAssociationPayload';
     contributorWorkAssociation?: Maybe<CplsContributorWorkEdge>;
+    contributorWorkAssociationByScope?: Maybe<CplsContributorWorkEdge>;
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
 };
+export declare type CplsCreateCustomContributionTargetWithWorkAssociationPayloadContributorWorkAssociationByScopeArgs = {
+    scopeId: Scalars['ID']['input'];
+};
 export declare type CplsCustomContributionTarget = {
     __typename?: 'CplsCustomContributionTarget';
     id: Scalars['ID']['output'];
     name?: Maybe<Scalars['String']['output']>;
@@ -35690,8 +35731,9 @@
     links?: InputMaybe<Array<DevAiRovoDevSessionLinkInput>>;
     options?: InputMaybe<DevAiRovoDevCreateSessionOptionsInput>;
     promptAdf?: InputMaybe<Scalars['JSON']['input']>;
     repository: DevAiRovoDevRepositoryInput;
+    source?: InputMaybe<Scalars['String']['input']>;
     useCase?: InputMaybe<Scalars['String']['input']>;
     xid?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type DevAiRovoDevCreateSessionInput = {
@@ -35700,8 +35742,9 @@
     links?: InputMaybe<Array<DevAiRovoDevSessionLinkInput>>;
     options?: InputMaybe<DevAiRovoDevCreateSessionOptionsInput>;
     promptAdf?: InputMaybe<Scalars['JSON']['input']>;
     repository: DevAiRovoDevRepositoryInput;
+    source?: InputMaybe<Scalars['String']['input']>;
     useCase?: InputMaybe<Scalars['String']['input']>;
     workspaceAri: Scalars['ID']['input'];
     xid?: InputMaybe<Scalars['String']['input']>;
 };
@@ -98215,10 +98258,11 @@
 export declare type JiraAiEnablementIssueInput = {
     issueId?: InputMaybe<Scalars['ID']['input']>;
     issueKey?: InputMaybe<Scalars['String']['input']>;
 };
-export declare type JiraAlignAggCustomProjectType = {
+export declare type JiraAlignAggCustomProjectType = Node & {
     __typename?: 'JiraAlignAggCustomProjectType';
+    id: Scalars['ID']['output'];
     label: Scalars['String']['output'];
     value: JiraAlignAggProjectType;
 };
 export declare type JiraAlignAggJiraAlignProjectOwner = {
@@ -103609,8 +103653,12 @@
 };
 export declare type JiraEstimateInput = {
     timeInSeconds: Scalars['Long']['input'];
 };
+export declare enum JiraExperienceContext {
+    Standard = "STANDARD",
+    Timeline = "TIMELINE"
+}
 export declare type JiraExportIssueDetailsInput = {
     includeComments?: InputMaybe<Scalars['Boolean']['input']>;
     includeFields?: InputMaybe<Scalars['Boolean']['input']>;
     includeHistory?: InputMaybe<Scalars['Boolean']['input']>;
@@ -103698,8 +103746,9 @@
 };
 export declare type JiraFetchBulkOperationDetailsResponseBulkEditFieldsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     before?: InputMaybe<Scalars['String']['input']>;
+    experience?: InputMaybe<JiraExperienceContext>;
     first?: InputMaybe<Scalars['Int']['input']>;
     last?: InputMaybe<Scalars['Int']['input']>;
     search?: InputMaybe<JiraBulkEditFieldsSearch>;
 };
@@ -104334,8 +104383,9 @@
     description?: Maybe<Scalars['String']['output']>;
     fieldConfig?: Maybe<JiraFieldConfig>;
     fieldId: Scalars['String']['output'];
     fieldOperations?: Maybe<JiraFieldOperation>;
+    formattedText?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
     isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
     issue?: Maybe<JiraIssue>;
@@ -104351,8 +104401,9 @@
     description?: Maybe<Scalars['String']['output']>;
     fieldConfig?: Maybe<JiraFieldConfig>;
     fieldId: Scalars['String']['output'];
     fieldOperations?: Maybe<JiraFieldOperation>;
+    formattedText?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
     isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
     issue?: Maybe<JiraIssue>;
@@ -104404,8 +104455,9 @@
     description?: Maybe<Scalars['String']['output']>;
     fieldConfig?: Maybe<JiraFieldConfig>;
     fieldId: Scalars['String']['output'];
     fieldOperations?: Maybe<JiraFieldOperation>;
+    formattedText?: Maybe<Scalars['String']['output']>;
     groups?: Maybe<JiraGroupConnection>;
     id: Scalars['ID']['output'];
     isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
     isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
@@ -104430,8 +104482,9 @@
     description?: Maybe<Scalars['String']['output']>;
     fieldConfig?: Maybe<JiraFieldConfig>;
     fieldId: Scalars['String']['output'];
     fieldOperations?: Maybe<JiraFieldOperation>;
+    formattedText?: Maybe<Scalars['String']['output']>;
     groups?: Maybe<JiraGroupConnection>;
     id: Scalars['ID']['output'];
     isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
     isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
@@ -104485,8 +104538,9 @@
     description?: Maybe<Scalars['String']['output']>;
     fieldConfig?: Maybe<JiraFieldConfig>;
     fieldId: Scalars['String']['output'];
     fieldOperations?: Maybe<JiraFieldOperation>;
+    formattedText?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
     isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
     issue?: Maybe<JiraIssue>;
@@ -104502,8 +104556,9 @@
     description?: Maybe<Scalars['String']['output']>;
     fieldConfig?: Maybe<JiraFieldConfig>;
     fieldId: Scalars['String']['output'];
     fieldOperations?: Maybe<JiraFieldOperation>;
+    formattedText?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
     isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
     issue?: Maybe<JiraIssue>;
@@ -104552,8 +104607,9 @@
     description?: Maybe<Scalars['String']['output']>;
     fieldConfig?: Maybe<JiraFieldConfig>;
     fieldId: Scalars['String']['output'];
     fieldOperations?: Maybe<JiraFieldOperation>;
+    formattedText?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
     isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
     issue?: Maybe<JiraIssue>;
@@ -104569,8 +104625,9 @@
     description?: Maybe<Scalars['String']['output']>;
     fieldConfig?: Maybe<JiraFieldConfig>;
     fieldId: Scalars['String']['output'];
     fieldOperations?: Maybe<JiraFieldOperation>;
+    formattedText?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
     isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
     issue?: Maybe<JiraIssue>;
@@ -104631,8 +104688,9 @@
     description?: Maybe<Scalars['String']['output']>;
     fieldConfig?: Maybe<JiraFieldConfig>;
     fieldId: Scalars['String']['output'];
     fieldOperations?: Maybe<JiraFieldOperation>;
+    formattedText?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
     isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
     issue?: Maybe<JiraIssue>;
@@ -104658,8 +104716,9 @@
     description?: Maybe<Scalars['String']['output']>;
     fieldConfig?: Maybe<JiraFieldConfig>;
     fieldId: Scalars['String']['output'];
     fieldOperations?: Maybe<JiraFieldOperation>;
+    formattedText?: Maybe<Scalars['String']['output']>;
     id: Scalars['ID']['output'];
     isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
     isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
     issue?: Maybe<JiraIssue>;
@@ -112362,8 +112421,9 @@
     projectWithVisibleIssueTypeIds?: Maybe<JiraProjectWithIssueTypeIds>;
     reportCategories?: Maybe<JiraReportCategoryConnection>;
     repositories?: Maybe<GraphStoreSimplifiedProjectAssociatedRepoConnection>;
     requestTypes?: Maybe<JiraServiceManagementRequestTypeConnection>;
+    schemeAssociatedFields?: Maybe<JiraFieldSchemeAssociatedFieldsConnection>;
     selectedDeploymentAppsProperty?: Maybe<Array<JiraDeploymentApp>>;
     servicesAvailableToLinkWith?: Maybe<DevOpsServiceConnection>;
     similarIssues?: Maybe<JiraSimilarIssues>;
     softwareBoardCount?: Maybe<Scalars['Long']['output']>;
@@ -112510,8 +112570,13 @@
 export declare type JiraProjectRequestTypesArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
+export declare type JiraProjectSchemeAssociatedFieldsArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    input?: InputMaybe<JiraProjectSchemeAssociatedFieldsInput>;
+};
 export declare type JiraProjectServicesAvailableToLinkWithArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     filter?: InputMaybe<DevOpsServicesFilterInput>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -113040,8 +113105,12 @@
     __typename?: 'JiraProjectRoleGrantTypeValue';
     id: Scalars['ID']['output'];
     role: JiraRole;
 };
+export declare type JiraProjectSchemeAssociatedFieldsInput = {
+    fieldTypeGroupsFilter?: InputMaybe<Array<Scalars['String']['input']>>;
+    nameOrDescriptionFilter?: InputMaybe<Scalars['String']['input']>;
+};
 export declare type JiraProjectShortcut = Node & {
     __typename?: 'JiraProjectShortcut';
     id: Scalars['ID']['output'];
     name?: Maybe<Scalars['String']['output']>;
@@ -121869,10 +121938,10 @@
     ViewRank = "VIEW_RANK"
 }
 export declare enum JpdViewsServiceVisualizationType {
     Board = "BOARD",
-    List = "LIST",
     Matrix = "MATRIX",
+    Table = "TABLE",
     Timeline = "TIMELINE"
 }
 export declare type JsmAgentWorkspaceLocations = {
     __typename?: 'JsmAgentWorkspaceLocations';
@@ -123276,8 +123345,9 @@
     externalId?: Maybe<Scalars['ID']['output']>;
     id: Scalars['ID']['output'];
     sourceCategoryId: Scalars['ID']['output'];
     spaceId: Scalars['ID']['output'];
+    summary?: Maybe<KitsuneFeedbackSummary>;
     tenantId: Scalars['ID']['output'];
     title?: Maybe<Scalars['String']['output']>;
     type: Scalars['String']['output'];
     updatedAt: Scalars['DateTime']['output'];
@@ -123403,14 +123473,139 @@
     cursor: Scalars['String']['output'];
     node?: Maybe<KitsuneSourceCategory>;
 };
 export declare enum KitsuneSourceCategoryType {
+    AdaCx = "ADA_CX",
+    Aircall = "AIRCALL",
+    Airtable = "AIRTABLE",
+    AlternativeTo = "ALTERNATIVE_TO",
+    Amplitude = "AMPLITUDE",
+    Api = "API",
+    AppleAppStore = "APPLE_APP_STORE",
+    Asana = "ASANA",
+    Attio = "ATTIO",
+    AudioFiles = "AUDIO_FILES",
+    BigqueryByGoogle = "BIGQUERY_BY_GOOGLE",
+    Bitbucket = "BITBUCKET",
+    Blueconic = "BLUECONIC",
+    Bluesky = "BLUESKY",
+    Capterra = "CAPTERRA",
+    ChorusByZoominfo = "CHORUS_BY_ZOOMINFO",
+    Chrome = "CHROME",
+    Circle = "CIRCLE",
+    CiscoWebex = "CISCO_WEBEX",
+    Claap = "CLAAP",
+    Clickup = "CLICKUP",
+    Close = "CLOSE",
+    Confluence = "CONFLUENCE",
+    Copper = "COPPER",
+    Crisp = "CRISP",
+    CsvFiles = "CSV_FILES",
+    Customerly = "CUSTOMERLY",
+    Discord = "DISCORD",
+    Discourse = "DISCOURSE",
+    Drift = "DRIFT",
+    DropboxPaper = "DROPBOX_PAPER",
+    Email = "EMAIL",
+    Evernote = "EVERNOTE",
+    ExcelSpreadsheets = "EXCEL_SPREADSHEETS",
+    Facebook = "FACEBOOK",
+    Fathom = "FATHOM",
     FeedbackApp = "FEEDBACK_APP",
-    Loom = "LOOM"
+    Fillout = "FILLOUT",
+    Fireflies = "FIREFLIES",
+    Folk = "FOLK",
+    Formstack = "FORMSTACK",
+    Front = "FRONT",
+    G2 = "G2",
+    Gainsight = "GAINSIGHT",
+    Getapp = "GETAPP",
+    Github = "GITHUB",
+    Gitlab = "GITLAB",
+    Gong = "GONG",
+    GoogleChat = "GOOGLE_CHAT",
+    GoogleDocs = "GOOGLE_DOCS",
+    GoogleForms = "GOOGLE_FORMS",
+    GoogleMeet = "GOOGLE_MEET",
+    GooglePlayStore = "GOOGLE_PLAY_STORE",
+    GoogleSheets = "GOOGLE_SHEETS",
+    Grain = "GRAIN",
+    HelpScout = "HELP_SCOUT",
+    Hubspot = "HUBSPOT",
+    Ifttt = "IFTTT",
+    ImageFiles = "IMAGE_FILES",
+    Intercom = "INTERCOM",
+    Jira = "JIRA",
+    JiraProductDiscovery = "JIRA_PRODUCT_DISCOVERY",
+    Jotform = "JOTFORM",
+    Kustomer = "KUSTOMER",
+    Linear = "LINEAR",
+    Linkedin = "LINKEDIN",
+    LogmeinGotomeeting = "LOGMEIN_GOTOMEETING",
+    Loom = "LOOM",
+    Make = "MAKE",
+    Mattermost = "MATTERMOST",
+    MicrosoftDynamics_365 = "MICROSOFT_DYNAMICS_365",
+    Modjo = "MODJO",
+    Monday = "MONDAY",
+    N8N = "N8N",
+    Notion = "NOTION",
+    NotionTables = "NOTION_TABLES",
+    Otter = "OTTER",
+    PdfFiles = "PDF_FILES",
+    Pipedrive = "PIPEDRIVE",
+    Planhat = "PLANHAT",
+    Pylon = "PYLON",
+    Qualtrics = "QUALTRICS",
+    Quip = "QUIP",
+    Reddit = "REDDIT",
+    Rewatch = "REWATCH",
+    Salesforce = "SALESFORCE",
+    Salesloft = "SALESLOFT",
+    Segment = "SEGMENT",
+    Sharepoint = "SHAREPOINT",
+    Shortcut = "SHORTCUT",
+    Slack = "SLACK",
+    SlackHuddles = "SLACK_HUDDLES",
+    Slite = "SLITE",
+    Smartsheet = "SMARTSHEET",
+    Snowflake = "SNOWFLAKE",
+    SoftwareAdvice = "SOFTWARE_ADVICE",
+    Surveymonkey = "SURVEYMONKEY",
+    Surveyplanet = "SURVEYPLANET",
+    Surveysparrow = "SURVEYSPARROW",
+    Survicate = "SURVICATE",
+    Tally = "TALLY",
+    Tealium = "TEALIUM",
+    Teams = "TEAMS",
+    TextFiles = "TEXT_FILES",
+    Threads = "THREADS",
+    TlDv = "TL_DV",
+    Totango = "TOTANGO",
+    Trello = "TRELLO",
+    Trustpilot = "TRUSTPILOT",
+    Twist = "TWIST",
+    TwitterX = "TWITTER_X",
+    Typeform = "TYPEFORM",
+    VideoFiles = "VIDEO_FILES",
+    Vidyard = "VIDYARD",
+    Vitally = "VITALLY",
+    Word = "WORD",
+    WorkplaceByMeta = "WORKPLACE_BY_META",
+    Wufoo = "WUFOO",
+    Zapier = "ZAPIER",
+    Zendesk = "ZENDESK",
+    Zoho = "ZOHO",
+    Zoom = "ZOOM",
+    ZoomTeamChat = "ZOOM_TEAM_CHAT"
 }
 export declare type KitsuneSourceInput = {
     sourceWeb?: InputMaybe<KitsuneSourceInputWeb>;
 };
+export declare type KitsuneSourceInputNew = {
+    type: KitsuneSourceCategoryType;
+    url: Scalars['String']['input'];
+};
 export declare type KitsuneSourceInputWeb = {
     url: Scalars['String']['input'];
 };
 export declare type KitsuneSpace = Node & {
@@ -130174,8 +130369,9 @@
     aboutContent: MercuryFocusAreaAbout;
     aggregatedFocusAreaStatusCount?: Maybe<MercuryAggregatedFocusAreaStatusCount>;
     archived: Scalars['Boolean']['output'];
     ari: Scalars['String']['output'];
+    asks?: Maybe<GraphStoreCypherQueryV2Connection>;
     changeSummary?: Maybe<MercuryChangeSummary>;
     costSummary?: Maybe<MercuryFocusAreaCostSummary>;
     createdDate: Scalars['String']['output'];
     customFields?: Maybe<Array<MercuryCustomField>>;
@@ -130205,8 +130401,12 @@
     uuid: Scalars['UUID']['output'];
     watchers?: Maybe<MercuryUserConnection>;
     watching: Scalars['Boolean']['output'];
 };
+export declare type MercuryFocusAreaAsksArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare type MercuryFocusAreaFocusAreaStatusUpdatesArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     createdAtOrAfter?: InputMaybe<Scalars['DateTime']['input']>;
     createdAtOrBefore?: InputMaybe<Scalars['DateTime']['input']>;
@@ -132002,8 +132202,9 @@
     comments?: Maybe<MercuryCommentConnection>;
     commentsByAris?: Maybe<Array<Maybe<MercuryComment>>>;
     focusArea?: Maybe<MercuryFocusArea>;
     focusAreaActivityHistory?: Maybe<MercuryFocusAreaActivityConnection>;
+    focusAreaAsks?: Maybe<GraphStoreCypherQueryV2Connection>;
     focusAreaCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
     focusAreaHierarchies?: Maybe<Array<MercuryFocusAreaHierarchy>>;
     focusAreaHierarchiesSearch?: Maybe<MercuryFocusAreaHierarchyConnection>;
     focusAreaHierarchy?: Maybe<MercuryFocusAreaHierarchy>;
@@ -132062,8 +132263,13 @@
     first?: InputMaybe<Scalars['Int']['input']>;
     focusAreaId: Scalars['ID']['input'];
     sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaActivitySort>>>;
 };
+export declare type MercuryQueryApiFocusAreaAsksArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    focusAreaId: Scalars['ID']['input'];
+};
 export declare type MercuryQueryApiFocusAreaCustomFieldDefinitionsSearchArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     cloudId?: InputMaybe<Scalars['ID']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
@@ -132298,8 +132504,9 @@
     id: Scalars['ID']['output'];
     name: Scalars['String']['output'];
     owner?: Maybe<Scalars['ID']['output']>;
     status?: Maybe<MercuryRiskStatus>;
+    updatedDate: Scalars['String']['output'];
 };
 export declare type MercuryRiskStatus = {
     __typename?: 'MercuryRiskStatus';
     color: MercuryRiskStatusColor;
@@ -133401,43 +133608,19 @@
     RankingView = "RANKING_VIEW"
 }
 export declare type MercuryWorkNormalizationQueryApi = {
     __typename?: 'MercuryWorkNormalizationQueryApi';
-    focusAreasWithCount?: Maybe<MercuryWorkNormalizationSearchConnection>;
     linkedWorkByFocusArea?: Maybe<MercuryWorkNormalizationSearchConnection>;
-    searchHierarchyByFocusArea?: Maybe<MercuryWorkNormalizationSearchConnection>;
-    searchWorkByFocusArea?: Maybe<MercuryWorkNormalizationSearchConnection>;
     workNormalizationByFocusAreaId?: Maybe<MercuryWorkNormalizationSearchConnection>;
 };
-export declare type MercuryWorkNormalizationQueryApiFocusAreasWithCountArgs = {
-    filter?: InputMaybe<MercuryNormalizedWorkSearchFiltersInput>;
-    parentFocusAreaId: Scalars['ID']['input'];
-    textQuery?: InputMaybe<Scalars['String']['input']>;
-};
 export declare type MercuryWorkNormalizationQueryApiLinkedWorkByFocusAreaArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     filter?: InputMaybe<MercuryNormalizedWorkSearchFiltersInput>;
     first?: InputMaybe<Scalars['Int']['input']>;
     parentFocusAreaId: Scalars['ID']['input'];
     sortOptions?: InputMaybe<Array<InputMaybe<MercuryNormalizedWorkSortInput>>>;
     textQuery?: InputMaybe<Scalars['String']['input']>;
 };
-export declare type MercuryWorkNormalizationQueryApiSearchHierarchyByFocusAreaArgs = {
-    after?: InputMaybe<Scalars['String']['input']>;
-    filter?: InputMaybe<MercuryNormalizedWorkSearchFiltersInput>;
-    first?: InputMaybe<Scalars['Int']['input']>;
-    parentFocusAreaId: Scalars['ID']['input'];
-    sortOptions?: InputMaybe<Array<InputMaybe<MercuryNormalizedWorkSortInput>>>;
-    textQuery?: InputMaybe<Scalars['String']['input']>;
-};
-export declare type MercuryWorkNormalizationQueryApiSearchWorkByFocusAreaArgs = {
-    after?: InputMaybe<Scalars['String']['input']>;
-    filter?: InputMaybe<MercuryNormalizedWorkSearchFiltersInput>;
-    first?: InputMaybe<Scalars['Int']['input']>;
-    parentFocusAreaId: Scalars['ID']['input'];
-    sortOptions?: InputMaybe<Array<InputMaybe<MercuryNormalizedWorkSortInput>>>;
-    textQuery?: InputMaybe<Scalars['String']['input']>;
-};
 export declare type MercuryWorkNormalizationQueryApiWorkNormalizationByFocusAreaIdArgs = {
     focusAreaId: Scalars['ID']['input'];
 };
 export declare type MercuryWorkNormalizationSearchConnection = {
@@ -133877,8 +134060,9 @@
     avp_updateFilterExpression?: Maybe<AvpUpdateFilterExpressionPayload>;
     avp_updateVariable?: Maybe<AvpUpdateVariablePayload>;
     avpanalytics_createModel?: Maybe<AvpAnalyticsCreateModelPayload>;
     blockService_batchCreateBlocks?: Maybe<BlockServiceBatchRetrieveBlocksPayload>;
+    blockService_batchUpdateBlocks?: Maybe<BlockServiceBatchRetrieveBlocksPayload>;
     blockService_createBlock?: Maybe<BlockServiceBlockPayload>;
     blockService_deleteBlock?: Maybe<BlockServiceDeleteBlockPayload>;
     blockService_updateBlock?: Maybe<BlockServiceBlockPayload>;
     blockService_updateDocumentReferences?: Maybe<BlockServiceDocumentReferenceBlocksPayload>;
@@ -133903,8 +134087,10 @@
     channelPlatform_deleteQueues?: Maybe<ChannelPlatformMutationStatus>;
     channelPlatform_endChatIfTicketIsNotPresent?: Maybe<ChannelPlatformChatClosureResponse>;
     channelPlatform_performPluginAction?: Maybe<ChannelPlatformPluginActionResponse>;
     channelPlatform_relayMessage?: Maybe<ChannelPlatformMutationStatus>;
+    channelPlatform_updateTracMetrics?: Maybe<ChannelPlatformTracMetricsResponse>;
+    channelPlatform_uploadAttachmentMetadata?: Maybe<ChannelPlatformAttachmentMetadataResponse>;
     clearRestrictionsForFree?: Maybe<ContentRestrictionsPageResponse>;
     commerceExp_approvalDesk?: Maybe<CommerceExpApprovalDeskMutation>;
     commerceExp_ccp?: Maybe<CommerceExpCcpMutation>;
     commerceExp_ccpMutationWithQuery?: Maybe<CommerceExpCcpMutationWithQuery>;
@@ -134422,9 +134608,9 @@
     kitsune_createOrganization?: Maybe<KitsuneOrganization>;
     kitsune_createSection?: Maybe<KitsuneSection>;
     kitsune_createSpace?: Maybe<KitsuneSpace>;
     kitsune_createView?: Maybe<KitsuneView>;
-    kitsune_generateFeedbackSummary?: Maybe<Scalars['Boolean']['output']>;
+    kitsune_generateFeedbackSummary?: Maybe<KitsuneFeedback>;
     kitsune_moveSection?: Maybe<KitsuneSpace>;
     kitsune_moveView?: Maybe<KitsuneSpace>;
     kitsune_removeFeedback?: Maybe<KitsuneDeletedRecord>;
     kitsune_removeSection?: Maybe<KitsuneDeletedRecord>;
@@ -134953,8 +135139,9 @@
 };
 export declare type MutationAgentStudio_RunBatchEvaluationJobArgs = {
     batchEvaluationJobId: Scalars['ID']['input'];
     cloudId: Scalars['String']['input'];
+    judgeMode?: InputMaybe<AgentStudioJudgeMode>;
     productType: AgentStudioProductType;
     projectContainerAri: Scalars['ID']['input'];
 };
 export declare type MutationAgentStudio_SetAgentUsePermissionModeArgs = {
@@ -135481,8 +135668,11 @@
 };
 export declare type MutationBlockService_BatchCreateBlocksArgs = {
     input: BlockServiceBatchCreateBlocksInput;
 };
+export declare type MutationBlockService_BatchUpdateBlocksArgs = {
+    input: BlockServiceBatchUpdateBlocksInput;
+};
 export declare type MutationBlockService_CreateBlockArgs = {
     input: BlockServiceCreateBlockInput;
 };
 export declare type MutationBlockService_DeleteBlockArgs = {
@@ -135566,8 +135756,15 @@
 };
 export declare type MutationChannelPlatform_RelayMessageArgs = {
     eventRelayRequest?: InputMaybe<ChannelPlatformEventRelayRequest>;
 };
+export declare type MutationChannelPlatform_UpdateTracMetricsArgs = {
+    metrics: Scalars['JSON']['input'];
+};
+export declare type MutationChannelPlatform_UploadAttachmentMetadataArgs = {
+    attachmentId: Scalars['String']['input'];
+    metadata: Scalars['JSON']['input'];
+};
 export declare type MutationClearRestrictionsForFreeArgs = {
     contentId: Scalars['ID']['input'];
 };
 export declare type MutationCommerceExp_ApprovalDeskArgs = {
@@ -137308,8 +137505,9 @@
 };
 export declare type MutationKitsune_CreateFeedbackArgs = {
     content: Scalars['KitsuneADF']['input'];
     source?: InputMaybe<KitsuneSourceInput>;
+    sourceNew?: InputMaybe<KitsuneSourceInputNew>;
     spaceAri: Scalars['ID']['input'];
     title?: InputMaybe<Scalars['String']['input']>;
 };
 export declare type MutationKitsune_CreateOrganizationArgs = {
@@ -141624,8 +141822,9 @@
     channelPlatform_evaluateChannelAvailability?: Maybe<ChannelPlatformChannelAvailabilityResponse>;
     channelPlatform_generateMediaToken?: Maybe<ChannelPlatformMediaTokenResponse>;
     channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
     channelPlatform_getAgentStatus?: Maybe<ChannelPlatformAgentStatusResponse>;
+    channelPlatform_getAttachmentPreviewUrl?: Maybe<ChannelPlatformAttachmentPreviewUrlResponse>;
     channelPlatform_getChannelToken?: Maybe<ChannelPlatformGetChannelTokenResponse>;
     channelPlatform_getConnectDetails?: Maybe<ChannelPlatformConnectDetails>;
     channelPlatform_getContactDetails?: Maybe<Array<Maybe<ChannelPlatformContact>>>;
     channelPlatform_getCustomerConversations?: Maybe<ChannelPlatformCustomerConversationsResponse>;
@@ -142040,8 +142239,9 @@
     isNewUser?: Maybe<Scalars['Boolean']['output']>;
     isSainSearchEnabled?: Maybe<Scalars['Boolean']['output']>;
     isSiteAdmin?: Maybe<Scalars['Boolean']['output']>;
     jira?: Maybe<JiraQuery>;
+    jiraAlignAgg_projectTypesByAris?: Maybe<Array<Maybe<JiraAlignAggCustomProjectType>>>;
     jiraAlignAgg_projectsByAris?: Maybe<Array<Maybe<JiraAlignAggProject>>>;
     jiraAlignAgg_searchProjects?: Maybe<JiraAlignAggProjectConnection>;
     jiraAlignAgg_sitesByOrgId?: Maybe<Array<Maybe<JiraAlignAggSite>>>;
     jiraCannedResponse?: Maybe<JiraCannedResponseQueryApi>;
@@ -142070,16 +142270,19 @@
     jira_isRovoLLMEnabled?: Maybe<Scalars['Boolean']['output']>;
     jira_isTenantConvertedToNfa?: Maybe<Scalars['Boolean']['output']>;
     jira_issueSearchTopLevelIssueFieldsAggregation?: Maybe<Array<Maybe<JiraIssue>>>;
     jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
+    jira_issueStatusesByIds?: Maybe<Array<Maybe<JiraStatus>>>;
+    jira_issueTypesByIds?: Maybe<Array<Maybe<JiraIssueType>>>;
     jira_issuesByIds?: Maybe<Array<Maybe<JiraIssue>>>;
     jira_jiraServiceManagementDefaultCommentBehavior?: Maybe<JiraServiceManagementDefaultCommentBehavior>;
     jira_jswBoardViewSettings?: Maybe<JiraJswBoardViewSettings>;
     jira_lookAndFeel?: Maybe<JiraLookAndFeel>;
     jira_mergeIssuesOperationProgress?: Maybe<JiraMergeIssuesOperationProgressResult>;
     jira_onboardingConfigById?: Maybe<JiraOnboardingConfig>;
     jira_onboardingConfigByTarget?: Maybe<JiraOnboardingConfig>;
     jira_onboardingConfigs?: Maybe<JiraOnboardingConfigConnection>;
+    jira_prioritiesByIds?: Maybe<Array<Maybe<JiraPriority>>>;
     jira_projectByIdOrKey?: Maybe<JiraProject>;
     jira_projectLevelSidebarMenuCustomization?: Maybe<JiraProjectLevelSidebarMenuCustomizationResult>;
     jira_projectTypesByIds?: Maybe<Array<Maybe<JiraProjectTypeDetails>>>;
     jira_projectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
@@ -143820,8 +144023,12 @@
 export declare type QueryChannelPlatform_GetAgentIdForAaidArgs = {
     aaId?: InputMaybe<Scalars['String']['input']>;
     instanceId?: InputMaybe<Scalars['String']['input']>;
 };
+export declare type QueryChannelPlatform_GetAttachmentPreviewUrlArgs = {
+    attachmentId: Scalars['String']['input'];
+    issueId: Scalars['String']['input'];
+};
 export declare type QueryChannelPlatform_GetChannelTokenArgs = {
     request?: InputMaybe<ChannelPlatformGetChannelTokenRequest>;
 };
 export declare type QueryChannelPlatform_GetContactDetailsArgs = {
@@ -144545,8 +144752,9 @@
     type?: InputMaybe<Scalars['String']['input']>;
     version?: InputMaybe<Scalars['Int']['input']>;
 };
 export declare type QueryContentAnalyticsLastViewedAtByPageArgs = {
+    accountIds?: InputMaybe<Array<Scalars['ID']['input']>>;
     contentIds: Array<Scalars['ID']['input']>;
     endTime?: InputMaybe<Scalars['String']['input']>;
     startTime: Scalars['String']['input'];
 };
@@ -145639,8 +145847,11 @@
 };
 export declare type QueryIsSainSearchEnabledArgs = {
     cloudId: Scalars['String']['input'];
 };
+export declare type QueryJiraAlignAgg_ProjectTypesByArisArgs = {
+    ids: Array<Scalars['ID']['input']>;
+};
 export declare type QueryJiraAlignAgg_ProjectsByArisArgs = {
     ids: Array<Scalars['ID']['input']>;
 };
 export declare type QueryJiraAlignAgg_SearchProjectsArgs = {
@@ -145745,8 +145956,14 @@
 };
 export declare type QueryJira_IssueSearchViewsByIdsArgs = {
     ids: Array<Scalars['ID']['input']>;
 };
+export declare type QueryJira_IssueStatusesByIdsArgs = {
+    ids: Array<Scalars['ID']['input']>;
+};
+export declare type QueryJira_IssueTypesByIdsArgs = {
+    ids: Array<InputMaybe<Scalars['ID']['input']>>;
+};
 export declare type QueryJira_IssuesByIdsArgs = {
     ids: Array<Scalars['ID']['input']>;
 };
 export declare type QueryJira_JiraServiceManagementDefaultCommentBehaviorArgs = {
@@ -145772,8 +145989,11 @@
 };
 export declare type QueryJira_OnboardingConfigsArgs = {
     cloudId: Scalars['ID']['input'];
 };
+export declare type QueryJira_PrioritiesByIdsArgs = {
+    ids: Array<Scalars['ID']['input']>;
+};
 export declare type QueryJira_ProjectByIdOrKeyArgs = {
     cloudId: Scalars['ID']['input'];
     idOrKey: Scalars['String']['input'];
 };
@@ -149429,8 +149649,11 @@
     DeleteRequestParticipant = "DELETE_REQUEST_PARTICIPANT",
     DeleteServicedeskCustomer = "DELETE_SERVICEDESK_CUSTOMER",
     DeleteServicedeskOrganization = "DELETE_SERVICEDESK_ORGANIZATION",
     DeleteServicedeskProperty = "DELETE_SERVICEDESK_PROPERTY",
+    DeleteStakeholderCommsPage = "DELETE_STAKEHOLDER_COMMS_PAGE",
+    DeleteStakeholderCommsStakeholder = "DELETE_STAKEHOLDER_COMMS_STAKEHOLDER",
+    DeleteStakeholderCommsSubscriber = "DELETE_STAKEHOLDER_COMMS_SUBSCRIBER",
     DeployAppEnvironment = "DEPLOY_APP_ENVIRONMENT",
     DevelopAppEnvironment = "DEVELOP_APP_ENVIRONMENT",
     FieldConfigurationDelete = "FIELD_CONFIGURATION_DELETE",
     FieldConfigurationRead = "FIELD_CONFIGURATION_READ",
@@ -149646,8 +149869,14 @@
     ReadServicedeskCustomer = "READ_SERVICEDESK_CUSTOMER",
     ReadServicedeskOrganization = "READ_SERVICEDESK_ORGANIZATION",
     ReadServicedeskProperty = "READ_SERVICEDESK_PROPERTY",
     ReadServicedeskRequest = "READ_SERVICEDESK_REQUEST",
+    ReadStakeholderCommsAssignment = "READ_STAKEHOLDER_COMMS_ASSIGNMENT",
+    ReadStakeholderCommsComponent = "READ_STAKEHOLDER_COMMS_COMPONENT",
+    ReadStakeholderCommsIncident = "READ_STAKEHOLDER_COMMS_INCIDENT",
+    ReadStakeholderCommsPage = "READ_STAKEHOLDER_COMMS_PAGE",
+    ReadStakeholderCommsStakeholder = "READ_STAKEHOLDER_COMMS_STAKEHOLDER",
+    ReadStakeholderCommsSubscriber = "READ_STAKEHOLDER_COMMS_SUBSCRIBER",
     ReadTeam = "READ_TEAM",
     ReadTeamMembers = "READ_TEAM_MEMBERS",
     ReadTeamMembersTemp = "READ_TEAM_MEMBERS_TEMP",
     ReadTeamTemp = "READ_TEAM_TEMP",
@@ -149756,8 +149985,13 @@
     WriteServicedeskCustomer = "WRITE_SERVICEDESK_CUSTOMER",
     WriteServicedeskOrganization = "WRITE_SERVICEDESK_ORGANIZATION",
     WriteServicedeskProperty = "WRITE_SERVICEDESK_PROPERTY",
     WriteServicedeskRequest = "WRITE_SERVICEDESK_REQUEST",
+    WriteStakeholderCommsComponent = "WRITE_STAKEHOLDER_COMMS_COMPONENT",
+    WriteStakeholderCommsIncident = "WRITE_STAKEHOLDER_COMMS_INCIDENT",
+    WriteStakeholderCommsPage = "WRITE_STAKEHOLDER_COMMS_PAGE",
+    WriteStakeholderCommsStakeholder = "WRITE_STAKEHOLDER_COMMS_STAKEHOLDER",
+    WriteStakeholderCommsSubscriber = "WRITE_STAKEHOLDER_COMMS_SUBSCRIBER",
     WriteTeam = "WRITE_TEAM",
     WriteTeamMembersTemp = "WRITE_TEAM_MEMBERS_TEMP",
     WriteTeamTemp = "WRITE_TEAM_TEMP",
     WriteTownsquareGoal = "WRITE_TOWNSQUARE_GOAL",
@@ -170238,15 +170472,19 @@
 };
 export declare type SmartsQueryApi = {
     __typename?: 'SmartsQueryApi';
     recommendedContainer?: Maybe<Array<Maybe<SmartsRecommendedContainer>>>;
+    recommendedContainerV2?: Maybe<Array<Maybe<SmartsRecommendedContainerV2>>>;
     recommendedField?: Maybe<Array<Maybe<SmartsRecommendedFieldObject>>>;
     recommendedObject?: Maybe<Array<Maybe<SmartsRecommendedObject>>>;
     recommendedUser?: Maybe<Array<Maybe<SmartsRecommendedUser>>>;
 };
 export declare type SmartsQueryApiRecommendedContainerArgs = {
     recommendationsQuery: SmartsRecommendationsQuery;
 };
+export declare type SmartsQueryApiRecommendedContainerV2Args = {
+    recommendationsQuery: SmartsRecommendationsQuery;
+};
 export declare type SmartsQueryApiRecommendedFieldArgs = {
     recommendationsQuery: SmartsRecommendationsFieldQuery;
 };
 export declare type SmartsQueryApiRecommendedObjectArgs = {
@@ -170274,8 +170512,15 @@
     container?: Maybe<ConfluenceSpace>;
     id: Scalars['ID']['output'];
     score?: Maybe<Scalars['Float']['output']>;
 };
+export declare type SmartsRecommendedContainerData = ConfluenceSpace | JiraProject;
+export declare type SmartsRecommendedContainerV2 = {
+    __typename?: 'SmartsRecommendedContainerV2';
+    container?: Maybe<SmartsRecommendedContainerData>;
+    id: Scalars['ID']['output'];
+    score?: Maybe<Scalars['Float']['output']>;
+};
 export declare type SmartsRecommendedFieldObject = {
     __typename?: 'SmartsRecommendedFieldObject';
     id: Scalars['ID']['output'];
     score?: Maybe<Scalars['Float']['output']>;
@@ -175876,8 +176121,9 @@
 };
 export declare type TownsquareGoal = Node & {
     __typename?: 'TownsquareGoal';
     access?: Maybe<TownsquareGoalAccessConnection>;
+    accessLevel?: Maybe<TownsquareGoalAccessLevel>;
     activityItems?: Maybe<TownsquareActivityItemConnection>;
     archived: Scalars['Boolean']['output'];
     canEditMembers?: Maybe<Scalars['Boolean']['output']>;
     canEditUpdate?: Maybe<Scalars['Boolean']['output']>;
@@ -176047,8 +176293,12 @@
     node?: Maybe<TownsquareAccessPrincipal>;
     principalAri?: Maybe<Scalars['String']['output']>;
     role?: Maybe<TownsquareGoalAccessRole>;
 };
+export declare enum TownsquareGoalAccessLevel {
+    OpenEdit = "OPEN_EDIT",
+    OpenView = "OPEN_VIEW"
+}
 export declare enum TownsquareGoalAccessRole {
     Editor = "EDITOR",
     Viewer = "VIEWER"
 }