@forge/cli-shared 6.6.1-next.5 → 6.6.1-next.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/out/graphql/graphql-types.d.ts +356 -15
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +26 -11
- package/out/service/supported-products-service.d.ts.map +1 -1
- package/out/service/supported-products-service.js +4 -1
- package/out/ui/command-line-ui.d.ts +3 -0
- package/out/ui/command-line-ui.d.ts.map +1 -1
- package/out/ui/command-line-ui.js +20 -0
- package/out/ui/text.d.ts +4 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +4 -0
- package/out/ui/ui.d.ts +6 -3
- package/out/ui/ui.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -161,6 +161,7 @@ export declare type ActionsAction = {
|
|
|
161
161
|
__typename?: 'ActionsAction';
|
|
162
162
|
actionType: Scalars['String']['output'];
|
|
163
163
|
actionVerb?: Maybe<Scalars['String']['output']>;
|
|
164
|
+
actionVersion?: Maybe<Scalars['String']['output']>;
|
|
164
165
|
auth: Array<ActionsAuthType>;
|
|
165
166
|
description?: Maybe<ActionsDescription>;
|
|
166
167
|
enabledCapabilities?: Maybe<Array<Maybe<ActionsCapabilityType>>>;
|
|
@@ -263,6 +264,7 @@ export declare type ActionsActionableAppsFilter = {
|
|
|
263
264
|
byActionId?: InputMaybe<Scalars['String']['input']>;
|
|
264
265
|
byActionType?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
265
266
|
byActionVerb?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
267
|
+
byActionVersion?: InputMaybe<Scalars['String']['input']>;
|
|
266
268
|
byCapability?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
267
269
|
byContextEntityType?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
268
270
|
byEntityProperty?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
@@ -594,7 +596,7 @@ export declare type ActivityObject = {
|
|
|
594
596
|
subProduct?: Maybe<Scalars['String']['output']>;
|
|
595
597
|
type: Scalars['String']['output'];
|
|
596
598
|
};
|
|
597
|
-
export declare type ActivityObjectData = BitbucketPullRequest | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | MercuryFocusArea | MercuryPortfolio | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloAttachment | TrelloBoard | TrelloCard | TrelloLabel | TrelloList | TrelloMember;
|
|
599
|
+
export declare type ActivityObjectData = BitbucketPullRequest | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceWhiteboard | DevOpsDesign | DevOpsDocument | DevOpsPullRequestDetails | JiraIssue | JiraPlatformComment | JiraServiceManagementComment | LoomVideo | MercuryFocusArea | MercuryPortfolio | TownsquareComment | TownsquareGoal | TownsquareProject | TrelloAttachment | TrelloBoard | TrelloCard | TrelloLabel | TrelloList | TrelloMember;
|
|
598
600
|
export declare enum ActivityObjectType {
|
|
599
601
|
Blogpost = "BLOGPOST",
|
|
600
602
|
Comment = "COMMENT",
|
|
@@ -773,6 +775,9 @@ export declare type AgentAiSummary = {
|
|
|
773
775
|
export declare type AgentStudioAction = {
|
|
774
776
|
__typename?: 'AgentStudioAction';
|
|
775
777
|
actionKey: Scalars['String']['output'];
|
|
778
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
779
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
780
|
+
tags?: Maybe<Array<Scalars['String']['output']>>;
|
|
776
781
|
};
|
|
777
782
|
export declare type AgentStudioActionConfiguration = {
|
|
778
783
|
__typename?: 'AgentStudioActionConfiguration';
|
|
@@ -2519,10 +2524,14 @@ export declare type BitbucketPullRequest = Node & {
|
|
|
2519
2524
|
};
|
|
2520
2525
|
export declare type BitbucketQuery = {
|
|
2521
2526
|
__typename?: 'BitbucketQuery';
|
|
2527
|
+
bitbucketPullRequests?: Maybe<Array<Maybe<BitbucketPullRequest>>>;
|
|
2522
2528
|
bitbucketRepositories?: Maybe<Array<Maybe<BitbucketRepository>>>;
|
|
2523
2529
|
bitbucketRepository?: Maybe<BitbucketRepository>;
|
|
2524
2530
|
bitbucketWorkspace?: Maybe<BitbucketWorkspace>;
|
|
2525
2531
|
};
|
|
2532
|
+
export declare type BitbucketQueryBitbucketPullRequestsArgs = {
|
|
2533
|
+
ids: Array<Scalars['ID']['input']>;
|
|
2534
|
+
};
|
|
2526
2535
|
export declare type BitbucketQueryBitbucketRepositoriesArgs = {
|
|
2527
2536
|
ids: Array<Scalars['ID']['input']>;
|
|
2528
2537
|
};
|
|
@@ -24192,6 +24201,97 @@ export declare type ExternalEntities = {
|
|
|
24192
24201
|
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
24193
24202
|
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
24194
24203
|
};
|
|
24204
|
+
export declare type ExternalEntitiesV2ForHydration = {
|
|
24205
|
+
__typename?: 'ExternalEntitiesV2ForHydration';
|
|
24206
|
+
branch?: Maybe<Array<Maybe<ExternalBranch>>>;
|
|
24207
|
+
buildInfo?: Maybe<Array<Maybe<ExternalBuildInfo>>>;
|
|
24208
|
+
calendarEvent?: Maybe<Array<Maybe<ExternalCalendarEvent>>>;
|
|
24209
|
+
comment?: Maybe<Array<Maybe<ExternalComment>>>;
|
|
24210
|
+
commit?: Maybe<Array<Maybe<ExternalCommit>>>;
|
|
24211
|
+
conversation?: Maybe<Array<Maybe<ExternalConversation>>>;
|
|
24212
|
+
deployment?: Maybe<Array<Maybe<ExternalDeployment>>>;
|
|
24213
|
+
design?: Maybe<Array<Maybe<ExternalDesign>>>;
|
|
24214
|
+
document?: Maybe<Array<Maybe<ExternalDocument>>>;
|
|
24215
|
+
featureFlag?: Maybe<Array<Maybe<ExternalFeatureFlag>>>;
|
|
24216
|
+
message?: Maybe<Array<Maybe<ExternalMessage>>>;
|
|
24217
|
+
organisation?: Maybe<Array<Maybe<ExternalOrganisation>>>;
|
|
24218
|
+
position?: Maybe<Array<Maybe<ExternalPosition>>>;
|
|
24219
|
+
pullRequest?: Maybe<Array<Maybe<ExternalPullRequest>>>;
|
|
24220
|
+
remoteLink?: Maybe<Array<Maybe<ExternalRemoteLink>>>;
|
|
24221
|
+
repository?: Maybe<Array<Maybe<ExternalRepository>>>;
|
|
24222
|
+
space?: Maybe<Array<Maybe<ExternalSpace>>>;
|
|
24223
|
+
video?: Maybe<Array<Maybe<ExternalVideo>>>;
|
|
24224
|
+
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
|
|
24225
|
+
workItem?: Maybe<Array<Maybe<ExternalWorkItem>>>;
|
|
24226
|
+
worker?: Maybe<Array<Maybe<ExternalWorker>>>;
|
|
24227
|
+
};
|
|
24228
|
+
export declare type ExternalEntitiesV2ForHydrationBranchArgs = {
|
|
24229
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24230
|
+
};
|
|
24231
|
+
export declare type ExternalEntitiesV2ForHydrationBuildInfoArgs = {
|
|
24232
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24233
|
+
};
|
|
24234
|
+
export declare type ExternalEntitiesV2ForHydrationCalendarEventArgs = {
|
|
24235
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24236
|
+
};
|
|
24237
|
+
export declare type ExternalEntitiesV2ForHydrationCommentArgs = {
|
|
24238
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24239
|
+
};
|
|
24240
|
+
export declare type ExternalEntitiesV2ForHydrationCommitArgs = {
|
|
24241
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24242
|
+
};
|
|
24243
|
+
export declare type ExternalEntitiesV2ForHydrationConversationArgs = {
|
|
24244
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24245
|
+
};
|
|
24246
|
+
export declare type ExternalEntitiesV2ForHydrationDeploymentArgs = {
|
|
24247
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24248
|
+
};
|
|
24249
|
+
export declare type ExternalEntitiesV2ForHydrationDesignArgs = {
|
|
24250
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24251
|
+
};
|
|
24252
|
+
export declare type ExternalEntitiesV2ForHydrationDocumentArgs = {
|
|
24253
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24254
|
+
};
|
|
24255
|
+
export declare type ExternalEntitiesV2ForHydrationFeatureFlagArgs = {
|
|
24256
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24257
|
+
};
|
|
24258
|
+
export declare type ExternalEntitiesV2ForHydrationMessageArgs = {
|
|
24259
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24260
|
+
};
|
|
24261
|
+
export declare type ExternalEntitiesV2ForHydrationOrganisationArgs = {
|
|
24262
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24263
|
+
};
|
|
24264
|
+
export declare type ExternalEntitiesV2ForHydrationPositionArgs = {
|
|
24265
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24266
|
+
};
|
|
24267
|
+
export declare type ExternalEntitiesV2ForHydrationPullRequestArgs = {
|
|
24268
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24269
|
+
};
|
|
24270
|
+
export declare type ExternalEntitiesV2ForHydrationRemoteLinkArgs = {
|
|
24271
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24272
|
+
};
|
|
24273
|
+
export declare type ExternalEntitiesV2ForHydrationRepositoryArgs = {
|
|
24274
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24275
|
+
};
|
|
24276
|
+
export declare type ExternalEntitiesV2ForHydrationSpaceArgs = {
|
|
24277
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24278
|
+
};
|
|
24279
|
+
export declare type ExternalEntitiesV2ForHydrationVideoArgs = {
|
|
24280
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24281
|
+
};
|
|
24282
|
+
export declare type ExternalEntitiesV2ForHydrationVulnerabilityArgs = {
|
|
24283
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24284
|
+
};
|
|
24285
|
+
export declare type ExternalEntitiesV2ForHydrationWorkItemArgs = {
|
|
24286
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24287
|
+
};
|
|
24288
|
+
export declare type ExternalEntitiesV2ForHydrationWorkerArgs = {
|
|
24289
|
+
externalEntitiesV2ForHydrationInput: Array<ExternalEntitiesV2ForHydrationInput>;
|
|
24290
|
+
};
|
|
24291
|
+
export declare type ExternalEntitiesV2ForHydrationInput = {
|
|
24292
|
+
ari?: InputMaybe<Scalars['ID']['input']>;
|
|
24293
|
+
graphWorkspaceAri?: InputMaybe<Scalars['ID']['input']>;
|
|
24294
|
+
};
|
|
24195
24295
|
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalComment | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker;
|
|
24196
24296
|
export declare type ExternalEnvironment = {
|
|
24197
24297
|
__typename?: 'ExternalEnvironment';
|
|
@@ -29666,6 +29766,8 @@ export declare type GraphStore = {
|
|
|
29666
29766
|
atlasProjectIsTrackedOnJiraEpicInverse?: Maybe<GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseConnection>;
|
|
29667
29767
|
atlasProjectIsTrackedOnJiraEpicInverseRelationship?: Maybe<GraphStoreFullAtlasProjectIsTrackedOnJiraEpicConnection>;
|
|
29668
29768
|
atlasProjectIsTrackedOnJiraEpicRelationship?: Maybe<GraphStoreFullAtlasProjectIsTrackedOnJiraEpicConnection>;
|
|
29769
|
+
boardBelongsToProject?: Maybe<GraphStoreSimplifiedBoardBelongsToProjectConnection>;
|
|
29770
|
+
boardBelongsToProjectInverse?: Maybe<GraphStoreSimplifiedBoardBelongsToProjectInverseConnection>;
|
|
29669
29771
|
componentAssociatedDocument?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentConnection>;
|
|
29670
29772
|
componentAssociatedDocumentInverse?: Maybe<GraphStoreSimplifiedComponentAssociatedDocumentInverseConnection>;
|
|
29671
29773
|
componentAssociatedDocumentInverseRelationship?: Maybe<GraphStoreFullComponentAssociatedDocumentConnection>;
|
|
@@ -30094,6 +30196,8 @@ export declare type GraphStore = {
|
|
|
30094
30196
|
userCreatedDesignInverse?: Maybe<GraphStoreSimplifiedUserCreatedDesignInverseConnection>;
|
|
30095
30197
|
userCreatedDocument?: Maybe<GraphStoreSimplifiedUserCreatedDocumentConnection>;
|
|
30096
30198
|
userCreatedDocumentInverse?: Maybe<GraphStoreSimplifiedUserCreatedDocumentInverseConnection>;
|
|
30199
|
+
userCreatedIssueComment?: Maybe<GraphStoreSimplifiedUserCreatedIssueCommentConnection>;
|
|
30200
|
+
userCreatedIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueCommentInverseConnection>;
|
|
30097
30201
|
userCreatedIssueWorklog?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogConnection>;
|
|
30098
30202
|
userCreatedIssueWorklogInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection>;
|
|
30099
30203
|
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
@@ -30156,6 +30260,7 @@ export declare type GraphStore = {
|
|
|
30156
30260
|
userTaggedInCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInCommentInverseConnection>;
|
|
30157
30261
|
userTaggedInConfluencePage?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageConnection>;
|
|
30158
30262
|
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
30263
|
+
userTaggedInIssueComment?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentConnection>;
|
|
30159
30264
|
userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
|
|
30160
30265
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
30161
30266
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
@@ -30445,6 +30550,20 @@ export declare type GraphStoreAtlasProjectIsTrackedOnJiraEpicRelationshipArgs =
|
|
|
30445
30550
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30446
30551
|
id: Scalars['ID']['input'];
|
|
30447
30552
|
};
|
|
30553
|
+
export declare type GraphStoreBoardBelongsToProjectArgs = {
|
|
30554
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30555
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30556
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30557
|
+
id: Scalars['ID']['input'];
|
|
30558
|
+
sort?: InputMaybe<GraphStoreBoardBelongsToProjectSortInput>;
|
|
30559
|
+
};
|
|
30560
|
+
export declare type GraphStoreBoardBelongsToProjectInverseArgs = {
|
|
30561
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30562
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30563
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30564
|
+
id: Scalars['ID']['input'];
|
|
30565
|
+
sort?: InputMaybe<GraphStoreBoardBelongsToProjectSortInput>;
|
|
30566
|
+
};
|
|
30448
30567
|
export declare type GraphStoreComponentAssociatedDocumentArgs = {
|
|
30449
30568
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30450
30569
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -33210,6 +33329,20 @@ export declare type GraphStoreUserCreatedDocumentInverseArgs = {
|
|
|
33210
33329
|
id: Scalars['ID']['input'];
|
|
33211
33330
|
sort?: InputMaybe<GraphStoreUserCreatedDocumentSortInput>;
|
|
33212
33331
|
};
|
|
33332
|
+
export declare type GraphStoreUserCreatedIssueCommentArgs = {
|
|
33333
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33334
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33335
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33336
|
+
id: Scalars['ID']['input'];
|
|
33337
|
+
sort?: InputMaybe<GraphStoreUserCreatedIssueCommentSortInput>;
|
|
33338
|
+
};
|
|
33339
|
+
export declare type GraphStoreUserCreatedIssueCommentInverseArgs = {
|
|
33340
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33341
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33342
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33343
|
+
id: Scalars['ID']['input'];
|
|
33344
|
+
sort?: InputMaybe<GraphStoreUserCreatedIssueCommentSortInput>;
|
|
33345
|
+
};
|
|
33213
33346
|
export declare type GraphStoreUserCreatedIssueWorklogArgs = {
|
|
33214
33347
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33215
33348
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -33646,6 +33779,13 @@ export declare type GraphStoreUserTaggedInConfluencePageInverseArgs = {
|
|
|
33646
33779
|
id: Scalars['ID']['input'];
|
|
33647
33780
|
sort?: InputMaybe<GraphStoreUserTaggedInConfluencePageSortInput>;
|
|
33648
33781
|
};
|
|
33782
|
+
export declare type GraphStoreUserTaggedInIssueCommentArgs = {
|
|
33783
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33784
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33785
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33786
|
+
id: Scalars['ID']['input'];
|
|
33787
|
+
sort?: InputMaybe<GraphStoreUserTaggedInIssueCommentSortInput>;
|
|
33788
|
+
};
|
|
33649
33789
|
export declare type GraphStoreUserTaggedInIssueCommentInverseArgs = {
|
|
33650
33790
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33651
33791
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34888,6 +35028,9 @@ export declare type GraphStoreBatchTestPerfhammerRelationshipStartNode = {
|
|
|
34888
35028
|
id: Scalars['ID']['output'];
|
|
34889
35029
|
};
|
|
34890
35030
|
export declare type GraphStoreBatchTestPerfhammerRelationshipStartUnion = JiraIssue;
|
|
35031
|
+
export declare type GraphStoreBoardBelongsToProjectSortInput = {
|
|
35032
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35033
|
+
};
|
|
34891
35034
|
export declare type GraphStoreBooleanFilterInput = {
|
|
34892
35035
|
is?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34893
35036
|
};
|
|
@@ -35357,7 +35500,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
35357
35500
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
35358
35501
|
id: Scalars['ID']['output'];
|
|
35359
35502
|
};
|
|
35360
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | 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 | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject | TownsquareProjectUpdate;
|
|
35503
|
+
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | 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 | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject | TownsquareProjectUpdate;
|
|
35361
35504
|
export declare type GraphStoreCypherQueryNode = {
|
|
35362
35505
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
35363
35506
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -35382,8 +35525,8 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
35382
35525
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
35383
35526
|
id: Scalars['ID']['output'];
|
|
35384
35527
|
};
|
|
35385
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | 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 | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject | TownsquareProjectUpdate;
|
|
35386
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | CompassComponent | 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 | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPostIncidentReviewLink | JiraProject | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject | TownsquareProjectUpdate;
|
|
35528
|
+
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | 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 | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject | TownsquareProjectUpdate;
|
|
35529
|
+
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | CompassComponent | 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 | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraAlignAggProject | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraPlatformComment | JiraPostIncidentReviewLink | JiraProject | JiraServiceManagementComment | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | MercuryFocusArea | OpsgenieTeam | RadarPosition | TeamV2 | ThirdPartyUser | TownsquareGoal | TownsquareProject | TownsquareProjectUpdate;
|
|
35387
35530
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
35388
35531
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
35389
35532
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -40494,6 +40637,34 @@ export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseEd
|
|
|
40494
40637
|
};
|
|
40495
40638
|
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicInverseUnion = TownsquareProject;
|
|
40496
40639
|
export declare type GraphStoreSimplifiedAtlasProjectIsTrackedOnJiraEpicUnion = JiraIssue;
|
|
40640
|
+
export declare type GraphStoreSimplifiedBoardBelongsToProjectConnection = HasPageInfo & {
|
|
40641
|
+
__typename?: 'GraphStoreSimplifiedBoardBelongsToProjectConnection';
|
|
40642
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedBoardBelongsToProjectEdge>>>;
|
|
40643
|
+
pageInfo: PageInfo;
|
|
40644
|
+
};
|
|
40645
|
+
export declare type GraphStoreSimplifiedBoardBelongsToProjectEdge = {
|
|
40646
|
+
__typename?: 'GraphStoreSimplifiedBoardBelongsToProjectEdge';
|
|
40647
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40648
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40649
|
+
id: Scalars['ID']['output'];
|
|
40650
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40651
|
+
node?: Maybe<GraphStoreSimplifiedBoardBelongsToProjectUnion>;
|
|
40652
|
+
};
|
|
40653
|
+
export declare type GraphStoreSimplifiedBoardBelongsToProjectInverseConnection = HasPageInfo & {
|
|
40654
|
+
__typename?: 'GraphStoreSimplifiedBoardBelongsToProjectInverseConnection';
|
|
40655
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedBoardBelongsToProjectInverseEdge>>>;
|
|
40656
|
+
pageInfo: PageInfo;
|
|
40657
|
+
};
|
|
40658
|
+
export declare type GraphStoreSimplifiedBoardBelongsToProjectInverseEdge = {
|
|
40659
|
+
__typename?: 'GraphStoreSimplifiedBoardBelongsToProjectInverseEdge';
|
|
40660
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40661
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40662
|
+
id: Scalars['ID']['output'];
|
|
40663
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40664
|
+
node?: Maybe<GraphStoreSimplifiedBoardBelongsToProjectInverseUnion>;
|
|
40665
|
+
};
|
|
40666
|
+
export declare type GraphStoreSimplifiedBoardBelongsToProjectInverseUnion = JiraBoard;
|
|
40667
|
+
export declare type GraphStoreSimplifiedBoardBelongsToProjectUnion = JiraProject;
|
|
40497
40668
|
export declare type GraphStoreSimplifiedComponentAssociatedDocumentConnection = HasPageInfo & {
|
|
40498
40669
|
__typename?: 'GraphStoreSimplifiedComponentAssociatedDocumentConnection';
|
|
40499
40670
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedComponentAssociatedDocumentEdge>>>;
|
|
@@ -44260,6 +44431,34 @@ export declare type GraphStoreSimplifiedUserCreatedDocumentInverseEdge = {
|
|
|
44260
44431
|
};
|
|
44261
44432
|
export declare type GraphStoreSimplifiedUserCreatedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
44262
44433
|
export declare type GraphStoreSimplifiedUserCreatedDocumentUnion = DevOpsDocument | ExternalDocument;
|
|
44434
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueCommentConnection = HasPageInfo & {
|
|
44435
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedIssueCommentConnection';
|
|
44436
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedIssueCommentEdge>>>;
|
|
44437
|
+
pageInfo: PageInfo;
|
|
44438
|
+
};
|
|
44439
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueCommentEdge = {
|
|
44440
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedIssueCommentEdge';
|
|
44441
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44442
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44443
|
+
id: Scalars['ID']['output'];
|
|
44444
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44445
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedIssueCommentUnion>;
|
|
44446
|
+
};
|
|
44447
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueCommentInverseConnection = HasPageInfo & {
|
|
44448
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedIssueCommentInverseConnection';
|
|
44449
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedIssueCommentInverseEdge>>>;
|
|
44450
|
+
pageInfo: PageInfo;
|
|
44451
|
+
};
|
|
44452
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueCommentInverseEdge = {
|
|
44453
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedIssueCommentInverseEdge';
|
|
44454
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44455
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44456
|
+
id: Scalars['ID']['output'];
|
|
44457
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44458
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedIssueCommentInverseUnion>;
|
|
44459
|
+
};
|
|
44460
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
44461
|
+
export declare type GraphStoreSimplifiedUserCreatedIssueCommentUnion = JiraPlatformComment | JiraServiceManagementComment;
|
|
44263
44462
|
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogConnection = HasPageInfo & {
|
|
44264
44463
|
__typename?: 'GraphStoreSimplifiedUserCreatedIssueWorklogConnection';
|
|
44265
44464
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogEdge>>>;
|
|
@@ -45140,6 +45339,19 @@ export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseEdge =
|
|
|
45140
45339
|
};
|
|
45141
45340
|
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45142
45341
|
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageUnion = ConfluencePage;
|
|
45342
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentConnection = HasPageInfo & {
|
|
45343
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInIssueCommentConnection';
|
|
45344
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentEdge>>>;
|
|
45345
|
+
pageInfo: PageInfo;
|
|
45346
|
+
};
|
|
45347
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentEdge = {
|
|
45348
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInIssueCommentEdge';
|
|
45349
|
+
createdAt: Scalars['DateTime']['output'];
|
|
45350
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
45351
|
+
id: Scalars['ID']['output'];
|
|
45352
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
45353
|
+
node?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentUnion>;
|
|
45354
|
+
};
|
|
45143
45355
|
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection = HasPageInfo & {
|
|
45144
45356
|
__typename?: 'GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection';
|
|
45145
45357
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge>>>;
|
|
@@ -45154,6 +45366,7 @@ export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge = {
|
|
|
45154
45366
|
node?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion>;
|
|
45155
45367
|
};
|
|
45156
45368
|
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
45369
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentUnion = JiraPlatformComment | JiraServiceManagementComment;
|
|
45157
45370
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
45158
45371
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
45159
45372
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -46386,6 +46599,9 @@ export declare type GraphStoreUserCreatedDesignSortInput = {
|
|
|
46386
46599
|
export declare type GraphStoreUserCreatedDocumentSortInput = {
|
|
46387
46600
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
46388
46601
|
};
|
|
46602
|
+
export declare type GraphStoreUserCreatedIssueCommentSortInput = {
|
|
46603
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
46604
|
+
};
|
|
46389
46605
|
export declare type GraphStoreUserCreatedIssueWorklogSortInput = {
|
|
46390
46606
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
46391
46607
|
};
|
|
@@ -50959,6 +51175,18 @@ export declare enum JiraBoardLocationType {
|
|
|
50959
51175
|
User = "USER"
|
|
50960
51176
|
}
|
|
50961
51177
|
export declare type JiraBoardResult = JiraBoard | QueryError;
|
|
51178
|
+
export declare enum JiraBoardSwimlaneStrategy {
|
|
51179
|
+
AssigneeUnassignedFirst = "ASSIGNEE_UNASSIGNED_FIRST",
|
|
51180
|
+
AssigneeUnassignedLast = "ASSIGNEE_UNASSIGNED_LAST",
|
|
51181
|
+
Custom = "CUSTOM",
|
|
51182
|
+
Epic = "EPIC",
|
|
51183
|
+
IssueChildren = "ISSUE_CHILDREN",
|
|
51184
|
+
IssueParent = "ISSUE_PARENT",
|
|
51185
|
+
None = "NONE",
|
|
51186
|
+
ParentChild = "PARENT_CHILD",
|
|
51187
|
+
Project = "PROJECT",
|
|
51188
|
+
RequestType = "REQUEST_TYPE"
|
|
51189
|
+
}
|
|
50962
51190
|
export declare enum JiraBoardType {
|
|
50963
51191
|
Kanban = "KANBAN",
|
|
50964
51192
|
Scrum = "SCRUM"
|
|
@@ -52003,6 +52231,7 @@ export declare type JiraCommentSortInput = {
|
|
|
52003
52231
|
};
|
|
52004
52232
|
export declare type JiraCommentSummary = {
|
|
52005
52233
|
__typename?: 'JiraCommentSummary';
|
|
52234
|
+
canAddComment?: Maybe<Scalars['Boolean']['output']>;
|
|
52006
52235
|
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
52007
52236
|
};
|
|
52008
52237
|
export declare type JiraCommentSummaryField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
@@ -54684,6 +54913,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
54684
54913
|
issueId: Scalars['String']['output'];
|
|
54685
54914
|
issueLinks?: Maybe<JiraIssueLinkConnection>;
|
|
54686
54915
|
issuePropertyByKey?: Maybe<Scalars['JSON']['output']>;
|
|
54916
|
+
issueRestrictionField?: Maybe<JiraIssueRestrictionField>;
|
|
54687
54917
|
issueTypeAvatarUrl?: Maybe<Scalars['URL']['output']>;
|
|
54688
54918
|
issueTypeField?: Maybe<JiraIssueTypeField>;
|
|
54689
54919
|
issueTypesForHierarchyAbove?: Maybe<JiraIssueTypeConnection>;
|
|
@@ -54721,6 +54951,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
54721
54951
|
resolutionField?: Maybe<JiraResolutionField>;
|
|
54722
54952
|
screenId?: Maybe<Scalars['Long']['output']>;
|
|
54723
54953
|
searchViewContext?: Maybe<JiraIssueSearchViewContexts>;
|
|
54954
|
+
securityLevelField?: Maybe<JiraSecurityLevelField>;
|
|
54724
54955
|
smartSummary?: Maybe<JiraAdf>;
|
|
54725
54956
|
startDateField?: Maybe<JiraDatePickerField>;
|
|
54726
54957
|
startDateViewField?: Maybe<JiraIssueField>;
|
|
@@ -54736,6 +54967,8 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
54736
54967
|
summaryField?: Maybe<JiraSingleLineTextField>;
|
|
54737
54968
|
timeTrackingField?: Maybe<JiraTimeTrackingField>;
|
|
54738
54969
|
updatedField?: Maybe<JiraDateTimePickerField>;
|
|
54970
|
+
votesField?: Maybe<JiraVotesField>;
|
|
54971
|
+
watchesField?: Maybe<JiraWatchesField>;
|
|
54739
54972
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
54740
54973
|
worklogs?: Maybe<JiraWorkLogConnection>;
|
|
54741
54974
|
};
|
|
@@ -56267,6 +56500,10 @@ export declare type JiraJqlHistoryEdge = {
|
|
|
56267
56500
|
__typename?: 'JiraJQLHistoryEdge';
|
|
56268
56501
|
node?: Maybe<JiraJqlHistory>;
|
|
56269
56502
|
};
|
|
56503
|
+
export declare type JiraJourneyBuilderAssociatedAutomationRule = {
|
|
56504
|
+
__typename?: 'JiraJourneyBuilderAssociatedAutomationRule';
|
|
56505
|
+
id: Scalars['ID']['output'];
|
|
56506
|
+
};
|
|
56270
56507
|
export declare type JiraJourneyConfiguration = Node & {
|
|
56271
56508
|
__typename?: 'JiraJourneyConfiguration';
|
|
56272
56509
|
activityConfigurations?: Maybe<Array<Maybe<JiraActivityConfiguration>>>;
|
|
@@ -56357,6 +56594,7 @@ export declare enum JiraJourneyTriggerType {
|
|
|
56357
56594
|
}
|
|
56358
56595
|
export declare type JiraJourneyWorkItem = JiraJourneyItemCommon & {
|
|
56359
56596
|
__typename?: 'JiraJourneyWorkItem';
|
|
56597
|
+
associatedAutomationRules?: Maybe<Array<JiraJourneyBuilderAssociatedAutomationRule>>;
|
|
56360
56598
|
fieldValues?: Maybe<Array<JiraJourneyWorkItemFieldValueKeyValuePair>>;
|
|
56361
56599
|
id: Scalars['ID']['output'];
|
|
56362
56600
|
issueType?: Maybe<JiraIssueType>;
|
|
@@ -56403,6 +56641,7 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
56403
56641
|
}
|
|
56404
56642
|
export declare type JiraJqlBoardInput = {
|
|
56405
56643
|
boardId: Scalars['Long']['input'];
|
|
56644
|
+
swimlaneStrategy?: InputMaybe<JiraBoardSwimlaneStrategy>;
|
|
56406
56645
|
};
|
|
56407
56646
|
export declare type JiraJqlBuilder = {
|
|
56408
56647
|
__typename?: 'JiraJqlBuilder';
|
|
@@ -57468,6 +57707,7 @@ export declare type JiraMutation = {
|
|
|
57468
57707
|
__typename?: 'JiraMutation';
|
|
57469
57708
|
addFieldsToProject?: Maybe<JiraAddFieldsToProjectPayload>;
|
|
57470
57709
|
addIssuesToFixVersion?: Maybe<JiraAddIssuesToFixVersionPayload>;
|
|
57710
|
+
addJiraJourneyWorkItemAssociatedAutomationRule?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
57471
57711
|
addJiraVersionApprover?: Maybe<JiraVersionAddApproverPayload>;
|
|
57472
57712
|
addPermissionSchemeGrants?: Maybe<JiraPermissionSchemeAddGrantPayload>;
|
|
57473
57713
|
addPostIncidentReviewLink?: Maybe<JiraAddPostIncidentReviewLinkMutationPayload>;
|
|
@@ -57546,6 +57786,7 @@ export declare type JiraMutation = {
|
|
|
57546
57786
|
removeCustomField?: Maybe<JiraRemoveCustomFieldPayload>;
|
|
57547
57787
|
removeIssuesFromAllFixVersions?: Maybe<JiraRemoveIssuesFromAllFixVersionsPayload>;
|
|
57548
57788
|
removeIssuesFromFixVersion?: Maybe<JiraRemoveIssuesFromFixVersionPayload>;
|
|
57789
|
+
removeJiraJourneyWorkItemAssociatedAutomationRule?: Maybe<JiraUpdateJourneyConfigurationPayload>;
|
|
57549
57790
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
57550
57791
|
removePostIncidentReviewLink?: Maybe<JiraRemovePostIncidentReviewLinkMutationPayload>;
|
|
57551
57792
|
removeRelatedWorkFromVersion?: Maybe<JiraRemoveRelatedWorkFromVersionPayload>;
|
|
@@ -57665,6 +57906,10 @@ export declare type JiraMutationAddFieldsToProjectArgs = {
|
|
|
57665
57906
|
export declare type JiraMutationAddIssuesToFixVersionArgs = {
|
|
57666
57907
|
input: JiraAddIssuesToFixVersionInput;
|
|
57667
57908
|
};
|
|
57909
|
+
export declare type JiraMutationAddJiraJourneyWorkItemAssociatedAutomationRuleArgs = {
|
|
57910
|
+
cloudId: Scalars['ID']['input'];
|
|
57911
|
+
input: JiraUpdateJourneyWorkItemAssociatedAutomationRuleInput;
|
|
57912
|
+
};
|
|
57668
57913
|
export declare type JiraMutationAddJiraVersionApproverArgs = {
|
|
57669
57914
|
input: JiraVersionAddApproverInput;
|
|
57670
57915
|
};
|
|
@@ -57921,6 +58166,10 @@ export declare type JiraMutationRemoveIssuesFromAllFixVersionsArgs = {
|
|
|
57921
58166
|
export declare type JiraMutationRemoveIssuesFromFixVersionArgs = {
|
|
57922
58167
|
input: JiraRemoveIssuesFromFixVersionInput;
|
|
57923
58168
|
};
|
|
58169
|
+
export declare type JiraMutationRemoveJiraJourneyWorkItemAssociatedAutomationRuleArgs = {
|
|
58170
|
+
cloudId: Scalars['ID']['input'];
|
|
58171
|
+
input: JiraUpdateJourneyWorkItemAssociatedAutomationRuleInput;
|
|
58172
|
+
};
|
|
57924
58173
|
export declare type JiraMutationRemovePermissionSchemeGrantsArgs = {
|
|
57925
58174
|
input: JiraPermissionSchemeRemoveGrantInput;
|
|
57926
58175
|
};
|
|
@@ -60124,10 +60373,16 @@ export declare type JiraProjectUpdateNameMutationPayload = Payload & {
|
|
|
60124
60373
|
};
|
|
60125
60374
|
export declare type JiraProjectWithIssueTypeIds = {
|
|
60126
60375
|
__typename?: 'JiraProjectWithIssueTypeIds';
|
|
60376
|
+
aiSuggestedAvailableFields?: Maybe<JiraAvailableFieldsConnection>;
|
|
60127
60377
|
allowedCustomFieldTypes?: Maybe<JiraFieldTypeConnection>;
|
|
60128
60378
|
availableFields?: Maybe<JiraAvailableFieldsConnection>;
|
|
60129
60379
|
fieldAssociationWithIssueTypes?: Maybe<JiraFieldAssociationWithIssueTypesConnection>;
|
|
60130
60380
|
};
|
|
60381
|
+
export declare type JiraProjectWithIssueTypeIdsAiSuggestedAvailableFieldsArgs = {
|
|
60382
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
60383
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
60384
|
+
input?: InputMaybe<JiraProjectAvailableFieldsInput>;
|
|
60385
|
+
};
|
|
60131
60386
|
export declare type JiraProjectWithIssueTypeIdsAllowedCustomFieldTypesArgs = {
|
|
60132
60387
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
60133
60388
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -64803,6 +65058,12 @@ export declare type JiraUpdateJourneyTriggerConfigurationInput = {
|
|
|
64803
65058
|
triggerConfiguration?: InputMaybe<JiraJourneyTriggerConfigurationInput>;
|
|
64804
65059
|
version: Scalars['Long']['input'];
|
|
64805
65060
|
};
|
|
65061
|
+
export declare type JiraUpdateJourneyWorkItemAssociatedAutomationRuleInput = {
|
|
65062
|
+
associatedRuleId: Scalars['ID']['input'];
|
|
65063
|
+
journeyId: Scalars['ID']['input'];
|
|
65064
|
+
journeyItemId: Scalars['ID']['input'];
|
|
65065
|
+
journeyVersion: Scalars['Long']['input'];
|
|
65066
|
+
};
|
|
64806
65067
|
export declare type JiraUpdateLabelsFieldInput = {
|
|
64807
65068
|
id: Scalars['ID']['input'];
|
|
64808
65069
|
operations: Array<JiraLabelsFieldOperationInput>;
|
|
@@ -71453,6 +71714,14 @@ export declare type MercuryProviderOrchestrationMutationApiLinkAtlassianWorkToFo
|
|
|
71453
71714
|
export declare type MercuryProviderOrchestrationMutationApiLinkWorkToFocusAreaArgs = {
|
|
71454
71715
|
input: MercuryLinkWorkToFocusAreaInput;
|
|
71455
71716
|
};
|
|
71717
|
+
export declare type MercuryProviderOrchestrationQueryApi = {
|
|
71718
|
+
__typename?: 'MercuryProviderOrchestrationQueryApi';
|
|
71719
|
+
isWorkspaceConnected: Array<MercuryWorkspaceConnectionStatus>;
|
|
71720
|
+
};
|
|
71721
|
+
export declare type MercuryProviderOrchestrationQueryApiIsWorkspaceConnectedArgs = {
|
|
71722
|
+
cloudId: Scalars['ID']['input'];
|
|
71723
|
+
workspaceAris: Array<Scalars['String']['input']>;
|
|
71724
|
+
};
|
|
71456
71725
|
export declare type MercuryProviderUser = {
|
|
71457
71726
|
id: Scalars['ID']['output'];
|
|
71458
71727
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -71847,6 +72116,11 @@ export declare type MercuryUserEdge = {
|
|
|
71847
72116
|
node?: Maybe<User>;
|
|
71848
72117
|
};
|
|
71849
72118
|
export declare type MercuryWorkResult = MercuryProviderWork | MercuryProviderWorkError;
|
|
72119
|
+
export declare type MercuryWorkspaceConnectionStatus = {
|
|
72120
|
+
__typename?: 'MercuryWorkspaceConnectionStatus';
|
|
72121
|
+
isConnected: Scalars['Boolean']['output'];
|
|
72122
|
+
workspaceAri: Scalars['String']['output'];
|
|
72123
|
+
};
|
|
71850
72124
|
export declare type MercuryWorkspaceContext = {
|
|
71851
72125
|
__typename?: 'MercuryWorkspaceContext';
|
|
71852
72126
|
activationId: Scalars['String']['output'];
|
|
@@ -77213,6 +77487,7 @@ export declare type Query = {
|
|
|
77213
77487
|
externalContentMediaSession?: Maybe<ContentMediaSession>;
|
|
77214
77488
|
external_entities?: Maybe<ExternalEntities>;
|
|
77215
77489
|
external_entitiesV2?: Maybe<ExternalEntities>;
|
|
77490
|
+
external_entitiesV2ForHydration?: Maybe<ExternalEntitiesV2ForHydration>;
|
|
77216
77491
|
favoriteContent?: Maybe<PaginatedContentList>;
|
|
77217
77492
|
featureDiscovery?: Maybe<Array<Maybe<DiscoveredFeature>>>;
|
|
77218
77493
|
feed?: Maybe<PaginatedFeed>;
|
|
@@ -77318,6 +77593,7 @@ export declare type Query = {
|
|
|
77318
77593
|
marketplaceStore: MarketplaceStoreQueryApi;
|
|
77319
77594
|
me: AuthenticationContext;
|
|
77320
77595
|
mercury?: Maybe<MercuryQueryApi>;
|
|
77596
|
+
mercury_providerOrchestration?: Maybe<MercuryProviderOrchestrationQueryApi>;
|
|
77321
77597
|
migration: MigrationQuery;
|
|
77322
77598
|
migrationCatalogue: MigrationCatalogueQuery;
|
|
77323
77599
|
migrationMediaSession?: Maybe<ContentMediaSession>;
|
|
@@ -78688,7 +78964,7 @@ export declare type QueryConfluence_RefreshMigrationMediaSessionArgs = {
|
|
|
78688
78964
|
export declare type QueryConfluence_SearchArgs = {
|
|
78689
78965
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
78690
78966
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
78691
|
-
cloudId
|
|
78967
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
78692
78968
|
cql: Scalars['String']['input'];
|
|
78693
78969
|
cqlcontext?: InputMaybe<Scalars['String']['input']>;
|
|
78694
78970
|
disableArchivedSpaceFallback?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -78706,14 +78982,14 @@ export declare type QueryConfluence_SearchTeamLabelsArgs = {
|
|
|
78706
78982
|
};
|
|
78707
78983
|
export declare type QueryConfluence_SearchUserArgs = {
|
|
78708
78984
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
78709
|
-
cloudId
|
|
78985
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
78710
78986
|
cql: Scalars['String']['input'];
|
|
78711
78987
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
78712
78988
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
78713
78989
|
sitePermissionTypeFilter?: InputMaybe<Scalars['String']['input']>;
|
|
78714
78990
|
};
|
|
78715
78991
|
export declare type QueryConfluence_StorageArgs = {
|
|
78716
|
-
cloudId
|
|
78992
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
78717
78993
|
};
|
|
78718
78994
|
export declare type QueryConfluence_SubCalendarSubscribersCountArgs = {
|
|
78719
78995
|
cloudId: Scalars['ID']['input'];
|
|
@@ -78728,11 +79004,11 @@ export declare type QueryConfluence_TeamPresenceSpaceSettingsArgs = {
|
|
|
78728
79004
|
spaceId: Scalars['Long']['input'];
|
|
78729
79005
|
};
|
|
78730
79006
|
export declare type QueryConfluence_TemplateArgs = {
|
|
78731
|
-
cloudId
|
|
79007
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
78732
79008
|
contentTemplateId: Scalars['String']['input'];
|
|
78733
79009
|
};
|
|
78734
79010
|
export declare type QueryConfluence_TenantContextArgs = {
|
|
78735
|
-
cloudId
|
|
79011
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
78736
79012
|
};
|
|
78737
79013
|
export declare type QueryConfluence_UserContentAccessArgs = {
|
|
78738
79014
|
accessType: ResourceAccessType;
|
|
@@ -82459,6 +82735,18 @@ export declare type SearchResultAtlasGoal = SearchResult & {
|
|
|
82459
82735
|
type: SearchResultType;
|
|
82460
82736
|
url: Scalars['URL']['output'];
|
|
82461
82737
|
};
|
|
82738
|
+
export declare type SearchResultAtlasGoalUpdate = SearchResult & {
|
|
82739
|
+
__typename?: 'SearchResultAtlasGoalUpdate';
|
|
82740
|
+
description: Scalars['String']['output'];
|
|
82741
|
+
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
82742
|
+
id: Scalars['ID']['output'];
|
|
82743
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
82744
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
82745
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
82746
|
+
title: Scalars['String']['output'];
|
|
82747
|
+
type: SearchResultType;
|
|
82748
|
+
url: Scalars['URL']['output'];
|
|
82749
|
+
};
|
|
82462
82750
|
export declare type SearchResultAtlasProject = SearchResult & {
|
|
82463
82751
|
__typename?: 'SearchResultAtlasProject';
|
|
82464
82752
|
description: Scalars['String']['output'];
|
|
@@ -82471,6 +82759,18 @@ export declare type SearchResultAtlasProject = SearchResult & {
|
|
|
82471
82759
|
type: SearchResultType;
|
|
82472
82760
|
url: Scalars['URL']['output'];
|
|
82473
82761
|
};
|
|
82762
|
+
export declare type SearchResultAtlasProjectUpdate = SearchResult & {
|
|
82763
|
+
__typename?: 'SearchResultAtlasProjectUpdate';
|
|
82764
|
+
description: Scalars['String']['output'];
|
|
82765
|
+
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
82766
|
+
id: Scalars['ID']['output'];
|
|
82767
|
+
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
82768
|
+
score?: Maybe<Scalars['Float']['output']>;
|
|
82769
|
+
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
82770
|
+
title: Scalars['String']['output'];
|
|
82771
|
+
type: SearchResultType;
|
|
82772
|
+
url: Scalars['URL']['output'];
|
|
82773
|
+
};
|
|
82474
82774
|
export declare type SearchResultBitbucketRepository = SearchResult & {
|
|
82475
82775
|
__typename?: 'SearchResultBitbucketRepository';
|
|
82476
82776
|
description: Scalars['String']['output'];
|
|
@@ -82798,6 +83098,7 @@ export declare enum SearchResultType {
|
|
|
82798
83098
|
FocusAreaStatusUpdate = "focus_area_status_update",
|
|
82799
83099
|
Folder = "folder",
|
|
82800
83100
|
Goal = "goal",
|
|
83101
|
+
GoalUpdate = "goal_update",
|
|
82801
83102
|
Issue = "issue",
|
|
82802
83103
|
Learning = "learning",
|
|
82803
83104
|
Message = "message",
|
|
@@ -82805,6 +83106,7 @@ export declare enum SearchResultType {
|
|
|
82805
83106
|
Plan = "plan",
|
|
82806
83107
|
Presentation = "presentation",
|
|
82807
83108
|
Project = "project",
|
|
83109
|
+
ProjectUpdate = "project_update",
|
|
82808
83110
|
Question = "question",
|
|
82809
83111
|
Repository = "repository",
|
|
82810
83112
|
Space = "space",
|
|
@@ -87283,6 +87585,17 @@ export declare type TownsquareCreateGoalPayload = {
|
|
|
87283
87585
|
__typename?: 'TownsquareCreateGoalPayload';
|
|
87284
87586
|
goal?: Maybe<TownsquareGoal>;
|
|
87285
87587
|
};
|
|
87588
|
+
export declare type TownsquareCreateGoalTypeInput = {
|
|
87589
|
+
containerId: Scalars['String']['input'];
|
|
87590
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
87591
|
+
iconKey?: InputMaybe<TownsquareGoalIconKey>;
|
|
87592
|
+
name: Scalars['String']['input'];
|
|
87593
|
+
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
87594
|
+
};
|
|
87595
|
+
export declare type TownsquareCreateGoalTypePayload = {
|
|
87596
|
+
__typename?: 'TownsquareCreateGoalTypePayload';
|
|
87597
|
+
goalTypeEdge?: Maybe<TownsquareGoalTypeEdge>;
|
|
87598
|
+
};
|
|
87286
87599
|
export declare type TownsquareCreateRelationshipsInput = {
|
|
87287
87600
|
relationships: Array<TownsquareRelationshipInput>;
|
|
87288
87601
|
};
|
|
@@ -87325,7 +87638,10 @@ export declare type TownsquareEditGoalPayload = {
|
|
|
87325
87638
|
goal?: Maybe<TownsquareGoal>;
|
|
87326
87639
|
};
|
|
87327
87640
|
export declare type TownsquareEditGoalTypeInput = {
|
|
87641
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
87328
87642
|
goalTypeAri: Scalars['String']['input'];
|
|
87643
|
+
iconKey?: InputMaybe<TownsquareGoalIconKey>;
|
|
87644
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
87329
87645
|
state?: InputMaybe<TownsquareGoalTypeState>;
|
|
87330
87646
|
};
|
|
87331
87647
|
export declare type TownsquareEditGoalTypePayload = {
|
|
@@ -87544,6 +87860,7 @@ export declare type TownsquareMutationApi = {
|
|
|
87544
87860
|
__typename?: 'TownsquareMutationApi';
|
|
87545
87861
|
archiveGoal?: Maybe<TownsquareArchiveGoalPayload>;
|
|
87546
87862
|
createGoal?: Maybe<TownsquareCreateGoalPayload>;
|
|
87863
|
+
createGoalType?: Maybe<TownsquareCreateGoalTypePayload>;
|
|
87547
87864
|
createRelationships?: Maybe<TownsquareCreateRelationshipsPayload>;
|
|
87548
87865
|
deleteRelationships?: Maybe<TownsquareDeleteRelationshipsPayload>;
|
|
87549
87866
|
editGoal?: Maybe<TownsquareEditGoalPayload>;
|
|
@@ -87558,6 +87875,9 @@ export declare type TownsquareMutationApiArchiveGoalArgs = {
|
|
|
87558
87875
|
export declare type TownsquareMutationApiCreateGoalArgs = {
|
|
87559
87876
|
input: TownsquareCreateGoalInput;
|
|
87560
87877
|
};
|
|
87878
|
+
export declare type TownsquareMutationApiCreateGoalTypeArgs = {
|
|
87879
|
+
input: TownsquareCreateGoalTypeInput;
|
|
87880
|
+
};
|
|
87561
87881
|
export declare type TownsquareMutationApiCreateRelationshipsArgs = {
|
|
87562
87882
|
input: TownsquareCreateRelationshipsInput;
|
|
87563
87883
|
};
|
|
@@ -87603,9 +87923,16 @@ export declare type TownsquareProject = HasMercuryProjectFields & Node & {
|
|
|
87603
87923
|
name: Scalars['String']['output'];
|
|
87604
87924
|
owner?: Maybe<User>;
|
|
87605
87925
|
state?: Maybe<TownsquareProjectState>;
|
|
87926
|
+
updates?: Maybe<TownsquareProjectUpdateConnection>;
|
|
87606
87927
|
url?: Maybe<Scalars['String']['output']>;
|
|
87607
87928
|
uuid: Scalars['String']['output'];
|
|
87608
87929
|
};
|
|
87930
|
+
export declare type TownsquareProjectUpdatesArgs = {
|
|
87931
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
87932
|
+
createdAtOrAfter?: InputMaybe<Scalars['DateTime']['input']>;
|
|
87933
|
+
createdAtOrBefore?: InputMaybe<Scalars['DateTime']['input']>;
|
|
87934
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
87935
|
+
};
|
|
87609
87936
|
export declare type TownsquareProjectConnection = {
|
|
87610
87937
|
__typename?: 'TownsquareProjectConnection';
|
|
87611
87938
|
edges?: Maybe<Array<Maybe<TownsquareProjectEdge>>>;
|
|
@@ -87699,6 +88026,17 @@ export declare type TownsquareProjectUpdateCommentsArgs = {
|
|
|
87699
88026
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
87700
88027
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
87701
88028
|
};
|
|
88029
|
+
export declare type TownsquareProjectUpdateConnection = {
|
|
88030
|
+
__typename?: 'TownsquareProjectUpdateConnection';
|
|
88031
|
+
count: Scalars['Int']['output'];
|
|
88032
|
+
edges?: Maybe<Array<Maybe<TownsquareProjectUpdateEdge>>>;
|
|
88033
|
+
pageInfo: PageInfo;
|
|
88034
|
+
};
|
|
88035
|
+
export declare type TownsquareProjectUpdateEdge = {
|
|
88036
|
+
__typename?: 'TownsquareProjectUpdateEdge';
|
|
88037
|
+
cursor: Scalars['String']['output'];
|
|
88038
|
+
node?: Maybe<TownsquareProjectUpdate>;
|
|
88039
|
+
};
|
|
87702
88040
|
export declare type TownsquareQueryApi = {
|
|
87703
88041
|
__typename?: 'TownsquareQueryApi';
|
|
87704
88042
|
allWorkspaceSummariesForOrg?: Maybe<TownsquareWorkspaceSummaryConnection>;
|
|
@@ -89459,11 +89797,12 @@ export declare type TrelloPlannerCalendarDeleted = {
|
|
|
89459
89797
|
export declare type TrelloPlannerCalendarEdge = {
|
|
89460
89798
|
__typename?: 'TrelloPlannerCalendarEdge';
|
|
89461
89799
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
89800
|
+
deletedCalendar?: Maybe<TrelloPlannerCalendarDeleted>;
|
|
89462
89801
|
node?: Maybe<TrelloPlannerCalendar>;
|
|
89463
89802
|
};
|
|
89464
89803
|
export declare type TrelloPlannerCalendarEdgeUpdated = {
|
|
89465
89804
|
__typename?: 'TrelloPlannerCalendarEdgeUpdated';
|
|
89466
|
-
node:
|
|
89805
|
+
node: TrelloPlannerCalendarUpdated;
|
|
89467
89806
|
};
|
|
89468
89807
|
export declare type TrelloPlannerCalendarEnabledCalendarsFilter = {
|
|
89469
89808
|
updateCursor?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -89584,6 +89923,11 @@ export declare type TrelloPlannerCalendarEventsFilter = {
|
|
|
89584
89923
|
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
89585
89924
|
};
|
|
89586
89925
|
export declare type TrelloPlannerCalendarMutated = TrelloPlannerCalendarAccount | TrelloPlannerCalendarDeleted;
|
|
89926
|
+
export declare type TrelloPlannerCalendarUpdated = {
|
|
89927
|
+
__typename?: 'TrelloPlannerCalendarUpdated';
|
|
89928
|
+
events?: Maybe<TrelloPlannerCalendarEventConnectionUpdated>;
|
|
89929
|
+
id: Scalars['ID']['output'];
|
|
89930
|
+
};
|
|
89587
89931
|
export declare type TrelloPlannerProviderCalendar = Node & TrelloProviderCalendarInterface & {
|
|
89588
89932
|
__typename?: 'TrelloPlannerProviderCalendar';
|
|
89589
89933
|
color?: Maybe<TrelloPlannerCalendarColor>;
|
|
@@ -89612,11 +89956,6 @@ export declare type TrelloPlannerUpdated = {
|
|
|
89612
89956
|
accounts?: Maybe<TrelloPlannerCalendarAccountConnectionUpdated>;
|
|
89613
89957
|
id: Scalars['ID']['output'];
|
|
89614
89958
|
};
|
|
89615
|
-
export declare type TrelloPlannerUpdatedCalendar = {
|
|
89616
|
-
__typename?: 'TrelloPlannerUpdatedCalendar';
|
|
89617
|
-
events?: Maybe<TrelloPlannerCalendarEventConnectionUpdated>;
|
|
89618
|
-
id: Scalars['ID']['output'];
|
|
89619
|
-
};
|
|
89620
89959
|
export declare type TrelloPowerUp = {
|
|
89621
89960
|
__typename?: 'TrelloPowerUp';
|
|
89622
89961
|
author?: Maybe<Scalars['String']['output']>;
|
|
@@ -90181,6 +90520,7 @@ export declare type UnifiedAccount = UnifiedINode & {
|
|
|
90181
90520
|
emailId: Scalars['String']['output'];
|
|
90182
90521
|
id: Scalars['ID']['output'];
|
|
90183
90522
|
internalId: Scalars['String']['output'];
|
|
90523
|
+
isForumsAccountBanned: Scalars['Boolean']['output'];
|
|
90184
90524
|
isForumsModerator: Scalars['Boolean']['output'];
|
|
90185
90525
|
isLinked: Scalars['Boolean']['output'];
|
|
90186
90526
|
isManaged: Scalars['Boolean']['output'];
|
|
@@ -90747,6 +91087,7 @@ export declare type UnifiedProfile = UnifiedINode & {
|
|
|
90747
91087
|
isLinkedView?: Maybe<Scalars['Boolean']['output']>;
|
|
90748
91088
|
isPersonalView?: Maybe<Scalars['Boolean']['output']>;
|
|
90749
91089
|
isPrivate: Scalars['Boolean']['output'];
|
|
91090
|
+
isProfileBanned?: Maybe<Scalars['Boolean']['output']>;
|
|
90750
91091
|
learning?: Maybe<UnifiedULearningResult>;
|
|
90751
91092
|
linkedinUrl?: Maybe<Scalars['String']['output']>;
|
|
90752
91093
|
location?: Maybe<Scalars['String']['output']>;
|