npm package diff
Package: @forge/cli-shared
Versions: 6.9.0 - 6.10.0-next.0
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
@@ -481,9 +481,8 @@
export declare type ActivitiesObject = Node & {
__typename?: 'ActivitiesObject';
cloudId?: Maybe<Scalars['String']['output']>;
containers?: Maybe<Array<ActivitiesContainer>>;
- content?: Maybe<ConfluenceLegacyContent>;
contributors?: Maybe<Array<ActivitiesContributor>>;
events?: Maybe<Array<ActivitiesEvent>>;
extension?: Maybe<ActivitiesObjectExtension>;
iconUrl?: Maybe<Scalars['URL']['output']>;
@@ -1389,8 +1388,9 @@
export declare type AppEnvironment = {
__typename?: 'AppEnvironment';
app?: Maybe<App>;
appId: Scalars['ID']['output'];
+ appVersionRollouts?: Maybe<AppEnvironmentAppVersionRolloutConnection>;
createdAt: Scalars['String']['output'];
createdBy?: Maybe<User>;
deployments?: Maybe<Array<AppDeployment>>;
id: Scalars['ID']['output'];
@@ -1401,8 +1401,14 @@
type: AppEnvironmentType;
variables?: Maybe<Array<AppEnvironmentVariable>>;
versions?: Maybe<AppEnvironmentVersionConnection>;
};
+export declare type AppEnvironmentAppVersionRolloutsArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ before?: InputMaybe<Scalars['String']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+ last?: InputMaybe<Scalars['Int']['input']>;
+};
export declare type AppEnvironmentVersionsArgs = {
after?: InputMaybe<Scalars['String']['input']>;
before?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
@@ -1410,8 +1416,20 @@
last?: InputMaybe<Scalars['Int']['input']>;
majorVersion?: InputMaybe<Scalars['Int']['input']>;
versionIds?: InputMaybe<Array<Scalars['ID']['input']>>;
};
+export declare type AppEnvironmentAppVersionRolloutConnection = {
+ __typename?: 'AppEnvironmentAppVersionRolloutConnection';
+ edges?: Maybe<Array<Maybe<AppEnvironmentAppVersionRolloutEdge>>>;
+ nodes?: Maybe<Array<Maybe<AppVersionRollout>>>;
+ pageInfo?: Maybe<AppVersionRolloutPageInfo>;
+ totalCount?: Maybe<Scalars['Int']['output']>;
+};
+export declare type AppEnvironmentAppVersionRolloutEdge = {
+ __typename?: 'AppEnvironmentAppVersionRolloutEdge';
+ cursor: Scalars['String']['output'];
+ node?: Maybe<AppVersionRollout>;
+};
export declare type AppEnvironmentInput = {
appId: Scalars['ID']['input'];
key: Scalars['String']['input'];
};
@@ -2166,8 +2184,15 @@
sourceVersionId: Scalars['ID']['output'];
status: AppVersionRolloutStatus;
targetVersionId: Scalars['ID']['output'];
};
+export declare type AppVersionRolloutPageInfo = {
+ __typename?: 'AppVersionRolloutPageInfo';
+ endCursor?: Maybe<Scalars['String']['output']>;
+ hasNextPage: Scalars['Boolean']['output'];
+ hasPreviousPage: Scalars['Boolean']['output'];
+ startCursor?: Maybe<Scalars['String']['output']>;
+};
export declare type AppVersionRolloutProgress = {
__typename?: 'AppVersionRolloutProgress';
completedUpgradeCount: Scalars['Int']['output'];
failedUpgradeCount: Scalars['Int']['output'];
@@ -4420,24 +4445,8 @@
style?: Maybe<Scalars['String']['output']>;
tooltip?: Maybe<Scalars['String']['output']>;
url?: Maybe<Scalars['String']['output']>;
};
-export declare type CommentsDigestResponse = {
- __typename?: 'CommentsDigestResponse';
- contentId: Scalars['ID']['output'];
- language: Scalars['String']['output'];
- summary: CommentsDigestSummaryResponse;
- summaryId: Scalars['ID']['output'];
-};
-export declare enum CommentsDigestResponseType {
- Json = "JSON",
- PlainText = "PLAIN_TEXT"
-}
-export declare type CommentsDigestSummaryResponse = {
- __typename?: 'CommentsDigestSummaryResponse';
- introduction: Scalars['String']['output'];
- prioritizedOpenComments: Array<PrioritizedOpenComments>;
-};
export declare enum CommentsType {
Footer = "FOOTER",
Inline = "INLINE"
}
@@ -4776,8 +4785,9 @@
__typename?: 'CompassCampaign';
createdByUser?: Maybe<User>;
description?: Maybe<Scalars['String']['output']>;
dueDate?: Maybe<Scalars['DateTime']['output']>;
+ goal?: Maybe<TownsquareGoal>;
goalId?: Maybe<Scalars['ID']['output']>;
id: Scalars['ID']['output'];
name?: Maybe<Scalars['String']['output']>;
scorecard?: Maybe<CompassScorecard>;
@@ -19406,8 +19416,20 @@
StyledView = "STYLED_VIEW",
View = "VIEW",
Wiki = "WIKI"
}
+export declare enum ContentRepresentationV2 {
+ AtlasDocFormat = "atlas_doc_format",
+ Editor = "editor",
+ Editor2 = "editor2",
+ ExportView = "export_view",
+ Plain = "plain",
+ Raw = "raw",
+ Storage = "storage",
+ StyledView = "styled_view",
+ View = "view",
+ Wiki = "wiki"
+}
export declare type ContentRestriction = {
__typename?: 'ContentRestriction';
content?: Maybe<Content>;
links?: Maybe<LinksContextSelfBase>;
@@ -24948,8 +24970,17 @@
fileIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
links?: Maybe<LinksContextBase>;
token?: Maybe<Scalars['String']['output']>;
};
+export declare type EmbeddedMediaTokenV2 = {
+ __typename?: 'EmbeddedMediaTokenV2';
+ collectionIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
+ contentId?: Maybe<Scalars['ID']['output']>;
+ expiryDateTime?: Maybe<Scalars['String']['output']>;
+ fileIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
+ mediaUrl?: Maybe<Scalars['String']['output']>;
+ token?: Maybe<Scalars['String']['output']>;
+};
export declare type EmbeddedSmartLink = SmartLink & {
__typename?: 'EmbeddedSmartLink';
layout: Scalars['String']['output'];
url: Scalars['String']['output'];
@@ -26414,9 +26445,8 @@
export declare type FeedItem = {
__typename?: 'FeedItem';
content?: Maybe<Content>;
id: Scalars['String']['output'];
- mostRelevantUpdate: Scalars['Int']['output'];
recentActionsCount: Scalars['Int']['output'];
source: Array<FeedItemSourceType>;
summaryLineUpdate: FeedEvent;
};
@@ -31389,8 +31419,10 @@
atlasGoalHasFollower?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerConnection>;
atlasGoalHasFollowerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasFollowerInverseConnection>;
atlasGoalHasGoalUpdate?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateConnection>;
atlasGoalHasGoalUpdateInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseConnection>;
+ atlasGoalHasJiraAlignProject?: Maybe<GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectConnection>;
+ atlasGoalHasJiraAlignProjectInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseConnection>;
atlasGoalHasOwner?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerConnection>;
atlasGoalHasOwnerInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerInverseConnection>;
atlasGoalHasSubAtlasGoal?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalConnection>;
atlasGoalHasSubAtlasGoalInverse?: Maybe<GraphStoreSimplifiedAtlasGoalHasSubAtlasGoalInverseConnection>;
@@ -32000,9 +32032,8 @@
userUpdatedGraphDocument?: Maybe<GraphStoreSimplifiedUserUpdatedGraphDocumentConnection>;
userUpdatedGraphDocumentInverse?: Maybe<GraphStoreSimplifiedUserUpdatedGraphDocumentInverseConnection>;
userUpdatedIssue?: Maybe<GraphStoreSimplifiedUserUpdatedIssueConnection>;
userUpdatedIssueInverse?: Maybe<GraphStoreSimplifiedUserUpdatedIssueInverseConnection>;
- userUpdatedIssueStatusInverse?: Maybe<GraphStoreSimplifiedUserUpdatedIssueStatusInverseConnection>;
userViewedAtlasGoal?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalConnection>;
userViewedAtlasGoalInverse?: Maybe<GraphStoreSimplifiedUserViewedAtlasGoalInverseConnection>;
userViewedAtlasProject?: Maybe<GraphStoreSimplifiedUserViewedAtlasProjectConnection>;
userViewedAtlasProjectInverse?: Maybe<GraphStoreSimplifiedUserViewedAtlasProjectInverseConnection>;
@@ -32010,13 +32041,17 @@
userViewedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluenceBlogpostInverseConnection>;
userViewedConfluencePage?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageConnection>;
userViewedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserViewedConfluencePageInverseConnection>;
userViewedGoalUpdate?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateConnection>;
+ userViewedGoalUpdateBatch?: Maybe<GraphStoreBatchUserViewedGoalUpdateConnection>;
userViewedGoalUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedGoalUpdateInverseConnection>;
+ userViewedGoalUpdateInverseBatch?: Maybe<GraphStoreBatchUserViewedGoalUpdateConnection>;
userViewedJiraIssue?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueConnection>;
userViewedJiraIssueInverse?: Maybe<GraphStoreSimplifiedUserViewedJiraIssueInverseConnection>;
userViewedProjectUpdate?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateConnection>;
+ userViewedProjectUpdateBatch?: Maybe<GraphStoreBatchUserViewedProjectUpdateConnection>;
userViewedProjectUpdateInverse?: Maybe<GraphStoreSimplifiedUserViewedProjectUpdateInverseConnection>;
+ userViewedProjectUpdateInverseBatch?: Maybe<GraphStoreBatchUserViewedProjectUpdateConnection>;
userViewedVideo?: Maybe<GraphStoreSimplifiedUserViewedVideoConnection>;
userViewedVideoInverse?: Maybe<GraphStoreSimplifiedUserViewedVideoInverseConnection>;
userWatchesConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostConnection>;
userWatchesConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserWatchesConfluenceBlogpostInverseConnection>;
@@ -32134,8 +32169,22 @@
first?: InputMaybe<Scalars['Int']['input']>;
id: Scalars['ID']['input'];
sort?: InputMaybe<GraphStoreAtlasGoalHasGoalUpdateSortInput>;
};
+export declare type GraphStoreAtlasGoalHasJiraAlignProjectArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+ id: Scalars['ID']['input'];
+ sort?: InputMaybe<GraphStoreAtlasGoalHasJiraAlignProjectSortInput>;
+};
+export declare type GraphStoreAtlasGoalHasJiraAlignProjectInverseArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+ id: Scalars['ID']['input'];
+ sort?: InputMaybe<GraphStoreAtlasGoalHasJiraAlignProjectSortInput>;
+};
export declare type GraphStoreAtlasGoalHasOwnerArgs = {
after?: InputMaybe<Scalars['String']['input']>;
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
@@ -32702,8 +32751,9 @@
after?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
params?: InputMaybe<Scalars['JSON']['input']>;
query: Scalars['String']['input'];
+ version?: InputMaybe<GraphStoreCypherQueryV2VersionEnum>;
};
export declare type GraphStoreDeploymentAssociatedRepoArgs = {
after?: InputMaybe<Scalars['String']['input']>;
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -36206,15 +36256,8 @@
first?: InputMaybe<Scalars['Int']['input']>;
id: Scalars['ID']['input'];
sort?: InputMaybe<GraphStoreUserUpdatedIssueSortInput>;
};
-export declare type GraphStoreUserUpdatedIssueStatusInverseArgs = {
- after?: InputMaybe<Scalars['String']['input']>;
- consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
- first?: InputMaybe<Scalars['Int']['input']>;
- id: Scalars['ID']['input'];
- sort?: InputMaybe<GraphStoreUserUpdatedIssueStatusSortInput>;
-};
export declare type GraphStoreUserViewedAtlasGoalArgs = {
after?: InputMaybe<Scalars['String']['input']>;
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
@@ -36276,15 +36319,27 @@
first?: InputMaybe<Scalars['Int']['input']>;
id: Scalars['ID']['input'];
sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
};
+export declare type GraphStoreUserViewedGoalUpdateBatchArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+ ids: Array<Scalars['ID']['input']>;
+ sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
+};
export declare type GraphStoreUserViewedGoalUpdateInverseArgs = {
after?: InputMaybe<Scalars['String']['input']>;
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
id: Scalars['ID']['input'];
sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
};
+export declare type GraphStoreUserViewedGoalUpdateInverseBatchArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+ ids: Array<Scalars['ID']['input']>;
+ sort?: InputMaybe<GraphStoreUserViewedGoalUpdateSortInput>;
+};
export declare type GraphStoreUserViewedJiraIssueArgs = {
after?: InputMaybe<Scalars['String']['input']>;
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
@@ -36304,15 +36359,27 @@
first?: InputMaybe<Scalars['Int']['input']>;
id: Scalars['ID']['input'];
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
};
+export declare type GraphStoreUserViewedProjectUpdateBatchArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+ ids: Array<Scalars['ID']['input']>;
+ sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
+};
export declare type GraphStoreUserViewedProjectUpdateInverseArgs = {
after?: InputMaybe<Scalars['String']['input']>;
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
id: Scalars['ID']['input'];
sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
};
+export declare type GraphStoreUserViewedProjectUpdateInverseBatchArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ first?: InputMaybe<Scalars['Int']['input']>;
+ ids: Array<Scalars['ID']['input']>;
+ sort?: InputMaybe<GraphStoreUserViewedProjectUpdateSortInput>;
+};
export declare type GraphStoreUserViewedVideoArgs = {
after?: InputMaybe<Scalars['String']['input']>;
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
@@ -36704,8 +36771,11 @@
};
export declare type GraphStoreAtlasGoalHasGoalUpdateSortInput = {
lastModified?: InputMaybe<GraphStoreSortInput>;
};
+export declare type GraphStoreAtlasGoalHasJiraAlignProjectSortInput = {
+ lastModified?: InputMaybe<GraphStoreSortInput>;
+};
export declare type GraphStoreAtlasGoalHasOwnerSortInput = {
lastModified?: InputMaybe<GraphStoreSortInput>;
};
export declare type GraphStoreAtlasGoalHasSubAtlasGoalSortInput = {
@@ -37635,8 +37705,90 @@
data?: Maybe<GraphStoreBatchTestPerfhammerRelationshipStartUnion>;
id: Scalars['ID']['output'];
};
export declare type GraphStoreBatchTestPerfhammerRelationshipStartUnion = JiraIssue;
+export declare type GraphStoreBatchUserViewedGoalUpdateConnection = HasPageInfo & {
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateConnection';
+ edges: Array<Maybe<GraphStoreBatchUserViewedGoalUpdateEdge>>;
+ nodes: Array<Maybe<GraphStoreBatchUserViewedGoalUpdateNode>>;
+ pageInfo: PageInfo;
+};
+export declare type GraphStoreBatchUserViewedGoalUpdateEdge = {
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateEdge';
+ node: GraphStoreBatchUserViewedGoalUpdateInnerConnection;
+};
+export declare type GraphStoreBatchUserViewedGoalUpdateEndNode = {
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateEndNode';
+ data?: Maybe<GraphStoreBatchUserViewedGoalUpdateEndUnion>;
+ id: Scalars['ID']['output'];
+};
+export declare type GraphStoreBatchUserViewedGoalUpdateEndUnion = TownsquareGoalUpdate;
+export declare type GraphStoreBatchUserViewedGoalUpdateInnerConnection = {
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateInnerConnection';
+ edges: Array<Maybe<GraphStoreBatchUserViewedGoalUpdateInnerEdge>>;
+ nodes: Array<Maybe<GraphStoreBatchUserViewedGoalUpdateNode>>;
+ requestedId: Scalars['ID']['output'];
+};
+export declare type GraphStoreBatchUserViewedGoalUpdateInnerEdge = {
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateInnerEdge';
+ cursor?: Maybe<Scalars['String']['output']>;
+ node: GraphStoreBatchUserViewedGoalUpdateNode;
+};
+export declare type GraphStoreBatchUserViewedGoalUpdateNode = Node & {
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateNode';
+ createdAt: Scalars['DateTime']['output'];
+ from: GraphStoreBatchUserViewedGoalUpdateStartNode;
+ id: Scalars['ID']['output'];
+ lastUpdated: Scalars['DateTime']['output'];
+ to: GraphStoreBatchUserViewedGoalUpdateEndNode;
+};
+export declare type GraphStoreBatchUserViewedGoalUpdateStartNode = {
+ __typename?: 'GraphStoreBatchUserViewedGoalUpdateStartNode';
+ data?: Maybe<GraphStoreBatchUserViewedGoalUpdateStartUnion>;
+ id: Scalars['ID']['output'];
+};
+export declare type GraphStoreBatchUserViewedGoalUpdateStartUnion = AppUser | AtlassianAccountUser | CustomerUser;
+export declare type GraphStoreBatchUserViewedProjectUpdateConnection = HasPageInfo & {
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateConnection';
+ edges: Array<Maybe<GraphStoreBatchUserViewedProjectUpdateEdge>>;
+ nodes: Array<Maybe<GraphStoreBatchUserViewedProjectUpdateNode>>;
+ pageInfo: PageInfo;
+};
+export declare type GraphStoreBatchUserViewedProjectUpdateEdge = {
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateEdge';
+ node: GraphStoreBatchUserViewedProjectUpdateInnerConnection;
+};
+export declare type GraphStoreBatchUserViewedProjectUpdateEndNode = {
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateEndNode';
+ data?: Maybe<GraphStoreBatchUserViewedProjectUpdateEndUnion>;
+ id: Scalars['ID']['output'];
+};
+export declare type GraphStoreBatchUserViewedProjectUpdateEndUnion = TownsquareProjectUpdate;
+export declare type GraphStoreBatchUserViewedProjectUpdateInnerConnection = {
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateInnerConnection';
+ edges: Array<Maybe<GraphStoreBatchUserViewedProjectUpdateInnerEdge>>;
+ nodes: Array<Maybe<GraphStoreBatchUserViewedProjectUpdateNode>>;
+ requestedId: Scalars['ID']['output'];
+};
+export declare type GraphStoreBatchUserViewedProjectUpdateInnerEdge = {
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateInnerEdge';
+ cursor?: Maybe<Scalars['String']['output']>;
+ node: GraphStoreBatchUserViewedProjectUpdateNode;
+};
+export declare type GraphStoreBatchUserViewedProjectUpdateNode = Node & {
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateNode';
+ createdAt: Scalars['DateTime']['output'];
+ from: GraphStoreBatchUserViewedProjectUpdateStartNode;
+ id: Scalars['ID']['output'];
+ lastUpdated: Scalars['DateTime']['output'];
+ to: GraphStoreBatchUserViewedProjectUpdateEndNode;
+};
+export declare type GraphStoreBatchUserViewedProjectUpdateStartNode = {
+ __typename?: 'GraphStoreBatchUserViewedProjectUpdateStartNode';
+ data?: Maybe<GraphStoreBatchUserViewedProjectUpdateStartUnion>;
+ id: Scalars['ID']['output'];
+};
+export declare type GraphStoreBatchUserViewedProjectUpdateStartUnion = AppUser | AtlassianAccountUser | CustomerUser;
export declare type GraphStoreBoardBelongsToProjectSortInput = {
lastModified?: InputMaybe<GraphStoreSortInput>;
};
export declare type GraphStoreBooleanFilterInput = {
@@ -38230,8 +38382,9 @@
export declare type GraphStoreCypherQueryV2Connection = {
__typename?: 'GraphStoreCypherQueryV2Connection';
edges: Array<GraphStoreCypherQueryV2Edge>;
pageInfo: PageInfo;
+ version: Scalars['String']['output'];
};
export declare type GraphStoreCypherQueryV2Edge = {
__typename?: 'GraphStoreCypherQueryV2Edge';
node: GraphStoreCypherQueryV2Node;
@@ -38256,8 +38409,12 @@
export declare type GraphStoreCypherQueryV2StringObject = {
__typename?: 'GraphStoreCypherQueryV2StringObject';
value: Scalars['String']['output'];
};
+export declare enum GraphStoreCypherQueryV2VersionEnum {
+ V2 = "V2",
+ V3 = "V3"
+}
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSpace | ConfluenceWhiteboard | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | ExternalWorker | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | LoomComment | LoomVideo | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate;
export declare type GraphStoreCypherQueryValueNode = {
__typename?: 'GraphStoreCypherQueryValueNode';
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
@@ -43415,8 +43572,36 @@
node?: Maybe<GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseUnion>;
};
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateInverseUnion = TownsquareGoal;
export declare type GraphStoreSimplifiedAtlasGoalHasGoalUpdateUnion = TownsquareGoalUpdate;
+export declare type GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectConnection = HasPageInfo & {
+ __typename?: 'GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectConnection';
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectEdge>>>;
+ pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectEdge = {
+ __typename?: 'GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectEdge';
+ createdAt: Scalars['DateTime']['output'];
+ cursor?: Maybe<Scalars['String']['output']>;
+ id: Scalars['ID']['output'];
+ lastUpdated: Scalars['DateTime']['output'];
+ node?: Maybe<GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectUnion>;
+};
+export declare type GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseConnection = HasPageInfo & {
+ __typename?: 'GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseConnection';
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseEdge>>>;
+ pageInfo: PageInfo;
+};
+export declare type GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseEdge = {
+ __typename?: 'GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseEdge';
+ createdAt: Scalars['DateTime']['output'];
+ cursor?: Maybe<Scalars['String']['output']>;
+ id: Scalars['ID']['output'];
+ lastUpdated: Scalars['DateTime']['output'];
+ node?: Maybe<GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseUnion>;
+};
+export declare type GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectInverseUnion = TownsquareGoal;
+export declare type GraphStoreSimplifiedAtlasGoalHasJiraAlignProjectUnion = JiraAlignAggProject;
export declare type GraphStoreSimplifiedAtlasGoalHasOwnerConnection = HasPageInfo & {
__typename?: 'GraphStoreSimplifiedAtlasGoalHasOwnerConnection';
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlasGoalHasOwnerEdge>>>;
pageInfo: PageInfo;
@@ -49756,22 +49941,8 @@
lastUpdated: Scalars['DateTime']['output'];
node?: Maybe<GraphStoreSimplifiedUserUpdatedIssueInverseUnion>;
};
export declare type GraphStoreSimplifiedUserUpdatedIssueInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
-export declare type GraphStoreSimplifiedUserUpdatedIssueStatusInverseConnection = HasPageInfo & {
- __typename?: 'GraphStoreSimplifiedUserUpdatedIssueStatusInverseConnection';
- edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedIssueStatusInverseEdge>>>;
- pageInfo: PageInfo;
-};
-export declare type GraphStoreSimplifiedUserUpdatedIssueStatusInverseEdge = {
- __typename?: 'GraphStoreSimplifiedUserUpdatedIssueStatusInverseEdge';
- createdAt: Scalars['DateTime']['output'];
- cursor?: Maybe<Scalars['String']['output']>;
- id: Scalars['ID']['output'];
- lastUpdated: Scalars['DateTime']['output'];
- node?: Maybe<GraphStoreSimplifiedUserUpdatedIssueStatusInverseUnion>;
-};
-export declare type GraphStoreSimplifiedUserUpdatedIssueStatusInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
export declare type GraphStoreSimplifiedUserUpdatedIssueUnion = JiraIssue;
export declare type GraphStoreSimplifiedUserViewedAtlasGoalConnection = HasPageInfo & {
__typename?: 'GraphStoreSimplifiedUserViewedAtlasGoalConnection';
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserViewedAtlasGoalEdge>>>;
@@ -51143,11 +51314,8 @@
};
export declare type GraphStoreUserUpdatedIssueSortInput = {
lastModified?: InputMaybe<GraphStoreSortInput>;
};
-export declare type GraphStoreUserUpdatedIssueStatusSortInput = {
- lastModified?: InputMaybe<GraphStoreSortInput>;
-};
export declare type GraphStoreUserViewedAtlasGoalSortInput = {
lastModified?: InputMaybe<GraphStoreSortInput>;
};
export declare type GraphStoreUserViewedAtlasProjectSortInput = {
@@ -62071,8 +62239,12 @@
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
isSelected?: Maybe<Scalars['Boolean']['output']>;
jqlTerm: Scalars['String']['output'];
};
+export declare type JiraJqlPlanInput = {
+ planId: Scalars['Long']['input'];
+ scenarioId?: InputMaybe<Scalars['Long']['input']>;
+};
export declare type JiraJqlPriorityFieldValue = JiraJqlFieldValue & {
__typename?: 'JiraJqlPriorityFieldValue';
displayName: Scalars['String']['output'];
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
@@ -62128,8 +62300,9 @@
resolution?: Maybe<JiraResolution>;
};
export declare type JiraJqlScopeInput = {
board?: InputMaybe<JiraJqlBoardInput>;
+ plan?: InputMaybe<JiraJqlPlanInput>;
};
export declare type JiraJqlSearchTemplate = {
__typename?: 'JiraJqlSearchTemplate';
key?: Maybe<Scalars['String']['output']>;
@@ -62285,8 +62458,12 @@
__typename?: 'JiraLabelEdge';
cursor: Scalars['String']['output'];
node?: Maybe<JiraLabel>;
};
+export declare type JiraLabelProperties = {
+ color?: InputMaybe<JiraOptionColorInput>;
+ name: Scalars['String']['input'];
+};
export declare type JiraLabelsField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
__typename?: 'JiraLabelsField';
aliasFieldId?: Maybe<Scalars['ID']['output']>;
description?: Maybe<Scalars['String']['output']>;
@@ -62326,8 +62503,9 @@
fieldId: Scalars['ID']['input'];
labels?: InputMaybe<Array<JiraLabelsInput>>;
};
export declare type JiraLabelsFieldOperationInput = {
+ labelProperties?: InputMaybe<Array<JiraLabelProperties>>;
labels: Array<Scalars['String']['input']>;
operation: JiraMultiValueFieldOperations;
};
export declare type JiraLabelsFieldPayload = Payload & {
@@ -64111,8 +64289,60 @@
selectableLabel?: Maybe<Scalars['String']['output']>;
selectableUrl?: Maybe<Scalars['URL']['output']>;
value?: Maybe<Scalars['String']['output']>;
};
+export declare enum JiraOptionColorInput {
+ Blue = "BLUE",
+ BlueDarker = "BLUE_DARKER",
+ BlueDarkest = "BLUE_DARKEST",
+ BlueLighter = "BLUE_LIGHTER",
+ BlueLightest = "BLUE_LIGHTEST",
+ Green = "GREEN",
+ GreenDarker = "GREEN_DARKER",
+ GreenDarkest = "GREEN_DARKEST",
+ GreenLighter = "GREEN_LIGHTER",
+ GreenLightest = "GREEN_LIGHTEST",
+ Grey = "GREY",
+ GreyDarker = "GREY_DARKER",
+ GreyDarkest = "GREY_DARKEST",
+ GreyLighter = "GREY_LIGHTER",
+ GreyLightest = "GREY_LIGHTEST",
+ Lime = "LIME",
+ LimeDarker = "LIME_DARKER",
+ LimeDarkest = "LIME_DARKEST",
+ LimeLighter = "LIME_LIGHTER",
+ LimeLightest = "LIME_LIGHTEST",
+ Magenta = "MAGENTA",
+ MagentaDarker = "MAGENTA_DARKER",
+ MagentaDarkest = "MAGENTA_DARKEST",
+ MagentaLighter = "MAGENTA_LIGHTER",
+ MagentaLightest = "MAGENTA_LIGHTEST",
+ Orange = "ORANGE",
+ OrangeDarker = "ORANGE_DARKER",
+ OrangeDarkest = "ORANGE_DARKEST",
+ OrangeLighter = "ORANGE_LIGHTER",
+ OrangeLightest = "ORANGE_LIGHTEST",
+ Purple = "PURPLE",
+ PurpleDarker = "PURPLE_DARKER",
+ PurpleDarkest = "PURPLE_DARKEST",
+ PurpleLighter = "PURPLE_LIGHTER",
+ PurpleLightest = "PURPLE_LIGHTEST",
+ Red = "RED",
+ RedDarker = "RED_DARKER",
+ RedDarkest = "RED_DARKEST",
+ RedLighter = "RED_LIGHTER",
+ RedLightest = "RED_LIGHTEST",
+ Teal = "TEAL",
+ TealDarker = "TEAL_DARKER",
+ TealDarkest = "TEAL_DARKEST",
+ TealLighter = "TEAL_LIGHTER",
+ TealLightest = "TEAL_LIGHTEST",
+ Yellow = "YELLOW",
+ YellowDarker = "YELLOW_DARKER",
+ YellowDarkest = "YELLOW_DARKEST",
+ YellowLighter = "YELLOW_LIGHTER",
+ YellowLightest = "YELLOW_LIGHTEST"
+}
export declare type JiraOptionConnection = {
__typename?: 'JiraOptionConnection';
edges?: Maybe<Array<Maybe<JiraOptionEdge>>>;
errors?: Maybe<Array<QueryError>>;
@@ -64525,8 +64755,9 @@
scenarioId: Scalars['ID']['input'];
};
export declare type JiraPlanReleaseFeatureMutationInput = {
enabled: Scalars['Boolean']['input'];
+ hasConsentToDeleteUnsavedChanges?: InputMaybe<Scalars['Boolean']['input']>;
planId: Scalars['ID']['input'];
};
export declare enum JiraPlanStatus {
Active = "ACTIVE",
@@ -64695,8 +64926,9 @@
export declare type JiraPlaybookStepRun = Node & {
__typename?: 'JiraPlaybookStepRun';
completedAt?: Maybe<Scalars['DateTime']['output']>;
id: Scalars['ID']['output'];
+ issue?: Maybe<JiraIssue>;
playbookId?: Maybe<Scalars['ID']['output']>;
playbookName?: Maybe<Scalars['String']['output']>;
ruleId?: Maybe<Scalars['String']['output']>;
stepDuration?: Maybe<Scalars['Long']['output']>;
@@ -73807,8 +74039,19 @@
export declare type KnowledgeDiscoveryUsers = {
__typename?: 'KnowledgeDiscoveryUsers';
users?: Maybe<Array<Maybe<KnowledgeDiscoverySearchUser>>>;
};
+export declare type KnowledgeGraphObjectResponse = {
+ __typename?: 'KnowledgeGraphObjectResponse';
+ contentId: Scalars['ID']['output'];
+ contentType: ConfluenceContentType;
+ createdAt: Scalars['String']['output'];
+ objectData: Scalars['String']['output'];
+};
+export declare enum KnowledgeGraphObjectType {
+ SnippetV1 = "snippet_v1",
+ SnippetV2 = "snippet_v2"
+}
export declare type KnownUser = Person & {
__typename?: 'KnownUser';
accountId?: Maybe<Scalars['String']['output']>;
accountType?: Maybe<Scalars['String']['output']>;
@@ -74433,15 +74676,41 @@
export declare enum LpSortOrder {
Asc = "ASC",
Desc = "DESC"
}
+export declare type Macro = {
+ __typename?: 'Macro';
+ adf: Scalars['String']['output'];
+ contentId: Scalars['ID']['output'];
+ macroId: Scalars['ID']['output'];
+ renderedMacro?: Maybe<RenderedMacro>;
+};
+export declare type MacroRenderedMacroArgs = {
+ mode?: InputMaybe<MacroRendererMode>;
+};
export declare type MacroBody = {
__typename?: 'MacroBody';
mediaToken?: Maybe<EmbeddedMediaToken>;
representation?: Maybe<Scalars['String']['output']>;
value?: Maybe<Scalars['String']['output']>;
webResourceDependencies?: Maybe<WebResourceDependencies>;
};
+export declare type MacroConnection = {
+ __typename?: 'MacroConnection';
+ edges?: Maybe<Array<Maybe<MacroEdge>>>;
+ nodes?: Maybe<Array<Maybe<Macro>>>;
+ pageInfo: PageInfoV2;
+};
+export declare type MacroEdge = {
+ __typename?: 'MacroEdge';
+ cursor?: Maybe<Scalars['String']['output']>;
+ node: Macro;
+};
+export declare enum MacroRendererMode {
+ Editor = "EDITOR",
+ Pdf = "PDF",
+ Renderer = "RENDERER"
+}
export declare type MapOfStringToBoolean = {
__typename?: 'MapOfStringToBoolean';
key?: Maybe<Scalars['String']['output']>;
value?: Maybe<Scalars['Boolean']['output']>;
@@ -75072,9 +75341,10 @@
export declare type MarketplaceConsoleEditionsActivationResponse = MarketplaceConsoleEditionsActivation | MarketplaceConsoleKnownError;
export declare enum MarketplaceConsoleEditionsActivationStatus {
Approved = "APPROVED",
Pending = "PENDING",
- Rejected = "REJECTED"
+ Rejected = "REJECTED",
+ Uninitiated = "UNINITIATED"
}
export declare type MarketplaceConsoleEditionsInput = {
appKey?: InputMaybe<Scalars['String']['input']>;
productId?: InputMaybe<Scalars['String']['input']>;
@@ -75271,8 +75541,9 @@
export declare type MarketplaceConsoleMakeAppVersionPublicRequest = {
appKey: Scalars['ID']['input'];
appStatusPageUrl?: InputMaybe<Scalars['String']['input']>;
binaryUrl?: InputMaybe<Scalars['String']['input']>;
+ bonTermsSupported?: InputMaybe<Scalars['Boolean']['input']>;
buildNumber: Scalars['ID']['input'];
categories?: InputMaybe<Array<Scalars['String']['input']>>;
communityEnabled?: InputMaybe<Scalars['Boolean']['input']>;
compatibilities?: InputMaybe<Array<MarketplaceConsoleAppSoftwareVersionCompatibilityInput>>;
@@ -75294,8 +75565,9 @@
logoUrl?: InputMaybe<Scalars['String']['input']>;
marketingLabels?: InputMaybe<Array<Scalars['String']['input']>>;
moreDetails?: InputMaybe<Scalars['String']['input']>;
name?: InputMaybe<Scalars['String']['input']>;
+ partnerSpecificTerms?: InputMaybe<Scalars['String']['input']>;
paymentModel?: InputMaybe<MarketplaceConsolePaymentModel>;
privacyUrl?: InputMaybe<Scalars['String']['input']>;
productId: Scalars['ID']['input'];
purchaseUrl?: InputMaybe<Scalars['String']['input']>;
@@ -79553,9 +79825,8 @@
notifications?: Maybe<InfluentsNotificationMutation>;
notifyUsersOnFirstView?: Maybe<NotificationResponsePayload>;
openUpSpacePermissions?: Maybe<Scalars['Boolean']['output']>;
partnerEarlyAccess?: Maybe<PeapMutationApi>;
- patchCommentsSummary?: Maybe<PatchCommentsSummaryPayload>;
planModeCardCreate?: Maybe<CreateCardsOutput>;
planModeCardMove?: Maybe<MoveCardOutput>;
playbook_createJiraPlaybook?: Maybe<CreateJiraPlaybookPayload>;
playbook_createJiraPlaybookStepRun?: Maybe<CreateJiraPlaybookStepRunPayload>;
@@ -79569,12 +79840,14 @@
publicLinkSpacesAction?: Maybe<PublicLinkSpacesActionPayload>;
publishReleaseNote: ContentPlatformReleaseNote;
radar_createCustomField?: Maybe<RadarMutationResponse>;
radar_createRoleAssignment?: Maybe<RadarMutationResponse>;
+ radar_deleteFocusAreaProposalChanges?: Maybe<RadarMutationResponse>;
radar_deleteRoleAssignment?: Maybe<RadarMutationResponse>;
radar_updateConnector?: Maybe<RadarConnector>;
radar_updateFieldSettings?: Maybe<RadarMutationResponse>;
radar_updateFocusAreaMappings?: Maybe<RadarMutationResponse>;
+ radar_updateFocusAreaProposalChanges?: Maybe<RadarMutationResponse>;
radar_updateWorkspaceSettings?: Maybe<RadarMutationResponse>;
rankCardParent?: Maybe<GenericMutationResponse>;
rankColumn?: Maybe<RankColumnOutput>;
rankCustomFilter?: Maybe<GenericMutationResponse>;
@@ -80955,11 +81228,8 @@
};
export declare type MutationOpenUpSpacePermissionsArgs = {
spaceKey: Scalars['String']['input'];
};
-export declare type MutationPatchCommentsSummaryArgs = {
- input: PatchCommentsSummaryInput;
-};
export declare type MutationPlanModeCardCreateArgs = {
input?: InputMaybe<PlanModeCardCreateInput>;
};
export declare type MutationPlanModeCardMoveArgs = {
@@ -81004,8 +81274,12 @@
export declare type MutationRadar_CreateRoleAssignmentArgs = {
cloudId: Scalars['ID']['input'];
input: RadarRoleAssignmentRequest;
};
+export declare type MutationRadar_DeleteFocusAreaProposalChangesArgs = {
+ cloudId: Scalars['ID']['input'];
+ input: Array<RadarDeleteFocusAreaProposalChangesInput>;
+};
export declare type MutationRadar_DeleteRoleAssignmentArgs = {
cloudId: Scalars['ID']['input'];
input: RadarRoleAssignmentRequest;
};
@@ -81020,8 +81294,12 @@
export declare type MutationRadar_UpdateFocusAreaMappingsArgs = {
cloudId: Scalars['ID']['input'];
input: Array<RadarFocusAreaMappingsInput>;
};
+export declare type MutationRadar_UpdateFocusAreaProposalChangesArgs = {
+ cloudId: Scalars['ID']['input'];
+ input: Array<RadarPositionProposalChangeInput>;
+};
export declare type MutationRadar_UpdateWorkspaceSettingsArgs = {
cloudId: Scalars['ID']['input'];
input: RadarWorkspaceSettingsInput;
};
@@ -81160,8 +81438,9 @@
export declare type MutationSetExternalAuthCredentialsArgs = {
input: SetExternalAuthCredentialsInput;
};
export declare type MutationSetFeedUserConfigArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
input: SetFeedUserConfigInput;
};
export declare type MutationSetIssueMediaVisibilityArgs = {
input?: InputMaybe<SetIssueMediaVisibilityInput>;
@@ -81181,11 +81460,13 @@
export declare type MutationSetPublicLinkDefaultSpaceStatusArgs = {
status: PublicLinkDefaultSpaceStatus;
};
export declare type MutationSetRecommendedPagesSpaceStatusArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
input: SetRecommendedPagesSpaceStatusInput;
};
export declare type MutationSetRecommendedPagesStatusArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
input: SetRecommendedPagesStatusInput;
};
export declare type MutationSetRelevantFeedFiltersArgs = {
relevantFeedSpacesFilter: Array<InputMaybe<Scalars['Long']['input']>>;
@@ -81454,8 +81735,9 @@
input: UpdateTemplatePropertySetInput;
};
export declare type MutationUpdateTitleArgs = {
contentId: Scalars['ID']['input'];
+ draft?: InputMaybe<Scalars['Boolean']['input']>;
title?: InputMaybe<Scalars['String']['input']>;
};
export declare type MutationUpdateUserPreferencesArgs = {
userPreferences: UserPreferencesInput;
@@ -82399,8 +82681,15 @@
hasNextPage: Scalars['Boolean']['output'];
hasPreviousPage: Scalars['Boolean']['output'];
startCursor?: Maybe<Scalars['String']['output']>;
};
+export declare type PageInfoV2 = {
+ __typename?: 'PageInfoV2';
+ endCursor?: Maybe<Scalars['String']['output']>;
+ hasNextPage: Scalars['Boolean']['output'];
+ hasPreviousPage: Scalars['Boolean']['output'];
+ startCursor?: Maybe<Scalars['String']['output']>;
+};
export declare type PageInput = {
body?: InputMaybe<PageBodyInput>;
parentId?: InputMaybe<Scalars['ID']['input']>;
restrictions?: InputMaybe<PageRestrictionsInput>;
@@ -83002,22 +83291,8 @@
export declare type PartnerUncollectibleDestination = {
__typename?: 'PartnerUncollectibleDestination';
offeringKey: Scalars['ID']['output'];
};
-export declare type PatchCommentsSummaryInput = {
- commentsType: CommentsType;
- contentId: Scalars['ID']['input'];
- contentType: SummaryType;
- language?: InputMaybe<Scalars['String']['input']>;
-};
-export declare type PatchCommentsSummaryPayload = {
- __typename?: 'PatchCommentsSummaryPayload';
- contentId: Scalars['ID']['output'];
- errors?: Maybe<Array<MutationError>>;
- language: Scalars['String']['output'];
- summary: Scalars['String']['output'];
- summaryId: Scalars['ID']['output'];
-};
export declare enum PathType {
Absolute = "ABSOLUTE",
Relative = "RELATIVE",
RelativeNoContext = "RELATIVE_NO_CONTEXT"
@@ -83778,16 +84053,8 @@
Anonymous = "ANONYMOUS",
Customer = "CUSTOMER",
Unlicensed = "UNLICENSED"
}
-export declare type PrioritizedOpenComments = {
- __typename?: 'PrioritizedOpenComments';
- actionNeeded: Scalars['String']['output'];
- recap: Scalars['String']['output'];
- referenceCommentIds: Array<Scalars['ID']['output']>;
- title: Scalars['String']['output'];
- why: Scalars['String']['output'];
-};
export declare type Privacy = {
__typename?: 'Privacy';
ccpa?: Maybe<CcpaDetails>;
dataProcessingAgreement?: Maybe<DataProcessingAgreement>;
@@ -84140,9 +84407,8 @@
collabContext_workspaceIsConnectedToWorkspace?: Maybe<CollabContextWorkspaceConnection>;
collabDraft?: Maybe<CollabDraft>;
collabToken?: Maybe<CollabTokenResponse>;
comments?: Maybe<PaginatedCommentList>;
- commentsDigest?: Maybe<CommentsDigestResponse>;
compass?: Maybe<CompassCatalogQueryApi>;
confluence?: Maybe<ConfluenceQueryApi>;
confluenceLegacy_abTestCohorts?: Maybe<Scalars['String']['output']>;
confluenceLegacy_adminAnnouncementBanner?: Maybe<ConfluenceLegacyAdminAnnouncementBanner>;
@@ -84366,14 +84632,16 @@
confluence_atlassianUser?: Maybe<AtlassianUser>;
confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
confluence_contentWatchersUnfiltered?: Maybe<PaginatedPersonList>;
+ confluence_contents?: Maybe<Array<Maybe<Content>>>;
confluence_contentsForSimpleIds?: Maybe<Array<Maybe<Content>>>;
confluence_deletedUserAccountIds?: Maybe<ConfluenceDeletedUser>;
confluence_empty?: Maybe<Scalars['String']['output']>;
confluence_externalCollaboratorsByCriteria?: Maybe<ConfluencePersonConnection>;
confluence_hasClearPermissionForSpace?: Maybe<Scalars['Boolean']['output']>;
confluence_hasDivergedFromDefaultSpacePermissions?: Maybe<Scalars['Boolean']['output']>;
+ confluence_macrosByIds?: Maybe<Array<Maybe<Macro>>>;
confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
confluence_pdfExportDownloadLink?: Maybe<ConfluencePdfExportDownloadLink>;
confluence_pdfExportTask?: Maybe<ConfluencePdfExportTask>;
confluence_publicLinkSpaceHomePage?: Maybe<PublicLinkPage>;
@@ -84477,9 +84745,8 @@
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
diagnostics?: Maybe<Scalars['JSON']['output']>;
- discoverFeed?: Maybe<PaginatedFeed>;
dvcs?: Maybe<DvcsQuery>;
echo?: Maybe<Scalars['String']['output']>;
ecosystem?: Maybe<EcosystemQuery>;
editorConversionSettings?: Maybe<EditorConversionSetting>;
@@ -84589,8 +84856,9 @@
knowledgeBaseSpacePermission_bulkQuery: Array<Maybe<KnowledgeBaseSpacePermissionQueryResponse>>;
knowledgeBase_searchArticles?: Maybe<KnowledgeBaseArticleSearchResponse>;
knowledgeDiscovery?: Maybe<KnowledgeDiscoveryQueryApi>;
labelSearch?: Maybe<LabelSearchResults>;
+ latestKnowledgeGraphObject?: Maybe<KnowledgeGraphObjectResponse>;
license?: Maybe<License>;
localStorage?: Maybe<LocalStorage>;
lookAndFeel?: Maybe<LookAndFeelSettings>;
loomToken?: Maybe<LoomToken>;
@@ -84610,8 +84878,9 @@
loom_video?: Maybe<LoomVideo>;
loom_videos?: Maybe<Array<Maybe<LoomVideo>>>;
lpLearnerData?: Maybe<LpLearnerData>;
macroBodyRenderer?: Maybe<MacroBody>;
+ macros?: Maybe<MacroConnection>;
marketplaceApp?: Maybe<MarketplaceApp>;
marketplaceAppByCloudAppId?: Maybe<MarketplaceApp>;
marketplaceAppByKey?: Maybe<MarketplaceApp>;
marketplaceAppTrustInformation?: Maybe<MarketplaceAppTrustInformationResult>;
@@ -84704,8 +84973,9 @@
recentlyViewedSpaces?: Maybe<Array<Maybe<Space>>>;
releaseNote?: Maybe<ContentPlatformReleaseNote>;
releaseNotes: ContentPlatformReleaseNotesConnection;
renderedContentDump?: Maybe<HtmlDocument>;
+ renderedMacro?: Maybe<RenderedMacro>;
repositoryRelationshipsForDevOpsService?: Maybe<DevOpsServiceAndRepositoryRelationshipConnection>;
roadmaps?: Maybe<RoadmapsQuery>;
sandbox: SandboxQuery;
search?: Maybe<SearchQueryApi>;
@@ -84996,18 +85266,21 @@
export declare type QueryCanvasTokenArgs = {
contentId: Scalars['ID']['input'];
};
export declare type QueryCatchupEditMetadataForContentArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
contentId: Scalars['ID']['input'];
contentType: CatchupContentType;
endTimeMs: Scalars['Long']['input'];
updateType?: InputMaybe<CatchupOverviewUpdateType>;
};
export declare type QueryCatchupGetLastViewedTimeArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
contentId: Scalars['ID']['input'];
contentType: CatchupContentType;
};
export declare type QueryCatchupVersionDiffMetadataForContentArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
contentId: Scalars['ID']['input'];
contentType: CatchupContentType;
originalContentVersion: Scalars['Int']['input'];
revisedContentVersion: Scalars['Int']['input'];
@@ -85054,14 +85327,8 @@
recentFirst?: InputMaybe<Scalars['Boolean']['input']>;
singleThreaded?: InputMaybe<Scalars['Boolean']['input']>;
type?: InputMaybe<Array<InputMaybe<CommentType>>>;
};
-export declare type QueryCommentsDigestArgs = {
- contentId: Scalars['ID']['input'];
- contentType: SummaryType;
- language?: InputMaybe<Scalars['String']['input']>;
- responseType?: InputMaybe<CommentsDigestResponseType>;
-};
export declare type QueryConfluenceLegacy_AdminAnnouncementBannerSettingArgs = {
id: Scalars['String']['input'];
};
export declare type QueryConfluenceLegacy_AdminAnnouncementBannerSettingsByCriteriaArgs = {
@@ -86012,8 +86279,11 @@
contentId: Scalars['ID']['input'];
first?: InputMaybe<Scalars['Int']['input']>;
offset?: InputMaybe<Scalars['Int']['input']>;
};
+export declare type QueryConfluence_ContentsArgs = {
+ ids: Array<InputMaybe<Scalars['ID']['input']>>;
+};
export declare type QueryConfluence_ContentsForSimpleIdsArgs = {
cloudId: Scalars['ID']['input'];
ids: Array<InputMaybe<Scalars['ID']['input']>>;
};
@@ -86043,8 +86313,13 @@
export declare type QueryConfluence_HasDivergedFromDefaultSpacePermissionsArgs = {
cloudId: Scalars['ID']['input'];
spaceKey: Scalars['String']['input'];
};
+export declare type QueryConfluence_MacrosByIdsArgs = {
+ cloudId: Scalars['ID']['input'];
+ contentId: Scalars['ID']['input'];
+ macroIds: Array<InputMaybe<Scalars['ID']['input']>>;
+};
export declare type QueryConfluence_PdfExportDownloadLinkArgs = {
cloudId: Scalars['ID']['input'];
id: Scalars['ID']['input'];
};
@@ -86537,12 +86812,8 @@
};
export declare type QueryDevelopmentInformationArgs = {
issueId: Scalars['ID']['input'];
};
-export declare type QueryDiscoverFeedArgs = {
- after?: InputMaybe<Scalars['String']['input']>;
- first?: InputMaybe<Scalars['Int']['input']>;
-};
export declare type QueryEditorConversionSettingsArgs = {
spaceKey: Scalars['String']['input'];
};
export declare type QueryEntityCountBySpaceArgs = {
@@ -86609,13 +86880,15 @@
start?: InputMaybe<Scalars['Int']['input']>;
};
export declare type QueryFeedArgs = {
after?: InputMaybe<Scalars['String']['input']>;
+ cloudId?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
sortBy?: InputMaybe<Scalars['String']['input']>;
};
export declare type QueryForYouFeedArgs = {
after?: InputMaybe<Scalars['String']['input']>;
+ cloudId?: InputMaybe<Scalars['String']['input']>;
first?: InputMaybe<Scalars['Int']['input']>;
};
export declare type QueryFullHubArticleArgs = {
id: Scalars['String']['input'];
@@ -86638,46 +86911,61 @@
locale: Scalars['String']['input'];
mobilePlatform: MobilePlatform;
};
export declare type QueryGetAiConfigArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
product: Product;
};
export declare type QueryGetCommentReplySuggestionsArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
commentId: Scalars['ID']['input'];
language?: InputMaybe<Scalars['String']['input']>;
};
export declare type QueryGetCommentsSummaryArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
commentsType: CommentsType;
contentId: Scalars['ID']['input'];
contentType: SummaryType;
language?: InputMaybe<Scalars['String']['input']>;
};
+export declare type QueryGetFeedUserConfigArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
+};
export declare type QueryGetKeywordsArgs = {
entityAri?: InputMaybe<Scalars['String']['input']>;
textInput?: InputMaybe<NlpGetKeywordsTextInput>;
};
+export declare type QueryGetRecommendedFeedUserConfigArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
+};
export declare type QueryGetRecommendedLabelsArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
entityId: Scalars['ID']['input'];
entityType: Scalars['String']['input'];
first?: InputMaybe<Scalars['Int']['input']>;
spaceId: Scalars['ID']['input'];
};
export declare type QueryGetRecommendedPagesArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
entityId: Scalars['ID']['input'];
entityType: Scalars['String']['input'];
experience: Scalars['String']['input'];
};
export declare type QueryGetRecommendedPagesSpaceStatusArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
entityId: Scalars['ID']['input'];
};
export declare type QueryGetSmartContentFeatureArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
contentId: Scalars['ID']['input'];
};
export declare type QueryGetSmartFeaturesArgs = {
+ cloudId?: InputMaybe<Scalars['String']['input']>;
input: Array<SmartFeaturesInput>;
};
export declare type QueryGetSummaryArgs = {
backendExperiment?: InputMaybe<BackendExperiment>;
+ cloudId?: InputMaybe<Scalars['String']['input']>;
contentId: Scalars['ID']['input'];
contentType: SummaryType;
language?: InputMaybe<Scalars['String']['input']>;
lastUpdatedTimeSeconds: Scalars['Long']['input'];
@@ -86871,8 +87159,15 @@
limit?: InputMaybe<Scalars['Int']['input']>;
searchText: Scalars['String']['input'];
spaceKey?: InputMaybe<Scalars['String']['input']>;
};
+export declare type QueryLatestKnowledgeGraphObjectArgs = {
+ contentId: Scalars['ID']['input'];
+ contentType: ConfluenceContentType;
+ language?: InputMaybe<Scalars['String']['input']>;
+ objectType: KnowledgeGraphObjectType;
+ objectVersion?: Scalars['String']['input'];
+};
export declare type QueryLookAndFeelArgs = {
spaceKey?: InputMaybe<Scalars['String']['input']>;
};
export declare type QueryLoom_CommentArgs = {
@@ -86927,8 +87222,15 @@
contentId?: InputMaybe<Scalars['ID']['input']>;
mode?: InputMaybe<ContentRendererMode>;
outputDeviceType?: InputMaybe<OutputDeviceType>;
};
+export declare type QueryMacrosArgs = {
+ after?: InputMaybe<Scalars['String']['input']>;
+ blocklist?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
+ contentId: Scalars['ID']['input'];
+ first?: InputMaybe<Scalars['Int']['input']>;
+ refetchToken?: InputMaybe<Scalars['String']['input']>;
+};
export declare type QueryMarketplaceAppArgs = {
appId: Scalars['ID']['input'];
};
export declare type QueryMarketplaceAppByCloudAppIdArgs = {
@@ -87208,9 +87510,8 @@
export declare type QueryRadar_PositionsSearchArgs = {
after?: InputMaybe<Scalars['String']['input']>;
before?: InputMaybe<Scalars['String']['input']>;
cloudId: Scalars['ID']['input'];
- fieldIdIsIn?: InputMaybe<Array<Scalars['ID']['input']>>;
first?: InputMaybe<Scalars['Int']['input']>;
last?: InputMaybe<Scalars['Int']['input']>;
rql?: InputMaybe<Scalars['String']['input']>;
};
@@ -87264,8 +87565,13 @@
};
export declare type QueryRenderedContentDumpArgs = {
id: Scalars['ID']['input'];
};
+export declare type QueryRenderedMacroArgs = {
+ adf: Scalars['String']['input'];
+ contentId: Scalars['ID']['input'];
+ mode?: InputMaybe<MacroRendererMode>;
+};
export declare type QueryRepositoryRelationshipsForDevOpsServiceArgs = {
after?: InputMaybe<Scalars['String']['input']>;
filter?: InputMaybe<DevOpsServiceAndRepositoryRelationshipFilter>;
first?: InputMaybe<Scalars['Int']['input']>;
@@ -87744,8 +88050,12 @@
__typename?: 'RadarDateFieldValue';
isHidden?: Maybe<Scalars['Boolean']['output']>;
value?: Maybe<Scalars['DateTime']['output']>;
};
+export declare type RadarDeleteFocusAreaProposalChangesInput = {
+ changeAri: Scalars['ID']['input'];
+ positionAri: Scalars['ID']['input'];
+};
export declare type RadarDynamicFilterOptions = RadarFilterOptions & {
__typename?: 'RadarDynamicFilterOptions';
functions: Array<RadarFunctionId>;
isHidden?: Maybe<Scalars['Boolean']['output']>;
@@ -87961,8 +88271,14 @@
__typename?: 'RadarPositionEdge';
cursor: Scalars['String']['output'];
node: RadarPosition;
};
+export declare type RadarPositionProposalChangeInput = {
+ changeProposalAri?: InputMaybe<Scalars['ID']['input']>;
+ positionAri: Scalars['ID']['input'];
+ sourceFocusAreaAri?: InputMaybe<Scalars['ID']['input']>;
+ targetFocusAreaAri: Scalars['ID']['input'];
+};
export declare type RadarPrincipalByResourceRole = {
__typename?: 'RadarPrincipalByResourceRole';
principals: Array<RadarGroupPrincipal>;
roleId: Scalars['String']['output'];
@@ -88393,8 +88709,16 @@
export declare type RemoveUserSpacePermissionsInput = {
accountId: Scalars['String']['input'];
spaceKey: Scalars['String']['input'];
};
+export declare type RenderedMacro = {
+ __typename?: 'RenderedMacro';
+ macroBodyStorage?: Maybe<Scalars['String']['output']>;
+ macroRenderedRepresentation?: Maybe<ContentRepresentationV2>;
+ mediaToken?: Maybe<EmbeddedMediaTokenV2>;
+ value?: Maybe<Scalars['String']['output']>;
+ webResource?: Maybe<WebResourceDependenciesV2>;
+};
export declare type ReopenCommentsMutationErrorExtension = MutationErrorExtension & {
__typename?: 'ReopenCommentsMutationErrorExtension';
commentId?: Maybe<Scalars['ID']['output']>;
errorType?: Maybe<Scalars['String']['output']>;
@@ -93608,8 +93932,14 @@
metatags?: Maybe<Scalars['String']['output']>;
tags?: Maybe<WebResourceTags>;
uris?: Maybe<WebResourceUris>;
};
+export declare type SuperBatchWebResourcesV2 = {
+ __typename?: 'SuperBatchWebResourcesV2';
+ metatags?: Maybe<Scalars['String']['output']>;
+ tags?: Maybe<WebResourceTagsV2>;
+ uris?: Maybe<WebResourceUrisV2>;
+};
export declare type SupportInquiryEntitlement = {
__typename?: 'SupportInquiryEntitlement';
cloudURL?: Maybe<Scalars['String']['output']>;
entitlementId?: Maybe<Scalars['String']['output']>;
@@ -100892,20 +101222,40 @@
superbatch?: Maybe<SuperBatchWebResources>;
tags?: Maybe<WebResourceTags>;
uris?: Maybe<WebResourceUris>;
};
+export declare type WebResourceDependenciesV2 = {
+ __typename?: 'WebResourceDependenciesV2';
+ contexts: Array<Maybe<Scalars['String']['output']>>;
+ keys: Array<Maybe<Scalars['String']['output']>>;
+ superbatch?: Maybe<SuperBatchWebResourcesV2>;
+ tags?: Maybe<WebResourceTagsV2>;
+ uris?: Maybe<WebResourceUrisV2>;
+};
export declare type WebResourceTags = {
__typename?: 'WebResourceTags';
css?: Maybe<Scalars['String']['output']>;
data?: Maybe<Scalars['String']['output']>;
js?: Maybe<Scalars['String']['output']>;
};
+export declare type WebResourceTagsV2 = {
+ __typename?: 'WebResourceTagsV2';
+ css?: Maybe<Scalars['String']['output']>;
+ data?: Maybe<Scalars['String']['output']>;
+ js?: Maybe<Scalars['String']['output']>;
+};
export declare type WebResourceUris = {
__typename?: 'WebResourceUris';
css?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
data?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
js?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
};
+export declare type WebResourceUrisV2 = {
+ __typename?: 'WebResourceUrisV2';
+ css?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
+ data?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
+ js?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
+};
export declare type WebSection = {
__typename?: 'WebSection';
cacheKey?: Maybe<Scalars['String']['output']>;
id?: Maybe<Scalars['ID']['output']>;