@forge/cli-shared 6.6.0-next.6 → 6.6.0-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.
|
@@ -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';
|
|
@@ -15158,6 +15199,17 @@ export declare type ConfluenceSubCalendarSubscribersCount = {
|
|
|
15158
15199
|
__typename?: 'ConfluenceSubCalendarSubscribersCount';
|
|
15159
15200
|
count?: Maybe<Scalars['Int']['output']>;
|
|
15160
15201
|
};
|
|
15202
|
+
export declare type ConfluenceSubscriptionApi = {
|
|
15203
|
+
__typename?: 'ConfluenceSubscriptionApi';
|
|
15204
|
+
subscriptionPayload?: Maybe<ConfluenceSubscriptionPayload>;
|
|
15205
|
+
};
|
|
15206
|
+
export declare type ConfluenceSubscriptionApiSubscriptionPayloadArgs = {
|
|
15207
|
+
id: Scalars['ID']['input'];
|
|
15208
|
+
};
|
|
15209
|
+
export declare type ConfluenceSubscriptionPayload = {
|
|
15210
|
+
__typename?: 'ConfluenceSubscriptionPayload';
|
|
15211
|
+
contentType: Scalars['String']['output'];
|
|
15212
|
+
};
|
|
15161
15213
|
export declare type ConfluenceTeamPresence = {
|
|
15162
15214
|
__typename?: 'ConfluenceTeamPresence';
|
|
15163
15215
|
isEnabledOnContentView: Scalars['Boolean']['output'];
|
|
@@ -15326,6 +15378,22 @@ export declare type ConfluenceUpdateValuePagePropertyPayload = Payload & {
|
|
|
15326
15378
|
pageProperty?: Maybe<ConfluencePageProperty>;
|
|
15327
15379
|
success: Scalars['Boolean']['output'];
|
|
15328
15380
|
};
|
|
15381
|
+
export declare type ConfluenceUser = {
|
|
15382
|
+
__typename?: 'ConfluenceUser';
|
|
15383
|
+
accessStatus: AccessStatus;
|
|
15384
|
+
accountId?: Maybe<Scalars['String']['output']>;
|
|
15385
|
+
currentUser?: Maybe<CurrentUserOperations>;
|
|
15386
|
+
groups: Array<Maybe<Scalars['String']['output']>>;
|
|
15387
|
+
groupsWithId: Array<Maybe<Group>>;
|
|
15388
|
+
hasBlog?: Maybe<Scalars['Boolean']['output']>;
|
|
15389
|
+
hasPersonalSpace?: Maybe<Scalars['Boolean']['output']>;
|
|
15390
|
+
locale: Scalars['String']['output'];
|
|
15391
|
+
operations: Array<Maybe<OperationCheckResult>>;
|
|
15392
|
+
permissionType?: Maybe<SitePermissionType>;
|
|
15393
|
+
roles?: Maybe<GraphQlConfluenceUserRoles>;
|
|
15394
|
+
space?: Maybe<Space>;
|
|
15395
|
+
userKey?: Maybe<Scalars['String']['output']>;
|
|
15396
|
+
};
|
|
15329
15397
|
export declare type ConfluenceUserInfo = {
|
|
15330
15398
|
__typename?: 'ConfluenceUserInfo';
|
|
15331
15399
|
type: ConfluenceUserType;
|
|
@@ -18887,6 +18955,11 @@ export declare type CurrentUser = {
|
|
|
18887
18955
|
__typename?: 'CurrentUser';
|
|
18888
18956
|
permissions: Array<Maybe<Scalars['SoftwareBoardPermission']['output']>>;
|
|
18889
18957
|
};
|
|
18958
|
+
export declare type CurrentUserOperations = {
|
|
18959
|
+
__typename?: 'CurrentUserOperations';
|
|
18960
|
+
canFollow?: Maybe<Scalars['Boolean']['output']>;
|
|
18961
|
+
followed?: Maybe<Scalars['Boolean']['output']>;
|
|
18962
|
+
};
|
|
18890
18963
|
export declare type CustomEntity = {
|
|
18891
18964
|
attributes: Array<CustomEntityAttribute>;
|
|
18892
18965
|
indexes?: InputMaybe<Array<CustomEntityIndex>>;
|
|
@@ -22716,6 +22789,7 @@ export declare enum EcosystemInstallationRecoveryMode {
|
|
|
22716
22789
|
RecoverPreviousInstall = "RECOVER_PREVIOUS_INSTALL"
|
|
22717
22790
|
}
|
|
22718
22791
|
export declare enum EcosystemLicenseMode {
|
|
22792
|
+
Agent = "AGENT",
|
|
22719
22793
|
UserAccess = "USER_ACCESS"
|
|
22720
22794
|
}
|
|
22721
22795
|
export declare type EcosystemMutation = {
|
|
@@ -26848,6 +26922,12 @@ export declare type GraphProjectServiceEdge = {
|
|
|
26848
26922
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
26849
26923
|
node: GraphProjectService;
|
|
26850
26924
|
};
|
|
26925
|
+
export declare type GraphQlConfluenceUserRoles = {
|
|
26926
|
+
__typename?: 'GraphQLConfluenceUserRoles';
|
|
26927
|
+
canBeSuperAdmin: Scalars['Boolean']['output'];
|
|
26928
|
+
canUseConfluence: Scalars['Boolean']['output'];
|
|
26929
|
+
isSuperAdmin: Scalars['Boolean']['output'];
|
|
26930
|
+
};
|
|
26851
26931
|
export declare type GraphQlContactAdminStatus = {
|
|
26852
26932
|
__typename?: 'GraphQLContactAdminStatus';
|
|
26853
26933
|
success: Scalars['Boolean']['output'];
|
|
@@ -29176,6 +29256,7 @@ export declare type GraphStore = {
|
|
|
29176
29256
|
confluenceSpaceHasConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceBlogpostInverseConnection>;
|
|
29177
29257
|
confluenceSpaceHasConfluenceDatabase?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseConnection>;
|
|
29178
29258
|
confluenceSpaceHasConfluenceDatabaseInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseConnection>;
|
|
29259
|
+
confluenceSpaceHasConfluenceFolder?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderConnection>;
|
|
29179
29260
|
confluenceSpaceHasConfluenceFolderInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection>;
|
|
29180
29261
|
confluenceSpaceHasConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection>;
|
|
29181
29262
|
confluenceSpaceHasConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardInverseConnection>;
|
|
@@ -29190,6 +29271,7 @@ export declare type GraphStore = {
|
|
|
29190
29271
|
cypherQuery: GraphStoreCypherQueryConnection;
|
|
29191
29272
|
deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
|
|
29192
29273
|
deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
|
|
29274
|
+
externalWorkerConflatesToIdentity3pUser?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection>;
|
|
29193
29275
|
fetchAllRelationships: GraphStoreAllRelationshipsConnection;
|
|
29194
29276
|
focusAreaAssociatedToProject?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection>;
|
|
29195
29277
|
focusAreaAssociatedToProjectBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
|
|
@@ -29282,6 +29364,10 @@ export declare type GraphStore = {
|
|
|
29282
29364
|
issueHasAssignee?: Maybe<GraphStoreSimplifiedIssueHasAssigneeConnection>;
|
|
29283
29365
|
issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
|
|
29284
29366
|
issueInStatusInverse?: Maybe<GraphStoreSimplifiedIssueInStatusInverseConnection>;
|
|
29367
|
+
issueMentionedInConversation?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationConnection>;
|
|
29368
|
+
issueMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseConnection>;
|
|
29369
|
+
issueMentionedInMessage?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageConnection>;
|
|
29370
|
+
issueMentionedInMessageInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageInverseConnection>;
|
|
29285
29371
|
issueRecursiveAssociatedDeployment?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection>;
|
|
29286
29372
|
issueRecursiveAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentInverseConnection>;
|
|
29287
29373
|
issueRecursiveAssociatedDeploymentInverseRelationship?: Maybe<GraphStoreFullIssueRecursiveAssociatedDeploymentConnection>;
|
|
@@ -29334,6 +29420,8 @@ export declare type GraphStore = {
|
|
|
29334
29420
|
mediaAttachedToContent?: Maybe<GraphStoreSimplifiedMediaAttachedToContentConnection>;
|
|
29335
29421
|
mediaAttachedToContentBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
29336
29422
|
mediaAttachedToContentInverseBatch?: Maybe<GraphStoreBatchMediaAttachedToContentConnection>;
|
|
29423
|
+
meetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection>;
|
|
29424
|
+
meetingRecordingOwnerHasMeetingNotesFolderInverse?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection>;
|
|
29337
29425
|
onPremProjectHasIssue?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueConnection>;
|
|
29338
29426
|
onPremProjectHasIssueInverse?: Maybe<GraphStoreSimplifiedOnPremProjectHasIssueInverseConnection>;
|
|
29339
29427
|
operationsContainerImpactedByIncident?: Maybe<GraphStoreSimplifiedOperationsContainerImpactedByIncidentConnection>;
|
|
@@ -29583,6 +29671,8 @@ export declare type GraphStore = {
|
|
|
29583
29671
|
userFavoritedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluencePageInverseConnection>;
|
|
29584
29672
|
userFavoritedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardConnection>;
|
|
29585
29673
|
userFavoritedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseConnection>;
|
|
29674
|
+
userHasCollaborators?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsConnection>;
|
|
29675
|
+
userHasCollaboratorsInverse?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseConnection>;
|
|
29586
29676
|
userHasRelevantProject?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectConnection>;
|
|
29587
29677
|
userHasRelevantProjectInverse?: Maybe<GraphStoreSimplifiedUserHasRelevantProjectInverseConnection>;
|
|
29588
29678
|
userHasTopProject?: Maybe<GraphStoreSimplifiedUserHasTopProjectConnection>;
|
|
@@ -29595,6 +29685,10 @@ export declare type GraphStore = {
|
|
|
29595
29685
|
userLaunchedReleaseInverse?: Maybe<GraphStoreSimplifiedUserLaunchedReleaseInverseConnection>;
|
|
29596
29686
|
userMemberOfConversation?: Maybe<GraphStoreSimplifiedUserMemberOfConversationConnection>;
|
|
29597
29687
|
userMemberOfConversationInverse?: Maybe<GraphStoreSimplifiedUserMemberOfConversationInverseConnection>;
|
|
29688
|
+
userMentionedInConversation?: Maybe<GraphStoreSimplifiedUserMentionedInConversationConnection>;
|
|
29689
|
+
userMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseConnection>;
|
|
29690
|
+
userMentionedInMessage?: Maybe<GraphStoreSimplifiedUserMentionedInMessageConnection>;
|
|
29691
|
+
userMentionedInMessageInverse?: Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseConnection>;
|
|
29598
29692
|
userMergedPullRequest?: Maybe<GraphStoreSimplifiedUserMergedPullRequestConnection>;
|
|
29599
29693
|
userMergedPullRequestInverse?: Maybe<GraphStoreSimplifiedUserMergedPullRequestInverseConnection>;
|
|
29600
29694
|
userOwnedBranch?: Maybe<GraphStoreSimplifiedUserOwnedBranchConnection>;
|
|
@@ -29619,6 +29713,7 @@ export declare type GraphStore = {
|
|
|
29619
29713
|
userTaggedInCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInCommentInverseConnection>;
|
|
29620
29714
|
userTaggedInConfluencePage?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageConnection>;
|
|
29621
29715
|
userTaggedInConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserTaggedInConfluencePageInverseConnection>;
|
|
29716
|
+
userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
|
|
29622
29717
|
userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
|
|
29623
29718
|
userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
|
|
29624
29719
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
@@ -30074,6 +30169,13 @@ export declare type GraphStoreConfluenceSpaceHasConfluenceDatabaseInverseArgs =
|
|
|
30074
30169
|
id: Scalars['ID']['input'];
|
|
30075
30170
|
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceDatabaseSortInput>;
|
|
30076
30171
|
};
|
|
30172
|
+
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderArgs = {
|
|
30173
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30174
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30175
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30176
|
+
id: Scalars['ID']['input'];
|
|
30177
|
+
sort?: InputMaybe<GraphStoreConfluenceSpaceHasConfluenceFolderSortInput>;
|
|
30178
|
+
};
|
|
30077
30179
|
export declare type GraphStoreConfluenceSpaceHasConfluenceFolderInverseArgs = {
|
|
30078
30180
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30079
30181
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -30165,6 +30267,13 @@ export declare type GraphStoreDeploymentContainsCommitInverseArgs = {
|
|
|
30165
30267
|
id: Scalars['ID']['input'];
|
|
30166
30268
|
sort?: InputMaybe<GraphStoreDeploymentContainsCommitSortInput>;
|
|
30167
30269
|
};
|
|
30270
|
+
export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserArgs = {
|
|
30271
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30272
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30273
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30274
|
+
id: Scalars['ID']['input'];
|
|
30275
|
+
sort?: InputMaybe<GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput>;
|
|
30276
|
+
};
|
|
30168
30277
|
export declare type GraphStoreFetchAllRelationshipsArgs = {
|
|
30169
30278
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30170
30279
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -30738,6 +30847,34 @@ export declare type GraphStoreIssueInStatusInverseArgs = {
|
|
|
30738
30847
|
id: Scalars['ID']['input'];
|
|
30739
30848
|
sort?: InputMaybe<GraphStoreIssueInStatusSortInput>;
|
|
30740
30849
|
};
|
|
30850
|
+
export declare type GraphStoreIssueMentionedInConversationArgs = {
|
|
30851
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30852
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30853
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30854
|
+
id: Scalars['ID']['input'];
|
|
30855
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInConversationSortInput>;
|
|
30856
|
+
};
|
|
30857
|
+
export declare type GraphStoreIssueMentionedInConversationInverseArgs = {
|
|
30858
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30859
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30860
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30861
|
+
id: Scalars['ID']['input'];
|
|
30862
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInConversationSortInput>;
|
|
30863
|
+
};
|
|
30864
|
+
export declare type GraphStoreIssueMentionedInMessageArgs = {
|
|
30865
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30866
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30867
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30868
|
+
id: Scalars['ID']['input'];
|
|
30869
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInMessageSortInput>;
|
|
30870
|
+
};
|
|
30871
|
+
export declare type GraphStoreIssueMentionedInMessageInverseArgs = {
|
|
30872
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30873
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30874
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30875
|
+
id: Scalars['ID']['input'];
|
|
30876
|
+
sort?: InputMaybe<GraphStoreIssueMentionedInMessageSortInput>;
|
|
30877
|
+
};
|
|
30741
30878
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentArgs = {
|
|
30742
30879
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30743
30880
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -31060,6 +31197,20 @@ export declare type GraphStoreMediaAttachedToContentInverseBatchArgs = {
|
|
|
31060
31197
|
ids: Array<Scalars['ID']['input']>;
|
|
31061
31198
|
sort?: InputMaybe<GraphStoreMediaAttachedToContentSortInput>;
|
|
31062
31199
|
};
|
|
31200
|
+
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
31201
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31202
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31203
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31204
|
+
id: Scalars['ID']['input'];
|
|
31205
|
+
sort?: InputMaybe<GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput>;
|
|
31206
|
+
};
|
|
31207
|
+
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderInverseArgs = {
|
|
31208
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
31209
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
31210
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
31211
|
+
id: Scalars['ID']['input'];
|
|
31212
|
+
sort?: InputMaybe<GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput>;
|
|
31213
|
+
};
|
|
31063
31214
|
export declare type GraphStoreOnPremProjectHasIssueArgs = {
|
|
31064
31215
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
31065
31216
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32702,6 +32853,20 @@ export declare type GraphStoreUserFavoritedConfluenceWhiteboardInverseArgs = {
|
|
|
32702
32853
|
id: Scalars['ID']['input'];
|
|
32703
32854
|
sort?: InputMaybe<GraphStoreUserFavoritedConfluenceWhiteboardSortInput>;
|
|
32704
32855
|
};
|
|
32856
|
+
export declare type GraphStoreUserHasCollaboratorsArgs = {
|
|
32857
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32858
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32859
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32860
|
+
id: Scalars['ID']['input'];
|
|
32861
|
+
sort?: InputMaybe<GraphStoreUserHasCollaboratorsSortInput>;
|
|
32862
|
+
};
|
|
32863
|
+
export declare type GraphStoreUserHasCollaboratorsInverseArgs = {
|
|
32864
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32865
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32866
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32867
|
+
id: Scalars['ID']['input'];
|
|
32868
|
+
sort?: InputMaybe<GraphStoreUserHasCollaboratorsSortInput>;
|
|
32869
|
+
};
|
|
32705
32870
|
export declare type GraphStoreUserHasRelevantProjectArgs = {
|
|
32706
32871
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32707
32872
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32786,6 +32951,34 @@ export declare type GraphStoreUserMemberOfConversationInverseArgs = {
|
|
|
32786
32951
|
id: Scalars['ID']['input'];
|
|
32787
32952
|
sort?: InputMaybe<GraphStoreUserMemberOfConversationSortInput>;
|
|
32788
32953
|
};
|
|
32954
|
+
export declare type GraphStoreUserMentionedInConversationArgs = {
|
|
32955
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32956
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32957
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32958
|
+
id: Scalars['ID']['input'];
|
|
32959
|
+
sort?: InputMaybe<GraphStoreUserMentionedInConversationSortInput>;
|
|
32960
|
+
};
|
|
32961
|
+
export declare type GraphStoreUserMentionedInConversationInverseArgs = {
|
|
32962
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32963
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32964
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32965
|
+
id: Scalars['ID']['input'];
|
|
32966
|
+
sort?: InputMaybe<GraphStoreUserMentionedInConversationSortInput>;
|
|
32967
|
+
};
|
|
32968
|
+
export declare type GraphStoreUserMentionedInMessageArgs = {
|
|
32969
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32970
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32971
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32972
|
+
id: Scalars['ID']['input'];
|
|
32973
|
+
sort?: InputMaybe<GraphStoreUserMentionedInMessageSortInput>;
|
|
32974
|
+
};
|
|
32975
|
+
export declare type GraphStoreUserMentionedInMessageInverseArgs = {
|
|
32976
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32977
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32978
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32979
|
+
id: Scalars['ID']['input'];
|
|
32980
|
+
sort?: InputMaybe<GraphStoreUserMentionedInMessageSortInput>;
|
|
32981
|
+
};
|
|
32789
32982
|
export declare type GraphStoreUserMergedPullRequestArgs = {
|
|
32790
32983
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32791
32984
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -32954,6 +33147,13 @@ export declare type GraphStoreUserTaggedInConfluencePageInverseArgs = {
|
|
|
32954
33147
|
id: Scalars['ID']['input'];
|
|
32955
33148
|
sort?: InputMaybe<GraphStoreUserTaggedInConfluencePageSortInput>;
|
|
32956
33149
|
};
|
|
33150
|
+
export declare type GraphStoreUserTaggedInIssueCommentInverseArgs = {
|
|
33151
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
33152
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
33153
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33154
|
+
id: Scalars['ID']['input'];
|
|
33155
|
+
sort?: InputMaybe<GraphStoreUserTaggedInIssueCommentSortInput>;
|
|
33156
|
+
};
|
|
32957
33157
|
export declare type GraphStoreUserTriggeredDeploymentArgs = {
|
|
32958
33158
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32959
33159
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34329,6 +34529,20 @@ export declare type GraphStoreCreateJswProjectAssociatedComponentRelationshipInp
|
|
|
34329
34529
|
to: Scalars['ID']['input'];
|
|
34330
34530
|
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
34331
34531
|
};
|
|
34532
|
+
export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderInput = {
|
|
34533
|
+
relationships: Array<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput>;
|
|
34534
|
+
};
|
|
34535
|
+
export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload = Payload & {
|
|
34536
|
+
__typename?: 'GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload';
|
|
34537
|
+
errors?: Maybe<Array<MutationError>>;
|
|
34538
|
+
success: Scalars['Boolean']['output'];
|
|
34539
|
+
};
|
|
34540
|
+
export declare type GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput = {
|
|
34541
|
+
from: Scalars['ID']['input'];
|
|
34542
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
34543
|
+
to: Scalars['ID']['input'];
|
|
34544
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
34545
|
+
};
|
|
34332
34546
|
export declare type GraphStoreCreateProjectAssociatedOpsgenieTeamInput = {
|
|
34333
34547
|
relationships: Array<GraphStoreCreateProjectAssociatedOpsgenieTeamRelationshipInput>;
|
|
34334
34548
|
};
|
|
@@ -34620,7 +34834,7 @@ export declare type GraphStoreCypherQueryFromNode = {
|
|
|
34620
34834
|
data?: Maybe<GraphStoreCypherQueryFromNodeUnion>;
|
|
34621
34835
|
id: Scalars['ID']['output'];
|
|
34622
34836
|
};
|
|
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;
|
|
34837
|
+
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
34838
|
export declare type GraphStoreCypherQueryNode = {
|
|
34625
34839
|
__typename?: 'GraphStoreCypherQueryNode';
|
|
34626
34840
|
from: GraphStoreCypherQueryFromNode;
|
|
@@ -34645,8 +34859,8 @@ export declare type GraphStoreCypherQueryToNode = {
|
|
|
34645
34859
|
data?: Maybe<GraphStoreCypherQueryToNodeUnion>;
|
|
34646
34860
|
id: Scalars['ID']['output'];
|
|
34647
34861
|
};
|
|
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;
|
|
34862
|
+
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;
|
|
34863
|
+
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
34864
|
export declare type GraphStoreCypherQueryValueNode = {
|
|
34651
34865
|
__typename?: 'GraphStoreCypherQueryValueNode';
|
|
34652
34866
|
data?: Maybe<GraphStoreCypherQueryValueItemUnion>;
|
|
@@ -34734,6 +34948,19 @@ export declare type GraphStoreDeleteJswProjectAssociatedComponentRelationshipInp
|
|
|
34734
34948
|
from: Scalars['ID']['input'];
|
|
34735
34949
|
to: Scalars['ID']['input'];
|
|
34736
34950
|
};
|
|
34951
|
+
export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderInput = {
|
|
34952
|
+
relationships: Array<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput>;
|
|
34953
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34954
|
+
};
|
|
34955
|
+
export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload = Payload & {
|
|
34956
|
+
__typename?: 'GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload';
|
|
34957
|
+
errors?: Maybe<Array<MutationError>>;
|
|
34958
|
+
success: Scalars['Boolean']['output'];
|
|
34959
|
+
};
|
|
34960
|
+
export declare type GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderRelationshipInput = {
|
|
34961
|
+
from: Scalars['ID']['input'];
|
|
34962
|
+
to: Scalars['ID']['input'];
|
|
34963
|
+
};
|
|
34737
34964
|
export declare type GraphStoreDeleteProjectAssociatedOpsgenieTeamInput = {
|
|
34738
34965
|
relationships: Array<GraphStoreDeleteProjectAssociatedOpsgenieTeamRelationshipInput>;
|
|
34739
34966
|
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -34958,6 +35185,9 @@ export declare type GraphStoreDeleteVulnerabilityAssociatedIssueRelationshipInpu
|
|
|
34958
35185
|
export declare type GraphStoreDeploymentContainsCommitSortInput = {
|
|
34959
35186
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
34960
35187
|
};
|
|
35188
|
+
export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput = {
|
|
35189
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
35190
|
+
};
|
|
34961
35191
|
export declare type GraphStoreFloatFilterInput = {
|
|
34962
35192
|
greaterThan?: InputMaybe<Scalars['Float']['input']>;
|
|
34963
35193
|
greaterThanOrEqual?: InputMaybe<Scalars['Float']['input']>;
|
|
@@ -38531,6 +38761,12 @@ export declare type GraphStoreIssueHasAssigneeSortInput = {
|
|
|
38531
38761
|
export declare type GraphStoreIssueInStatusSortInput = {
|
|
38532
38762
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38533
38763
|
};
|
|
38764
|
+
export declare type GraphStoreIssueMentionedInConversationSortInput = {
|
|
38765
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38766
|
+
};
|
|
38767
|
+
export declare type GraphStoreIssueMentionedInMessageSortInput = {
|
|
38768
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38769
|
+
};
|
|
38534
38770
|
export declare type GraphStoreIssueRecursiveAssociatedDeploymentSortInput = {
|
|
38535
38771
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
38536
38772
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -38658,6 +38894,12 @@ export declare type GraphStoreLongFilterInput = {
|
|
|
38658
38894
|
export declare type GraphStoreMediaAttachedToContentSortInput = {
|
|
38659
38895
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38660
38896
|
};
|
|
38897
|
+
export declare type GraphStoreMeetingRecordingOwnerHasMeetingNotesFolderSortInput = {
|
|
38898
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
38899
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
38900
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
38901
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
38902
|
+
};
|
|
38661
38903
|
export declare type GraphStoreMutation = {
|
|
38662
38904
|
__typename?: 'GraphStoreMutation';
|
|
38663
38905
|
createComponentImpactedByIncident?: Maybe<GraphStoreCreateComponentImpactedByIncidentPayload>;
|
|
@@ -38666,6 +38908,7 @@ export declare type GraphStoreMutation = {
|
|
|
38666
38908
|
createIncidentLinkedJswIssue?: Maybe<GraphStoreCreateIncidentLinkedJswIssuePayload>;
|
|
38667
38909
|
createIssueToWhiteboard?: Maybe<GraphStoreCreateIssueToWhiteboardPayload>;
|
|
38668
38910
|
createJswProjectAssociatedComponent?: Maybe<GraphStoreCreateJswProjectAssociatedComponentPayload>;
|
|
38911
|
+
createMeetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderPayload>;
|
|
38669
38912
|
createProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreCreateProjectAssociatedOpsgenieTeamPayload>;
|
|
38670
38913
|
createProjectAssociatedToSecurityContainer?: Maybe<GraphStoreCreateProjectAssociatedToSecurityContainerPayload>;
|
|
38671
38914
|
createProjectDisassociatedRepo?: Maybe<GraphStoreCreateProjectDisassociatedRepoPayload>;
|
|
@@ -38689,6 +38932,7 @@ export declare type GraphStoreMutation = {
|
|
|
38689
38932
|
deleteIncidentLinkedJswIssue?: Maybe<GraphStoreDeleteIncidentLinkedJswIssuePayload>;
|
|
38690
38933
|
deleteIssueToWhiteboard?: Maybe<GraphStoreDeleteIssueToWhiteboardPayload>;
|
|
38691
38934
|
deleteJswProjectAssociatedComponent?: Maybe<GraphStoreDeleteJswProjectAssociatedComponentPayload>;
|
|
38935
|
+
deleteMeetingRecordingOwnerHasMeetingNotesFolder?: Maybe<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderPayload>;
|
|
38692
38936
|
deleteProjectAssociatedOpsgenieTeam?: Maybe<GraphStoreDeleteProjectAssociatedOpsgenieTeamPayload>;
|
|
38693
38937
|
deleteProjectAssociatedToSecurityContainer?: Maybe<GraphStoreDeleteProjectAssociatedToSecurityContainerPayload>;
|
|
38694
38938
|
deleteProjectDisassociatedRepo?: Maybe<GraphStoreDeleteProjectDisassociatedRepoPayload>;
|
|
@@ -38725,6 +38969,9 @@ export declare type GraphStoreMutationCreateIssueToWhiteboardArgs = {
|
|
|
38725
38969
|
export declare type GraphStoreMutationCreateJswProjectAssociatedComponentArgs = {
|
|
38726
38970
|
input?: InputMaybe<GraphStoreCreateJswProjectAssociatedComponentInput>;
|
|
38727
38971
|
};
|
|
38972
|
+
export declare type GraphStoreMutationCreateMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
38973
|
+
input?: InputMaybe<GraphStoreCreateMeetingRecordingOwnerHasMeetingNotesFolderInput>;
|
|
38974
|
+
};
|
|
38728
38975
|
export declare type GraphStoreMutationCreateProjectAssociatedOpsgenieTeamArgs = {
|
|
38729
38976
|
input?: InputMaybe<GraphStoreCreateProjectAssociatedOpsgenieTeamInput>;
|
|
38730
38977
|
};
|
|
@@ -38794,6 +39041,9 @@ export declare type GraphStoreMutationDeleteIssueToWhiteboardArgs = {
|
|
|
38794
39041
|
export declare type GraphStoreMutationDeleteJswProjectAssociatedComponentArgs = {
|
|
38795
39042
|
input?: InputMaybe<GraphStoreDeleteJswProjectAssociatedComponentInput>;
|
|
38796
39043
|
};
|
|
39044
|
+
export declare type GraphStoreMutationDeleteMeetingRecordingOwnerHasMeetingNotesFolderArgs = {
|
|
39045
|
+
input?: InputMaybe<GraphStoreDeleteMeetingRecordingOwnerHasMeetingNotesFolderInput>;
|
|
39046
|
+
};
|
|
38797
39047
|
export declare type GraphStoreMutationDeleteProjectAssociatedOpsgenieTeamArgs = {
|
|
38798
39048
|
input?: InputMaybe<GraphStoreDeleteProjectAssociatedOpsgenieTeamInput>;
|
|
38799
39049
|
};
|
|
@@ -40002,6 +40252,19 @@ export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInve
|
|
|
40002
40252
|
};
|
|
40003
40253
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseInverseUnion = ConfluenceSpace;
|
|
40004
40254
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceDatabaseUnion = ConfluenceDatabase;
|
|
40255
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderConnection = HasPageInfo & {
|
|
40256
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderConnection';
|
|
40257
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderEdge>>>;
|
|
40258
|
+
pageInfo: PageInfo;
|
|
40259
|
+
};
|
|
40260
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderEdge = {
|
|
40261
|
+
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderEdge';
|
|
40262
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40263
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40264
|
+
id: Scalars['ID']['output'];
|
|
40265
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40266
|
+
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderUnion>;
|
|
40267
|
+
};
|
|
40005
40268
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection = HasPageInfo & {
|
|
40006
40269
|
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseConnection';
|
|
40007
40270
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseEdge>>>;
|
|
@@ -40016,6 +40279,7 @@ export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInvers
|
|
|
40016
40279
|
node?: Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseUnion>;
|
|
40017
40280
|
};
|
|
40018
40281
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderInverseUnion = ConfluenceSpace;
|
|
40282
|
+
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceFolderUnion = ConfluenceFolder;
|
|
40019
40283
|
export declare type GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection = HasPageInfo & {
|
|
40020
40284
|
__typename?: 'GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardConnection';
|
|
40021
40285
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedConfluenceSpaceHasConfluenceWhiteboardEdge>>>;
|
|
@@ -40128,6 +40392,20 @@ export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseEdge = {
|
|
|
40128
40392
|
};
|
|
40129
40393
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary | ExternalDeployment;
|
|
40130
40394
|
export declare type GraphStoreSimplifiedDeploymentContainsCommitUnion = ExternalCommit;
|
|
40395
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection = HasPageInfo & {
|
|
40396
|
+
__typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection';
|
|
40397
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserEdge>>>;
|
|
40398
|
+
pageInfo: PageInfo;
|
|
40399
|
+
};
|
|
40400
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserEdge = {
|
|
40401
|
+
__typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserEdge';
|
|
40402
|
+
createdAt: Scalars['DateTime']['output'];
|
|
40403
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
40404
|
+
id: Scalars['ID']['output'];
|
|
40405
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
40406
|
+
node?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserUnion>;
|
|
40407
|
+
};
|
|
40408
|
+
export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserUnion = ThirdPartyUser;
|
|
40131
40409
|
export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
|
|
40132
40410
|
__typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
|
|
40133
40411
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectEdge>>>;
|
|
@@ -40726,6 +41004,62 @@ export declare type GraphStoreSimplifiedIssueInStatusInverseEdge = {
|
|
|
40726
41004
|
node?: Maybe<GraphStoreSimplifiedIssueInStatusInverseUnion>;
|
|
40727
41005
|
};
|
|
40728
41006
|
export declare type GraphStoreSimplifiedIssueInStatusInverseUnion = JiraIssue;
|
|
41007
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationConnection = HasPageInfo & {
|
|
41008
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationConnection';
|
|
41009
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInConversationEdge>>>;
|
|
41010
|
+
pageInfo: PageInfo;
|
|
41011
|
+
};
|
|
41012
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationEdge = {
|
|
41013
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationEdge';
|
|
41014
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41015
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41016
|
+
id: Scalars['ID']['output'];
|
|
41017
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41018
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationUnion>;
|
|
41019
|
+
};
|
|
41020
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationInverseConnection = HasPageInfo & {
|
|
41021
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationInverseConnection';
|
|
41022
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseEdge>>>;
|
|
41023
|
+
pageInfo: PageInfo;
|
|
41024
|
+
};
|
|
41025
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationInverseEdge = {
|
|
41026
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationInverseEdge';
|
|
41027
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41028
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41029
|
+
id: Scalars['ID']['output'];
|
|
41030
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41031
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseUnion>;
|
|
41032
|
+
};
|
|
41033
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationInverseUnion = JiraIssue;
|
|
41034
|
+
export declare type GraphStoreSimplifiedIssueMentionedInConversationUnion = ExternalConversation;
|
|
41035
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageConnection = HasPageInfo & {
|
|
41036
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageConnection';
|
|
41037
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInMessageEdge>>>;
|
|
41038
|
+
pageInfo: PageInfo;
|
|
41039
|
+
};
|
|
41040
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageEdge = {
|
|
41041
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageEdge';
|
|
41042
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41043
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41044
|
+
id: Scalars['ID']['output'];
|
|
41045
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41046
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageUnion>;
|
|
41047
|
+
};
|
|
41048
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageInverseConnection = HasPageInfo & {
|
|
41049
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageInverseConnection';
|
|
41050
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInMessageInverseEdge>>>;
|
|
41051
|
+
pageInfo: PageInfo;
|
|
41052
|
+
};
|
|
41053
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageInverseEdge = {
|
|
41054
|
+
__typename?: 'GraphStoreSimplifiedIssueMentionedInMessageInverseEdge';
|
|
41055
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41056
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41057
|
+
id: Scalars['ID']['output'];
|
|
41058
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41059
|
+
node?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageInverseUnion>;
|
|
41060
|
+
};
|
|
41061
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageInverseUnion = JiraIssue;
|
|
41062
|
+
export declare type GraphStoreSimplifiedIssueMentionedInMessageUnion = ExternalMessage;
|
|
40729
41063
|
export declare type GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection = HasPageInfo & HasTotal & {
|
|
40730
41064
|
__typename?: 'GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentConnection';
|
|
40731
41065
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueRecursiveAssociatedDeploymentEdge>>>;
|
|
@@ -41130,6 +41464,38 @@ export declare type GraphStoreSimplifiedMediaAttachedToContentEdge = {
|
|
|
41130
41464
|
node?: Maybe<GraphStoreSimplifiedMediaAttachedToContentUnion>;
|
|
41131
41465
|
};
|
|
41132
41466
|
export declare type GraphStoreSimplifiedMediaAttachedToContentUnion = ConfluenceBlogPost | ConfluencePage | JiraIssue;
|
|
41467
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection = HasPageInfo & HasTotal & {
|
|
41468
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderConnection';
|
|
41469
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderEdge>>>;
|
|
41470
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
41471
|
+
pageInfo: PageInfo;
|
|
41472
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
41473
|
+
};
|
|
41474
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderEdge = {
|
|
41475
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderEdge';
|
|
41476
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41477
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41478
|
+
id: Scalars['ID']['output'];
|
|
41479
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41480
|
+
node?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderUnion>;
|
|
41481
|
+
};
|
|
41482
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection = HasPageInfo & HasTotal & {
|
|
41483
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseConnection';
|
|
41484
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseEdge>>>;
|
|
41485
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
41486
|
+
pageInfo: PageInfo;
|
|
41487
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
41488
|
+
};
|
|
41489
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseEdge = {
|
|
41490
|
+
__typename?: 'GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseEdge';
|
|
41491
|
+
createdAt: Scalars['DateTime']['output'];
|
|
41492
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
41493
|
+
id: Scalars['ID']['output'];
|
|
41494
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
41495
|
+
node?: Maybe<GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseUnion>;
|
|
41496
|
+
};
|
|
41497
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
41498
|
+
export declare type GraphStoreSimplifiedMeetingRecordingOwnerHasMeetingNotesFolderUnion = ConfluenceFolder;
|
|
41133
41499
|
export declare type GraphStoreSimplifiedOnPremProjectHasIssueConnection = HasPageInfo & {
|
|
41134
41500
|
__typename?: 'GraphStoreSimplifiedOnPremProjectHasIssueConnection';
|
|
41135
41501
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedOnPremProjectHasIssueEdge>>>;
|
|
@@ -43546,6 +43912,34 @@ export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverse
|
|
|
43546
43912
|
};
|
|
43547
43913
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43548
43914
|
export declare type GraphStoreSimplifiedUserFavoritedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
|
|
43915
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsConnection = HasPageInfo & {
|
|
43916
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsConnection';
|
|
43917
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsEdge>>>;
|
|
43918
|
+
pageInfo: PageInfo;
|
|
43919
|
+
};
|
|
43920
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsEdge = {
|
|
43921
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsEdge';
|
|
43922
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43923
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43924
|
+
id: Scalars['ID']['output'];
|
|
43925
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43926
|
+
node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsUnion>;
|
|
43927
|
+
};
|
|
43928
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseConnection = HasPageInfo & {
|
|
43929
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseConnection';
|
|
43930
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseEdge>>>;
|
|
43931
|
+
pageInfo: PageInfo;
|
|
43932
|
+
};
|
|
43933
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseEdge = {
|
|
43934
|
+
__typename?: 'GraphStoreSimplifiedUserHasCollaboratorsInverseEdge';
|
|
43935
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43936
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43937
|
+
id: Scalars['ID']['output'];
|
|
43938
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43939
|
+
node?: Maybe<GraphStoreSimplifiedUserHasCollaboratorsInverseUnion>;
|
|
43940
|
+
};
|
|
43941
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43942
|
+
export declare type GraphStoreSimplifiedUserHasCollaboratorsUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
43549
43943
|
export declare type GraphStoreSimplifiedUserHasRelevantProjectConnection = HasPageInfo & HasTotal & {
|
|
43550
43944
|
__typename?: 'GraphStoreSimplifiedUserHasRelevantProjectConnection';
|
|
43551
43945
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserHasRelevantProjectEdge>>>;
|
|
@@ -43718,6 +44112,62 @@ export declare type GraphStoreSimplifiedUserMemberOfConversationInverseEdge = {
|
|
|
43718
44112
|
};
|
|
43719
44113
|
export declare type GraphStoreSimplifiedUserMemberOfConversationInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
43720
44114
|
export declare type GraphStoreSimplifiedUserMemberOfConversationUnion = ExternalConversation;
|
|
44115
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationConnection = HasPageInfo & {
|
|
44116
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationConnection';
|
|
44117
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInConversationEdge>>>;
|
|
44118
|
+
pageInfo: PageInfo;
|
|
44119
|
+
};
|
|
44120
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationEdge = {
|
|
44121
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationEdge';
|
|
44122
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44123
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44124
|
+
id: Scalars['ID']['output'];
|
|
44125
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44126
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInConversationUnion>;
|
|
44127
|
+
};
|
|
44128
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationInverseConnection = HasPageInfo & {
|
|
44129
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationInverseConnection';
|
|
44130
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseEdge>>>;
|
|
44131
|
+
pageInfo: PageInfo;
|
|
44132
|
+
};
|
|
44133
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationInverseEdge = {
|
|
44134
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInConversationInverseEdge';
|
|
44135
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44136
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44137
|
+
id: Scalars['ID']['output'];
|
|
44138
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44139
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInConversationInverseUnion>;
|
|
44140
|
+
};
|
|
44141
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
44142
|
+
export declare type GraphStoreSimplifiedUserMentionedInConversationUnion = ExternalConversation;
|
|
44143
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageConnection = HasPageInfo & {
|
|
44144
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageConnection';
|
|
44145
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInMessageEdge>>>;
|
|
44146
|
+
pageInfo: PageInfo;
|
|
44147
|
+
};
|
|
44148
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageEdge = {
|
|
44149
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageEdge';
|
|
44150
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44151
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44152
|
+
id: Scalars['ID']['output'];
|
|
44153
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44154
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInMessageUnion>;
|
|
44155
|
+
};
|
|
44156
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseConnection = HasPageInfo & {
|
|
44157
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageInverseConnection';
|
|
44158
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseEdge>>>;
|
|
44159
|
+
pageInfo: PageInfo;
|
|
44160
|
+
};
|
|
44161
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseEdge = {
|
|
44162
|
+
__typename?: 'GraphStoreSimplifiedUserMentionedInMessageInverseEdge';
|
|
44163
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44164
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44165
|
+
id: Scalars['ID']['output'];
|
|
44166
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44167
|
+
node?: Maybe<GraphStoreSimplifiedUserMentionedInMessageInverseUnion>;
|
|
44168
|
+
};
|
|
44169
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
44170
|
+
export declare type GraphStoreSimplifiedUserMentionedInMessageUnion = ExternalMessage;
|
|
43721
44171
|
export declare type GraphStoreSimplifiedUserMergedPullRequestConnection = HasPageInfo & {
|
|
43722
44172
|
__typename?: 'GraphStoreSimplifiedUserMergedPullRequestConnection';
|
|
43723
44173
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserMergedPullRequestEdge>>>;
|
|
@@ -44058,6 +44508,20 @@ export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseEdge =
|
|
|
44058
44508
|
};
|
|
44059
44509
|
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
44060
44510
|
export declare type GraphStoreSimplifiedUserTaggedInConfluencePageUnion = ConfluencePage;
|
|
44511
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection = HasPageInfo & {
|
|
44512
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection';
|
|
44513
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge>>>;
|
|
44514
|
+
pageInfo: PageInfo;
|
|
44515
|
+
};
|
|
44516
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge = {
|
|
44517
|
+
__typename?: 'GraphStoreSimplifiedUserTaggedInIssueCommentInverseEdge';
|
|
44518
|
+
createdAt: Scalars['DateTime']['output'];
|
|
44519
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
44520
|
+
id: Scalars['ID']['output'];
|
|
44521
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
44522
|
+
node?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion>;
|
|
44523
|
+
};
|
|
44524
|
+
export declare type GraphStoreSimplifiedUserTaggedInIssueCommentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
44061
44525
|
export declare type GraphStoreSimplifiedUserTriggeredDeploymentConnection = HasPageInfo & {
|
|
44062
44526
|
__typename?: 'GraphStoreSimplifiedUserTriggeredDeploymentConnection';
|
|
44063
44527
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserTriggeredDeploymentEdge>>>;
|
|
@@ -45251,6 +45715,9 @@ export declare type GraphStoreUserFavoritedConfluencePageSortInput = {
|
|
|
45251
45715
|
export declare type GraphStoreUserFavoritedConfluenceWhiteboardSortInput = {
|
|
45252
45716
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45253
45717
|
};
|
|
45718
|
+
export declare type GraphStoreUserHasCollaboratorsSortInput = {
|
|
45719
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45720
|
+
};
|
|
45254
45721
|
export declare type GraphStoreUserHasRelevantProjectSortInput = {
|
|
45255
45722
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
45256
45723
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -45272,6 +45739,12 @@ export declare type GraphStoreUserLaunchedReleaseSortInput = {
|
|
|
45272
45739
|
export declare type GraphStoreUserMemberOfConversationSortInput = {
|
|
45273
45740
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45274
45741
|
};
|
|
45742
|
+
export declare type GraphStoreUserMentionedInConversationSortInput = {
|
|
45743
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45744
|
+
};
|
|
45745
|
+
export declare type GraphStoreUserMentionedInMessageSortInput = {
|
|
45746
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45747
|
+
};
|
|
45275
45748
|
export declare type GraphStoreUserMergedPullRequestSortInput = {
|
|
45276
45749
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45277
45750
|
};
|
|
@@ -45311,6 +45784,9 @@ export declare type GraphStoreUserTaggedInCommentSortInput = {
|
|
|
45311
45784
|
export declare type GraphStoreUserTaggedInConfluencePageSortInput = {
|
|
45312
45785
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45313
45786
|
};
|
|
45787
|
+
export declare type GraphStoreUserTaggedInIssueCommentSortInput = {
|
|
45788
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45789
|
+
};
|
|
45314
45790
|
export declare type GraphStoreUserTriggeredDeploymentSortInput = {
|
|
45315
45791
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
45316
45792
|
};
|
|
@@ -45982,6 +46458,7 @@ export declare type HamsTrial = CommerceTrial & {
|
|
|
45982
46458
|
__typename?: 'HamsTrial';
|
|
45983
46459
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
45984
46460
|
startTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
46461
|
+
timeLeft?: Maybe<Scalars['Float']['output']>;
|
|
45985
46462
|
};
|
|
45986
46463
|
export declare type HardDeleteSpacePayload = {
|
|
45987
46464
|
__typename?: 'HardDeleteSpacePayload';
|
|
@@ -49787,6 +50264,8 @@ export declare type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & {
|
|
|
49787
50264
|
user?: Maybe<User>;
|
|
49788
50265
|
};
|
|
49789
50266
|
export declare type JiraBoardViewCardOption = {
|
|
50267
|
+
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
50268
|
+
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
49790
50269
|
id: Scalars['ID']['output'];
|
|
49791
50270
|
};
|
|
49792
50271
|
export declare type JiraBoardViewCardOptionConnection = {
|
|
@@ -50004,6 +50483,7 @@ export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
50004
50483
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
50005
50484
|
attributesIncludedInAutoCompleteSearch?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
50006
50485
|
cmdbFieldConfig?: Maybe<JiraCmdbFieldConfig>;
|
|
50486
|
+
cmdbObjects?: Maybe<JiraCmdbObjectConnection>;
|
|
50007
50487
|
description?: Maybe<Scalars['String']['output']>;
|
|
50008
50488
|
fieldConfig?: Maybe<JiraFieldConfig>;
|
|
50009
50489
|
fieldId: Scalars['String']['output'];
|
|
@@ -50021,6 +50501,13 @@ export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration
|
|
|
50021
50501
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
50022
50502
|
wasInsightRequestSuccessful?: Maybe<Scalars['Boolean']['output']>;
|
|
50023
50503
|
};
|
|
50504
|
+
export declare type JiraCmdbFieldCmdbObjectsArgs = {
|
|
50505
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
50506
|
+
fieldValues?: InputMaybe<Array<InputMaybe<JiraFieldKeyValueInput>>>;
|
|
50507
|
+
filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
|
|
50508
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50509
|
+
searchBy?: InputMaybe<Scalars['String']['input']>;
|
|
50510
|
+
};
|
|
50024
50511
|
export declare type JiraCmdbFieldSelectedCmdbObjectsConnectionArgs = {
|
|
50025
50512
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
50026
50513
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -51525,6 +52012,9 @@ export declare type JiraCustomRemoteIssueLink = {
|
|
|
51525
52012
|
summary?: Maybe<Scalars['String']['output']>;
|
|
51526
52013
|
title?: Maybe<Scalars['String']['output']>;
|
|
51527
52014
|
};
|
|
52015
|
+
export declare type JiraCustomerOrganizationsBulkFetchInput = {
|
|
52016
|
+
customerOrganizationUUIDs: Array<Scalars['String']['input']>;
|
|
52017
|
+
};
|
|
51528
52018
|
export declare type JiraCustomerServiceOrganizationField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
51529
52019
|
__typename?: 'JiraCustomerServiceOrganizationField';
|
|
51530
52020
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -52155,6 +52645,15 @@ export declare type JiraDisableJourneyConfigurationInput = {
|
|
|
52155
52645
|
id: Scalars['ID']['input'];
|
|
52156
52646
|
version: Scalars['Long']['input'];
|
|
52157
52647
|
};
|
|
52648
|
+
export declare type JiraDiscardUserBoardViewConfigInput = {
|
|
52649
|
+
viewId: Scalars['ID']['input'];
|
|
52650
|
+
};
|
|
52651
|
+
export declare type JiraDiscardUserBoardViewConfigPayload = Payload & {
|
|
52652
|
+
__typename?: 'JiraDiscardUserBoardViewConfigPayload';
|
|
52653
|
+
boardView?: Maybe<JiraBoardView>;
|
|
52654
|
+
errors?: Maybe<Array<MutationError>>;
|
|
52655
|
+
success: Scalars['Boolean']['output'];
|
|
52656
|
+
};
|
|
52158
52657
|
export declare type JiraDismissBitbucketPendingAccessRequestBannerInput = {
|
|
52159
52658
|
isDismissed?: InputMaybe<Scalars['Boolean']['input']>;
|
|
52160
52659
|
};
|
|
@@ -52477,6 +52976,10 @@ export declare type JiraFieldEdge = {
|
|
|
52477
52976
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
52478
52977
|
node?: Maybe<JiraField>;
|
|
52479
52978
|
};
|
|
52979
|
+
export declare type JiraFieldKeyValueInput = {
|
|
52980
|
+
key?: InputMaybe<Scalars['String']['input']>;
|
|
52981
|
+
value?: InputMaybe<Scalars['String']['input']>;
|
|
52982
|
+
};
|
|
52480
52983
|
export declare type JiraFieldNonEditableReason = {
|
|
52481
52984
|
__typename?: 'JiraFieldNonEditableReason';
|
|
52482
52985
|
message?: Maybe<Scalars['String']['output']>;
|
|
@@ -55164,7 +55667,7 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
55164
55667
|
Version = "VERSION"
|
|
55165
55668
|
}
|
|
55166
55669
|
export declare type JiraJqlBoardInput = {
|
|
55167
|
-
boardId
|
|
55670
|
+
boardId: Scalars['Long']['input'];
|
|
55168
55671
|
};
|
|
55169
55672
|
export declare type JiraJqlBuilder = {
|
|
55170
55673
|
__typename?: 'JiraJqlBuilder';
|
|
@@ -55207,6 +55710,7 @@ export declare type JiraJqlBuilderFieldsArgs = {
|
|
|
55207
55710
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55208
55711
|
jqlContext?: InputMaybe<Scalars['String']['input']>;
|
|
55209
55712
|
jqlContextFieldsFilter?: InputMaybe<JiraJqlContextFieldsFilter>;
|
|
55713
|
+
scope?: InputMaybe<JiraJqlScopeInput>;
|
|
55210
55714
|
viewContext?: InputMaybe<JiraJqlViewContext>;
|
|
55211
55715
|
};
|
|
55212
55716
|
export declare type JiraJqlBuilderHydrateJqlQueryArgs = {
|
|
@@ -55702,7 +56206,6 @@ export declare type JiraJqlVersionsUnreleasedArgs = {
|
|
|
55702
56206
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
55703
56207
|
};
|
|
55704
56208
|
export declare enum JiraJqlViewContext {
|
|
55705
|
-
FilterRefinement = "FILTER_REFINEMENT",
|
|
55706
56209
|
JpdRoadmaps = "JPD_ROADMAPS",
|
|
55707
56210
|
JswPlans = "JSW_PLANS",
|
|
55708
56211
|
Jwm = "JWM",
|
|
@@ -58914,6 +59417,16 @@ export declare type JiraProjectsMappedToHelpCenterFilterInput = {
|
|
|
58914
59417
|
helpCenterId: Scalars['ID']['input'];
|
|
58915
59418
|
helpCenterMappingStatus?: InputMaybe<JiraProjectsHelpCenterMappingStatus>;
|
|
58916
59419
|
};
|
|
59420
|
+
export declare type JiraPublishBoardViewConfigInput = {
|
|
59421
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
59422
|
+
viewId: Scalars['ID']['input'];
|
|
59423
|
+
};
|
|
59424
|
+
export declare type JiraPublishBoardViewConfigPayload = Payload & {
|
|
59425
|
+
__typename?: 'JiraPublishBoardViewConfigPayload';
|
|
59426
|
+
boardView?: Maybe<JiraBoardView>;
|
|
59427
|
+
errors?: Maybe<Array<MutationError>>;
|
|
59428
|
+
success: Scalars['Boolean']['output'];
|
|
59429
|
+
};
|
|
58917
59430
|
export declare type JiraPublishJourneyConfigurationInput = {
|
|
58918
59431
|
id: Scalars['ID']['input'];
|
|
58919
59432
|
version: Scalars['Long']['input'];
|
|
@@ -59024,6 +59537,7 @@ export declare type JiraQuery = {
|
|
|
59024
59537
|
jiraBoard?: Maybe<JiraBoardResult>;
|
|
59025
59538
|
jiraBulkTransitionsScreenDetails?: Maybe<JiraBulkTransitionScreenLayout>;
|
|
59026
59539
|
jiraCalendar?: Maybe<JiraCalendar>;
|
|
59540
|
+
jiraCustomerOrganizationsByUUIDs?: Maybe<JiraServiceManagementOrganizationConnection>;
|
|
59027
59541
|
jiraFetchBulkOperationDetails?: Maybe<JiraFetchBulkOperationDetailsResponse>;
|
|
59028
59542
|
jiraFieldConfigs?: Maybe<JiraFieldConfigConnection>;
|
|
59029
59543
|
jiraIssueSearchView?: Maybe<JiraView>;
|
|
@@ -59553,6 +60067,14 @@ export declare type JiraQueryJiraCalendarArgs = {
|
|
|
59553
60067
|
configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
|
|
59554
60068
|
scope?: InputMaybe<JiraViewScopeInput>;
|
|
59555
60069
|
};
|
|
60070
|
+
export declare type JiraQueryJiraCustomerOrganizationsByUuiDsArgs = {
|
|
60071
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
60072
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
60073
|
+
cloudId: Scalars['ID']['input'];
|
|
60074
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
60075
|
+
input: JiraCustomerOrganizationsBulkFetchInput;
|
|
60076
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
60077
|
+
};
|
|
59556
60078
|
export declare type JiraQueryJiraFetchBulkOperationDetailsArgs = {
|
|
59557
60079
|
issueIds: Array<Scalars['ID']['input']>;
|
|
59558
60080
|
};
|
|
@@ -62070,6 +62592,7 @@ export declare type JiraSetBoardViewFilterInput = {
|
|
|
62070
62592
|
};
|
|
62071
62593
|
export declare type JiraSetBoardViewFilterPayload = Payload & {
|
|
62072
62594
|
__typename?: 'JiraSetBoardViewFilterPayload';
|
|
62595
|
+
boardView?: Maybe<JiraBoardView>;
|
|
62073
62596
|
errors?: Maybe<Array<MutationError>>;
|
|
62074
62597
|
success: Scalars['Boolean']['output'];
|
|
62075
62598
|
view?: Maybe<JiraBoardView>;
|
|
@@ -62080,6 +62603,7 @@ export declare type JiraSetBoardViewGroupByInput = {
|
|
|
62080
62603
|
};
|
|
62081
62604
|
export declare type JiraSetBoardViewGroupByPayload = Payload & {
|
|
62082
62605
|
__typename?: 'JiraSetBoardViewGroupByPayload';
|
|
62606
|
+
boardView?: Maybe<JiraBoardView>;
|
|
62083
62607
|
errors?: Maybe<Array<MutationError>>;
|
|
62084
62608
|
success: Scalars['Boolean']['output'];
|
|
62085
62609
|
view?: Maybe<JiraBoardView>;
|
|
@@ -68145,6 +68669,7 @@ export declare type MarketplaceConsolePrivateListingsTokenDetails = {
|
|
|
68145
68669
|
export declare type MarketplaceConsoleProduct = {
|
|
68146
68670
|
__typename?: 'MarketplaceConsoleProduct';
|
|
68147
68671
|
appKey: Scalars['ID']['output'];
|
|
68672
|
+
isEditionDetailsMissing?: Maybe<Scalars['Boolean']['output']>;
|
|
68148
68673
|
isPricingPlanMissing?: Maybe<Scalars['Boolean']['output']>;
|
|
68149
68674
|
productId: Scalars['ID']['output'];
|
|
68150
68675
|
};
|
|
@@ -68666,6 +69191,13 @@ export declare type MarketplaceStoreCategoryResponse = {
|
|
|
68666
69191
|
name: Scalars['String']['output'];
|
|
68667
69192
|
slug: Scalars['String']['output'];
|
|
68668
69193
|
};
|
|
69194
|
+
export declare type MarketplaceStoreCmtAvailabilityResponse = {
|
|
69195
|
+
__typename?: 'MarketplaceStoreCmtAvailabilityResponse';
|
|
69196
|
+
allowed: Scalars['Boolean']['output'];
|
|
69197
|
+
btfAddOnAccountId?: Maybe<Scalars['String']['output']>;
|
|
69198
|
+
maintenanceEndDate?: Maybe<Scalars['String']['output']>;
|
|
69199
|
+
migrationSourceUuid?: Maybe<Scalars['String']['output']>;
|
|
69200
|
+
};
|
|
68669
69201
|
export declare type MarketplaceStoreCollectionHeroSection = {
|
|
68670
69202
|
__typename?: 'MarketplaceStoreCollectionHeroSection';
|
|
68671
69203
|
backgroundColor: Scalars['String']['output'];
|
|
@@ -69054,9 +69586,11 @@ export declare type MarketplaceStoreProduct = {
|
|
|
69054
69586
|
};
|
|
69055
69587
|
export declare type MarketplaceStoreQueryApi = {
|
|
69056
69588
|
__typename?: 'MarketplaceStoreQueryApi';
|
|
69057
|
-
|
|
69589
|
+
appReviewsByAppId: MarketplaceStoreReviewsResponse;
|
|
69590
|
+
appReviewsByAppKey: MarketplaceStoreReviewsResponse;
|
|
69058
69591
|
billingSystem: MarketplaceStoreBillingSystemResponse;
|
|
69059
69592
|
category: MarketplaceStoreCategoryResponse;
|
|
69593
|
+
cmtAvailability: MarketplaceStoreCmtAvailabilityResponse;
|
|
69060
69594
|
collection: MarketplaceStoreCollectionResponse;
|
|
69061
69595
|
currentUser: MarketplaceStoreCurrentUserResponse;
|
|
69062
69596
|
editions: Array<MarketplaceStoreEdition>;
|
|
@@ -69071,7 +69605,13 @@ export declare type MarketplaceStoreQueryApi = {
|
|
|
69071
69605
|
myReview: MarketplaceStoreCurrentUserReviewResponse;
|
|
69072
69606
|
partner: MarketplaceStorePartnerResponse;
|
|
69073
69607
|
};
|
|
69074
|
-
export declare type
|
|
69608
|
+
export declare type MarketplaceStoreQueryApiAppReviewsByAppIdArgs = {
|
|
69609
|
+
appId: Scalars['ID']['input'];
|
|
69610
|
+
filter?: InputMaybe<MarketplaceStoreReviewFilterInput>;
|
|
69611
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
69612
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
69613
|
+
};
|
|
69614
|
+
export declare type MarketplaceStoreQueryApiAppReviewsByAppKeyArgs = {
|
|
69075
69615
|
appKey: Scalars['String']['input'];
|
|
69076
69616
|
filter?: InputMaybe<MarketplaceStoreReviewFilterInput>;
|
|
69077
69617
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -69083,6 +69623,9 @@ export declare type MarketplaceStoreQueryApiBillingSystemArgs = {
|
|
|
69083
69623
|
export declare type MarketplaceStoreQueryApiCategoryArgs = {
|
|
69084
69624
|
slug: Scalars['String']['input'];
|
|
69085
69625
|
};
|
|
69626
|
+
export declare type MarketplaceStoreQueryApiCmtAvailabilityArgs = {
|
|
69627
|
+
input: MarketplaceStoreInstallAppInput;
|
|
69628
|
+
};
|
|
69086
69629
|
export declare type MarketplaceStoreQueryApiCollectionArgs = {
|
|
69087
69630
|
slug: Scalars['String']['input'];
|
|
69088
69631
|
};
|
|
@@ -71090,6 +71633,8 @@ export declare type Mutation = {
|
|
|
71090
71633
|
jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
|
|
71091
71634
|
jira_createCustomBackground?: Maybe<JiraProjectCreateCustomBackgroundMutationPayload>;
|
|
71092
71635
|
jira_deleteCustomBackground?: Maybe<JiraProjectDeleteCustomBackgroundMutationPayload>;
|
|
71636
|
+
jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
|
|
71637
|
+
jira_publishBoardViewConfig?: Maybe<JiraPublishBoardViewConfigPayload>;
|
|
71093
71638
|
jira_reorderBoardViewColumn?: Maybe<JiraReorderBoardViewColumnPayload>;
|
|
71094
71639
|
jira_setBoardViewCardFieldSelected?: Maybe<JiraSetBoardViewCardFieldSelectedPayload>;
|
|
71095
71640
|
jira_setBoardViewCardOptionState?: Maybe<JiraSetBoardViewCardOptionStatePayload>;
|
|
@@ -72304,6 +72849,12 @@ export declare type MutationJira_CreateCustomBackgroundArgs = {
|
|
|
72304
72849
|
export declare type MutationJira_DeleteCustomBackgroundArgs = {
|
|
72305
72850
|
input: JiraProjectDeleteCustomBackgroundInput;
|
|
72306
72851
|
};
|
|
72852
|
+
export declare type MutationJira_DiscardUserBoardViewConfigArgs = {
|
|
72853
|
+
input: JiraDiscardUserBoardViewConfigInput;
|
|
72854
|
+
};
|
|
72855
|
+
export declare type MutationJira_PublishBoardViewConfigArgs = {
|
|
72856
|
+
input: JiraPublishBoardViewConfigInput;
|
|
72857
|
+
};
|
|
72307
72858
|
export declare type MutationJira_ReorderBoardViewColumnArgs = {
|
|
72308
72859
|
input: JiraReorderBoardViewColumnInput;
|
|
72309
72860
|
};
|
|
@@ -75760,6 +76311,7 @@ export declare type Query = {
|
|
|
75760
76311
|
confluenceV2_spaceSettings?: Maybe<ConfluenceV2SpaceSettings>;
|
|
75761
76312
|
confluenceV2_spaceTheme?: Maybe<ConfluenceV2Theme>;
|
|
75762
76313
|
confluenceV2_spaces?: Maybe<Array<Maybe<ConfluenceV2Space>>>;
|
|
76314
|
+
confluence_atlassianUser?: Maybe<AtlassianUser>;
|
|
75763
76315
|
confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
|
|
75764
76316
|
confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
|
|
75765
76317
|
confluence_mutationsPlaceholderQuery?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -75846,6 +76398,7 @@ export declare type Query = {
|
|
|
75846
76398
|
devai_autodevJobFileContents?: Maybe<Scalars['String']['output']>;
|
|
75847
76399
|
devai_autodevJobLogGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
75848
76400
|
devai_autodevJobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
76401
|
+
devai_autodevJobsForIssue?: Maybe<JiraAutodevJobConnection>;
|
|
75849
76402
|
devai_autodevRovoAgents?: Maybe<DevAiRovoAgentConnection>;
|
|
75850
76403
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
75851
76404
|
developmentInformation?: Maybe<IssueDevOpsDevelopmentInformation>;
|
|
@@ -77326,6 +77879,10 @@ export declare type QueryConfluenceV2_SpaceThemeArgs = {
|
|
|
77326
77879
|
export declare type QueryConfluenceV2_SpacesArgs = {
|
|
77327
77880
|
ids: Array<Scalars['ID']['input']>;
|
|
77328
77881
|
};
|
|
77882
|
+
export declare type QueryConfluence_AtlassianUserArgs = {
|
|
77883
|
+
current?: InputMaybe<Scalars['Boolean']['input']>;
|
|
77884
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
77885
|
+
};
|
|
77329
77886
|
export declare type QueryConfluence_CalendarPreferenceArgs = {
|
|
77330
77887
|
cloudId: Scalars['ID']['input'];
|
|
77331
77888
|
};
|
|
@@ -77732,6 +78289,10 @@ export declare type QueryDevai_AutodevJobLogsArgs = {
|
|
|
77732
78289
|
jobId: Scalars['ID']['input'];
|
|
77733
78290
|
minPriority?: InputMaybe<DevAiAutodevLogPriority>;
|
|
77734
78291
|
};
|
|
78292
|
+
export declare type QueryDevai_AutodevJobsForIssueArgs = {
|
|
78293
|
+
issueAri: Scalars['ID']['input'];
|
|
78294
|
+
jobIdFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
78295
|
+
};
|
|
77735
78296
|
export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
77736
78297
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
77737
78298
|
cloudId: Scalars['ID']['input'];
|
|
@@ -81467,6 +82028,7 @@ export declare type SearchThirdPartyFilter = {
|
|
|
81467
82028
|
titleMatchOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
81468
82029
|
};
|
|
81469
82030
|
export declare type SearchThirdPartyProduct = {
|
|
82031
|
+
connectorSources?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
81470
82032
|
integrationId?: InputMaybe<Scalars['String']['input']>;
|
|
81471
82033
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
81472
82034
|
providerId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -84517,6 +85079,7 @@ export declare type SubjectsByTypeUserWithRestrictionsArgs = {
|
|
|
84517
85079
|
};
|
|
84518
85080
|
export declare type Subscription = {
|
|
84519
85081
|
__typename?: 'Subscription';
|
|
85082
|
+
confluence?: Maybe<ConfluenceSubscriptionApi>;
|
|
84520
85083
|
devOps?: Maybe<AriGraphSubscriptions>;
|
|
84521
85084
|
devai_onAutodevJobLogGroupsUpdated?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
84522
85085
|
devai_onAutodevJobLogsListUpdated?: Maybe<DevAiAutodevLogConnection>;
|
|
@@ -85976,6 +86539,7 @@ export declare type TownsquareGoal = Node & {
|
|
|
85976
86539
|
status?: Maybe<TownsquareStatus>;
|
|
85977
86540
|
subGoals?: Maybe<TownsquareGoalConnection>;
|
|
85978
86541
|
targetDate?: Maybe<TownsquareTargetDate>;
|
|
86542
|
+
updates?: Maybe<TownsquareGoalUpdateConnection>;
|
|
85979
86543
|
url?: Maybe<Scalars['String']['output']>;
|
|
85980
86544
|
uuid: Scalars['String']['output'];
|
|
85981
86545
|
watchers?: Maybe<TownsquareUserConnection>;
|
|
@@ -85984,6 +86548,10 @@ export declare type TownsquareGoalSubGoalsArgs = {
|
|
|
85984
86548
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
85985
86549
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
85986
86550
|
};
|
|
86551
|
+
export declare type TownsquareGoalUpdatesArgs = {
|
|
86552
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
86553
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
86554
|
+
};
|
|
85987
86555
|
export declare type TownsquareGoalConnection = {
|
|
85988
86556
|
__typename?: 'TownsquareGoalConnection';
|
|
85989
86557
|
edges?: Maybe<Array<Maybe<TownsquareGoalEdge>>>;
|
|
@@ -86127,6 +86695,16 @@ export declare type TownsquareGoalUpdateCommentsArgs = {
|
|
|
86127
86695
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
86128
86696
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
86129
86697
|
};
|
|
86698
|
+
export declare type TownsquareGoalUpdateConnection = {
|
|
86699
|
+
__typename?: 'TownsquareGoalUpdateConnection';
|
|
86700
|
+
edges?: Maybe<Array<Maybe<TownsquareGoalUpdateEdge>>>;
|
|
86701
|
+
pageInfo: PageInfo;
|
|
86702
|
+
};
|
|
86703
|
+
export declare type TownsquareGoalUpdateEdge = {
|
|
86704
|
+
__typename?: 'TownsquareGoalUpdateEdge';
|
|
86705
|
+
cursor: Scalars['String']['output'];
|
|
86706
|
+
node?: Maybe<TownsquareGoalUpdate>;
|
|
86707
|
+
};
|
|
86130
86708
|
export declare type TownsquareLocalizationField = {
|
|
86131
86709
|
__typename?: 'TownsquareLocalizationField';
|
|
86132
86710
|
defaultValue?: Maybe<Scalars['String']['output']>;
|
|
@@ -88535,6 +89113,82 @@ export declare type UnifiedCachingMutationInvalidateCacheArgs = {
|
|
|
88535
89113
|
aaid: Scalars['String']['input'];
|
|
88536
89114
|
dataPoint: Scalars['String']['input'];
|
|
88537
89115
|
};
|
|
89116
|
+
export declare type UnifiedCommunityMutation = {
|
|
89117
|
+
__typename?: 'UnifiedCommunityMutation';
|
|
89118
|
+
initializeCommunity?: Maybe<UnifiedCommunityPayload>;
|
|
89119
|
+
};
|
|
89120
|
+
export declare type UnifiedCommunityMutationInitializeCommunityArgs = {
|
|
89121
|
+
aaid?: InputMaybe<Scalars['String']['input']>;
|
|
89122
|
+
emailId?: InputMaybe<Scalars['String']['input']>;
|
|
89123
|
+
};
|
|
89124
|
+
export declare type UnifiedCommunityPayload = UnifiedPayload & {
|
|
89125
|
+
__typename?: 'UnifiedCommunityPayload';
|
|
89126
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
89127
|
+
forumsProfile?: Maybe<UnifiedForumsAccount>;
|
|
89128
|
+
gamificationProfile?: Maybe<UnifiedGamificationProfile>;
|
|
89129
|
+
success: Scalars['Boolean']['output'];
|
|
89130
|
+
unifiedProfile?: Maybe<UnifiedProfile>;
|
|
89131
|
+
};
|
|
89132
|
+
export declare type UnifiedConsentMutation = {
|
|
89133
|
+
__typename?: 'UnifiedConsentMutation';
|
|
89134
|
+
deleteConsent?: Maybe<UnifiedConsentPayload>;
|
|
89135
|
+
removeConsent?: Maybe<UnifiedConsentPayload>;
|
|
89136
|
+
setConsent?: Maybe<UnifiedConsentPayload>;
|
|
89137
|
+
updateConsent?: Maybe<UnifiedConsentPayload>;
|
|
89138
|
+
};
|
|
89139
|
+
export declare type UnifiedConsentMutationDeleteConsentArgs = {
|
|
89140
|
+
consentObj: Array<UnifiedConsentObjInput>;
|
|
89141
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89142
|
+
value: Scalars['String']['input'];
|
|
89143
|
+
};
|
|
89144
|
+
export declare type UnifiedConsentMutationRemoveConsentArgs = {
|
|
89145
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89146
|
+
value: Scalars['String']['input'];
|
|
89147
|
+
};
|
|
89148
|
+
export declare type UnifiedConsentMutationSetConsentArgs = {
|
|
89149
|
+
consentObj: Array<UnifiedConsentObjInput>;
|
|
89150
|
+
type: Scalars['String']['input'];
|
|
89151
|
+
value: Scalars['String']['input'];
|
|
89152
|
+
};
|
|
89153
|
+
export declare type UnifiedConsentMutationUpdateConsentArgs = {
|
|
89154
|
+
consentObj: Array<UnifiedConsentObjInput>;
|
|
89155
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89156
|
+
value: Scalars['String']['input'];
|
|
89157
|
+
};
|
|
89158
|
+
export declare type UnifiedConsentObj = {
|
|
89159
|
+
__typename?: 'UnifiedConsentObj';
|
|
89160
|
+
consent_key: Scalars['String']['output'];
|
|
89161
|
+
consent_status: Scalars['String']['output'];
|
|
89162
|
+
created_at: Scalars['String']['output'];
|
|
89163
|
+
updated_at: Scalars['String']['output'];
|
|
89164
|
+
};
|
|
89165
|
+
export declare type UnifiedConsentObjInput = {
|
|
89166
|
+
consent_key: Scalars['String']['input'];
|
|
89167
|
+
consent_status: Scalars['String']['input'];
|
|
89168
|
+
};
|
|
89169
|
+
export declare type UnifiedConsentPayload = UnifiedPayload & {
|
|
89170
|
+
__typename?: 'UnifiedConsentPayload';
|
|
89171
|
+
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
89172
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
89173
|
+
success: Scalars['Boolean']['output'];
|
|
89174
|
+
};
|
|
89175
|
+
export declare type UnifiedConsentQuery = {
|
|
89176
|
+
__typename?: 'UnifiedConsentQuery';
|
|
89177
|
+
getConsent?: Maybe<UnifiedUConsentStatusResult>;
|
|
89178
|
+
};
|
|
89179
|
+
export declare type UnifiedConsentQueryGetConsentArgs = {
|
|
89180
|
+
type?: InputMaybe<Scalars['String']['input']>;
|
|
89181
|
+
value: Scalars['String']['input'];
|
|
89182
|
+
};
|
|
89183
|
+
export declare type UnifiedConsentStatus = UnifiedINode & {
|
|
89184
|
+
__typename?: 'UnifiedConsentStatus';
|
|
89185
|
+
consent_obj: Array<UnifiedConsentObj>;
|
|
89186
|
+
created_at: Scalars['String']['output'];
|
|
89187
|
+
id: Scalars['ID']['output'];
|
|
89188
|
+
type: Scalars['String']['output'];
|
|
89189
|
+
updated_at: Scalars['String']['output'];
|
|
89190
|
+
value: Scalars['String']['output'];
|
|
89191
|
+
};
|
|
88538
89192
|
export declare type UnifiedForums = UnifiedINode & {
|
|
88539
89193
|
__typename?: 'UnifiedForums';
|
|
88540
89194
|
badges?: Maybe<UnifiedUForumsBadgesResult>;
|
|
@@ -88550,6 +89204,27 @@ export declare type UnifiedForumsGroupsArgs = {
|
|
|
88550
89204
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
88551
89205
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
88552
89206
|
};
|
|
89207
|
+
export declare type UnifiedForumsAccount = UnifiedINode & {
|
|
89208
|
+
__typename?: 'UnifiedForumsAccount';
|
|
89209
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
89210
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
|
89211
|
+
href?: Maybe<Scalars['String']['output']>;
|
|
89212
|
+
id: Scalars['ID']['output'];
|
|
89213
|
+
lastName?: Maybe<Scalars['String']['output']>;
|
|
89214
|
+
lastVisitTime?: Maybe<Scalars['String']['output']>;
|
|
89215
|
+
login?: Maybe<Scalars['String']['output']>;
|
|
89216
|
+
onlineStatus?: Maybe<Scalars['String']['output']>;
|
|
89217
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
89218
|
+
viewHref?: Maybe<Scalars['String']['output']>;
|
|
89219
|
+
};
|
|
89220
|
+
export declare type UnifiedForumsAccountDetails = UnifiedINode & {
|
|
89221
|
+
__typename?: 'UnifiedForumsAccountDetails';
|
|
89222
|
+
aaid?: Maybe<Scalars['String']['output']>;
|
|
89223
|
+
emailId?: Maybe<Scalars['String']['output']>;
|
|
89224
|
+
id: Scalars['ID']['output'];
|
|
89225
|
+
nickname?: Maybe<Scalars['String']['output']>;
|
|
89226
|
+
orgId?: Maybe<Scalars['String']['output']>;
|
|
89227
|
+
};
|
|
88553
89228
|
export declare type UnifiedForumsBadge = UnifiedIBadge & UnifiedINode & {
|
|
88554
89229
|
__typename?: 'UnifiedForumsBadge';
|
|
88555
89230
|
actionUrl?: Maybe<Scalars['String']['output']>;
|
|
@@ -88666,6 +89341,11 @@ export declare type UnifiedGamificationLevel = UnifiedINode & {
|
|
|
88666
89341
|
maxPoints?: Maybe<Scalars['Int']['output']>;
|
|
88667
89342
|
nextLevelName?: Maybe<Scalars['String']['output']>;
|
|
88668
89343
|
};
|
|
89344
|
+
export declare type UnifiedGamificationProfile = {
|
|
89345
|
+
__typename?: 'UnifiedGamificationProfile';
|
|
89346
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
|
89347
|
+
userId?: Maybe<Scalars['String']['output']>;
|
|
89348
|
+
};
|
|
88669
89349
|
export declare type UnifiedGamificationRecognitionsSummary = UnifiedINode & {
|
|
88670
89350
|
__typename?: 'UnifiedGamificationRecognitionsSummary';
|
|
88671
89351
|
id: Scalars['ID']['output'];
|
|
@@ -88867,6 +89547,8 @@ export declare type UnifiedMutation = {
|
|
|
88867
89547
|
__typename?: 'UnifiedMutation';
|
|
88868
89548
|
account?: Maybe<UnifiedAccountMutation>;
|
|
88869
89549
|
caching?: Maybe<UnifiedCachingMutation>;
|
|
89550
|
+
community?: Maybe<UnifiedCommunityMutation>;
|
|
89551
|
+
consent?: Maybe<UnifiedConsentMutation>;
|
|
88870
89552
|
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
88871
89553
|
gating?: Maybe<UnifiedGatingMutation>;
|
|
88872
89554
|
linking?: Maybe<UnifiedLinkingMutation>;
|
|
@@ -88980,6 +89662,7 @@ export declare type UnifiedQuery = {
|
|
|
88980
89662
|
accountBasics?: Maybe<UnifiedUAccountBasicsResult>;
|
|
88981
89663
|
accountDetails?: Maybe<UnifiedUAccountDetailsResult>;
|
|
88982
89664
|
atlassianProducts?: Maybe<UnifiedUAtlassianProductResult>;
|
|
89665
|
+
consent?: Maybe<UnifiedConsentQuery>;
|
|
88983
89666
|
gating?: Maybe<UnifiedGatingQuery>;
|
|
88984
89667
|
node?: Maybe<UnifiedINode>;
|
|
88985
89668
|
unifiedProfile?: Maybe<UnifiedUProfileResult>;
|
|
@@ -89046,6 +89729,7 @@ export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
|
89046
89729
|
export declare type UnifiedUAdminsResult = UnifiedAdmins | UnifiedQueryError;
|
|
89047
89730
|
export declare type UnifiedUAllowListResult = UnifiedAllowList | UnifiedQueryError;
|
|
89048
89731
|
export declare type UnifiedUAtlassianProductResult = UnifiedAtlassianProductConnection | UnifiedQueryError;
|
|
89732
|
+
export declare type UnifiedUConsentStatusResult = UnifiedConsentStatus | UnifiedQueryError;
|
|
89049
89733
|
export declare type UnifiedUForumsBadgesResult = UnifiedForumsBadgesConnection | UnifiedQueryError;
|
|
89050
89734
|
export declare type UnifiedUForumsGroupsResult = UnifiedForumsGroupsConnection | UnifiedQueryError;
|
|
89051
89735
|
export declare type UnifiedUForumsResult = UnifiedForums | UnifiedQueryError;
|