npm package diff

Package: @forge/cli-shared

Versions: 6.5.1-next.1 - 6.5.1-next.2

File: package/out/graphql/graphql-types.d.ts

Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -698,14 +698,45 @@
     ScheduledEndDate = "SCHEDULED_END_DATE",
     ScheduledStartDate = "SCHEDULED_START_DATE",
     Visibility = "VISIBILITY"
 }
+export declare type AgentAiContextPanelResponse = {
+    __typename?: 'AgentAIContextPanelResponse';
+    nextSteps?: Maybe<Scalars['String']['output']>;
+    reporterDetails?: Maybe<Scalars['String']['output']>;
+    suggestedActions?: Maybe<Array<Maybe<AgentAiSuggestAction>>>;
+    suggestedEscalation?: Maybe<Scalars['String']['output']>;
+    summary?: Maybe<Scalars['String']['output']>;
+};
 export declare type AgentAiIssueSummary = {
     __typename?: 'AgentAIIssueSummary';
     createdAt?: Maybe<Scalars['Long']['output']>;
     id?: Maybe<Scalars['String']['output']>;
     summary?: Maybe<AgentAiSummary>;
 };
+export declare type AgentAiSuggestAction = {
+    __typename?: 'AgentAISuggestAction';
+    content?: Maybe<AgentAiSuggestedActionContent>;
+    context?: Maybe<AgentAiSuggestedActionContext>;
+    type?: Maybe<Scalars['String']['output']>;
+};
+export declare type AgentAiSuggestActionContextForPriority = {
+    __typename?: 'AgentAISuggestActionContextForPriority';
+    iconUrl?: Maybe<Scalars['String']['output']>;
+    id?: Maybe<Scalars['String']['output']>;
+    name?: Maybe<Scalars['String']['output']>;
+};
+export declare type AgentAiSuggestedActionContent = {
+    __typename?: 'AgentAISuggestedActionContent';
+    description?: Maybe<Scalars['String']['output']>;
+    title?: Maybe<Scalars['String']['output']>;
+};
+export declare type AgentAiSuggestedActionContext = {
+    __typename?: 'AgentAISuggestedActionContext';
+    fieldId?: Maybe<Scalars['String']['output']>;
+    id?: Maybe<Scalars['String']['output']>;
+    suggestion?: Maybe<AgentAiSuggestActionContextForPriority>;
+};
 export declare type AgentAiSummary = {
     __typename?: 'AgentAISummary';
     adf?: Maybe<Scalars['String']['output']>;
     text?: Maybe<Scalars['String']['output']>;
@@ -1540,9 +1571,9 @@
 export declare type AppStorageSqlDatabaseMigration = {
     __typename?: 'AppStorageSqlDatabaseMigration';
     id: Scalars['Int']['output'];
     migratedAt: Scalars['String']['output'];
-    name: Scalars['String']['output'];
+    name?: Maybe<Scalars['String']['output']>;
 };
 export declare type AppStorageSqlDatabasePayload = {
     __typename?: 'AppStorageSqlDatabasePayload';
     migrations: Array<AppStorageSqlDatabaseMigration>;
@@ -5183,8 +5214,9 @@
     state: CompassDeploymentEventState;
 };
 export declare type CompassCreateEventInput = {
     cloudId: Scalars['ID']['input'];
+    componentId?: InputMaybe<Scalars['String']['input']>;
     event: CompassEventInput;
 };
 export declare type CompassCreateEventsPayload = Payload & {
     __typename?: 'CompassCreateEventsPayload';
@@ -22621,8 +22653,13 @@
 };
 export declare enum ExternalCommitFlags {
     MergeCommit = "MERGE_COMMIT"
 }
+export declare type ExternalContributor = {
+    __typename?: 'ExternalContributor';
+    interactionCount?: Maybe<Scalars['Long']['output']>;
+    user?: Maybe<ExternalUser>;
+};
 export declare type ExternalConversation = Node & {
     __typename?: 'ExternalConversation';
     associatedWith?: Maybe<ExternalAssociationConnection>;
     createdAt?: Maybe<Scalars['String']['output']>;
@@ -23064,8 +23101,9 @@
     __typename?: 'ExternalVideo';
     associatedWith?: Maybe<ExternalAssociationConnection>;
     chapters?: Maybe<Array<Maybe<ExternalChapter>>>;
     commentCount?: Maybe<Scalars['Long']['output']>;
+    contributors?: Maybe<Array<Maybe<ExternalContributor>>>;
     createdAt?: Maybe<Scalars['String']['output']>;
     createdBy?: Maybe<ExternalUser>;
     description?: Maybe<Scalars['String']['output']>;
     displayName?: Maybe<Scalars['String']['output']>;
@@ -31392,13 +31430,18 @@
     __typename?: 'GraphStoreAtlasHomeQueryConnection';
     nodes: Array<GraphStoreAtlasHomeQueryNode>;
     pageInfo: PageInfo;
 };
-export declare type GraphStoreAtlasHomeQueryNode = {
-    __typename?: 'GraphStoreAtlasHomeQueryNode';
+export declare type GraphStoreAtlasHomeQueryItem = {
+    __typename?: 'GraphStoreAtlasHomeQueryItem';
     data?: Maybe<GraphStoreAtlasHomeFeedQueryToNodeUnion>;
     id: Scalars['ID']['output'];
 };
+export declare type GraphStoreAtlasHomeQueryNode = {
+    __typename?: 'GraphStoreAtlasHomeQueryNode';
+    item?: Maybe<GraphStoreAtlasHomeQueryItem>;
+    source: Scalars['String']['output'];
+};
 export declare type GraphStoreAtlasProjectContributesToAtlasGoalSortInput = {
     lastModified?: InputMaybe<GraphStoreSortInput>;
 };
 export declare type GraphStoreAtlasProjectDependsOnAtlasProjectSortInput = {
@@ -41988,12 +42031,15 @@
 }
 export declare type HelpCenterMutationApi = {
     __typename?: 'HelpCenterMutationApi';
     createHelpCenter?: Maybe<HelpCenterCreatePayload>;
+    createHelpCenterPage?: Maybe<HelpCenterPageCreatePayload>;
     createTopic?: Maybe<HelpCenterCreateTopicPayload>;
     deleteHelpCenter?: Maybe<HelpCenterDeletePayload>;
+    deleteHelpCenterPage?: Maybe<HelpCenterPageDeletePayload>;
     deleteTopic?: Maybe<HelpCenterDeleteUpdateTopicPayload>;
     updateHelpCenter?: Maybe<HelpCenterUpdatePayload>;
+    updateHelpCenterPage?: Maybe<HelpCenterPageUpdatePayload>;
     updateHelpCenterPermissionSettings?: Maybe<HelpCenterPermissionSettingsPayload>;
     updateHomePageAnnouncement?: Maybe<HelpCenterAnnouncementUpdatePayload>;
     updateLoginAnnouncement?: Maybe<HelpCenterAnnouncementUpdatePayload>;
     updatePortalsConfiguration?: Maybe<HelpCenterPortalsConfigurationUpdatePayload>;
@@ -42003,20 +42049,29 @@
 };
 export declare type HelpCenterMutationApiCreateHelpCenterArgs = {
     input: HelpCenterCreateInput;
 };
+export declare type HelpCenterMutationApiCreateHelpCenterPageArgs = {
+    input: HelpCenterPageCreateInput;
+};
 export declare type HelpCenterMutationApiCreateTopicArgs = {
     input: HelpCenterBulkCreateTopicsInput;
 };
 export declare type HelpCenterMutationApiDeleteHelpCenterArgs = {
     input: HelpCenterDeleteInput;
 };
+export declare type HelpCenterMutationApiDeleteHelpCenterPageArgs = {
+    input: HelpCenterPageDeleteInput;
+};
 export declare type HelpCenterMutationApiDeleteTopicArgs = {
     input: HelpCenterBulkDeleteTopicInput;
 };
 export declare type HelpCenterMutationApiUpdateHelpCenterArgs = {
     input: HelpCenterUpdateInput;
 };
+export declare type HelpCenterMutationApiUpdateHelpCenterPageArgs = {
+    input: HelpCenterPageUpdateInput;
+};
 export declare type HelpCenterMutationApiUpdateHelpCenterPermissionSettingsArgs = {
     input: HelpCenterPermissionSettingsInput;
 };
 export declare type HelpCenterMutationApiUpdateHomePageAnnouncementArgs = {
@@ -42045,8 +42100,77 @@
 export declare type HelpCenterNameInput = {
     default: Scalars['String']['input'];
     translations?: InputMaybe<Array<InputMaybe<HelpCenterTranslationInput>>>;
 };
+export declare type HelpCenterPage = Node & {
+    __typename?: 'HelpCenterPage';
+    createdAt?: Maybe<Scalars['String']['output']>;
+    description?: Maybe<HelpCenterPageDescription>;
+    helpCenterAri: Scalars['ID']['output'];
+    id: Scalars['ID']['output'];
+    name?: Maybe<HelpCenterPageName>;
+    pageLayout?: Maybe<HelpCenterPageLayout>;
+    updatedAt?: Maybe<Scalars['String']['output']>;
+};
+export declare type HelpCenterPageCreateInput = {
+    clonePageAri?: InputMaybe<Scalars['String']['input']>;
+    description: Scalars['String']['input'];
+    helpCenterAri: Scalars['String']['input'];
+    name: Scalars['String']['input'];
+};
+export declare type HelpCenterPageCreatePayload = Payload & {
+    __typename?: 'HelpCenterPageCreatePayload';
+    errors?: Maybe<Array<MutationError>>;
+    helpCenterPage?: Maybe<HelpCenterPage>;
+    success: Scalars['Boolean']['output'];
+};
+export declare type HelpCenterPageDeleteInput = {
+    helpCenterPageAri: Scalars['String']['input'];
+};
+export declare type HelpCenterPageDeletePayload = Payload & {
+    __typename?: 'HelpCenterPageDeletePayload';
+    errors?: Maybe<Array<MutationError>>;
+    helpCenterPageAri?: Maybe<Scalars['ID']['output']>;
+    success: Scalars['Boolean']['output'];
+};
+export declare type HelpCenterPageDescription = {
+    __typename?: 'HelpCenterPageDescription';
+    default: Scalars['String']['output'];
+};
+export declare type HelpCenterPageLayout = {
+    __typename?: 'HelpCenterPageLayout';
+    layoutAri: Scalars['ID']['output'];
+};
+export declare type HelpCenterPageName = {
+    __typename?: 'HelpCenterPageName';
+    default: Scalars['String']['output'];
+};
+export declare type HelpCenterPageQueryResult = HelpCenterPage | QueryError;
+export declare type HelpCenterPageQueryResultConnection = {
+    __typename?: 'HelpCenterPageQueryResultConnection';
+    edges?: Maybe<Array<HelpCenterPageQueryResultEdge>>;
+    nodes?: Maybe<Array<HelpCenterPageQueryResult>>;
+    pageInfo?: Maybe<PageInfo>;
+};
+export declare type HelpCenterPageQueryResultEdge = {
+    __typename?: 'HelpCenterPageQueryResultEdge';
+    cursor: Scalars['String']['output'];
+    node?: Maybe<HelpCenterPageQueryResult>;
+};
+export declare enum HelpCenterPageType {
+    Custom = "CUSTOM"
+}
+export declare type HelpCenterPageUpdateInput = {
+    description: Scalars['String']['input'];
+    helpCenterPageAri: Scalars['String']['input'];
+    name: Scalars['String']['input'];
+};
+export declare type HelpCenterPageUpdatePayload = Payload & {
+    __typename?: 'HelpCenterPageUpdatePayload';
+    errors?: Maybe<Array<MutationError>>;
+    helpCenterPage?: Maybe<HelpCenterPage>;
+    success: Scalars['Boolean']['output'];
+};
 export declare type HelpCenterPermissionSettings = {
     __typename?: 'HelpCenterPermissionSettings';
     accessControlType: HelpCenterAccessControlType;
     allowedAccessGroups?: Maybe<Array<Scalars['String']['output']>>;
@@ -42141,8 +42265,10 @@
     __typename?: 'HelpCenterQueryApi';
     helpCenterByHoistedProjectId?: Maybe<HelpCenterQueryResult>;
     helpCenterByHoistedProjectIdRouted?: Maybe<HelpCenterQueryResult>;
     helpCenterById?: Maybe<HelpCenterQueryResult>;
+    helpCenterPageById?: Maybe<HelpCenterPageQueryResult>;
+    helpCenterPages?: Maybe<HelpCenterPageQueryResultConnection>;
     helpCenterPermissionSettings?: Maybe<HelpCenterPermissionSettingsResult>;
     helpCenterReportingById?: Maybe<HelpCenterReportingResult>;
     helpCenterTopicById?: Maybe<HelpCenterTopicResult>;
     helpCenters?: Maybe<HelpCenterQueryResultConnection>;
@@ -42160,8 +42286,16 @@
 };
 export declare type HelpCenterQueryApiHelpCenterByIdArgs = {
     helpCenterAri: Scalars['ID']['input'];
 };
+export declare type HelpCenterQueryApiHelpCenterPageByIdArgs = {
+    helpCenterPageAri: Scalars['ID']['input'];
+};
+export declare type HelpCenterQueryApiHelpCenterPagesArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    helpCenterAri: Scalars['ID']['input'];
+};
 export declare type HelpCenterQueryApiHelpCenterPermissionSettingsArgs = {
     helpCenterAri: Scalars['ID']['input'];
 };
 export declare type HelpCenterQueryApiHelpCenterReportingByIdArgs = {
@@ -46204,17 +46338,26 @@
     Light = "LIGHT"
 }
 export declare type JiraComment = {
     author?: Maybe<User>;
+    childComments?: Maybe<JiraCommentConnection>;
     commentId: Scalars['ID']['output'];
     created: Scalars['DateTime']['output'];
+    isDeleted?: Maybe<Scalars['Boolean']['output']>;
     issue?: Maybe<JiraIssue>;
     permissionLevel?: Maybe<JiraPermissionLevel>;
     richText?: Maybe<JiraRichText>;
+    threadParentId?: Maybe<Scalars['ID']['output']>;
     updateAuthor?: Maybe<User>;
     updated?: Maybe<Scalars['DateTime']['output']>;
     webUrl?: Maybe<Scalars['URL']['output']>;
 };
+export declare type JiraCommentChildCommentsArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    before?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    last?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare type JiraCommentConnection = {
     __typename?: 'JiraCommentConnection';
     edges?: Maybe<Array<Maybe<JiraCommentEdge>>>;
     indicativeCount?: Maybe<Scalars['Int']['output']>;
@@ -56200,21 +56343,30 @@
 export declare type JiraServiceManagementComment = JiraComment & Node & {
     __typename?: 'JiraServiceManagementComment';
     author?: Maybe<User>;
     authorCanSeeRequest?: Maybe<Scalars['Boolean']['output']>;
+    childComments?: Maybe<JiraCommentConnection>;
     commentId: Scalars['ID']['output'];
     created: Scalars['DateTime']['output'];
     eventOccurredAt?: Maybe<Scalars['DateTime']['output']>;
     id: Scalars['ID']['output'];
+    isDeleted?: Maybe<Scalars['Boolean']['output']>;
     issue?: Maybe<JiraIssue>;
     jsdIncidentActivityViewHidden?: Maybe<Scalars['Boolean']['output']>;
     permissionLevel?: Maybe<JiraPermissionLevel>;
     richText?: Maybe<JiraRichText>;
+    threadParentId?: Maybe<Scalars['ID']['output']>;
     updateAuthor?: Maybe<User>;
     updated?: Maybe<Scalars['DateTime']['output']>;
     visibility?: Maybe<JiraServiceManagementCommentVisibility>;
     webUrl?: Maybe<Scalars['URL']['output']>;
 };
+export declare type JiraServiceManagementCommentChildCommentsArgs = {
+    after?: InputMaybe<Scalars['String']['input']>;
+    before?: InputMaybe<Scalars['String']['input']>;
+    first?: InputMaybe<Scalars['Int']['input']>;
+    last?: InputMaybe<Scalars['Int']['input']>;
+};
 export declare enum JiraServiceManagementCommentVisibility {
     Internal = "INTERNAL",
     VisibleToHelpseeker = "VISIBLE_TO_HELPSEEKER"
 }
@@ -63560,8 +63712,25 @@
     lg: MarketplaceStoreHomePageSectionScreenConfig;
     md: MarketplaceStoreHomePageSectionScreenConfig;
     sm: MarketplaceStoreHomePageSectionScreenConfig;
 };
+export declare type MarketplaceStoreHostLicense = {
+    __typename?: 'MarketplaceStoreHostLicense';
+    autoRenewal: Scalars['Boolean']['output'];
+    evaluation: Scalars['Boolean']['output'];
+    licenseType: Scalars['String']['output'];
+    maximumNumberOfUsers: Scalars['Int']['output'];
+    subscriptionAnnual?: Maybe<Scalars['Boolean']['output']>;
+    valid: Scalars['Boolean']['output'];
+};
+export declare type MarketplaceStoreHostStatusResponse = {
+    __typename?: 'MarketplaceStoreHostStatusResponse';
+    billingCurrency: Scalars['String']['output'];
+    hostCmtEnabled: Scalars['Boolean']['output'];
+    hostLicense: MarketplaceStoreHostLicense;
+    pacUnavailable: Scalars['Boolean']['output'];
+    upmLicensedHostUsers: Scalars['Int']['output'];
+};
 export declare type MarketplaceStoreInstallAppInput = {
     appKey: Scalars['String']['input'];
     target: MarketplaceStoreInstallAppTargetInput;
 };
@@ -63589,8 +63758,9 @@
 }
 export declare type MarketplaceStoreInstalledAppDetailsResponse = {
     __typename?: 'MarketplaceStoreInstalledAppDetailsResponse';
     installed?: Maybe<Scalars['Boolean']['output']>;
+    licenseActive?: Maybe<Scalars['Boolean']['output']>;
 };
 export declare type MarketplaceStoreLoggedInUser = {
     __typename?: 'MarketplaceStoreLoggedInUser';
     email: Scalars['String']['output'];
@@ -63754,8 +63924,9 @@
     editions: Array<MarketplaceStoreEdition>;
     editionsByAppKey: Array<MarketplaceStoreEdition>;
     geoip: MarketplaceStoreGeoIpResponse;
     homePage: MarketplaceStoreHomePageResponse;
+    hostStatus: MarketplaceStoreHostStatusResponse;
     installAppStatus: MarketplaceStoreInstallAppResponse;
     installedAppDetails: MarketplaceStoreInstalledAppDetailsResponse;
     myReview: MarketplaceStoreCurrentUserReviewResponse;
     partner: MarketplaceStorePartnerResponse;
@@ -63783,13 +63954,16 @@
 };
 export declare type MarketplaceStoreQueryApiHomePageArgs = {
     productId?: InputMaybe<Scalars['String']['input']>;
 };
+export declare type MarketplaceStoreQueryApiHostStatusArgs = {
+    input: MarketplaceStoreInstallAppTargetInput;
+};
 export declare type MarketplaceStoreQueryApiInstallAppStatusArgs = {
     id: Scalars['ID']['input'];
 };
 export declare type MarketplaceStoreQueryApiInstalledAppDetailsArgs = {
-    input?: InputMaybe<MarketplaceStoreInstallAppInput>;
+    input: MarketplaceStoreInstallAppInput;
 };
 export declare type MarketplaceStoreQueryApiMyReviewArgs = {
     appKey: Scalars['String']['input'];
 };
@@ -64171,8 +64345,9 @@
     owner?: Maybe<User>;
     parent?: Maybe<MercuryFocusArea>;
     status: MercuryFocusAreaStatus;
     statusTransitions: MercuryFocusAreaStatusTransitions;
+    subFocusAreas?: Maybe<MercuryFocusAreaConnection>;
     targetDate?: Maybe<MercuryTargetDate>;
     teamAllocations?: Maybe<MercuryFocusAreaTeamAllocationAggregationConnection>;
     updatedDate: Scalars['String']['output'];
     url?: Maybe<Scalars['String']['output']>;
@@ -64184,8 +64359,12 @@
     createdAtOrAfter?: InputMaybe<Scalars['DateTime']['input']>;
     createdAtOrBefore?: InputMaybe<Scalars['DateTime']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
 };
+export declare type MercuryFocusAreaSubFocusAreasArgs = {
+    q?: InputMaybe<Scalars['String']['input']>;
+    sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaSort>>>;
+};
 export declare type MercuryFocusAreaTeamAllocationsArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
     sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaTeamAllocationAggregationSort>>>;
@@ -69786,8 +69965,9 @@
     adminAnnouncementBannerSetting?: Maybe<ConfluenceAdminAnnouncementBannerSetting>;
     adminAnnouncementBannerSettings?: Maybe<Array<Maybe<ConfluenceAdminAnnouncementBannerSetting>>>;
     adminAnnouncementBannerSettingsByCriteria?: Maybe<AdminAnnouncementBannerSettingConnection>;
     adminReportStatus?: Maybe<ConfluenceAdminReportStatus>;
+    agentAI_contextPanel?: Maybe<AgentAiContextPanelResponse>;
     agentAI_summarizeIssue?: Maybe<AgentAiIssueSummary>;
     allIndividualSpaces?: Maybe<SpaceInfoConnection>;
     allTemplates?: Maybe<PaginatedTemplateInfoList>;
     allUpdatesFeed?: Maybe<PaginatedAllUpdatesFeed>;
@@ -70370,8 +70550,9 @@
     spaceTheme?: Maybe<Theme>;
     spaceWatchers?: Maybe<PaginatedPersonList>;
     spaces?: Maybe<PaginatedSpaceList>;
     spacesWithExemptions?: Maybe<Array<Maybe<SpaceWithExemption>>>;
+    sqlSchemaSizeLog: SqlSchemaSizeLogResponse;
     sqlSlowQueryLogs: Array<SqlSlowQueryLogsResponse>;
     stalePages?: Maybe<PaginatedStalePagePayloadList>;
     suggest?: Maybe<QuerySuggestionApi>;
     suggestedSpaces?: Maybe<PaginatedSpaceList>;
@@ -70435,8 +70616,12 @@
     first?: InputMaybe<Scalars['Int']['input']>;
     isAscending?: InputMaybe<Scalars['Boolean']['input']>;
     orderBy?: InputMaybe<AdminAnnouncementBannerSettingsByCriteriaOrder>;
 };
+export declare type QueryAgentAi_ContextPanelArgs = {
+    cloudId: Scalars['ID']['input'];
+    issueId?: InputMaybe<Scalars['String']['input']>;
+};
 export declare type QueryAgentAi_SummarizeIssueArgs = {
     cloudId: Scalars['ID']['input'];
     issueId?: InputMaybe<Scalars['String']['input']>;
 };
@@ -72753,8 +72938,11 @@
 };
 export declare type QuerySpacesWithExemptionsArgs = {
     spaceIds?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
 };
+export declare type QuerySqlSchemaSizeLogArgs = {
+    installationId: Scalars['ID']['input'];
+};
 export declare type QuerySqlSlowQueryLogsArgs = {
     installationId: Scalars['ID']['input'];
     interval: QueryInterval;
     queryType: Array<QueryType>;
@@ -74348,8 +74536,12 @@
     Group = "GROUP",
     Team = "TEAM",
     User = "USER"
 }
+export declare type SqlSchemaSizeLogResponse = {
+    __typename?: 'SQLSchemaSizeLogResponse';
+    databaseSize: Scalars['String']['output'];
+};
 export declare type SqlSlowQueryLogsResponse = {
     __typename?: 'SQLSlowQueryLogsResponse';
     avgQueryExecutionTime: Scalars['Float']['output'];
     percentileQueryExecutionTime: Scalars['Float']['output'];