@forge/cli-shared

9.0.0-next.99.0.0
out/graphql/graphql-types.d.ts
~out/graphql/graphql-types.d.tsModified
+110−21
Index: package/out/graphql/graphql-types.d.ts
===================================================================
--- package/out/graphql/graphql-types.d.ts
+++ package/out/graphql/graphql-types.d.ts
@@ -218,25 +218,24 @@
     url?: Maybe<Scalars['String']['output']>;
 };
 export type AiOpsDeploymentDetail = {
     __typename?: 'AIOpsDeploymentDetail';
-    commitCount?: Maybe<Scalars['Int']['output']>;
+    deploymentSequenceNumber?: Maybe<Scalars['Long']['output']>;
+    description?: Maybe<Scalars['String']['output']>;
     displayName?: Maybe<Scalars['String']['output']>;
-    environmentCategory?: Maybe<Scalars['String']['output']>;
+    environment?: Maybe<Scalars['String']['output']>;
+    lastUpdated?: Maybe<Scalars['DateTime']['output']>;
+    provider?: Maybe<Scalars['String']['output']>;
     pullRequests?: Maybe<Array<AiOpsDeploymentPullRequest>>;
     state?: Maybe<Scalars['String']['output']>;
-    timestamp?: Maybe<Scalars['DateTime']['output']>;
+    updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
     url?: Maybe<Scalars['String']['output']>;
 };
-export type AiOpsDeploymentPrAuthor = {
-    __typename?: 'AIOpsDeploymentPrAuthor';
-    accountId?: Maybe<Scalars['String']['output']>;
-    name?: Maybe<Scalars['String']['output']>;
-};
 export type AiOpsDeploymentPullRequest = {
     __typename?: 'AIOpsDeploymentPullRequest';
-    author?: Maybe<AiOpsDeploymentPrAuthor>;
+    author?: Maybe<Scalars['String']['output']>;
     destinationBranch?: Maybe<Scalars['String']['output']>;
+    lastUpdated?: Maybe<Scalars['DateTime']['output']>;
     pullRequestId?: Maybe<Scalars['String']['output']>;
     sourceBranch?: Maybe<Scalars['String']['output']>;
     status?: Maybe<Scalars['String']['output']>;
     title?: Maybe<Scalars['String']['output']>;
@@ -250,9 +249,9 @@
 };
 export type AiOpsEntityDetail = {
     __typename?: 'AIOpsEntityDetail';
     detail?: Maybe<AiOpsEntityDetailPayload>;
-    entityId?: Maybe<Scalars['ID']['output']>;
+    id: Scalars['ID']['output'];
     type: AiOpsActivityEntityType;
 };
 export type AiOpsEntityDetailPayload = AiOpsAlertDetail | AiOpsDeploymentDetail | AiOpsFeatureFlagDetail | AiOpsIncidentDetail;
 export type AiOpsEntityDetailResult = AiOpsEntityDetail | QueryError;
@@ -19024,8 +19023,59 @@
     __typename?: 'ChangeManagementGlobalRiskAssessmentSettingsPayload';
     aiRiskAssessmentEnabled?: Maybe<Scalars['Boolean']['output']>;
     isEnabled?: Maybe<Scalars['Boolean']['output']>;
 };
+export type ChangeManagementJsmPreventionCenterOverviewSummaryAnalysisStep = {
+    __typename?: 'ChangeManagementJSMPreventionCenterOverviewSummaryAnalysisStep';
+    body?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    status: ChangeManagementJsmPreventionCenterOverviewSummaryAnalysisStepStatus;
+    title: Scalars['String']['output'];
+};
+export declare enum ChangeManagementJsmPreventionCenterOverviewSummaryAnalysisStepStatus {
+    Completed = "COMPLETED",
+    Failed = "FAILED",
+    InProgress = "IN_PROGRESS",
+    Skipped = "SKIPPED"
+}
+export type ChangeManagementJsmPreventionCenterOverviewSummaryAvailableResponse = {
+    __typename?: 'ChangeManagementJSMPreventionCenterOverviewSummaryAvailableResponse';
+    analysisSteps?: Maybe<Array<ChangeManagementJsmPreventionCenterOverviewSummaryAnalysisStep>>;
+    doneSoFar?: Maybe<Array<ChangeManagementJsmPreventionCenterOverviewSummaryDoneItem>>;
+    lastUpdatedAt?: Maybe<Scalars['String']['output']>;
+    potentialRisk?: Maybe<ChangeManagementJsmPreventionCenterOverviewSummaryRiskLevel>;
+    sources?: Maybe<Array<ChangeManagementJsmPreventionCenterOverviewSummarySource>>;
+    suggestedNextSteps?: Maybe<Scalars['String']['output']>;
+    summary: Scalars['String']['output'];
+};
+export type ChangeManagementJsmPreventionCenterOverviewSummaryDoneItem = {
+    __typename?: 'ChangeManagementJSMPreventionCenterOverviewSummaryDoneItem';
+    body?: Maybe<Scalars['String']['output']>;
+};
+export type ChangeManagementJsmPreventionCenterOverviewSummaryInProgressResponse = {
+    __typename?: 'ChangeManagementJSMPreventionCenterOverviewSummaryInProgressResponse';
+    analysisSteps?: Maybe<Array<ChangeManagementJsmPreventionCenterOverviewSummaryAnalysisStep>>;
+};
+export type ChangeManagementJsmPreventionCenterOverviewSummaryResponse = ChangeManagementJsmPreventionCenterOverviewSummaryAvailableResponse | ChangeManagementJsmPreventionCenterOverviewSummaryInProgressResponse;
+export declare enum ChangeManagementJsmPreventionCenterOverviewSummaryRiskLevel {
+    High = "HIGH",
+    Low = "LOW",
+    Medium = "MEDIUM"
+}
+export type ChangeManagementJsmPreventionCenterOverviewSummarySource = {
+    __typename?: 'ChangeManagementJSMPreventionCenterOverviewSummarySource';
+    description?: Maybe<Scalars['String']['output']>;
+    id: Scalars['ID']['output'];
+    title: Scalars['String']['output'];
+    type: ChangeManagementJsmPreventionCenterOverviewSummarySourceType;
+    url: Scalars['String']['output'];
+};
+export declare enum ChangeManagementJsmPreventionCenterOverviewSummarySourceType {
+    Bitbucket = "BITBUCKET",
+    Confluence = "CONFLUENCE",
+    Jsm = "JSM",
+    Statuspage = "STATUSPAGE"
+}
 export type ChangeManagementLastRovoRiskAssessmentPayload = {
     __typename?: 'ChangeManagementLastRovoRiskAssessmentPayload';
     conversationId?: Maybe<Scalars['String']['output']>;
     response?: Maybe<Scalars['String']['output']>;
@@ -51904,8 +51954,12 @@
     __typename?: 'GraphIntegrationIcon';
     key?: Maybe<Scalars['String']['output']>;
     url?: Maybe<Scalars['String']['output']>;
 };
+export type GraphIntegrationMcpAdminManagementApiTokenAuthConfigInput = {
+    apiToken: Scalars['String']['input'];
+    authType: GraphIntegrationMcpAdminManagementMcpServerAuthType;
+};
 export type GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection = {
     __typename?: 'GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateConnection';
     edges?: Maybe<Array<GraphIntegrationMcpAdminManagementCuratedMcpServerTemplateEdge>>;
     error?: Maybe<QueryError>;
@@ -51945,8 +51999,12 @@
 export declare enum GraphIntegrationMcpAdminManagementMcpRegistrationSource {
     Customer = "CUSTOMER",
     Global = "GLOBAL"
 }
+export type GraphIntegrationMcpAdminManagementMcpServerAuthConfigInput = {
+    apiToken?: InputMaybe<GraphIntegrationMcpAdminManagementApiTokenAuthConfigInput>;
+    noAuth?: InputMaybe<GraphIntegrationMcpAdminManagementNoAuthConfigInput>;
+};
 export declare enum GraphIntegrationMcpAdminManagementMcpServerAuthType {
     ApiToken = "API_TOKEN",
     None = "NONE",
     Oauth = "OAUTH",
@@ -52040,9 +52098,13 @@
     Deny = "DENY",
     DenyServerRemoved = "DENY_SERVER_REMOVED",
     NewToolDeny = "NEW_TOOL_DENY"
 }
+export type GraphIntegrationMcpAdminManagementNoAuthConfigInput = {
+    authType: GraphIntegrationMcpAdminManagementMcpServerAuthType;
+};
 export type GraphIntegrationMcpAdminManagementRegisterMcpServerInput = {
+    authConfig?: InputMaybe<GraphIntegrationMcpAdminManagementMcpServerAuthConfigInput>;
     authType?: InputMaybe<GraphIntegrationMcpAdminManagementMcpServerAuthType>;
     autoEnableNewTools?: InputMaybe<Scalars['Boolean']['input']>;
     cloudId: Scalars['ID']['input'];
     displayName: Scalars['String']['input'];
@@ -59369,8 +59431,9 @@
 };
 export type GraphStoreGetDynamicNodeTypesArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
+    schemaIds?: InputMaybe<Array<Scalars['String']['input']>>;
     workspaceAri: Scalars['ID']['input'];
 };
 export type GraphStoreGetDynamicRelationshipTypesArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
@@ -113679,8 +113742,9 @@
     isBannerAvailable?: Maybe<Scalars['Boolean']['output']>;
     isLogoAvailable?: Maybe<Scalars['Boolean']['output']>;
     logo?: Maybe<HelpCenterLogo>;
     navigationBar?: Maybe<HelpCenterNavigationBar>;
+    typography?: Maybe<HelpCenterBrandingTypography>;
     useDefaultBanner?: Maybe<Scalars['Boolean']['output']>;
 };
 export type HelpCenterBrandingColors = {
     __typename?: 'HelpCenterBrandingColors';
@@ -113703,9 +113767,19 @@
     colors?: InputMaybe<HelpCenterBrandingColorsInput>;
     homePageTitle?: InputMaybe<HelpCenterHomePageTitleInput>;
     logo?: InputMaybe<HelpCenterLogoInput>;
     navigationBar?: InputMaybe<HelpCenterNavigationBarInput>;
+    typography?: InputMaybe<HelpCenterBrandingTypographyInput>;
 };
+export type HelpCenterBrandingTypography = {
+    __typename?: 'HelpCenterBrandingTypography';
+    bodyFont?: Maybe<Scalars['String']['output']>;
+    headingFont?: Maybe<Scalars['String']['output']>;
+};
+export type HelpCenterBrandingTypographyInput = {
+    bodyFont?: InputMaybe<Scalars['String']['input']>;
+    headingFont?: InputMaybe<Scalars['String']['input']>;
+};
 export type HelpCenterBulkCreateTopicsInput = {
     helpCenterCreateTopicInputItem: Array<HelpCenterCreateTopicInput>;
 };
 export type HelpCenterBulkDeleteTopicInput = {
@@ -113773,8 +113847,9 @@
     RichText = "RICH_TEXT",
     WikiMarkup = "WIKI_MARKUP"
 }
 export type HelpCenterFilter = {
+    autoLinkingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
     type?: InputMaybe<HelpCenterType>;
 };
 export type HelpCenterHelpObject = HelpObjectStoreArticle | HelpObjectStoreChannel | HelpObjectStoreQueryError | HelpObjectStoreRequestForm;
 export type HelpCenterHomePageLayout = {
@@ -149149,8 +149224,12 @@
     __typename?: 'LiveChatMarkReadPayload';
     errors?: Maybe<Array<MutationError>>;
     success: Scalars['Boolean']['output'];
 };
+export declare enum LiveChatMessageVisibility {
+    Internal = "INTERNAL",
+    Public = "PUBLIC"
+}
 export type LiveChatParticipantJoined = {
     __typename?: 'LiveChatParticipantJoined';
     accountId?: Maybe<Scalars['String']['output']>;
     content?: Maybe<Scalars['String']['output']>;
@@ -149168,8 +149247,9 @@
 export type LiveChatSendUserMessageInput = {
     chatAri: Scalars['ID']['input'];
     content: Scalars['String']['input'];
     messageId?: InputMaybe<Scalars['ID']['input']>;
+    visibility?: InputMaybe<LiveChatMessageVisibility>;
 };
 export type LiveChatStarted = {
     __typename?: 'LiveChatStarted';
     content?: Maybe<Scalars['String']['output']>;
@@ -162945,8 +163025,9 @@
     ccp?: Maybe<CcpMutationApi>;
     champion?: Maybe<UnifiedChampionMutation>;
     changeManagement_deleteLastRovoRiskAssessment: Scalars['Boolean']['output'];
     changeManagement_recordLastRovoRiskAssessment: Scalars['Boolean']['output'];
+    changeManagement_regenerateJsmPreventionCenterOverviewSummary?: Maybe<ChangeManagementJsmPreventionCenterOverviewSummaryResponse>;
     changeManagement_updateGlobalRiskAssessmentSettings: Scalars['Boolean']['output'];
     changeManagement_updateRovoRiskAssessmentSettings: Scalars['Boolean']['output'];
     channelPlatform_assignAgentToContact?: Maybe<ChannelPlatformMutationStatus>;
     channelPlatform_attachMediaFile?: Maybe<Scalars['String']['output']>;
@@ -165372,8 +165453,12 @@
 export type MutationChangeManagement_RecordLastRovoRiskAssessmentArgs = {
     input: ChangeManagementUpdateLastRovoRiskAssessmentInput;
     keepUpdatedAt?: InputMaybe<Scalars['Boolean']['input']>;
 };
+export type MutationChangeManagement_RegenerateJsmPreventionCenterOverviewSummaryArgs = {
+    cloudId: Scalars['ID']['input'];
+    entityKey: Scalars['String']['input'];
+};
 export type MutationChangeManagement_UpdateGlobalRiskAssessmentSettingsArgs = {
     input: ChangeManagementUpdateGlobalRiskAssessmentSettingsInput;
 };
 export type MutationChangeManagement_UpdateRovoRiskAssessmentSettingsArgs = {
@@ -173220,8 +173305,9 @@
     cfo_analytics?: Maybe<CfoAnalyticsResult>;
     champion?: Maybe<UnifiedChampionQuery>;
     changeManagement_globalRiskAssessmentSettings: ChangeManagementGlobalRiskAssessmentSettingsPayload;
     changeManagement_globalRiskAssessmentSettingsByIssue?: Maybe<ChangeManagementGlobalRiskAssessmentSettingsPayload>;
+    changeManagement_jsmPreventionCenterOverviewSummary?: Maybe<ChangeManagementJsmPreventionCenterOverviewSummaryResponse>;
     changeManagement_lastRovoRiskAssessment: ChangeManagementLastRovoRiskAssessmentPayload;
     changeManagement_rovoRiskAssessmentSettings: ChangeManagementRovoRiskAssessmentSettingsPayload;
     changeManagement_rovoRiskAssessmentSettingsByIssue?: Maybe<ChangeManagementRovoRiskAssessmentSettingsPayload>;
     channelPlatform_chatRequestDetails?: Maybe<ChannelPlatformGetChannelTokenResponse>;
@@ -178440,8 +178526,12 @@
 export type QueryChangeManagement_GlobalRiskAssessmentSettingsByIssueArgs = {
     cloudId: Scalars['ID']['input'];
     issueKeyOrId: Scalars['String']['input'];
 };
+export type QueryChangeManagement_JsmPreventionCenterOverviewSummaryArgs = {
+    cloudId: Scalars['ID']['input'];
+    entityKey: Scalars['String']['input'];
+};
 export type QueryChangeManagement_LastRovoRiskAssessmentArgs = {
     cloudId: Scalars['ID']['input'];
     issueId: Scalars['String']['input'];
 };
@@ -189751,8 +189841,9 @@
 };
 export type QueryGraphStore_GetDynamicNodeTypesArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
     first?: InputMaybe<Scalars['Int']['input']>;
+    schemaIds?: InputMaybe<Array<Scalars['String']['input']>>;
     workspaceAri: Scalars['ID']['input'];
 };
 export type QueryGraphStore_GetDynamicRelationshipTypesArgs = {
     after?: InputMaybe<Scalars['String']['input']>;
@@ -200664,8 +200755,9 @@
     DeleteConfluencePage = "DELETE_CONFLUENCE_PAGE",
     DeleteConfluenceSpace = "DELETE_CONFLUENCE_SPACE",
     DeleteConfluenceTwgCli = "DELETE_CONFLUENCE_TWG_CLI",
     DeleteConfluenceWhiteboard = "DELETE_CONFLUENCE_WHITEBOARD",
+    DeleteGoal = "DELETE_GOAL",
     DeleteGoalTwgCli = "DELETE_GOAL_TWG_CLI",
     DeleteInsightJpd = "DELETE_INSIGHT_JPD",
     DeleteItamConfigJsm = "DELETE_ITAM_CONFIG_JSM",
     DeleteJiraPlatformTwgCli = "DELETE_JIRA_PLATFORM_TWG_CLI",
@@ -200678,8 +200770,9 @@
     DeleteMercuryTwgCli = "DELETE_MERCURY_TWG_CLI",
     DeleteOrganization = "DELETE_ORGANIZATION",
     DeleteOrganizationProperty = "DELETE_ORGANIZATION_PROPERTY",
     DeleteOrganizationUser = "DELETE_ORGANIZATION_USER",
+    DeleteProject = "DELETE_PROJECT",
     DeleteProjectTwgCli = "DELETE_PROJECT_TWG_CLI",
     DeleteRadarTwgCli = "DELETE_RADAR_TWG_CLI",
     DeleteRequesttypeProperty = "DELETE_REQUESTTYPE_PROPERTY",
     DeleteRequestFeedback = "DELETE_REQUEST_FEEDBACK",
@@ -200902,12 +200995,8 @@
     ReadFeedbackSpace = "READ_FEEDBACK_SPACE",
     ReadFeedbackView = "READ_FEEDBACK_VIEW",
     ReadGoal = "READ_GOAL",
     ReadGoalAccess = "READ_GOAL_ACCESS",
-    ReadGoalChatIntegration = "READ_GOAL_CHAT_INTEGRATION",
-    ReadGoalComment = "READ_GOAL_COMMENT",
-    ReadGoalMetric = "READ_GOAL_METRIC",
-    ReadGoalUpdate = "READ_GOAL_UPDATE",
     ReadGuardDetectAlert = "READ_GUARD_DETECT_ALERT",
     ReadGuardDetectDetection = "READ_GUARD_DETECT_DETECTION",
     ReadGuardDetectDetectionSetting = "READ_GUARD_DETECT_DETECTION_SETTING",
     ReadGuardDetectSubscription = "READ_GUARD_DETECT_SUBSCRIPTION",
@@ -200946,12 +201035,9 @@
     ReadOrganizationUser = "READ_ORGANIZATION_USER",
     ReadProfileUpp = "READ_PROFILE_UPP",
     ReadProject = "READ_PROJECT",
     ReadProjectAccess = "READ_PROJECT_ACCESS",
-    ReadProjectChatIntegration = "READ_PROJECT_CHAT_INTEGRATION",
-    ReadProjectComment = "READ_PROJECT_COMMENT",
     ReadProjectJpd = "READ_PROJECT_JPD",
-    ReadProjectUpdate = "READ_PROJECT_UPDATE",
     ReadQueue = "READ_QUEUE",
     ReadRadarTwgCli = "READ_RADAR_TWG_CLI",
     ReadRequest = "READ_REQUEST",
     ReadRequesttype = "READ_REQUESTTYPE",
@@ -201039,9 +201125,8 @@
     WriteAppDetails = "WRITE_APP_DETAILS",
     WriteAssetsTwgCli = "WRITE_ASSETS_TWG_CLI",
     WriteCapacityPlanning = "WRITE_CAPACITY_PLANNING",
     WriteCmdbAttributeJira = "WRITE_CMDB_ATTRIBUTE_JIRA",
-    WriteCommentGoal = "WRITE_COMMENT_GOAL",
     WriteCompassComponent = "WRITE_COMPASS_COMPONENT",
     WriteCompassEvent = "WRITE_COMPASS_EVENT",
     WriteCompassMetric = "WRITE_COMPASS_METRIC",
     WriteCompassScorecard = "WRITE_COMPASS_SCORECARD",
@@ -201082,9 +201167,9 @@
     WriteFeedbackSpace = "WRITE_FEEDBACK_SPACE",
     WriteFeedbackView = "WRITE_FEEDBACK_VIEW",
     WriteGoal = "WRITE_GOAL",
     WriteGoalChatIntegration = "WRITE_GOAL_CHAT_INTEGRATION",
-    WriteGoalMetric = "WRITE_GOAL_METRIC",
+    WriteGoalUpdate = "WRITE_GOAL_UPDATE",
     WriteGuardDetectAlert = "WRITE_GUARD_DETECT_ALERT",
     WriteGuardDetectDetection = "WRITE_GUARD_DETECT_DETECTION",
     WriteGuardDetectDetectionSetting = "WRITE_GUARD_DETECT_DETECTION_SETTING",
     WriteGuardDetectRedaction = "WRITE_GUARD_DETECT_REDACTION",
@@ -201116,9 +201201,8 @@
     WriteOrganizationProperty = "WRITE_ORGANIZATION_PROPERTY",
     WriteOrganizationUser = "WRITE_ORGANIZATION_USER",
     WriteProject = "WRITE_PROJECT",
     WriteProjectChatIntegration = "WRITE_PROJECT_CHAT_INTEGRATION",
-    WriteProjectComment = "WRITE_PROJECT_COMMENT",
     WriteProjectUpdate = "WRITE_PROJECT_UPDATE",
     WriteRadarTwgCli = "WRITE_RADAR_TWG_CLI",
     WriteRequest = "WRITE_REQUEST",
     WriteRequesttype = "WRITE_REQUESTTYPE",
@@ -201147,9 +201231,8 @@
     WriteTownsquareGoal = "WRITE_TOWNSQUARE_GOAL",
     WriteTownsquareProject = "WRITE_TOWNSQUARE_PROJECT",
     WriteTownsquareRelationship = "WRITE_TOWNSQUARE_RELATIONSHIP",
     WriteTrelloTwgCli = "WRITE_TRELLO_TWG_CLI",
-    WriteUpdateGoal = "WRITE_UPDATE_GOAL",
     WriteViewJpd = "WRITE_VIEW_JPD"
 }
 export type ScopeSprintIssue = {
     __typename?: 'ScopeSprintIssue';
@@ -202561,8 +202644,9 @@
 export type SearchThirdPartyProduct = {
     channels?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
     connectionIds?: InputMaybe<Array<Scalars['String']['input']>>;
     connectorSources?: InputMaybe<Array<Scalars['String']['input']>>;
+    connectorSourcesImpersonationEnabled?: InputMaybe<Array<Scalars['String']['input']>>;
     containerTypes?: InputMaybe<Array<Scalars['String']['input']>>;
     datasourceId?: InputMaybe<Scalars['String']['input']>;
     entities?: InputMaybe<Array<Scalars['String']['input']>>;
     integrationId?: InputMaybe<Scalars['String']['input']>;
@@ -225940,8 +226024,9 @@
     __typename?: 'Subscription';
     assetsVertical_onAsyncTaskUpdated?: Maybe<AssetsVerticalAsyncTask>;
     bitbucket?: Maybe<BitbucketSubscription>;
     blockService_onBlockUpdated?: Maybe<BlockServiceBlockPayload>;
+    changeManagement_jsmPreventionCenterOverviewSummaryUpdated?: Maybe<ChangeManagementJsmPreventionCenterOverviewSummaryResponse>;
     confluence_onContentModified?: Maybe<ConfluenceContentModified>;
     confluence_onSuggestedEditsUpdated?: Maybe<ConfluenceSuggestedEditsUpdated>;
     convoai_onAgentSessionCreate?: Maybe<ConvoAiAgentSessionCreate>;
     convoai_onAgentSessionUpdate?: Maybe<ConvoAiAgentSessionUpdate>;
@@ -225990,8 +226075,12 @@
 };
 export type SubscriptionBlockService_OnBlockUpdatedArgs = {
     resourceId: Scalars['ID']['input'];
 };
+export type SubscriptionChangeManagement_JsmPreventionCenterOverviewSummaryUpdatedArgs = {
+    cloudId: Scalars['ID']['input'];
+    entityKey: Scalars['String']['input'];
+};
 export type SubscriptionConfluence_OnContentModifiedArgs = {
     id: Scalars['ID']['input'];
 };
 export type SubscriptionConfluence_OnSuggestedEditsUpdatedArgs = {