@forge/cli-shared 6.6.0-next.6 → 6.6.0-next.6-experimental-62518dd
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 +21 -0
- package/LICENSE.txt +7 -0
- package/out/graphql/graphql-types.d.ts +642 -7
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +1 -1
- package/package.json +5 -5
|
@@ -770,14 +770,28 @@ export declare type AgentAiSummary = {
|
|
|
770
770
|
adf?: Maybe<Scalars['String']['output']>;
|
|
771
771
|
text?: Maybe<Scalars['String']['output']>;
|
|
772
772
|
};
|
|
773
|
+
export declare type AgentStudioAction = {
|
|
774
|
+
__typename?: 'AgentStudioAction';
|
|
775
|
+
actionKey: Scalars['String']['output'];
|
|
776
|
+
};
|
|
777
|
+
export declare type AgentStudioActionConfiguration = {
|
|
778
|
+
__typename?: 'AgentStudioActionConfiguration';
|
|
779
|
+
actions?: Maybe<Array<AgentStudioAction>>;
|
|
780
|
+
};
|
|
773
781
|
export declare type AgentStudioAgent = {
|
|
782
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
774
783
|
id: Scalars['ID']['output'];
|
|
775
784
|
name?: Maybe<Scalars['String']['output']>;
|
|
776
785
|
};
|
|
777
786
|
export declare type AgentStudioAgentResult = AgentStudioAssistant | QueryError;
|
|
778
787
|
export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
|
|
779
788
|
__typename?: 'AgentStudioAssistant';
|
|
789
|
+
actions?: Maybe<AgentStudioActionConfiguration>;
|
|
790
|
+
conversationStarters?: Maybe<Array<Scalars['String']['output']>>;
|
|
791
|
+
creator?: Maybe<User>;
|
|
792
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
780
793
|
id: Scalars['ID']['output'];
|
|
794
|
+
instructions?: Maybe<Scalars['String']['output']>;
|
|
781
795
|
name?: Maybe<Scalars['String']['output']>;
|
|
782
796
|
};
|
|
783
797
|
export declare enum AlertEventStatus {
|
|
@@ -2188,6 +2202,31 @@ export declare enum AtlassianProductHostingType {
|
|
|
2188
2202
|
DataCenter = "DATA_CENTER",
|
|
2189
2203
|
Server = "SERVER"
|
|
2190
2204
|
}
|
|
2205
|
+
export declare type AtlassianUser = {
|
|
2206
|
+
__typename?: 'AtlassianUser';
|
|
2207
|
+
companyName?: Maybe<Scalars['String']['output']>;
|
|
2208
|
+
confluence?: Maybe<ConfluenceUser>;
|
|
2209
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
2210
|
+
emails?: Maybe<Array<Maybe<AtlassianUserEmail>>>;
|
|
2211
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
2212
|
+
isActive?: Maybe<Scalars['Boolean']['output']>;
|
|
2213
|
+
locale?: Maybe<Scalars['String']['output']>;
|
|
2214
|
+
location?: Maybe<Scalars['String']['output']>;
|
|
2215
|
+
photos?: Maybe<Array<Maybe<AtlassianUserPhoto>>>;
|
|
2216
|
+
team?: Maybe<Scalars['String']['output']>;
|
|
2217
|
+
timeZone?: Maybe<Scalars['String']['output']>;
|
|
2218
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
2219
|
+
};
|
|
2220
|
+
export declare type AtlassianUserEmail = {
|
|
2221
|
+
__typename?: 'AtlassianUserEmail';
|
|
2222
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
2223
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
2224
|
+
};
|
|
2225
|
+
export declare type AtlassianUserPhoto = {
|
|
2226
|
+
__typename?: 'AtlassianUserPhoto';
|
|
2227
|
+
isPrimary?: Maybe<Scalars['Boolean']['output']>;
|
|
2228
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
2229
|
+
};
|
|
2191
2230
|
export declare type AttachCompassComponentDataManagerInput = {
|
|
2192
2231
|
componentId: Scalars['ID']['input'];
|
|
2193
2232
|
externalSourceURL?: InputMaybe<Scalars['URL']['input']>;
|
|
@@ -3696,6 +3735,7 @@ export declare type CcpTrial = CommerceTrial & {
|
|
|
3696
3735
|
offeringId?: Maybe<Scalars['ID']['output']>;
|
|
3697
3736
|
pricingPlanId?: Maybe<Scalars['ID']['output']>;
|
|
3698
3737
|
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
3738
|
+
timeLeft?: Maybe<Scalars['Float']['output']>;
|
|
3699
3739
|
};
|
|
3700
3740
|
export declare type CcpUsageUpdateCadence = {
|
|
3701
3741
|
__typename?: 'CcpUsageUpdateCadence';
|
|
@@ -4120,6 +4160,7 @@ export declare type CommerceTransactionAccountExperienceCapabilities = {
|
|
|
4120
4160
|
export declare type CommerceTrial = {
|
|
4121
4161
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
4122
4162
|
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
4163
|
+
timeLeft?: Maybe<Scalars['Float']['output']>;
|
|
4123
4164
|
};
|
|
4124
4165
|
export declare type CompanyHubFeature = {
|
|
4125
4166
|
__typename?: 'CompanyHubFeature';
|
|
@@ -15326,6 +15367,22 @@ export declare type ConfluenceUpdateValuePagePropertyPayload = Payload & {
|
|
|
15326
15367
|
pageProperty?: Maybe<ConfluencePageProperty>;
|
|
15327
15368
|
success: Scalars['Boolean']['output'];
|
|
15328
15369
|
};
|
|
15370
|
+
export declare type ConfluenceUser = {
|
|
15371
|
+
__typename?: 'ConfluenceUser';
|
|
15372
|
+
accessStatus: AccessStatus;
|
|
15373
|
+
accountId?: Maybe<Scalars['String']['output']>;
|
|
15374
|
+
currentUser?: Maybe<CurrentUserOperations>;
|
|
15375
|
+
groups: Array<Maybe<Scalars['String']['output']>>;
|
|
15376
|
+
groupsWithId: Array<Maybe<Group>>;
|
|
15377
|
+
hasBlog?: Maybe<Scalars['Boolean']['output']>;
|
|
15378
|
+
hasPersonalSpace?: Maybe<Scalars['Boolean']['output']>;
|
|
15379
|
+
locale: Scalars['String']['output'];
|
|
15380
|
+
operations: Array<Maybe<OperationCheckResult>>;
|
|
15381
|
+
permissionType?: Maybe<SitePermissionType>;
|
|
15382
|
+
roles?: Maybe<GraphQlConfluenceUserRoles>;
|
|
15383
|
+
space?: Maybe<Space>;
|
|
15384
|
+
userKey?: Maybe<Scalars['String']['output']>;
|
|
15385
|
+
};
|
|
15329
15386
|
export declare type ConfluenceUserInfo = {
|
|
15330
15387
|
__typename?: 'ConfluenceUserInfo';
|
|
15331
15388
|
type: ConfluenceUserType;
|
|
@@ -18887,6 +18944,11 @@ export declare type CurrentUser = {
|
|
|
18887
18944
|
__typename?: 'CurrentUser';
|
|
18888
18945
|
permissions: Array<Maybe<Scalars['SoftwareBoardPermission']['output']>>;
|
|
18889
18946
|
};
|
|
18947
|
+
export declare type CurrentUserOperations = {
|
|
18948
|
+
__typename?: 'CurrentUserOperations';
|
|
18949
|
+
canFollow?: Maybe<Scalars['Boolean']['output']>;
|
|
18950
|
+
followed?: Maybe<Scalars['Boolean']['output']>;
|
|
18951
|
+
};
|
|
18890
18952
|
export declare type CustomEntity = {
|
|
18891
18953
|
attributes: Array<CustomEntityAttribute>;
|
|
18892
18954
|
indexes?: InputMaybe<Array<CustomEntityIndex>>;
|
|
@@ -22716,6 +22778,7 @@ export declare enum EcosystemInstallationRecoveryMode {
|
|
|
22716
22778
|
RecoverPreviousInstall = "RECOVER_PREVIOUS_INSTALL"
|
|
22717
22779
|
}
|
|
22718
22780
|
export declare enum EcosystemLicenseMode {
|
|
22781
|
+
Agent = "AGENT",
|
|
22719
22782
|
UserAccess = "USER_ACCESS"
|
|
22720
22783
|
}
|
|
22721
22784
|
export declare type EcosystemMutation = {
|
|
@@ -26848,6 +26911,12 @@ export declare type GraphProjectServiceEdge = {
|
|
|
26848
26911
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
26849
26912
|
node: GraphProjectService;
|
|
26850
26913
|
};
|
|
26914
|
+
export declare type GraphQlConfluenceUserRoles = {
|
|
26915
|
+
__typename?: 'GraphQLConfluenceUserRoles';
|
|
26916
|
+
canBeSuperAdmin: Scalars['Boolean']['output'];
|
|
26917
|
+
canUseConfluence: Scalars['Boolean']['output'];
|
|
26918
|
+
isSuperAdmin: Scalars['Boolean']['output'];
|
|
26919
|
+
};
|
|
26851
26920
|
export declare type GraphQlContactAdminStatus = {
|
|
26852
26921
|
__typename?: 'GraphQLContactAdminStatus';
|
|
26853
26922
|
success: Scalars['Boolean']['output'];
|
|
@@ -29176,6 +29245,7 @@ export declare type GraphStore = {
|
|
|
29176
29245
|
confluenceSpaceHasConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseConnection>;
|
|
29177
29246
|
confluenceSpaceHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseConnection>;
|
|
29178
29247
|
confluenceSpaceHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseConnection>;
|
|
29248
|
+
confluenceSpaceHasConfluenceFolder?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderConnection>;
|
|
29179
29249
|
confluenceSpaceHasConfluenceFolderInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection>;
|
|
29180
29250
|
confluenceSpaceHasConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection>;
|
|
29181
29251
|
confluenceSpaceHasConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection>;
|
|
@@ -29282,6 +29352,10 @@ export declare type GraphStore = {
|
|
|
29282
29352
|
issueHasAssignee?: Maybe<GraphStoreSimplifiedIssueHasAssigneeConnection>;
|
|
29283
29353
|
issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
|
|
29284
29354
|
issueInStatusInverse?: Maybe<GraphStoreSimplifiedIssueInStatusInverseConnection>;
|
|
29355
|
+
issueMentionedInConversation?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationConnection>;
|
|
29356
|
+
issueMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseConnection>;
|
|
29357
|
+
issueMentionedInMessage?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageConnection>;
|
|
29358
|
+
issueMentionedInMessageInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageInverseConnection>;
|
|
29285
29359
|
issueRecursiveAssociatedDeployment?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection>;
|
|
29286
29360
|
issueRecursiveAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseConnection>;
|
|
29287
29361
|
issueRecursiveAssociatedDeploymentInverseRelationship?: Maybe<GraphStoreFullIssueRecursiveAssociatedDeploymentConnection>;
|
|
@@ -29334,6 +29408,8 @@ export declare type GraphStore = {
|
|
|
29334
29408
|
mediaAttachedToContent?: Maybe<GraphStoreSimplifiedMediaAttachedToContentConnection>;
|
|
29335
29409
|
mediaAttachedToContentBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
29336
29410
|
mediaAttachedToContentInverseBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
29411
|
+
meetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection>;
|
|
29412
|
+
meetingRecordingOwnerHasMeetingNotesFolderInverse?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection>;
|
|
29337
29413
|
onPremProjectHasIssue?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueConnection>;
|
|
29338
29414
|
onPremProjectHasIssueInverse?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueInverseConnection>;
|
|
29339
29415
|
operationsContainerImpactedByIncident?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentConnection>;
|
|
@@ -29583,6 +29659,8 @@ export declare type GraphStore = {
|
|
|
29583
29659
|
userFavoritedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageInverseConnection>;
|
|
29584
29660
|
userFavoritedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection>;
|
|
29585
29661
|
userFavoritedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection>;
|
|
29662
|
+
userHasCollaborators?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsConnection>;
|
|
29663
|
+
userHasCollaboratorsInverse?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseConnection>;
|
|
29586
29664
|
userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
|
|
29587
29665
|
userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
|
|
29588
29666
|
userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
|
|
@@ -29595,6 +29673,10 @@ export declare type GraphStore = {
|
|
|
29595
29673
|
userLaunchedReleaseInverse?: Maybe<GraphStoreSimplifiedUserLaunchedReleaseInverseConnection>;
|
|
29596
29674
|
userMemberOfConversation?: Maybe<GraphStoreSimplifiedUserMemberOfConversationConnection>;
|
|
29597
29675
|
userMemberOfConversationInverse?: Maybe<GraphStoreSimplifiedUserMemberOfConversationInverseConnection>;
|
|
29676
|
+
userMentionedInConversation?: Maybe<GraphStoreSimplifiedUserMentionedInConversationConnection>;
|
|
29677
|
+
userMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseConnection>;
|
|
29678
|
+
userMentionedInMessage?: Maybe<GraphStoreSimplifiedUserMentionedInMessageConnection>;
|
|
29679
|
+
userMentionedInMessageInverse?: Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseConnection>;
|
|
29598
29680
|
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
29599
29681
|
userMergedPullRequestInverse?: Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseConnection>;
|
|
29600
29682
|
userOwnedBranch?: Maybe<GraphStoreSimplifiedUserOwnedBranchConnection>;
|
|
@@ -29619,6 +29701,7 @@ export declare type GraphStore = {
|
|
|
29619
29701
|
userTaggedInCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInCommentInverseConnection>;
|
|
29620
29702
|
userTaggedInConfluencePage?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageConnection>;
|
|
29621
29703
|
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
29704
|
+
userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
|
|
29622
29705
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
29623
29706
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
29624
29707
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
@@ -30074,6 +30157,13 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseInverseArgs =
|
|
|
30074
30157
|
id: Scalars['ID']['input'];
|
|
30075
30158
|
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput>;
|
|
30076
30159
|
};
|
|
30160
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderArgs = {
|
|
30161
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30162
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30163
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30164
|
+
id: Scalars['ID']['input'];
|
|
30165
|
+
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceFolderSortInput>;
|
|
30166
|
+
};
|
|
30077
30167
|
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderInverseArgs = {
|
|
30078
30168
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30079
30169
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30738,6 +30828,34 @@ export declare type GraphStoreIssueInStatusInverseArgs = {
|
|
|
30738
30828
|
id: Scalars['ID']['input'];
|
|
30739
30829
|
sort?: InputMaybe<GraphStoreIssueInStatusSortInput>;
|
|
30740
30830
|
};
|
|
30831
|
+
export declare type GraphStoreIssueMentionedInConversationArgs = {
|
|
30832
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30833
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30834
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30835
|
+
id: Scalars['ID']['input'];
|
|
30836
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInConversationSortInput>;
|
|
30837
|
+
};
|
|
30838
|
+
export declare type GraphStoreIssueMentionedInConversationInverseArgs = {
|
|
30839
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30840
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30841
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30842
|
+
id: Scalars['ID']['input'];
|
|
30843
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInConversationSortInput>;
|
|
30844
|
+
};
|
|
30845
|
+
export declare type GraphStoreIssueMentionedInMessageArgs = {
|
|
30846
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30847
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30848
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30849
|
+
id: Scalars['ID']['input'];
|
|
30850
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInMessageSortInput>;
|
|
30851
|
+
};
|
|
30852
|
+
export declare type GraphStoreIssueMentionedInMessageInverseArgs = {
|
|
30853
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30854
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30855
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30856
|
+
id: Scalars['ID']['input'];
|
|
30857
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInMessageSortInput>;
|
|
30858
|
+
};
|
|
30741
30859
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentArgs = {
|
|
30742
30860
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30743
30861
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31060,6 +31178,20 @@ export declare type GraphStoreMediaAttachedToContentInverseBatchArgs = {
|
|
|
31060
31178
|
ids: Array<Scalars['ID']['input']>;
|
|
31061
31179
|
sort?: InputMaybe<GraphStoreMediaAttachedToContentSortInput>;
|
|
31062
31180
|
};
|
|
31181
|
+
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
31182
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31183
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31184
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31185
|
+
id: Scalars['ID']['input'];
|
|
31186
|
+
sort?: InputMaybe<GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput>;
|
|
31187
|
+
};
|
|
31188
|
+
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderInverseArgs = {
|
|
31189
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31190
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31191
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31192
|
+
id: Scalars['ID']['input'];
|
|
31193
|
+
sort?: InputMaybe<GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput>;
|
|
31194
|
+
};
|
|
31063
31195
|
export declare type GraphStoreOnPremProjectHasIssueArgs = {
|
|
31064
31196
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31065
31197
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32702,6 +32834,20 @@ export declare type GraphStoreUserFavoritedConfluenceWhiteboardInverseArgs = {
|
|
|
32702
32834
|
id: Scalars['ID']['input'];
|
|
32703
32835
|
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceWhiteboardSortInput>;
|
|
32704
32836
|
};
|
|
32837
|
+
export declare type GraphStoreUserHasCollaboratorsArgs = {
|
|
32838
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32839
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32840
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32841
|
+
id: Scalars['ID']['input'];
|
|
32842
|
+
sort?: InputMaybe<GraphStoreUserHasCollaboratorsSortInput>;
|
|
32843
|
+
};
|
|
32844
|
+
export declare type GraphStoreUserHasCollaboratorsInverseArgs = {
|
|
32845
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32846
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32847
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32848
|
+
id: Scalars['ID']['input'];
|
|
32849
|
+
sort?: InputMaybe<GraphStoreUserHasCollaboratorsSortInput>;
|
|
32850
|
+
};
|
|
32705
32851
|
export declare type GraphStoreUserHasRelevantProjectArgs = {
|
|
32706
32852
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32707
32853
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32786,6 +32932,34 @@ export declare type GraphStoreUserMemberOfConversationInverseArgs = {
|
|
|
32786
32932
|
id: Scalars['ID']['input'];
|
|
32787
32933
|
sort?: InputMaybe<GraphStoreUserMemberOfConversationSortInput>;
|
|
32788
32934
|
};
|
|
32935
|
+
export declare type GraphStoreUserMentionedInConversationArgs = {
|
|
32936
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32937
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32938
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32939
|
+
id: Scalars['ID']['input'];
|
|
32940
|
+
sort?: InputMaybe<GraphStoreUserMentionedInConversationSortInput>;
|
|
32941
|
+
};
|
|
32942
|
+
export declare type GraphStoreUserMentionedInConversationInverseArgs = {
|
|
32943
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32944
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32945
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32946
|
+
id: Scalars['ID']['input'];
|
|
32947
|
+
sort?: InputMaybe<GraphStoreUserMentionedInConversationSortInput>;
|
|
32948
|
+
};
|
|
32949
|
+
export declare type GraphStoreUserMentionedInMessageArgs = {
|
|
32950
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32951
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32952
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32953
|
+
id: Scalars['ID']['input'];
|
|
32954
|
+
sort?: InputMaybe<GraphStoreUserMentionedInMessageSortInput>;
|
|
32955
|
+
};
|
|
32956
|
+
export declare type GraphStoreUserMentionedInMessageInverseArgs = {
|
|
32957
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32958
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32959
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32960
|
+
id: Scalars['ID']['input'];
|
|
32961
|
+
sort?: InputMaybe<GraphStoreUserMentionedInMessageSortInput>;
|
|
32962
|
+
};
|
|
32789
32963
|
export declare type GraphStoreUserMergedPullRequestArgs = {
|
|
32790
32964
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32791
32965
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32954,6 +33128,13 @@ export declare type GraphStoreUserTaggedInConfluencePageInverseArgs = {
|
|
|
32954
33128
|
id: Scalars['ID']['input'];
|
|
32955
33129
|
sort?: InputMaybe<GraphStoreUserTaggedInConfluencePageSortInput>;
|
|
32956
33130
|
};
|
|
33131
|
+
export declare type GraphStoreUserTaggedInIssueCommentInverseArgs = {
|
|
33132
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33133
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33134
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33135
|
+
id: Scalars['ID']['input'];
|
|
33136
|
+
sort?: InputMaybe<GraphStoreUserTaggedInIssueCommentSortInput>;
|
|
33137
|
+
};
|
|
32957
33138
|
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
32958
33139
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32959
33140
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34329,6 +34510,20 @@ export declare type GraphStoreCreateJswProjectAssociatedComponentRelationshipInp
|
|
|
34329
34510
|
to: Scalars['ID']['input'];
|
|
34330
34511
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
34331
34512
|
};
|
|
34513
|
+
export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderInput = {
|
|
34514
|
+
relationships: Array<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput>;
|
|
34515
|
+
};
|
|
34516
|
+
export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload = Payload & {
|
|
34517
|
+
__typename?: 'GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload';
|
|
34518
|
+
errors?: Maybe<Array<MutationError>>;
|
|
34519
|
+
success: Scalars['Boolean']['output'];
|
|
34520
|
+
};
|
|
34521
|
+
export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput = {
|
|
34522
|
+
from: Scalars['ID']['input'];
|
|
34523
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
34524
|
+
to: Scalars['ID']['input'];
|
|
34525
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
34526
|
+
};
|
|
34332
34527
|
export declare type GraphStoreCreateProjectAssociatedOpsgenieTeamInput = {
|
|
34333
34528
|
relationships: Array<GraphStoreCreateProjectAssociatedOpsgenieTeamRelationshipInput>;
|
|
34334
34529
|
};
|
|
@@ -34620,7 +34815,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
34620
34815
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
34621
34816
|
id: Scalars['ID']['output'];
|
|
34622
34817
|
};
|
|
34623
|
-
export declare type GraphStoreCypherQueryFromNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | 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;
|
|
34818
|
+
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;
|
|
34624
34819
|
export declare type GraphStoreCypherQueryNode = {
|
|
34625
34820
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
34626
34821
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -34645,8 +34840,8 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
34645
34840
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
34646
34841
|
id: Scalars['ID']['output'];
|
|
34647
34842
|
};
|
|
34648
|
-
export declare type GraphStoreCypherQueryToNodeUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | 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;
|
|
34649
|
-
export declare type GraphStoreCypherQueryValueItemUnion = AppUser | AtlassianAccountUser | CompassComponent | ConfluenceBlogPost | ConfluenceDatabase | 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;
|
|
34843
|
+
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;
|
|
34844
|
+
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;
|
|
34650
34845
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
34651
34846
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
34652
34847
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -34734,6 +34929,19 @@ export declare type GraphStoreDeleteJswProjectAssociatedComponentRelationshipInp
|
|
|
34734
34929
|
from: Scalars['ID']['input'];
|
|
34735
34930
|
to: Scalars['ID']['input'];
|
|
34736
34931
|
};
|
|
34932
|
+
export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderInput = {
|
|
34933
|
+
relationships: Array<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput>;
|
|
34934
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34935
|
+
};
|
|
34936
|
+
export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload = Payload & {
|
|
34937
|
+
__typename?: 'GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload';
|
|
34938
|
+
errors?: Maybe<Array<MutationError>>;
|
|
34939
|
+
success: Scalars['Boolean']['output'];
|
|
34940
|
+
};
|
|
34941
|
+
export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput = {
|
|
34942
|
+
from: Scalars['ID']['input'];
|
|
34943
|
+
to: Scalars['ID']['input'];
|
|
34944
|
+
};
|
|
34737
34945
|
export declare type GraphStoreDeleteProjectAssociatedOpsgenieTeamInput = {
|
|
34738
34946
|
relationships: Array<GraphStoreDeleteProjectAssociatedOpsgenieTeamRelationshipInput>;
|
|
34739
34947
|
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -38531,6 +38739,12 @@ export declare type GraphStoreIssueHasAssigneeSortInput = {
|
|
|
38531
38739
|
export declare type GraphStoreIssueInStatusSortInput = {
|
|
38532
38740
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38533
38741
|
};
|
|
38742
|
+
export declare type GraphStoreIssueMentionedInConversationSortInput = {
|
|
38743
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38744
|
+
};
|
|
38745
|
+
export declare type GraphStoreIssueMentionedInMessageSortInput = {
|
|
38746
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38747
|
+
};
|
|
38534
38748
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentSortInput = {
|
|
38535
38749
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
38536
38750
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -38658,6 +38872,12 @@ export declare type GraphStoreLongFilterInput = {
|
|
|
38658
38872
|
export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
38659
38873
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38660
38874
|
};
|
|
38875
|
+
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput = {
|
|
38876
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
38877
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
38878
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38879
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
38880
|
+
};
|
|
38661
38881
|
export declare type GraphStoreMutation = {
|
|
38662
38882
|
__typename?: 'GraphStoreMutation';
|
|
38663
38883
|
createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
|
|
@@ -38666,6 +38886,7 @@ export declare type GraphStoreMutation = {
|
|
|
38666
38886
|
createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
|
|
38667
38887
|
createIssueToWhiteboard?: Maybe<GraphStoreCreateIssueToWhiteboardPayload>;
|
|
38668
38888
|
createJswProjectAssociatedComponent?: Maybe<GraphStoreCreateJswProjectAssociatedComponentPayload>;
|
|
38889
|
+
createMeetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload>;
|
|
38669
38890
|
createProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreCreateProjectAssociatedOpsgenieTeamPayload>;
|
|
38670
38891
|
createProjectAssociatedToSecurityContainer?: Maybe<GraphStoreCreateProjectAssociatedToSecurityContainerPayload>;
|
|
38671
38892
|
createProjectDisassociatedRepo?: Maybe<GraphStoreCreateProjectDisassociatedRepoPayload>;
|
|
@@ -38689,6 +38910,7 @@ export declare type GraphStoreMutation = {
|
|
|
38689
38910
|
deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
|
|
38690
38911
|
deleteIssueToWhiteboard?: Maybe<GraphStoreDeleteIssueToWhiteboardPayload>;
|
|
38691
38912
|
deleteJswProjectAssociatedComponent?: Maybe<GraphStoreDeleteJswProjectAssociatedComponentPayload>;
|
|
38913
|
+
deleteMeetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload>;
|
|
38692
38914
|
deleteProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreDeleteProjectAssociatedOpsgenieTeamPayload>;
|
|
38693
38915
|
deleteProjectAssociatedToSecurityContainer?: Maybe<GraphStoreDeleteProjectAssociatedToSecurityContainerPayload>;
|
|
38694
38916
|
deleteProjectDisassociatedRepo?: Maybe<GraphStoreDeleteProjectDisassociatedRepoPayload>;
|
|
@@ -38725,6 +38947,9 @@ export declare type GraphStoreMutationCreateIssueToWhiteboardArgs = {
|
|
|
38725
38947
|
export declare type GraphStoreMutationCreateJswProjectAssociatedComponentArgs = {
|
|
38726
38948
|
input?: InputMaybe<GraphStoreCreateJswProjectAssociatedComponentInput>;
|
|
38727
38949
|
};
|
|
38950
|
+
export declare type GraphStoreMutationCreateMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
38951
|
+
input?: InputMaybe<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderInput>;
|
|
38952
|
+
};
|
|
38728
38953
|
export declare type GraphStoreMutationCreateProjectAssociatedOpsgenieTeamArgs = {
|
|
38729
38954
|
input?: InputMaybe<GraphStoreCreateProjectAssociatedOpsgenieTeamInput>;
|
|
38730
38955
|
};
|
|
@@ -38794,6 +39019,9 @@ export declare type GraphStoreMutationDeleteIssueToWhiteboardArgs = {
|
|
|
38794
39019
|
export declare type GraphStoreMutationDeleteJswProjectAssociatedComponentArgs = {
|
|
38795
39020
|
input?: InputMaybe<GraphStoreDeleteJswProjectAssociatedComponentInput>;
|
|
38796
39021
|
};
|
|
39022
|
+
export declare type GraphStoreMutationDeleteMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
39023
|
+
input?: InputMaybe<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderInput>;
|
|
39024
|
+
};
|
|
38797
39025
|
export declare type GraphStoreMutationDeleteProjectAssociatedOpsgenieTeamArgs = {
|
|
38798
39026
|
input?: InputMaybe<GraphStoreDeleteProjectAssociatedOpsgenieTeamInput>;
|
|
38799
39027
|
};
|
|
@@ -40002,6 +40230,19 @@ export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInve
|
|
|
40002
40230
|
};
|
|
40003
40231
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseUnion = ConfluenceSpace;
|
|
40004
40232
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
40233
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderConnection = HasPageInfo & {
|
|
40234
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderConnection';
|
|
40235
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderEdge>>>;
|
|
40236
|
+
pageInfo: PageInfo;
|
|
40237
|
+
};
|
|
40238
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderEdge = {
|
|
40239
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderEdge';
|
|
40240
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40241
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40242
|
+
id: Scalars['ID']['output'];
|
|
40243
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40244
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderUnion>;
|
|
40245
|
+
};
|
|
40005
40246
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection = HasPageInfo & {
|
|
40006
40247
|
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection';
|
|
40007
40248
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseEdge>>>;
|
|
@@ -40016,6 +40257,7 @@ export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInvers
|
|
|
40016
40257
|
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseUnion>;
|
|
40017
40258
|
};
|
|
40018
40259
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseUnion = ConfluenceSpace;
|
|
40260
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderUnion = ConfluenceFolder;
|
|
40019
40261
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection = HasPageInfo & {
|
|
40020
40262
|
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection';
|
|
40021
40263
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardEdge>>>;
|
|
@@ -40726,6 +40968,62 @@ export declare type GraphStoreSimplifiedIssueInStatusInverseEdge = {
|
|
|
40726
40968
|
node?: Maybe<GraphStoreSimplifiedIssueInStatusInverseUnion>;
|
|
40727
40969
|
};
|
|
40728
40970
|
export declare type GraphStoreSimplifiedIssueInStatusInverseUnion = JiraIssue;
|
|
40971
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationConnection = HasPageInfo & {
|
|
40972
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationConnection';
|
|
40973
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInConversationEdge>>>;
|
|
40974
|
+
pageInfo: PageInfo;
|
|
40975
|
+
};
|
|
40976
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationEdge = {
|
|
40977
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationEdge';
|
|
40978
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40979
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40980
|
+
id: Scalars['ID']['output'];
|
|
40981
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40982
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationUnion>;
|
|
40983
|
+
};
|
|
40984
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationInverseConnection = HasPageInfo & {
|
|
40985
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationInverseConnection';
|
|
40986
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseEdge>>>;
|
|
40987
|
+
pageInfo: PageInfo;
|
|
40988
|
+
};
|
|
40989
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationInverseEdge = {
|
|
40990
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationInverseEdge';
|
|
40991
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40992
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40993
|
+
id: Scalars['ID']['output'];
|
|
40994
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40995
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseUnion>;
|
|
40996
|
+
};
|
|
40997
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationInverseUnion = JiraIssue;
|
|
40998
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationUnion = ExternalConversation;
|
|
40999
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageConnection = HasPageInfo & {
|
|
41000
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageConnection';
|
|
41001
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInMessageEdge>>>;
|
|
41002
|
+
pageInfo: PageInfo;
|
|
41003
|
+
};
|
|
41004
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageEdge = {
|
|
41005
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageEdge';
|
|
41006
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41007
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41008
|
+
id: Scalars['ID']['output'];
|
|
41009
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41010
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageUnion>;
|
|
41011
|
+
};
|
|
41012
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageInverseConnection = HasPageInfo & {
|
|
41013
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageInverseConnection';
|
|
41014
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInMessageInverseEdge>>>;
|
|
41015
|
+
pageInfo: PageInfo;
|
|
41016
|
+
};
|
|
41017
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageInverseEdge = {
|
|
41018
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageInverseEdge';
|
|
41019
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41020
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41021
|
+
id: Scalars['ID']['output'];
|
|
41022
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41023
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageInverseUnion>;
|
|
41024
|
+
};
|
|
41025
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageInverseUnion = JiraIssue;
|
|
41026
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageUnion = ExternalMessage;
|
|
40729
41027
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
40730
41028
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection';
|
|
40731
41029
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentEdge>>>;
|
|
@@ -41130,6 +41428,38 @@ export declare type GraphStoreSimplifiedMediaAttachedToContentEdge = {
|
|
|
41130
41428
|
node?: Maybe<GraphStoreSimplifiedMediaAttachedToContentUnion>;
|
|
41131
41429
|
};
|
|
41132
41430
|
export declare type GraphStoreSimplifiedMediaAttachedToContentUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
41431
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection = HasPageInfo & HasTotal & {
|
|
41432
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection';
|
|
41433
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderEdge>>>;
|
|
41434
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
41435
|
+
pageInfo: PageInfo;
|
|
41436
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
41437
|
+
};
|
|
41438
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderEdge = {
|
|
41439
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderEdge';
|
|
41440
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41441
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41442
|
+
id: Scalars['ID']['output'];
|
|
41443
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41444
|
+
node?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderUnion>;
|
|
41445
|
+
};
|
|
41446
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection = HasPageInfo & HasTotal & {
|
|
41447
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection';
|
|
41448
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseEdge>>>;
|
|
41449
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
41450
|
+
pageInfo: PageInfo;
|
|
41451
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
41452
|
+
};
|
|
41453
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseEdge = {
|
|
41454
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseEdge';
|
|
41455
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41456
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41457
|
+
id: Scalars['ID']['output'];
|
|
41458
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41459
|
+
node?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseUnion>;
|
|
41460
|
+
};
|
|
41461
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41462
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderUnion = ConfluenceFolder;
|
|
41133
41463
|
export declare type GraphStoreSimplifiedOnPremProjectHasIssueConnection = HasPageInfo & {
|
|
41134
41464
|
__typename?: 'GraphStoreSimplifiedOnPremProjectHasIssueConnection';
|
|
41135
41465
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOnPremProjectHasIssueEdge>>>;
|
|
@@ -43546,6 +43876,34 @@ export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverse
|
|
|
43546
43876
|
};
|
|
43547
43877
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43548
43878
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
43879
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsConnection = HasPageInfo & {
|
|
43880
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsConnection';
|
|
43881
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsEdge>>>;
|
|
43882
|
+
pageInfo: PageInfo;
|
|
43883
|
+
};
|
|
43884
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsEdge = {
|
|
43885
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsEdge';
|
|
43886
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43887
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43888
|
+
id: Scalars['ID']['output'];
|
|
43889
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43890
|
+
node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsUnion>;
|
|
43891
|
+
};
|
|
43892
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseConnection = HasPageInfo & {
|
|
43893
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseConnection';
|
|
43894
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseEdge>>>;
|
|
43895
|
+
pageInfo: PageInfo;
|
|
43896
|
+
};
|
|
43897
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseEdge = {
|
|
43898
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseEdge';
|
|
43899
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43900
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43901
|
+
id: Scalars['ID']['output'];
|
|
43902
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43903
|
+
node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseUnion>;
|
|
43904
|
+
};
|
|
43905
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43906
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43549
43907
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
|
|
43550
43908
|
__typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
|
|
43551
43909
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
|
|
@@ -43718,6 +44076,62 @@ export declare type GraphStoreSimplifiedUserMemberOfConversationInverseEdge = {
|
|
|
43718
44076
|
};
|
|
43719
44077
|
export declare type GraphStoreSimplifiedUserMemberOfConversationInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
43720
44078
|
export declare type GraphStoreSimplifiedUserMemberOfConversationUnion = ExternalConversation;
|
|
44079
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationConnection = HasPageInfo & {
|
|
44080
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationConnection';
|
|
44081
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInConversationEdge>>>;
|
|
44082
|
+
pageInfo: PageInfo;
|
|
44083
|
+
};
|
|
44084
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationEdge = {
|
|
44085
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationEdge';
|
|
44086
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44087
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44088
|
+
id: Scalars['ID']['output'];
|
|
44089
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44090
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInConversationUnion>;
|
|
44091
|
+
};
|
|
44092
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationInverseConnection = HasPageInfo & {
|
|
44093
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationInverseConnection';
|
|
44094
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseEdge>>>;
|
|
44095
|
+
pageInfo: PageInfo;
|
|
44096
|
+
};
|
|
44097
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationInverseEdge = {
|
|
44098
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationInverseEdge';
|
|
44099
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44100
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44101
|
+
id: Scalars['ID']['output'];
|
|
44102
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44103
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseUnion>;
|
|
44104
|
+
};
|
|
44105
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
44106
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationUnion = ExternalConversation;
|
|
44107
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageConnection = HasPageInfo & {
|
|
44108
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageConnection';
|
|
44109
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInMessageEdge>>>;
|
|
44110
|
+
pageInfo: PageInfo;
|
|
44111
|
+
};
|
|
44112
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageEdge = {
|
|
44113
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageEdge';
|
|
44114
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44115
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44116
|
+
id: Scalars['ID']['output'];
|
|
44117
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44118
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInMessageUnion>;
|
|
44119
|
+
};
|
|
44120
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseConnection = HasPageInfo & {
|
|
44121
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageInverseConnection';
|
|
44122
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseEdge>>>;
|
|
44123
|
+
pageInfo: PageInfo;
|
|
44124
|
+
};
|
|
44125
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseEdge = {
|
|
44126
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageInverseEdge';
|
|
44127
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44128
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44129
|
+
id: Scalars['ID']['output'];
|
|
44130
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44131
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseUnion>;
|
|
44132
|
+
};
|
|
44133
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
44134
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageUnion = ExternalMessage;
|
|
43721
44135
|
export declare type GraphStoreSimplifiedUserMergedPullRequestConnection = HasPageInfo & {
|
|
43722
44136
|
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestConnection';
|
|
43723
44137
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestEdge>>>;
|
|
@@ -44058,6 +44472,20 @@ export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseEdge =
|
|
|
44058
44472
|
};
|
|
44059
44473
|
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
44060
44474
|
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageUnion = ConfluencePage;
|
|
44475
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection = HasPageInfo & {
|
|
44476
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection';
|
|
44477
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge>>>;
|
|
44478
|
+
pageInfo: PageInfo;
|
|
44479
|
+
};
|
|
44480
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge = {
|
|
44481
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge';
|
|
44482
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44483
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44484
|
+
id: Scalars['ID']['output'];
|
|
44485
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44486
|
+
node?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion>;
|
|
44487
|
+
};
|
|
44488
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
44061
44489
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
44062
44490
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
44063
44491
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -45251,6 +45679,9 @@ export declare type GraphStoreUserFavoritedConfluencePageSortInput = {
|
|
|
45251
45679
|
export declare type GraphStoreUserFavoritedConfluenceWhiteboardSortInput = {
|
|
45252
45680
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45253
45681
|
};
|
|
45682
|
+
export declare type GraphStoreUserHasCollaboratorsSortInput = {
|
|
45683
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45684
|
+
};
|
|
45254
45685
|
export declare type GraphStoreUserHasRelevantProjectSortInput = {
|
|
45255
45686
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
45256
45687
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -45272,6 +45703,12 @@ export declare type GraphStoreUserLaunchedReleaseSortInput = {
|
|
|
45272
45703
|
export declare type GraphStoreUserMemberOfConversationSortInput = {
|
|
45273
45704
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45274
45705
|
};
|
|
45706
|
+
export declare type GraphStoreUserMentionedInConversationSortInput = {
|
|
45707
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45708
|
+
};
|
|
45709
|
+
export declare type GraphStoreUserMentionedInMessageSortInput = {
|
|
45710
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45711
|
+
};
|
|
45275
45712
|
export declare type GraphStoreUserMergedPullRequestSortInput = {
|
|
45276
45713
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45277
45714
|
};
|
|
@@ -45311,6 +45748,9 @@ export declare type GraphStoreUserTaggedInCommentSortInput = {
|
|
|
45311
45748
|
export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
|
|
45312
45749
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45313
45750
|
};
|
|
45751
|
+
export declare type GraphStoreUserTaggedInIssueCommentSortInput = {
|
|
45752
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45753
|
+
};
|
|
45314
45754
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
45315
45755
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45316
45756
|
};
|
|
@@ -45982,6 +46422,7 @@ export declare type HamsTrial = CommerceTrial & {
|
|
|
45982
46422
|
__typename?: 'HamsTrial';
|
|
45983
46423
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
45984
46424
|
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
46425
|
+
timeLeft?: Maybe<Scalars['Float']['output']>;
|
|
45985
46426
|
};
|
|
45986
46427
|
export declare type HardDeleteSpacePayload = {
|
|
45987
46428
|
__typename?: 'HardDeleteSpacePayload';
|
|
@@ -49787,6 +50228,8 @@ export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
|
49787
50228
|
user?: Maybe<User>;
|
|
49788
50229
|
};
|
|
49789
50230
|
export declare type JiraBoardViewCardOption = {
|
|
50231
|
+
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
50232
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
49790
50233
|
id: Scalars['ID']['output'];
|
|
49791
50234
|
};
|
|
49792
50235
|
export declare type JiraBoardViewCardOptionConnection = {
|
|
@@ -50004,6 +50447,7 @@ export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
50004
50447
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
50005
50448
|
attributesIncludedInAutoCompleteSearch?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
50006
50449
|
cmdbFieldConfig?: Maybe<JiraCmdbFieldConfig>;
|
|
50450
|
+
cmdbObjects?: Maybe<JiraCmdbObjectConnection>;
|
|
50007
50451
|
description?: Maybe<Scalars['String']['output']>;
|
|
50008
50452
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
50009
50453
|
fieldId: Scalars['String']['output'];
|
|
@@ -50021,6 +50465,13 @@ export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
50021
50465
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
50022
50466
|
wasInsightRequestSuccessful?: Maybe<Scalars['Boolean']['output']>;
|
|
50023
50467
|
};
|
|
50468
|
+
export declare type JiraCmdbFieldCmdbObjectsArgs = {
|
|
50469
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
50470
|
+
fieldValues?: InputMaybe<Array<InputMaybe<JiraFieldKeyValueInput>>>;
|
|
50471
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
50472
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50473
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
50474
|
+
};
|
|
50024
50475
|
export declare type JiraCmdbFieldSelectedCmdbObjectsConnectionArgs = {
|
|
50025
50476
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
50026
50477
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -52155,6 +52606,15 @@ export declare type JiraDisableJourneyConfigurationInput = {
|
|
|
52155
52606
|
id: Scalars['ID']['input'];
|
|
52156
52607
|
version: Scalars['Long']['input'];
|
|
52157
52608
|
};
|
|
52609
|
+
export declare type JiraDiscardUserBoardViewConfigInput = {
|
|
52610
|
+
viewId: Scalars['ID']['input'];
|
|
52611
|
+
};
|
|
52612
|
+
export declare type JiraDiscardUserBoardViewConfigPayload = Payload & {
|
|
52613
|
+
__typename?: 'JiraDiscardUserBoardViewConfigPayload';
|
|
52614
|
+
boardView?: Maybe<JiraBoardView>;
|
|
52615
|
+
errors?: Maybe<Array<MutationError>>;
|
|
52616
|
+
success: Scalars['Boolean']['output'];
|
|
52617
|
+
};
|
|
52158
52618
|
export declare type JiraDismissBitbucketPendingAccessRequestBannerInput = {
|
|
52159
52619
|
isDismissed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
52160
52620
|
};
|
|
@@ -52477,6 +52937,10 @@ export declare type JiraFieldEdge = {
|
|
|
52477
52937
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
52478
52938
|
node?: Maybe<JiraField>;
|
|
52479
52939
|
};
|
|
52940
|
+
export declare type JiraFieldKeyValueInput = {
|
|
52941
|
+
key?: InputMaybe<Scalars['String']['input']>;
|
|
52942
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
|
52943
|
+
};
|
|
52480
52944
|
export declare type JiraFieldNonEditableReason = {
|
|
52481
52945
|
__typename?: 'JiraFieldNonEditableReason';
|
|
52482
52946
|
message?: Maybe<Scalars['String']['output']>;
|
|
@@ -55164,7 +55628,7 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
55164
55628
|
Version = "VERSION"
|
|
55165
55629
|
}
|
|
55166
55630
|
export declare type JiraJqlBoardInput = {
|
|
55167
|
-
boardId
|
|
55631
|
+
boardId: Scalars['Long']['input'];
|
|
55168
55632
|
};
|
|
55169
55633
|
export declare type JiraJqlBuilder = {
|
|
55170
55634
|
__typename?: 'JiraJqlBuilder';
|
|
@@ -55207,6 +55671,7 @@ export declare type JiraJqlBuilderFieldsArgs = {
|
|
|
55207
55671
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55208
55672
|
jqlContext?: InputMaybe<Scalars['String']['input']>;
|
|
55209
55673
|
jqlContextFieldsFilter?: InputMaybe<JiraJqlContextFieldsFilter>;
|
|
55674
|
+
scope?: InputMaybe<JiraJqlScopeInput>;
|
|
55210
55675
|
viewContext?: InputMaybe<JiraJqlViewContext>;
|
|
55211
55676
|
};
|
|
55212
55677
|
export declare type JiraJqlBuilderHydrateJqlQueryArgs = {
|
|
@@ -55702,7 +56167,6 @@ export declare type JiraJqlVersionsUnreleasedArgs = {
|
|
|
55702
56167
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
55703
56168
|
};
|
|
55704
56169
|
export declare enum JiraJqlViewContext {
|
|
55705
|
-
FilterRefinement = "FILTER_REFINEMENT",
|
|
55706
56170
|
JpdRoadmaps = "JPD_ROADMAPS",
|
|
55707
56171
|
JswPlans = "JSW_PLANS",
|
|
55708
56172
|
Jwm = "JWM",
|
|
@@ -58914,6 +59378,16 @@ export declare type JiraProjectsMappedToHelpCenterFilterInput = {
|
|
|
58914
59378
|
helpCenterId: Scalars['ID']['input'];
|
|
58915
59379
|
helpCenterMappingStatus?: InputMaybe<JiraProjectsHelpCenterMappingStatus>;
|
|
58916
59380
|
};
|
|
59381
|
+
export declare type JiraPublishBoardViewConfigInput = {
|
|
59382
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
59383
|
+
viewId: Scalars['ID']['input'];
|
|
59384
|
+
};
|
|
59385
|
+
export declare type JiraPublishBoardViewConfigPayload = Payload & {
|
|
59386
|
+
__typename?: 'JiraPublishBoardViewConfigPayload';
|
|
59387
|
+
boardView?: Maybe<JiraBoardView>;
|
|
59388
|
+
errors?: Maybe<Array<MutationError>>;
|
|
59389
|
+
success: Scalars['Boolean']['output'];
|
|
59390
|
+
};
|
|
58917
59391
|
export declare type JiraPublishJourneyConfigurationInput = {
|
|
58918
59392
|
id: Scalars['ID']['input'];
|
|
58919
59393
|
version: Scalars['Long']['input'];
|
|
@@ -62070,6 +62544,7 @@ export declare type JiraSetBoardViewFilterInput = {
|
|
|
62070
62544
|
};
|
|
62071
62545
|
export declare type JiraSetBoardViewFilterPayload = Payload & {
|
|
62072
62546
|
__typename?: 'JiraSetBoardViewFilterPayload';
|
|
62547
|
+
boardView?: Maybe<JiraBoardView>;
|
|
62073
62548
|
errors?: Maybe<Array<MutationError>>;
|
|
62074
62549
|
success: Scalars['Boolean']['output'];
|
|
62075
62550
|
view?: Maybe<JiraBoardView>;
|
|
@@ -62080,6 +62555,7 @@ export declare type JiraSetBoardViewGroupByInput = {
|
|
|
62080
62555
|
};
|
|
62081
62556
|
export declare type JiraSetBoardViewGroupByPayload = Payload & {
|
|
62082
62557
|
__typename?: 'JiraSetBoardViewGroupByPayload';
|
|
62558
|
+
boardView?: Maybe<JiraBoardView>;
|
|
62083
62559
|
errors?: Maybe<Array<MutationError>>;
|
|
62084
62560
|
success: Scalars['Boolean']['output'];
|
|
62085
62561
|
view?: Maybe<JiraBoardView>;
|
|
@@ -68145,6 +68621,7 @@ export declare type MarketplaceConsolePrivateListingsTokenDetails = {
|
|
|
68145
68621
|
export declare type MarketplaceConsoleProduct = {
|
|
68146
68622
|
__typename?: 'MarketplaceConsoleProduct';
|
|
68147
68623
|
appKey: Scalars['ID']['output'];
|
|
68624
|
+
isEditionDetailsMissing?: Maybe<Scalars['Boolean']['output']>;
|
|
68148
68625
|
isPricingPlanMissing?: Maybe<Scalars['Boolean']['output']>;
|
|
68149
68626
|
productId: Scalars['ID']['output'];
|
|
68150
68627
|
};
|
|
@@ -68666,6 +69143,13 @@ export declare type MarketplaceStoreCategoryResponse = {
|
|
|
68666
69143
|
name: Scalars['String']['output'];
|
|
68667
69144
|
slug: Scalars['String']['output'];
|
|
68668
69145
|
};
|
|
69146
|
+
export declare type MarketplaceStoreCmtAvailabilityResponse = {
|
|
69147
|
+
__typename?: 'MarketplaceStoreCmtAvailabilityResponse';
|
|
69148
|
+
allowed: Scalars['Boolean']['output'];
|
|
69149
|
+
btfAddOnAccountId?: Maybe<Scalars['String']['output']>;
|
|
69150
|
+
maintenanceEndDate?: Maybe<Scalars['String']['output']>;
|
|
69151
|
+
migrationSourceUuid?: Maybe<Scalars['String']['output']>;
|
|
69152
|
+
};
|
|
68669
69153
|
export declare type MarketplaceStoreCollectionHeroSection = {
|
|
68670
69154
|
__typename?: 'MarketplaceStoreCollectionHeroSection';
|
|
68671
69155
|
backgroundColor: Scalars['String']['output'];
|
|
@@ -69054,9 +69538,11 @@ export declare type MarketplaceStoreProduct = {
|
|
|
69054
69538
|
};
|
|
69055
69539
|
export declare type MarketplaceStoreQueryApi = {
|
|
69056
69540
|
__typename?: 'MarketplaceStoreQueryApi';
|
|
69057
|
-
|
|
69541
|
+
appReviewsByAppId: MarketplaceStoreReviewsResponse;
|
|
69542
|
+
appReviewsByAppKey: MarketplaceStoreReviewsResponse;
|
|
69058
69543
|
billingSystem: MarketplaceStoreBillingSystemResponse;
|
|
69059
69544
|
category: MarketplaceStoreCategoryResponse;
|
|
69545
|
+
cmtAvailability: MarketplaceStoreCmtAvailabilityResponse;
|
|
69060
69546
|
collection: MarketplaceStoreCollectionResponse;
|
|
69061
69547
|
currentUser: MarketplaceStoreCurrentUserResponse;
|
|
69062
69548
|
editions: Array<MarketplaceStoreEdition>;
|
|
@@ -69071,7 +69557,13 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
69071
69557
|
myReview: MarketplaceStoreCurrentUserReviewResponse;
|
|
69072
69558
|
partner: MarketplaceStorePartnerResponse;
|
|
69073
69559
|
};
|
|
69074
|
-
export declare type
|
|
69560
|
+
export declare type MarketplaceStoreQueryApiAppReviewsByAppIdArgs = {
|
|
69561
|
+
appId: Scalars['ID']['input'];
|
|
69562
|
+
filter?: InputMaybe<MarketplaceStoreReviewFilterInput>;
|
|
69563
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
69564
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
69565
|
+
};
|
|
69566
|
+
export declare type MarketplaceStoreQueryApiAppReviewsByAppKeyArgs = {
|
|
69075
69567
|
appKey: Scalars['String']['input'];
|
|
69076
69568
|
filter?: InputMaybe<MarketplaceStoreReviewFilterInput>;
|
|
69077
69569
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -69083,6 +69575,9 @@ export declare type MarketplaceStoreQueryApiBillingSystemArgs = {
|
|
|
69083
69575
|
export declare type MarketplaceStoreQueryApiCategoryArgs = {
|
|
69084
69576
|
slug: Scalars['String']['input'];
|
|
69085
69577
|
};
|
|
69578
|
+
export declare type MarketplaceStoreQueryApiCmtAvailabilityArgs = {
|
|
69579
|
+
input: MarketplaceStoreInstallAppInput;
|
|
69580
|
+
};
|
|
69086
69581
|
export declare type MarketplaceStoreQueryApiCollectionArgs = {
|
|
69087
69582
|
slug: Scalars['String']['input'];
|
|
69088
69583
|
};
|
|
@@ -71090,6 +71585,8 @@ export declare type Mutation = {
|
|
|
71090
71585
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
71091
71586
|
jira_createCustomBackground?: Maybe<JiraProjectCreateCustomBackgroundMutationPayload>;
|
|
71092
71587
|
jira_deleteCustomBackground?: Maybe<JiraProjectDeleteCustomBackgroundMutationPayload>;
|
|
71588
|
+
jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
|
|
71589
|
+
jira_publishBoardViewConfig?: Maybe<JiraPublishBoardViewConfigPayload>;
|
|
71093
71590
|
jira_reorderBoardViewColumn?: Maybe<JiraReorderBoardViewColumnPayload>;
|
|
71094
71591
|
jira_setBoardViewCardFieldSelected?: Maybe<JiraSetBoardViewCardFieldSelectedPayload>;
|
|
71095
71592
|
jira_setBoardViewCardOptionState?: Maybe<JiraSetBoardViewCardOptionStatePayload>;
|
|
@@ -72304,6 +72801,12 @@ export declare type MutationJira_CreateCustomBackgroundArgs = {
|
|
|
72304
72801
|
export declare type MutationJira_DeleteCustomBackgroundArgs = {
|
|
72305
72802
|
input: JiraProjectDeleteCustomBackgroundInput;
|
|
72306
72803
|
};
|
|
72804
|
+
export declare type MutationJira_DiscardUserBoardViewConfigArgs = {
|
|
72805
|
+
input: JiraDiscardUserBoardViewConfigInput;
|
|
72806
|
+
};
|
|
72807
|
+
export declare type MutationJira_PublishBoardViewConfigArgs = {
|
|
72808
|
+
input: JiraPublishBoardViewConfigInput;
|
|
72809
|
+
};
|
|
72307
72810
|
export declare type MutationJira_ReorderBoardViewColumnArgs = {
|
|
72308
72811
|
input: JiraReorderBoardViewColumnInput;
|
|
72309
72812
|
};
|
|
@@ -75760,6 +76263,7 @@ export declare type Query = {
|
|
|
75760
76263
|
confluenceV2_spaceSettings?: Maybe<ConfluenceV2SpaceSettings>;
|
|
75761
76264
|
confluenceV2_spaceTheme?: Maybe<ConfluenceV2Theme>;
|
|
75762
76265
|
confluenceV2_spaces?: Maybe<Array<Maybe<ConfluenceV2Space>>>;
|
|
76266
|
+
confluence_atlassianUser?: Maybe<AtlassianUser>;
|
|
75763
76267
|
confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
|
|
75764
76268
|
confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
|
|
75765
76269
|
confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -75846,6 +76350,7 @@ export declare type Query = {
|
|
|
75846
76350
|
devai_autodevJobFileContents?: Maybe<Scalars['String']['output']>;
|
|
75847
76351
|
devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
75848
76352
|
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
76353
|
+
devai_autodevJobsForIssue?: Maybe<JiraAutodevJobConnection>;
|
|
75849
76354
|
devai_autodevRovoAgents?: Maybe<DevAiRovoAgentConnection>;
|
|
75850
76355
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
75851
76356
|
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
@@ -77326,6 +77831,10 @@ export declare type QueryConfluenceV2_SpaceThemeArgs = {
|
|
|
77326
77831
|
export declare type QueryConfluenceV2_SpacesArgs = {
|
|
77327
77832
|
ids: Array<Scalars['ID']['input']>;
|
|
77328
77833
|
};
|
|
77834
|
+
export declare type QueryConfluence_AtlassianUserArgs = {
|
|
77835
|
+
current?: InputMaybe<Scalars['Boolean']['input']>;
|
|
77836
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
77837
|
+
};
|
|
77329
77838
|
export declare type QueryConfluence_CalendarPreferenceArgs = {
|
|
77330
77839
|
cloudId: Scalars['ID']['input'];
|
|
77331
77840
|
};
|
|
@@ -77732,6 +78241,10 @@ export declare type QueryDevai_AutodevJobLogsArgs = {
|
|
|
77732
78241
|
jobId: Scalars['ID']['input'];
|
|
77733
78242
|
minPriority?: InputMaybe<DevAiAutodevLogPriority>;
|
|
77734
78243
|
};
|
|
78244
|
+
export declare type QueryDevai_AutodevJobsForIssueArgs = {
|
|
78245
|
+
issueAri: Scalars['ID']['input'];
|
|
78246
|
+
jobIdFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
78247
|
+
};
|
|
77735
78248
|
export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
77736
78249
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
77737
78250
|
cloudId: Scalars['ID']['input'];
|
|
@@ -81467,6 +81980,7 @@ export declare type SearchThirdPartyFilter = {
|
|
|
81467
81980
|
titleMatchOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
81468
81981
|
};
|
|
81469
81982
|
export declare type SearchThirdPartyProduct = {
|
|
81983
|
+
connectorSources?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
81470
81984
|
integrationId?: InputMaybe<Scalars['String']['input']>;
|
|
81471
81985
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
81472
81986
|
providerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -85976,6 +86490,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
85976
86490
|
status?: Maybe<TownsquareStatus>;
|
|
85977
86491
|
subGoals?: Maybe<TownsquareGoalConnection>;
|
|
85978
86492
|
targetDate?: Maybe<TownsquareTargetDate>;
|
|
86493
|
+
updates?: Maybe<TownsquareGoalUpdateConnection>;
|
|
85979
86494
|
url?: Maybe<Scalars['String']['output']>;
|
|
85980
86495
|
uuid: Scalars['String']['output'];
|
|
85981
86496
|
watchers?: Maybe<TownsquareUserConnection>;
|
|
@@ -85984,6 +86499,10 @@ export declare type TownsquareGoalSubGoalsArgs = {
|
|
|
85984
86499
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
85985
86500
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
85986
86501
|
};
|
|
86502
|
+
export declare type TownsquareGoalUpdatesArgs = {
|
|
86503
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
86504
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
86505
|
+
};
|
|
85987
86506
|
export declare type TownsquareGoalConnection = {
|
|
85988
86507
|
__typename?: 'TownsquareGoalConnection';
|
|
85989
86508
|
edges?: Maybe<Array<Maybe<TownsquareGoalEdge>>>;
|
|
@@ -86127,6 +86646,16 @@ export declare type TownsquareGoalUpdateCommentsArgs = {
|
|
|
86127
86646
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
86128
86647
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
86129
86648
|
};
|
|
86649
|
+
export declare type TownsquareGoalUpdateConnection = {
|
|
86650
|
+
__typename?: 'TownsquareGoalUpdateConnection';
|
|
86651
|
+
edges?: Maybe<Array<Maybe<TownsquareGoalUpdateEdge>>>;
|
|
86652
|
+
pageInfo: PageInfo;
|
|
86653
|
+
};
|
|
86654
|
+
export declare type TownsquareGoalUpdateEdge = {
|
|
86655
|
+
__typename?: 'TownsquareGoalUpdateEdge';
|
|
86656
|
+
cursor: Scalars['String']['output'];
|
|
86657
|
+
node?: Maybe<TownsquareGoalUpdate>;
|
|
86658
|
+
};
|
|
86130
86659
|
export declare type TownsquareLocalizationField = {
|
|
86131
86660
|
__typename?: 'TownsquareLocalizationField';
|
|
86132
86661
|
defaultValue?: Maybe<Scalars['String']['output']>;
|
|
@@ -88535,6 +89064,82 @@ export declare type UnifiedCachingMutationInvalidateCacheArgs = {
|
|
|
88535
89064
|
aaid: Scalars['String']['input'];
|
|
88536
89065
|
dataPoint: Scalars['String']['input'];
|
|
88537
89066
|
};
|
|
89067
|
+
export declare type UnifiedCommunityMutation = {
|
|
89068
|
+
__typename?: 'UnifiedCommunityMutation';
|
|
89069
|
+
initializeCommunity?: Maybe<UnifiedCommunityPayload>;
|
|
89070
|
+
};
|
|
89071
|
+
export declare type UnifiedCommunityMutationInitializeCommunityArgs = {
|
|
89072
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
89073
|
+
emailId?: InputMaybe<Scalars['String']['input']>;
|
|
89074
|
+
};
|
|
89075
|
+
export declare type UnifiedCommunityPayload = UnifiedPayload & {
|
|
89076
|
+
__typename?: 'UnifiedCommunityPayload';
|
|
89077
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
89078
|
+
forumsProfile?: Maybe<UnifiedForumsAccount>;
|
|
89079
|
+
gamificationProfile?: Maybe<UnifiedGamificationProfile>;
|
|
89080
|
+
success: Scalars['Boolean']['output'];
|
|
89081
|
+
unifiedProfile?: Maybe<UnifiedProfile>;
|
|
89082
|
+
};
|
|
89083
|
+
export declare type UnifiedConsentMutation = {
|
|
89084
|
+
__typename?: 'UnifiedConsentMutation';
|
|
89085
|
+
deleteConsent?: Maybe<UnifiedConsentPayload>;
|
|
89086
|
+
removeConsent?: Maybe<UnifiedConsentPayload>;
|
|
89087
|
+
setConsent?: Maybe<UnifiedConsentPayload>;
|
|
89088
|
+
updateConsent?: Maybe<UnifiedConsentPayload>;
|
|
89089
|
+
};
|
|
89090
|
+
export declare type UnifiedConsentMutationDeleteConsentArgs = {
|
|
89091
|
+
consentObj: Array<UnifiedConsentObjInput>;
|
|
89092
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89093
|
+
value: Scalars['String']['input'];
|
|
89094
|
+
};
|
|
89095
|
+
export declare type UnifiedConsentMutationRemoveConsentArgs = {
|
|
89096
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89097
|
+
value: Scalars['String']['input'];
|
|
89098
|
+
};
|
|
89099
|
+
export declare type UnifiedConsentMutationSetConsentArgs = {
|
|
89100
|
+
consentObj: Array<UnifiedConsentObjInput>;
|
|
89101
|
+
type: Scalars['String']['input'];
|
|
89102
|
+
value: Scalars['String']['input'];
|
|
89103
|
+
};
|
|
89104
|
+
export declare type UnifiedConsentMutationUpdateConsentArgs = {
|
|
89105
|
+
consentObj: Array<UnifiedConsentObjInput>;
|
|
89106
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89107
|
+
value: Scalars['String']['input'];
|
|
89108
|
+
};
|
|
89109
|
+
export declare type UnifiedConsentObj = {
|
|
89110
|
+
__typename?: 'UnifiedConsentObj';
|
|
89111
|
+
consent_key: Scalars['String']['output'];
|
|
89112
|
+
consent_status: Scalars['String']['output'];
|
|
89113
|
+
created_at: Scalars['String']['output'];
|
|
89114
|
+
updated_at: Scalars['String']['output'];
|
|
89115
|
+
};
|
|
89116
|
+
export declare type UnifiedConsentObjInput = {
|
|
89117
|
+
consent_key: Scalars['String']['input'];
|
|
89118
|
+
consent_status: Scalars['String']['input'];
|
|
89119
|
+
};
|
|
89120
|
+
export declare type UnifiedConsentPayload = UnifiedPayload & {
|
|
89121
|
+
__typename?: 'UnifiedConsentPayload';
|
|
89122
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
89123
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
89124
|
+
success: Scalars['Boolean']['output'];
|
|
89125
|
+
};
|
|
89126
|
+
export declare type UnifiedConsentQuery = {
|
|
89127
|
+
__typename?: 'UnifiedConsentQuery';
|
|
89128
|
+
getConsent?: Maybe<UnifiedUConsentStatusResult>;
|
|
89129
|
+
};
|
|
89130
|
+
export declare type UnifiedConsentQueryGetConsentArgs = {
|
|
89131
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89132
|
+
value: Scalars['String']['input'];
|
|
89133
|
+
};
|
|
89134
|
+
export declare type UnifiedConsentStatus = UnifiedINode & {
|
|
89135
|
+
__typename?: 'UnifiedConsentStatus';
|
|
89136
|
+
consent_obj: Array<UnifiedConsentObj>;
|
|
89137
|
+
created_at: Scalars['String']['output'];
|
|
89138
|
+
id: Scalars['ID']['output'];
|
|
89139
|
+
type: Scalars['String']['output'];
|
|
89140
|
+
updated_at: Scalars['String']['output'];
|
|
89141
|
+
value: Scalars['String']['output'];
|
|
89142
|
+
};
|
|
88538
89143
|
export declare type UnifiedForums = UnifiedINode & {
|
|
88539
89144
|
__typename?: 'UnifiedForums';
|
|
88540
89145
|
badges?: Maybe<UnifiedUForumsBadgesResult>;
|
|
@@ -88550,6 +89155,27 @@ export declare type UnifiedForumsGroupsArgs = {
|
|
|
88550
89155
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88551
89156
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
88552
89157
|
};
|
|
89158
|
+
export declare type UnifiedForumsAccount = UnifiedINode & {
|
|
89159
|
+
__typename?: 'UnifiedForumsAccount';
|
|
89160
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
89161
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
|
89162
|
+
href?: Maybe<Scalars['String']['output']>;
|
|
89163
|
+
id: Scalars['ID']['output'];
|
|
89164
|
+
lastName?: Maybe<Scalars['String']['output']>;
|
|
89165
|
+
lastVisitTime?: Maybe<Scalars['String']['output']>;
|
|
89166
|
+
login?: Maybe<Scalars['String']['output']>;
|
|
89167
|
+
onlineStatus?: Maybe<Scalars['String']['output']>;
|
|
89168
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
89169
|
+
viewHref?: Maybe<Scalars['String']['output']>;
|
|
89170
|
+
};
|
|
89171
|
+
export declare type UnifiedForumsAccountDetails = UnifiedINode & {
|
|
89172
|
+
__typename?: 'UnifiedForumsAccountDetails';
|
|
89173
|
+
aaid?: Maybe<Scalars['String']['output']>;
|
|
89174
|
+
emailId?: Maybe<Scalars['String']['output']>;
|
|
89175
|
+
id: Scalars['ID']['output'];
|
|
89176
|
+
nickname?: Maybe<Scalars['String']['output']>;
|
|
89177
|
+
orgId?: Maybe<Scalars['String']['output']>;
|
|
89178
|
+
};
|
|
88553
89179
|
export declare type UnifiedForumsBadge = UnifiedIBadge & UnifiedINode & {
|
|
88554
89180
|
__typename?: 'UnifiedForumsBadge';
|
|
88555
89181
|
actionUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -88666,6 +89292,11 @@ export declare type UnifiedGamificationLevel = UnifiedINode & {
|
|
|
88666
89292
|
maxPoints?: Maybe<Scalars['Int']['output']>;
|
|
88667
89293
|
nextLevelName?: Maybe<Scalars['String']['output']>;
|
|
88668
89294
|
};
|
|
89295
|
+
export declare type UnifiedGamificationProfile = {
|
|
89296
|
+
__typename?: 'UnifiedGamificationProfile';
|
|
89297
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
|
89298
|
+
userId?: Maybe<Scalars['String']['output']>;
|
|
89299
|
+
};
|
|
88669
89300
|
export declare type UnifiedGamificationRecognitionsSummary = UnifiedINode & {
|
|
88670
89301
|
__typename?: 'UnifiedGamificationRecognitionsSummary';
|
|
88671
89302
|
id: Scalars['ID']['output'];
|
|
@@ -88867,6 +89498,8 @@ export declare type UnifiedMutation = {
|
|
|
88867
89498
|
__typename?: 'UnifiedMutation';
|
|
88868
89499
|
account?: Maybe<UnifiedAccountMutation>;
|
|
88869
89500
|
caching?: Maybe<UnifiedCachingMutation>;
|
|
89501
|
+
community?: Maybe<UnifiedCommunityMutation>;
|
|
89502
|
+
consent?: Maybe<UnifiedConsentMutation>;
|
|
88870
89503
|
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
88871
89504
|
gating?: Maybe<UnifiedGatingMutation>;
|
|
88872
89505
|
linking?: Maybe<UnifiedLinkingMutation>;
|
|
@@ -88980,6 +89613,7 @@ export declare type UnifiedQuery = {
|
|
|
88980
89613
|
accountBasics?: Maybe<UnifiedUAccountBasicsResult>;
|
|
88981
89614
|
accountDetails?: Maybe<UnifiedUAccountDetailsResult>;
|
|
88982
89615
|
atlassianProducts?: Maybe<UnifiedUAtlassianProductResult>;
|
|
89616
|
+
consent?: Maybe<UnifiedConsentQuery>;
|
|
88983
89617
|
gating?: Maybe<UnifiedGatingQuery>;
|
|
88984
89618
|
node?: Maybe<UnifiedINode>;
|
|
88985
89619
|
unifiedProfile?: Maybe<UnifiedUProfileResult>;
|
|
@@ -89046,6 +89680,7 @@ export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
|
89046
89680
|
export declare type UnifiedUAdminsResult = UnifiedAdmins | UnifiedQueryError;
|
|
89047
89681
|
export declare type UnifiedUAllowListResult = UnifiedAllowList | UnifiedQueryError;
|
|
89048
89682
|
export declare type UnifiedUAtlassianProductResult = UnifiedAtlassianProductConnection | UnifiedQueryError;
|
|
89683
|
+
export declare type UnifiedUConsentStatusResult = UnifiedConsentStatus | UnifiedQueryError;
|
|
89049
89684
|
export declare type UnifiedUForumsBadgesResult = UnifiedForumsBadgesConnection | UnifiedQueryError;
|
|
89050
89685
|
export declare type UnifiedUForumsGroupsResult = UnifiedForumsGroupsConnection | UnifiedQueryError;
|
|
89051
89686
|
export declare type UnifiedUForumsResult = UnifiedForums | UnifiedQueryError;
|