@forge/cli-shared 9.6.0-next.7-experimental-6664e2b → 9.6.0-next.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -15
- package/out/graphql/graphql-types.d.ts +642 -2
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +85 -51
- package/package.json +2 -2
|
@@ -9398,6 +9398,18 @@ export type AgentWorkspaceRoutingHistoryUserEntity = AgentWorkspaceRoutingHistor
|
|
|
9398
9398
|
key: Scalars['String']['output'];
|
|
9399
9399
|
user?: Maybe<User>;
|
|
9400
9400
|
};
|
|
9401
|
+
export type AgentWorkspaceRoutingServiceFieldInput = {
|
|
9402
|
+
id: Scalars['String']['input'];
|
|
9403
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
9404
|
+
type: AgentWorkspaceSmartRoutingServiceFieldType;
|
|
9405
|
+
};
|
|
9406
|
+
export type AgentWorkspaceRoutingSetupRowInput = {
|
|
9407
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
9408
|
+
included?: InputMaybe<Scalars['Boolean']['input']>;
|
|
9409
|
+
serviceId?: InputMaybe<Scalars['ID']['input']>;
|
|
9410
|
+
serviceName?: InputMaybe<Scalars['String']['input']>;
|
|
9411
|
+
teamAri?: InputMaybe<Scalars['ID']['input']>;
|
|
9412
|
+
};
|
|
9401
9413
|
export type AgentWorkspaceRoutingTableEntry = {
|
|
9402
9414
|
__typename?: 'AgentWorkspaceRoutingTableEntry';
|
|
9403
9415
|
description: Scalars['String']['output'];
|
|
@@ -9434,6 +9446,21 @@ export declare enum AgentWorkspaceRoutingTableGenerationStatus {
|
|
|
9434
9446
|
InProgress = "IN_PROGRESS",
|
|
9435
9447
|
Timeout = "TIMEOUT"
|
|
9436
9448
|
}
|
|
9449
|
+
export type AgentWorkspaceSaveRoutingSetupInput = {
|
|
9450
|
+
cloudId: Scalars['ID']['input'];
|
|
9451
|
+
defaultTeam?: InputMaybe<Scalars['ID']['input']>;
|
|
9452
|
+
projectKey: Scalars['String']['input'];
|
|
9453
|
+
routingMode?: InputMaybe<AgentWorkspaceSmartRoutingMode>;
|
|
9454
|
+
rows?: InputMaybe<Array<AgentWorkspaceRoutingSetupRowInput>>;
|
|
9455
|
+
serviceField?: InputMaybe<AgentWorkspaceRoutingServiceFieldInput>;
|
|
9456
|
+
teamAssignmentMode: AgentWorkspaceTeamAssignmentMode;
|
|
9457
|
+
};
|
|
9458
|
+
export type AgentWorkspaceSaveRoutingSetupPayload = {
|
|
9459
|
+
__typename?: 'AgentWorkspaceSaveRoutingSetupPayload';
|
|
9460
|
+
rowsWritten: Scalars['Int']['output'];
|
|
9461
|
+
smartRoutingConfig: AgentWorkspaceSmartRoutingConfig;
|
|
9462
|
+
success: Scalars['Boolean']['output'];
|
|
9463
|
+
};
|
|
9437
9464
|
export type AgentWorkspaceSchedule = {
|
|
9438
9465
|
__typename?: 'AgentWorkspaceSchedule';
|
|
9439
9466
|
agents: Array<AgentWorkspaceAgent>;
|
|
@@ -9918,6 +9945,7 @@ export type AgentWorkspaceSmartRoutingConfig = {
|
|
|
9918
9945
|
serviceFieldName?: Maybe<Scalars['String']['output']>;
|
|
9919
9946
|
serviceFieldType?: Maybe<AgentWorkspaceSmartRoutingServiceFieldType>;
|
|
9920
9947
|
setupVersion: Scalars['Int']['output'];
|
|
9948
|
+
teamAssignmentMode: AgentWorkspaceTeamAssignmentMode;
|
|
9921
9949
|
triggers: Array<AgentWorkspaceConfigurableRoutingTriggerSetting>;
|
|
9922
9950
|
warning?: Maybe<Scalars['String']['output']>;
|
|
9923
9951
|
};
|
|
@@ -10120,6 +10148,11 @@ export type AgentWorkspaceTeam = {
|
|
|
10120
10148
|
teamARI: Scalars['ID']['output'];
|
|
10121
10149
|
teamId?: Maybe<Scalars['ID']['output']>;
|
|
10122
10150
|
};
|
|
10151
|
+
export declare enum AgentWorkspaceTeamAssignmentMode {
|
|
10152
|
+
DefaultTeam = "DEFAULT_TEAM",
|
|
10153
|
+
Manual = "MANUAL",
|
|
10154
|
+
Smart = "SMART"
|
|
10155
|
+
}
|
|
10123
10156
|
export type AgentWorkspaceTeamCapacitiesInput = {
|
|
10124
10157
|
cloudId: Scalars['ID']['input'];
|
|
10125
10158
|
projectKey: Scalars['String']['input'];
|
|
@@ -41968,7 +42001,7 @@ export type CplsAtlasProjectRecommendation = {
|
|
|
41968
42001
|
atlasProject?: Maybe<TownsquareProject>;
|
|
41969
42002
|
atlasProjectId: Scalars['ID']['output'];
|
|
41970
42003
|
};
|
|
41971
|
-
export type CplsCapacityPlan = {
|
|
42004
|
+
export type CplsCapacityPlan = Node & {
|
|
41972
42005
|
__typename?: 'CplsCapacityPlan';
|
|
41973
42006
|
id: Scalars['ID']['output'];
|
|
41974
42007
|
scopeId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -42296,7 +42329,7 @@ export type CplsCreateSuggestionsPayload = Payload & {
|
|
|
42296
42329
|
errors?: Maybe<Array<MutationError>>;
|
|
42297
42330
|
success: Scalars['Boolean']['output'];
|
|
42298
42331
|
};
|
|
42299
|
-
export type CplsCustomContributionTarget = {
|
|
42332
|
+
export type CplsCustomContributionTarget = Node & {
|
|
42300
42333
|
__typename?: 'CplsCustomContributionTarget';
|
|
42301
42334
|
id: Scalars['ID']['output'];
|
|
42302
42335
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -62146,6 +62179,8 @@ export type GraphStore = {
|
|
|
62146
62179
|
atlassianUserOwnsExternalTestStatusInverse?: Maybe<GraphStoreSimplifiedAtlassianUserOwnsExternalTestStatusInverseConnection>;
|
|
62147
62180
|
atlassianUserOwnsInferredProject?: Maybe<GraphStoreSimplifiedAtlassianUserOwnsInferredProjectConnection>;
|
|
62148
62181
|
atlassianUserOwnsInferredProjectInverse?: Maybe<GraphStoreSimplifiedAtlassianUserOwnsInferredProjectInverseConnection>;
|
|
62182
|
+
atlassianUserRespondsToJiraWorkItem?: Maybe<GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemConnection>;
|
|
62183
|
+
atlassianUserRespondsToJiraWorkItemInverse?: Maybe<GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemInverseConnection>;
|
|
62149
62184
|
atlassianUserReviewedConfluenceApprovalInverse?: Maybe<GraphStoreSimplifiedAtlassianUserReviewedConfluenceApprovalInverseConnection>;
|
|
62150
62185
|
atlassianUserTriggeredAtlassianAgentSessionInverse?: Maybe<GraphStoreSimplifiedAtlassianUserTriggeredAtlassianAgentSessionInverseConnection>;
|
|
62151
62186
|
atlassianUserUpdatedExternalCampaign?: Maybe<GraphStoreSimplifiedAtlassianUserUpdatedExternalCampaignConnection>;
|
|
@@ -62575,6 +62610,8 @@ export type GraphStore = {
|
|
|
62575
62610
|
jiraSpaceHasLinkedKnowledgeBaseEntityInverse?: Maybe<GraphStoreSimplifiedJiraSpaceHasLinkedKnowledgeBaseEntityInverseConnection>;
|
|
62576
62611
|
jiraWorkItemCommentHasChildComment?: Maybe<GraphStoreSimplifiedJiraWorkItemCommentHasChildCommentConnection>;
|
|
62577
62612
|
jiraWorkItemCommentHasChildCommentInverse?: Maybe<GraphStoreSimplifiedJiraWorkItemCommentHasChildCommentInverseConnection>;
|
|
62613
|
+
jiraWorkItemHasJsmIncidentSeverity?: Maybe<GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityConnection>;
|
|
62614
|
+
jiraWorkItemHasJsmIncidentSeverityInverse?: Maybe<GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityInverseConnection>;
|
|
62578
62615
|
jiraWorkItemLinksAssetObject?: Maybe<GraphStoreSimplifiedJiraWorkItemLinksAssetObjectConnection>;
|
|
62579
62616
|
jiraWorkItemLinksAssetObjectInverse?: Maybe<GraphStoreSimplifiedJiraWorkItemLinksAssetObjectInverseConnection>;
|
|
62580
62617
|
jsmProjectAssociatedService?: Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceConnection>;
|
|
@@ -64404,6 +64441,22 @@ export type GraphStoreAtlassianUserOwnsInferredProjectInverseArgs = {
|
|
|
64404
64441
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
64405
64442
|
sort?: InputMaybe<GraphStoreAtlassianUserOwnsInferredProjectSortInput>;
|
|
64406
64443
|
};
|
|
64444
|
+
export type GraphStoreAtlassianUserRespondsToJiraWorkItemArgs = {
|
|
64445
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64446
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64447
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64448
|
+
id: Scalars['ID']['input'];
|
|
64449
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
64450
|
+
sort?: InputMaybe<GraphStoreAtlassianUserRespondsToJiraWorkItemSortInput>;
|
|
64451
|
+
};
|
|
64452
|
+
export type GraphStoreAtlassianUserRespondsToJiraWorkItemInverseArgs = {
|
|
64453
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64454
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
64455
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64456
|
+
id: Scalars['ID']['input'];
|
|
64457
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
64458
|
+
sort?: InputMaybe<GraphStoreAtlassianUserRespondsToJiraWorkItemSortInput>;
|
|
64459
|
+
};
|
|
64407
64460
|
export type GraphStoreAtlassianUserReviewedConfluenceApprovalInverseArgs = {
|
|
64408
64461
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
64409
64462
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -67706,6 +67759,22 @@ export type GraphStoreJiraWorkItemCommentHasChildCommentInverseArgs = {
|
|
|
67706
67759
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
67707
67760
|
sort?: InputMaybe<GraphStoreJiraWorkItemCommentHasChildCommentSortInput>;
|
|
67708
67761
|
};
|
|
67762
|
+
export type GraphStoreJiraWorkItemHasJsmIncidentSeverityArgs = {
|
|
67763
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
67764
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
67765
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67766
|
+
id: Scalars['ID']['input'];
|
|
67767
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
67768
|
+
sort?: InputMaybe<GraphStoreJiraWorkItemHasJsmIncidentSeveritySortInput>;
|
|
67769
|
+
};
|
|
67770
|
+
export type GraphStoreJiraWorkItemHasJsmIncidentSeverityInverseArgs = {
|
|
67771
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
67772
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
67773
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
67774
|
+
id: Scalars['ID']['input'];
|
|
67775
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
67776
|
+
sort?: InputMaybe<GraphStoreJiraWorkItemHasJsmIncidentSeveritySortInput>;
|
|
67777
|
+
};
|
|
67709
67778
|
export type GraphStoreJiraWorkItemLinksAssetObjectArgs = {
|
|
67710
67779
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
67711
67780
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -73288,6 +73357,9 @@ export type GraphStoreAtlassianUserOwnsExternalTestStatusSortInput = {
|
|
|
73288
73357
|
export type GraphStoreAtlassianUserOwnsInferredProjectSortInput = {
|
|
73289
73358
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
73290
73359
|
};
|
|
73360
|
+
export type GraphStoreAtlassianUserRespondsToJiraWorkItemSortInput = {
|
|
73361
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
73362
|
+
};
|
|
73291
73363
|
export type GraphStoreAtlassianUserReviewedConfluenceApprovalSortInput = {
|
|
73292
73364
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
73293
73365
|
};
|
|
@@ -81177,6 +81249,9 @@ export type GraphStoreJiraSpaceHasLinkedKnowledgeBaseEntitySortInput = {
|
|
|
81177
81249
|
export type GraphStoreJiraWorkItemCommentHasChildCommentSortInput = {
|
|
81178
81250
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
81179
81251
|
};
|
|
81252
|
+
export type GraphStoreJiraWorkItemHasJsmIncidentSeveritySortInput = {
|
|
81253
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
81254
|
+
};
|
|
81180
81255
|
export type GraphStoreJiraWorkItemLinksAssetObjectSortInput = {
|
|
81181
81256
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
81182
81257
|
};
|
|
@@ -84128,6 +84203,34 @@ export type GraphStoreSimplifiedAtlassianUserOwnsInferredProjectInverseEdge = {
|
|
|
84128
84203
|
};
|
|
84129
84204
|
export type GraphStoreSimplifiedAtlassianUserOwnsInferredProjectInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
84130
84205
|
export type GraphStoreSimplifiedAtlassianUserOwnsInferredProjectUnion = GraphStoreNodeResponse;
|
|
84206
|
+
export type GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemConnection = HasPageInfo & {
|
|
84207
|
+
__typename?: 'GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemConnection';
|
|
84208
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemEdge>>>;
|
|
84209
|
+
pageInfo: PageInfo;
|
|
84210
|
+
};
|
|
84211
|
+
export type GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemEdge = {
|
|
84212
|
+
__typename?: 'GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemEdge';
|
|
84213
|
+
createdAt: Scalars['DateTime']['output'];
|
|
84214
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
84215
|
+
id: Scalars['ID']['output'];
|
|
84216
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
84217
|
+
node?: Maybe<GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemUnion>;
|
|
84218
|
+
};
|
|
84219
|
+
export type GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemInverseConnection = HasPageInfo & {
|
|
84220
|
+
__typename?: 'GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemInverseConnection';
|
|
84221
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemInverseEdge>>>;
|
|
84222
|
+
pageInfo: PageInfo;
|
|
84223
|
+
};
|
|
84224
|
+
export type GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemInverseEdge = {
|
|
84225
|
+
__typename?: 'GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemInverseEdge';
|
|
84226
|
+
createdAt: Scalars['DateTime']['output'];
|
|
84227
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
84228
|
+
id: Scalars['ID']['output'];
|
|
84229
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
84230
|
+
node?: Maybe<GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemInverseUnion>;
|
|
84231
|
+
};
|
|
84232
|
+
export type GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
84233
|
+
export type GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemUnion = JiraIssue;
|
|
84131
84234
|
export type GraphStoreSimplifiedAtlassianUserReviewedConfluenceApprovalInverseConnection = HasPageInfo & {
|
|
84132
84235
|
__typename?: 'GraphStoreSimplifiedAtlassianUserReviewedConfluenceApprovalInverseConnection';
|
|
84133
84236
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedAtlassianUserReviewedConfluenceApprovalInverseEdge>>>;
|
|
@@ -88896,6 +88999,34 @@ export type GraphStoreSimplifiedJiraWorkItemCommentHasChildCommentInverseEdge =
|
|
|
88896
88999
|
};
|
|
88897
89000
|
export type GraphStoreSimplifiedJiraWorkItemCommentHasChildCommentInverseUnion = JiraPlatformComment | JiraServiceManagementComment;
|
|
88898
89001
|
export type GraphStoreSimplifiedJiraWorkItemCommentHasChildCommentUnion = JiraPlatformComment | JiraServiceManagementComment;
|
|
89002
|
+
export type GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityConnection = HasPageInfo & {
|
|
89003
|
+
__typename?: 'GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityConnection';
|
|
89004
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityEdge>>>;
|
|
89005
|
+
pageInfo: PageInfo;
|
|
89006
|
+
};
|
|
89007
|
+
export type GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityEdge = {
|
|
89008
|
+
__typename?: 'GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityEdge';
|
|
89009
|
+
createdAt: Scalars['DateTime']['output'];
|
|
89010
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
89011
|
+
id: Scalars['ID']['output'];
|
|
89012
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
89013
|
+
node?: Maybe<GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityUnion>;
|
|
89014
|
+
};
|
|
89015
|
+
export type GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityInverseConnection = HasPageInfo & {
|
|
89016
|
+
__typename?: 'GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityInverseConnection';
|
|
89017
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityInverseEdge>>>;
|
|
89018
|
+
pageInfo: PageInfo;
|
|
89019
|
+
};
|
|
89020
|
+
export type GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityInverseEdge = {
|
|
89021
|
+
__typename?: 'GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityInverseEdge';
|
|
89022
|
+
createdAt: Scalars['DateTime']['output'];
|
|
89023
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
89024
|
+
id: Scalars['ID']['output'];
|
|
89025
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
89026
|
+
node?: Maybe<GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityInverseUnion>;
|
|
89027
|
+
};
|
|
89028
|
+
export type GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityInverseUnion = JiraIssue;
|
|
89029
|
+
export type GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityUnion = GraphStoreNodeResponse;
|
|
88899
89030
|
export type GraphStoreSimplifiedJiraWorkItemLinksAssetObjectConnection = HasPageInfo & {
|
|
88900
89031
|
__typename?: 'GraphStoreSimplifiedJiraWorkItemLinksAssetObjectConnection';
|
|
88901
89032
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedJiraWorkItemLinksAssetObjectEdge>>>;
|
|
@@ -97601,6 +97732,8 @@ export type GraphStoreV2 = {
|
|
|
97601
97732
|
atlassianUserReportedJiraWorkItemInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserReportedJiraWorkItemInverseConnection>;
|
|
97602
97733
|
atlassianUserReportedJsmIncident?: Maybe<GraphStoreV2SimplifiedAtlassianUserReportedJsmIncidentConnection>;
|
|
97603
97734
|
atlassianUserReportedJsmIncidentInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserReportedJsmIncidentInverseConnection>;
|
|
97735
|
+
atlassianUserRespondsToJiraWorkItem?: Maybe<GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemConnection>;
|
|
97736
|
+
atlassianUserRespondsToJiraWorkItemInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemInverseConnection>;
|
|
97604
97737
|
atlassianUserReviewedConfluenceApprovalInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserReviewedConfluenceApprovalInverseConnection>;
|
|
97605
97738
|
atlassianUserSnapshottedConfluencePage?: Maybe<GraphStoreV2SimplifiedAtlassianUserSnapshottedConfluencePageConnection>;
|
|
97606
97739
|
atlassianUserSnapshottedConfluencePageInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserSnapshottedConfluencePageInverseConnection>;
|
|
@@ -98211,8 +98344,12 @@ export type GraphStoreV2 = {
|
|
|
98211
98344
|
jiraWorkItemHasJiraPriorityInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJiraPriorityInverseConnection>;
|
|
98212
98345
|
jiraWorkItemHasJiraWorkItemComment?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJiraWorkItemCommentConnection>;
|
|
98213
98346
|
jiraWorkItemHasJiraWorkItemCommentInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJiraWorkItemCommentInverseConnection>;
|
|
98347
|
+
jiraWorkItemHasJsmIncidentSeverity?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityConnection>;
|
|
98348
|
+
jiraWorkItemHasJsmIncidentSeverityInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityInverseConnection>;
|
|
98214
98349
|
jiraWorkItemHasLinkedKnowledgeBaseEntity?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasLinkedKnowledgeBaseEntityConnection>;
|
|
98215
98350
|
jiraWorkItemHasLinkedKnowledgeBaseEntityInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasLinkedKnowledgeBaseEntityInverseConnection>;
|
|
98351
|
+
jiraWorkItemImpactsCompassComponent?: Maybe<GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentConnection>;
|
|
98352
|
+
jiraWorkItemImpactsCompassComponentInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentInverseConnection>;
|
|
98216
98353
|
jiraWorkItemLinksAssetsObject?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksAssetsObjectConnection>;
|
|
98217
98354
|
jiraWorkItemLinksAssetsObjectInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksAssetsObjectInverseConnection>;
|
|
98218
98355
|
jiraWorkItemLinksConfluenceWhiteboard?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksConfluenceWhiteboardConnection>;
|
|
@@ -99875,6 +100012,20 @@ export type GraphStoreV2AtlassianUserReportedJsmIncidentInverseArgs = {
|
|
|
99875
100012
|
id: Scalars['ID']['input'];
|
|
99876
100013
|
sort?: InputMaybe<GraphStoreV2AtlassianUserReportedJsmIncidentSortInput>;
|
|
99877
100014
|
};
|
|
100015
|
+
export type GraphStoreV2AtlassianUserRespondsToJiraWorkItemArgs = {
|
|
100016
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
100017
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
100018
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
100019
|
+
id: Scalars['ID']['input'];
|
|
100020
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserRespondsToJiraWorkItemSortInput>;
|
|
100021
|
+
};
|
|
100022
|
+
export type GraphStoreV2AtlassianUserRespondsToJiraWorkItemInverseArgs = {
|
|
100023
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
100024
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
100025
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
100026
|
+
id: Scalars['ID']['input'];
|
|
100027
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserRespondsToJiraWorkItemSortInput>;
|
|
100028
|
+
};
|
|
99878
100029
|
export type GraphStoreV2AtlassianUserReviewedConfluenceApprovalInverseArgs = {
|
|
99879
100030
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
99880
100031
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -104184,6 +104335,20 @@ export type GraphStoreV2JiraWorkItemHasJiraWorkItemCommentInverseArgs = {
|
|
|
104184
104335
|
id: Scalars['ID']['input'];
|
|
104185
104336
|
sort?: InputMaybe<GraphStoreV2JiraWorkItemHasJiraWorkItemCommentSortInput>;
|
|
104186
104337
|
};
|
|
104338
|
+
export type GraphStoreV2JiraWorkItemHasJsmIncidentSeverityArgs = {
|
|
104339
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
104340
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
104341
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
104342
|
+
id: Scalars['ID']['input'];
|
|
104343
|
+
sort?: InputMaybe<GraphStoreV2JiraWorkItemHasJsmIncidentSeveritySortInput>;
|
|
104344
|
+
};
|
|
104345
|
+
export type GraphStoreV2JiraWorkItemHasJsmIncidentSeverityInverseArgs = {
|
|
104346
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
104347
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
104348
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
104349
|
+
id: Scalars['ID']['input'];
|
|
104350
|
+
sort?: InputMaybe<GraphStoreV2JiraWorkItemHasJsmIncidentSeveritySortInput>;
|
|
104351
|
+
};
|
|
104187
104352
|
export type GraphStoreV2JiraWorkItemHasLinkedKnowledgeBaseEntityArgs = {
|
|
104188
104353
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
104189
104354
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -104198,6 +104363,20 @@ export type GraphStoreV2JiraWorkItemHasLinkedKnowledgeBaseEntityInverseArgs = {
|
|
|
104198
104363
|
id: Scalars['ID']['input'];
|
|
104199
104364
|
sort?: InputMaybe<GraphStoreV2JiraWorkItemHasLinkedKnowledgeBaseEntitySortInput>;
|
|
104200
104365
|
};
|
|
104366
|
+
export type GraphStoreV2JiraWorkItemImpactsCompassComponentArgs = {
|
|
104367
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
104368
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
104369
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
104370
|
+
id: Scalars['ID']['input'];
|
|
104371
|
+
sort?: InputMaybe<GraphStoreV2JiraWorkItemImpactsCompassComponentSortInput>;
|
|
104372
|
+
};
|
|
104373
|
+
export type GraphStoreV2JiraWorkItemImpactsCompassComponentInverseArgs = {
|
|
104374
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
104375
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
104376
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
104377
|
+
id: Scalars['ID']['input'];
|
|
104378
|
+
sort?: InputMaybe<GraphStoreV2JiraWorkItemImpactsCompassComponentSortInput>;
|
|
104379
|
+
};
|
|
104201
104380
|
export type GraphStoreV2JiraWorkItemLinksAssetsObjectArgs = {
|
|
104202
104381
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
104203
104382
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -105223,6 +105402,9 @@ export type GraphStoreV2AtlassianUserReportedJiraWorkItemSortInput = {
|
|
|
105223
105402
|
export type GraphStoreV2AtlassianUserReportedJsmIncidentSortInput = {
|
|
105224
105403
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
105225
105404
|
};
|
|
105405
|
+
export type GraphStoreV2AtlassianUserRespondsToJiraWorkItemSortInput = {
|
|
105406
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
105407
|
+
};
|
|
105226
105408
|
export type GraphStoreV2AtlassianUserReviewedConfluenceApprovalSortInput = {
|
|
105227
105409
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
105228
105410
|
};
|
|
@@ -105829,6 +106011,46 @@ export type GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityRelationsh
|
|
|
105829
106011
|
export type GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityRelationshipObjectMetadataInput = {
|
|
105830
106012
|
linkSource?: InputMaybe<GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityLinkSourceInput>;
|
|
105831
106013
|
};
|
|
106014
|
+
export type GraphStoreV2CreateJiraWorkItemImpactsCompassComponentAliasInput = {
|
|
106015
|
+
from: Scalars['ID']['input'];
|
|
106016
|
+
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
106017
|
+
subjectMetadata?: InputMaybe<GraphStoreV2CreateJiraWorkItemImpactsCompassComponentRelationshipSubjectMetadataInput>;
|
|
106018
|
+
to: Scalars['ID']['input'];
|
|
106019
|
+
updatedAt?: InputMaybe<Scalars['DateTime']['input']>;
|
|
106020
|
+
};
|
|
106021
|
+
export type GraphStoreV2CreateJiraWorkItemImpactsCompassComponentInput = {
|
|
106022
|
+
aliases: Array<GraphStoreV2CreateJiraWorkItemImpactsCompassComponentAliasInput>;
|
|
106023
|
+
};
|
|
106024
|
+
export declare enum GraphStoreV2CreateJiraWorkItemImpactsCompassComponentJiraIncidentPriorityInput {
|
|
106025
|
+
NotSet = "NOT_SET",
|
|
106026
|
+
P1 = "P1",
|
|
106027
|
+
P2 = "P2",
|
|
106028
|
+
P3 = "P3",
|
|
106029
|
+
P4 = "P4",
|
|
106030
|
+
P5 = "P5",
|
|
106031
|
+
Pending = "PENDING",
|
|
106032
|
+
Unknown = "UNKNOWN"
|
|
106033
|
+
}
|
|
106034
|
+
export declare enum GraphStoreV2CreateJiraWorkItemImpactsCompassComponentJiraIncidentStatusInput {
|
|
106035
|
+
Done = "DONE",
|
|
106036
|
+
Indeterminate = "INDETERMINATE",
|
|
106037
|
+
New = "NEW",
|
|
106038
|
+
NotSet = "NOT_SET",
|
|
106039
|
+
Undefined = "UNDEFINED"
|
|
106040
|
+
}
|
|
106041
|
+
export type GraphStoreV2CreateJiraWorkItemImpactsCompassComponentPayload = {
|
|
106042
|
+
__typename?: 'GraphStoreV2CreateJiraWorkItemImpactsCompassComponentPayload';
|
|
106043
|
+
errors?: Maybe<Array<MutationError>>;
|
|
106044
|
+
success: Scalars['Boolean']['output'];
|
|
106045
|
+
};
|
|
106046
|
+
export type GraphStoreV2CreateJiraWorkItemImpactsCompassComponentRelationshipSubjectMetadataInput = {
|
|
106047
|
+
affectedServiceAris?: InputMaybe<Scalars['String']['input']>;
|
|
106048
|
+
assigneeAri?: InputMaybe<Scalars['String']['input']>;
|
|
106049
|
+
majorIncident?: InputMaybe<Scalars['Boolean']['input']>;
|
|
106050
|
+
priority?: InputMaybe<GraphStoreV2CreateJiraWorkItemImpactsCompassComponentJiraIncidentPriorityInput>;
|
|
106051
|
+
reporterAri?: InputMaybe<Scalars['String']['input']>;
|
|
106052
|
+
status?: InputMaybe<GraphStoreV2CreateJiraWorkItemImpactsCompassComponentJiraIncidentStatusInput>;
|
|
106053
|
+
};
|
|
105832
106054
|
export type GraphStoreV2CreateJiraWorkItemLinksConfluenceWhiteboardAliasInput = {
|
|
105833
106055
|
from: Scalars['ID']['input'];
|
|
105834
106056
|
sequenceNumber?: InputMaybe<Scalars['Long']['input']>;
|
|
@@ -106443,6 +106665,18 @@ export type GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityPayload =
|
|
|
106443
106665
|
errors?: Maybe<Array<MutationError>>;
|
|
106444
106666
|
success: Scalars['Boolean']['output'];
|
|
106445
106667
|
};
|
|
106668
|
+
export type GraphStoreV2DeleteJiraWorkItemImpactsCompassComponentAliasInput = {
|
|
106669
|
+
from: Scalars['ID']['input'];
|
|
106670
|
+
to: Scalars['ID']['input'];
|
|
106671
|
+
};
|
|
106672
|
+
export type GraphStoreV2DeleteJiraWorkItemImpactsCompassComponentInput = {
|
|
106673
|
+
aliases: Array<GraphStoreV2DeleteJiraWorkItemImpactsCompassComponentAliasInput>;
|
|
106674
|
+
};
|
|
106675
|
+
export type GraphStoreV2DeleteJiraWorkItemImpactsCompassComponentPayload = {
|
|
106676
|
+
__typename?: 'GraphStoreV2DeleteJiraWorkItemImpactsCompassComponentPayload';
|
|
106677
|
+
errors?: Maybe<Array<MutationError>>;
|
|
106678
|
+
success: Scalars['Boolean']['output'];
|
|
106679
|
+
};
|
|
106446
106680
|
export type GraphStoreV2DeleteJiraWorkItemLinksConfluenceWhiteboardAliasInput = {
|
|
106447
106681
|
from: Scalars['ID']['input'];
|
|
106448
106682
|
to: Scalars['ID']['input'];
|
|
@@ -108224,6 +108458,9 @@ export type GraphStoreV2JiraWorkItemHasJiraPrioritySortInput = {
|
|
|
108224
108458
|
export type GraphStoreV2JiraWorkItemHasJiraWorkItemCommentSortInput = {
|
|
108225
108459
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
108226
108460
|
};
|
|
108461
|
+
export type GraphStoreV2JiraWorkItemHasJsmIncidentSeveritySortInput = {
|
|
108462
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
108463
|
+
};
|
|
108227
108464
|
export type GraphStoreV2JiraWorkItemHasLinkedKnowledgeBaseEntitySortInput = {
|
|
108228
108465
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
108229
108466
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -108233,6 +108470,9 @@ export type GraphStoreV2JiraWorkItemHasLinkedKnowledgeBaseEntitySortInput = {
|
|
|
108233
108470
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
108234
108471
|
to_linkSource?: InputMaybe<GraphStoreSortInput>;
|
|
108235
108472
|
};
|
|
108473
|
+
export type GraphStoreV2JiraWorkItemImpactsCompassComponentSortInput = {
|
|
108474
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
108475
|
+
};
|
|
108236
108476
|
export type GraphStoreV2JiraWorkItemLinksAssetsObjectSortInput = {
|
|
108237
108477
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
108238
108478
|
};
|
|
@@ -108555,6 +108795,7 @@ export type GraphStoreV2Mutation = {
|
|
|
108555
108795
|
createJiraVersionLinksExternalFeatureFlag?: Maybe<GraphStoreV2CreateJiraVersionLinksExternalFeatureFlagPayload>;
|
|
108556
108796
|
createJiraWorkItemDismissedKnowledgeBaseEntity?: Maybe<GraphStoreV2CreateJiraWorkItemDismissedKnowledgeBaseEntityPayload>;
|
|
108557
108797
|
createJiraWorkItemHasLinkedKnowledgeBaseEntity?: Maybe<GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityPayload>;
|
|
108798
|
+
createJiraWorkItemImpactsCompassComponent?: Maybe<GraphStoreV2CreateJiraWorkItemImpactsCompassComponentPayload>;
|
|
108558
108799
|
createJiraWorkItemLinksConfluenceWhiteboard?: Maybe<GraphStoreV2CreateJiraWorkItemLinksConfluenceWhiteboardPayload>;
|
|
108559
108800
|
createJiraWorkItemLinksExternalVulnerability?: Maybe<GraphStoreV2CreateJiraWorkItemLinksExternalVulnerabilityPayload>;
|
|
108560
108801
|
createJiraWorkItemLinksSupportEscalationEntity?: Maybe<GraphStoreV2CreateJiraWorkItemLinksSupportEscalationEntityPayload>;
|
|
@@ -108590,6 +108831,7 @@ export type GraphStoreV2Mutation = {
|
|
|
108590
108831
|
deleteJiraVersionLinksExternalFeatureFlag?: Maybe<GraphStoreV2DeleteJiraVersionLinksExternalFeatureFlagPayload>;
|
|
108591
108832
|
deleteJiraWorkItemDismissedKnowledgeBaseEntity?: Maybe<GraphStoreV2DeleteJiraWorkItemDismissedKnowledgeBaseEntityPayload>;
|
|
108592
108833
|
deleteJiraWorkItemHasLinkedKnowledgeBaseEntity?: Maybe<GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityPayload>;
|
|
108834
|
+
deleteJiraWorkItemImpactsCompassComponent?: Maybe<GraphStoreV2DeleteJiraWorkItemImpactsCompassComponentPayload>;
|
|
108593
108835
|
deleteJiraWorkItemLinksConfluenceWhiteboard?: Maybe<GraphStoreV2DeleteJiraWorkItemLinksConfluenceWhiteboardPayload>;
|
|
108594
108836
|
deleteJiraWorkItemLinksExternalVulnerability?: Maybe<GraphStoreV2DeleteJiraWorkItemLinksExternalVulnerabilityPayload>;
|
|
108595
108837
|
deleteJiraWorkItemLinksSupportEscalationEntity?: Maybe<GraphStoreV2DeleteJiraWorkItemLinksSupportEscalationEntityPayload>;
|
|
@@ -108676,6 +108918,9 @@ export type GraphStoreV2MutationCreateJiraWorkItemDismissedKnowledgeBaseEntityAr
|
|
|
108676
108918
|
export type GraphStoreV2MutationCreateJiraWorkItemHasLinkedKnowledgeBaseEntityArgs = {
|
|
108677
108919
|
input?: InputMaybe<GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityInput>;
|
|
108678
108920
|
};
|
|
108921
|
+
export type GraphStoreV2MutationCreateJiraWorkItemImpactsCompassComponentArgs = {
|
|
108922
|
+
input?: InputMaybe<GraphStoreV2CreateJiraWorkItemImpactsCompassComponentInput>;
|
|
108923
|
+
};
|
|
108679
108924
|
export type GraphStoreV2MutationCreateJiraWorkItemLinksConfluenceWhiteboardArgs = {
|
|
108680
108925
|
input?: InputMaybe<GraphStoreV2CreateJiraWorkItemLinksConfluenceWhiteboardInput>;
|
|
108681
108926
|
};
|
|
@@ -108781,6 +109026,9 @@ export type GraphStoreV2MutationDeleteJiraWorkItemDismissedKnowledgeBaseEntityAr
|
|
|
108781
109026
|
export type GraphStoreV2MutationDeleteJiraWorkItemHasLinkedKnowledgeBaseEntityArgs = {
|
|
108782
109027
|
input?: InputMaybe<GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityInput>;
|
|
108783
109028
|
};
|
|
109029
|
+
export type GraphStoreV2MutationDeleteJiraWorkItemImpactsCompassComponentArgs = {
|
|
109030
|
+
input?: InputMaybe<GraphStoreV2DeleteJiraWorkItemImpactsCompassComponentInput>;
|
|
109031
|
+
};
|
|
108784
109032
|
export type GraphStoreV2MutationDeleteJiraWorkItemLinksConfluenceWhiteboardArgs = {
|
|
108785
109033
|
input?: InputMaybe<GraphStoreV2DeleteJiraWorkItemLinksConfluenceWhiteboardInput>;
|
|
108786
109034
|
};
|
|
@@ -112024,6 +112272,34 @@ export type GraphStoreV2SimplifiedAtlassianUserReportedJsmIncidentInverseEdge =
|
|
|
112024
112272
|
};
|
|
112025
112273
|
export type GraphStoreV2SimplifiedAtlassianUserReportedJsmIncidentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
112026
112274
|
export type GraphStoreV2SimplifiedAtlassianUserReportedJsmIncidentUnion = JiraIssue;
|
|
112275
|
+
export type GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemConnection = HasPageInfo & {
|
|
112276
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemConnection';
|
|
112277
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemEdge>>>;
|
|
112278
|
+
pageInfo: PageInfo;
|
|
112279
|
+
};
|
|
112280
|
+
export type GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemEdge = {
|
|
112281
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemEdge';
|
|
112282
|
+
createdAt: Scalars['DateTime']['output'];
|
|
112283
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
112284
|
+
id: Scalars['ID']['output'];
|
|
112285
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
112286
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemUnion>;
|
|
112287
|
+
};
|
|
112288
|
+
export type GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemInverseConnection = HasPageInfo & {
|
|
112289
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemInverseConnection';
|
|
112290
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemInverseEdge>>>;
|
|
112291
|
+
pageInfo: PageInfo;
|
|
112292
|
+
};
|
|
112293
|
+
export type GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemInverseEdge = {
|
|
112294
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemInverseEdge';
|
|
112295
|
+
createdAt: Scalars['DateTime']['output'];
|
|
112296
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
112297
|
+
id: Scalars['ID']['output'];
|
|
112298
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
112299
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemInverseUnion>;
|
|
112300
|
+
};
|
|
112301
|
+
export type GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
112302
|
+
export type GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemUnion = JiraIssue;
|
|
112027
112303
|
export type GraphStoreV2SimplifiedAtlassianUserReviewedConfluenceApprovalInverseConnection = HasPageInfo & {
|
|
112028
112304
|
__typename?: 'GraphStoreV2SimplifiedAtlassianUserReviewedConfluenceApprovalInverseConnection';
|
|
112029
112305
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianUserReviewedConfluenceApprovalInverseEdge>>>;
|
|
@@ -120752,6 +121028,34 @@ export type GraphStoreV2SimplifiedJiraWorkItemHasJiraWorkItemCommentInverseEdge
|
|
|
120752
121028
|
};
|
|
120753
121029
|
export type GraphStoreV2SimplifiedJiraWorkItemHasJiraWorkItemCommentInverseUnion = JiraIssue;
|
|
120754
121030
|
export type GraphStoreV2SimplifiedJiraWorkItemHasJiraWorkItemCommentUnion = JiraPlatformComment | JiraServiceManagementComment;
|
|
121031
|
+
export type GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityConnection = HasPageInfo & {
|
|
121032
|
+
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityConnection';
|
|
121033
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityEdge>>>;
|
|
121034
|
+
pageInfo: PageInfo;
|
|
121035
|
+
};
|
|
121036
|
+
export type GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityEdge = {
|
|
121037
|
+
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityEdge';
|
|
121038
|
+
createdAt: Scalars['DateTime']['output'];
|
|
121039
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
121040
|
+
id: Scalars['ID']['output'];
|
|
121041
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
121042
|
+
node?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityUnion>;
|
|
121043
|
+
};
|
|
121044
|
+
export type GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityInverseConnection = HasPageInfo & {
|
|
121045
|
+
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityInverseConnection';
|
|
121046
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityInverseEdge>>>;
|
|
121047
|
+
pageInfo: PageInfo;
|
|
121048
|
+
};
|
|
121049
|
+
export type GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityInverseEdge = {
|
|
121050
|
+
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityInverseEdge';
|
|
121051
|
+
createdAt: Scalars['DateTime']['output'];
|
|
121052
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
121053
|
+
id: Scalars['ID']['output'];
|
|
121054
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
121055
|
+
node?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityInverseUnion>;
|
|
121056
|
+
};
|
|
121057
|
+
export type GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityInverseUnion = JiraIssue;
|
|
121058
|
+
export type GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityUnion = GraphStoreNodeResponse;
|
|
120755
121059
|
export type GraphStoreV2SimplifiedJiraWorkItemHasLinkedKnowledgeBaseEntityConnection = HasPageInfo & HasTotal & {
|
|
120756
121060
|
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemHasLinkedKnowledgeBaseEntityConnection';
|
|
120757
121061
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedJiraWorkItemHasLinkedKnowledgeBaseEntityEdge>>>;
|
|
@@ -120784,6 +121088,34 @@ export type GraphStoreV2SimplifiedJiraWorkItemHasLinkedKnowledgeBaseEntityInvers
|
|
|
120784
121088
|
};
|
|
120785
121089
|
export type GraphStoreV2SimplifiedJiraWorkItemHasLinkedKnowledgeBaseEntityInverseUnion = JiraIssue | JiraProject;
|
|
120786
121090
|
export type GraphStoreV2SimplifiedJiraWorkItemHasLinkedKnowledgeBaseEntityUnion = AvpDashboard | AgentStudioAssistant | AgentStudioServiceAgent | AppUser | AssetsObject | AssetsObjectType | AtlassianAccountUser | BitbucketRepository | CompassComponent | CompassLinkNode | CompassScorecard | ConfluenceBlogPost | ConfluenceDatabase | ConfluenceEmbed | ConfluenceFolder | ConfluenceFooterComment | ConfluenceInlineComment | ConfluencePage | ConfluenceSlide | ConfluenceSpace | ConfluenceWhiteboard | Customer360Customer | CustomerServiceCsmCustomer | CustomerServiceCsmOrganization | CustomerUser | DeploymentSummary | DevOpsDesign | DevOpsDocument | DevOpsFeatureFlag | DevOpsOperationsComponentDetails | DevOpsOperationsIncidentDetails | DevOpsOperationsPostIncidentReviewDetails | DevOpsProjectDetails | DevOpsPullRequestDetails | DevOpsRepository | DevOpsSecurityVulnerabilityDetails | DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCampaign | ExternalCase | ExternalComment | ExternalCommit | ExternalConversation | ExternalCustomerContact | ExternalCustomerOrg | ExternalCustomerOrgCategory | ExternalDashboard | ExternalDataTable | ExternalDeal | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalExperimental | ExternalFeatureFlag | ExternalLead | ExternalMessage | ExternalOrganisation | ExternalPosition | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalServicenowBusinessApp | ExternalSoftwareService | ExternalSpace | ExternalTeam | ExternalTest | ExternalTestExecution | ExternalTestPlan | ExternalTestRun | ExternalTestStatus | ExternalVideo | ExternalVulnerability | ExternalWorkItem | ExternalWorker | GraphStoreNodeResponse | IdentityGroup | JiraAlignAggProject | JiraAutodevJob | JiraBoard | JiraConfluenceRemoteIssueLink | JiraCustomRemoteIssueLink | JiraIssue | JiraIssueRemoteIssueLink | JiraIssueType | JiraPlatformComment | JiraPostIncidentReviewLink | JiraPriority | JiraProject | JiraServiceManagementComment | JiraSprint | JiraStatus | JiraVersion | JiraWebRemoteIssueLink | JiraWorklog | KnowledgeDiscoveryTopicByAri | LoomComment | LoomMeeting | LoomMeetingRecurrence | LoomSpace | LoomVideo | MercuryAsk | MercuryBenefitItem | MercuryChangeProposal | MercuryCostItem | MercuryFocusArea | MercuryFocusAreaStatusUpdate | MercuryOrganization | MercuryOrganizationMembership | MercuryOrganizationStatusUpdate | MercuryRisk | MercuryStrategicEvent | OpsgenieTeam | RadarPosition | RadarWorker | SpfAsk | SpfPlan | SpfPlanScenario | SpfPlanScenarioInvestment | TeamCustomFieldValue | TeamType | TeamV2 | ThirdPartySecurityContainer | ThirdPartyUser | TownsquareComment | TownsquareGoal | TownsquareGoalUpdate | TownsquareProject | TownsquareProjectUpdate | TownsquareTag;
|
|
121091
|
+
export type GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentConnection = HasPageInfo & {
|
|
121092
|
+
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentConnection';
|
|
121093
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentEdge>>>;
|
|
121094
|
+
pageInfo: PageInfo;
|
|
121095
|
+
};
|
|
121096
|
+
export type GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentEdge = {
|
|
121097
|
+
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentEdge';
|
|
121098
|
+
createdAt: Scalars['DateTime']['output'];
|
|
121099
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
121100
|
+
id: Scalars['ID']['output'];
|
|
121101
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
121102
|
+
node?: Maybe<GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentUnion>;
|
|
121103
|
+
};
|
|
121104
|
+
export type GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentInverseConnection = HasPageInfo & {
|
|
121105
|
+
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentInverseConnection';
|
|
121106
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentInverseEdge>>>;
|
|
121107
|
+
pageInfo: PageInfo;
|
|
121108
|
+
};
|
|
121109
|
+
export type GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentInverseEdge = {
|
|
121110
|
+
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentInverseEdge';
|
|
121111
|
+
createdAt: Scalars['DateTime']['output'];
|
|
121112
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
121113
|
+
id: Scalars['ID']['output'];
|
|
121114
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
121115
|
+
node?: Maybe<GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentInverseUnion>;
|
|
121116
|
+
};
|
|
121117
|
+
export type GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentInverseUnion = DevOpsOperationsIncidentDetails | JiraIssue;
|
|
121118
|
+
export type GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentUnion = CompassComponent | DevOpsOperationsComponentDetails;
|
|
120787
121119
|
export type GraphStoreV2SimplifiedJiraWorkItemLinksAssetsObjectConnection = HasPageInfo & {
|
|
120788
121120
|
__typename?: 'GraphStoreV2SimplifiedJiraWorkItemLinksAssetsObjectConnection';
|
|
120789
121121
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksAssetsObjectEdge>>>;
|
|
@@ -122162,6 +122494,16 @@ export type GravityCreateDraftInput = {
|
|
|
122162
122494
|
type: Scalars['String']['input'];
|
|
122163
122495
|
upsertActions?: InputMaybe<Array<GravityUpsertActionInput>>;
|
|
122164
122496
|
};
|
|
122497
|
+
export type GravityCreateSectionInput = {
|
|
122498
|
+
containerId: Scalars['ID']['input'];
|
|
122499
|
+
name: Scalars['String']['input'];
|
|
122500
|
+
};
|
|
122501
|
+
export type GravityCreateSectionPayload = Payload & {
|
|
122502
|
+
__typename?: 'GravityCreateSectionPayload';
|
|
122503
|
+
errors?: Maybe<Array<MutationError>>;
|
|
122504
|
+
section?: Maybe<GravitySection>;
|
|
122505
|
+
success: Scalars['Boolean']['output'];
|
|
122506
|
+
};
|
|
122165
122507
|
export type GravityCreateViewFromInlinedTemplateInput = {
|
|
122166
122508
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
122167
122509
|
projectId: Scalars['ID']['input'];
|
|
@@ -122206,6 +122548,11 @@ export type GravityDeleteReactionPayload = Payload & {
|
|
|
122206
122548
|
errors?: Maybe<Array<MutationError>>;
|
|
122207
122549
|
success: Scalars['Boolean']['output'];
|
|
122208
122550
|
};
|
|
122551
|
+
export type GravityDeleteSectionPayload = Payload & {
|
|
122552
|
+
__typename?: 'GravityDeleteSectionPayload';
|
|
122553
|
+
errors?: Maybe<Array<MutationError>>;
|
|
122554
|
+
success: Scalars['Boolean']['output'];
|
|
122555
|
+
};
|
|
122209
122556
|
export type GravityDeliveryItemMatch = {
|
|
122210
122557
|
__typename?: 'GravityDeliveryItemMatch';
|
|
122211
122558
|
confidence: Scalars['Float']['output'];
|
|
@@ -122458,6 +122805,11 @@ export type GravityReviseDraftInput = {
|
|
|
122458
122805
|
resolveCommentIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
122459
122806
|
upsertActions?: InputMaybe<Array<GravityUpsertActionInput>>;
|
|
122460
122807
|
};
|
|
122808
|
+
export type GravitySection = {
|
|
122809
|
+
__typename?: 'GravitySection';
|
|
122810
|
+
id: Scalars['ID']['output'];
|
|
122811
|
+
name: Scalars['String']['output'];
|
|
122812
|
+
};
|
|
122461
122813
|
export type GravitySetActionStatusInput = {
|
|
122462
122814
|
actionId: Scalars['String']['input'];
|
|
122463
122815
|
status: GravityActionStatus;
|
|
@@ -122503,6 +122855,16 @@ export type GravityUpdateDraftContentInput = {
|
|
|
122503
122855
|
expectedRevision: Scalars['Int']['input'];
|
|
122504
122856
|
origin?: InputMaybe<GravityDraftOrigin>;
|
|
122505
122857
|
};
|
|
122858
|
+
export type GravityUpdateSectionInput = {
|
|
122859
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
122860
|
+
sectionId: Scalars['ID']['input'];
|
|
122861
|
+
};
|
|
122862
|
+
export type GravityUpdateSectionPayload = Payload & {
|
|
122863
|
+
__typename?: 'GravityUpdateSectionPayload';
|
|
122864
|
+
errors?: Maybe<Array<MutationError>>;
|
|
122865
|
+
section?: Maybe<GravitySection>;
|
|
122866
|
+
success: Scalars['Boolean']['output'];
|
|
122867
|
+
};
|
|
122506
122868
|
export type GravityUpsertActionInput = {
|
|
122507
122869
|
draftId?: InputMaybe<Scalars['String']['input']>;
|
|
122508
122870
|
id?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -128313,13 +128675,17 @@ export type JiraAgentSession = {
|
|
|
128313
128675
|
__typename?: 'JiraAgentSession';
|
|
128314
128676
|
agent?: Maybe<User>;
|
|
128315
128677
|
agentAccountId?: Maybe<Scalars['String']['output']>;
|
|
128678
|
+
agentAri?: Maybe<Scalars['ID']['output']>;
|
|
128316
128679
|
author?: Maybe<User>;
|
|
128317
128680
|
authorAccountId?: Maybe<Scalars['String']['output']>;
|
|
128681
|
+
convoAiAgentId?: Maybe<Scalars['String']['output']>;
|
|
128318
128682
|
endTime?: Maybe<Scalars['DateTime']['output']>;
|
|
128319
128683
|
invocationType?: Maybe<JiraAgentSessionInvocationType>;
|
|
128320
128684
|
isRovo?: Maybe<Scalars['Boolean']['output']>;
|
|
128685
|
+
jcaSessionAri?: Maybe<Scalars['ID']['output']>;
|
|
128321
128686
|
lastStateChangeAt?: Maybe<Scalars['DateTime']['output']>;
|
|
128322
128687
|
lastStateChangedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
128688
|
+
sessionAssociation?: Maybe<AgentSessionAssociation>;
|
|
128323
128689
|
sessionId?: Maybe<Scalars['String']['output']>;
|
|
128324
128690
|
startTime?: Maybe<Scalars['DateTime']['output']>;
|
|
128325
128691
|
state?: Maybe<JiraAgentSessionState>;
|
|
@@ -128353,6 +128719,7 @@ export declare enum JiraAgentSessionInvocationType {
|
|
|
128353
128719
|
IssueManualTrigger = "ISSUE_MANUAL_TRIGGER",
|
|
128354
128720
|
IssueWorkflowAssignment = "ISSUE_WORKFLOW_ASSIGNMENT",
|
|
128355
128721
|
LocalAgentSession = "LOCAL_AGENT_SESSION",
|
|
128722
|
+
LoomVideoToJiraSuggestions = "LOOM_VIDEO_TO_JIRA_SUGGESTIONS",
|
|
128356
128723
|
Unknown = "UNKNOWN"
|
|
128357
128724
|
}
|
|
128358
128725
|
export declare enum JiraAgentSessionPreExecutionStep {
|
|
@@ -129677,6 +130044,7 @@ export type JiraBacklog = {
|
|
|
129677
130044
|
export type JiraBacklogAgentSetupBanner = {
|
|
129678
130045
|
__typename?: 'JiraBacklogAgentSetupBanner';
|
|
129679
130046
|
agentAri?: Maybe<Scalars['ID']['output']>;
|
|
130047
|
+
isEligible?: Maybe<Scalars['Boolean']['output']>;
|
|
129680
130048
|
spaceAri?: Maybe<Scalars['ID']['output']>;
|
|
129681
130049
|
};
|
|
129682
130050
|
export type JiraBacklogApplicationProperty = {
|
|
@@ -130667,7 +131035,9 @@ export type JiraBoardViewCanMoveIssuesBetweenSwimlanesArgs = {
|
|
|
130667
131035
|
export type JiraBoardViewCardOptionsArgs = {
|
|
130668
131036
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
130669
131037
|
enabledOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
131038
|
+
filter?: InputMaybe<JiraBoardViewCardOptionFilter>;
|
|
130670
131039
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
131040
|
+
searchText?: InputMaybe<Scalars['String']['input']>;
|
|
130671
131041
|
};
|
|
130672
131042
|
export type JiraBoardViewColumnsArgs = {
|
|
130673
131043
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -130714,6 +131084,14 @@ export type JiraBoardViewUnmappedStatusesArgs = {
|
|
|
130714
131084
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
130715
131085
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
130716
131086
|
};
|
|
131087
|
+
export type JiraBoardViewAgentCount = {
|
|
131088
|
+
__typename?: 'JiraBoardViewAgentCount';
|
|
131089
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
131090
|
+
};
|
|
131091
|
+
export type JiraBoardViewAgentCountAboveLimit = {
|
|
131092
|
+
__typename?: 'JiraBoardViewAgentCountAboveLimit';
|
|
131093
|
+
limit?: Maybe<Scalars['Int']['output']>;
|
|
131094
|
+
};
|
|
130717
131095
|
export type JiraBoardViewAssigneeColumn = JiraBoardViewColumn & Node & {
|
|
130718
131096
|
__typename?: 'JiraBoardViewAssigneeColumn';
|
|
130719
131097
|
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -130725,6 +131103,7 @@ export type JiraBoardViewCardOption = {
|
|
|
130725
131103
|
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
130726
131104
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
130727
131105
|
id: Scalars['ID']['output'];
|
|
131106
|
+
isRecommended?: Maybe<Scalars['Boolean']['output']>;
|
|
130728
131107
|
};
|
|
130729
131108
|
export type JiraBoardViewCardOptionConnection = {
|
|
130730
131109
|
__typename?: 'JiraBoardViewCardOptionConnection';
|
|
@@ -130737,6 +131116,11 @@ export type JiraBoardViewCardOptionEdge = {
|
|
|
130737
131116
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
130738
131117
|
node?: Maybe<JiraBoardViewCardOption>;
|
|
130739
131118
|
};
|
|
131119
|
+
export declare enum JiraBoardViewCardOptionFilter {
|
|
131120
|
+
All = "ALL",
|
|
131121
|
+
Disabled = "DISABLED",
|
|
131122
|
+
Enabled = "ENABLED"
|
|
131123
|
+
}
|
|
130740
131124
|
export type JiraBoardViewCategoryColumn = JiraBoardViewColumn & Node & {
|
|
130741
131125
|
__typename?: 'JiraBoardViewCategoryColumn';
|
|
130742
131126
|
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -130872,6 +131256,7 @@ export type JiraBoardViewFieldCardOption = JiraBoardViewCardOption & {
|
|
|
130872
131256
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
130873
131257
|
field?: Maybe<JiraField>;
|
|
130874
131258
|
id: Scalars['ID']['output'];
|
|
131259
|
+
isRecommended?: Maybe<Scalars['Boolean']['output']>;
|
|
130875
131260
|
};
|
|
130876
131261
|
export type JiraBoardViewFieldSwimlane = JiraBoardViewCellContainer & JiraBoardViewSwimlane & Node & {
|
|
130877
131262
|
__typename?: 'JiraBoardViewFieldSwimlane';
|
|
@@ -131034,6 +131419,7 @@ export type JiraBoardViewStatusColumn = JiraBoardViewColumn & Node & {
|
|
|
131034
131419
|
canCreateIssue?: Maybe<Scalars['Boolean']['output']>;
|
|
131035
131420
|
canInlineRename?: Maybe<Scalars['Boolean']['output']>;
|
|
131036
131421
|
collapsed?: Maybe<Scalars['Boolean']['output']>;
|
|
131422
|
+
endUserAgents?: Maybe<JiraEndUserAgentConnection>;
|
|
131037
131423
|
id: Scalars['ID']['output'];
|
|
131038
131424
|
mappedStatuses?: Maybe<JiraBoardViewStatusConnection>;
|
|
131039
131425
|
mappedWorkflows?: Maybe<JiraBoardViewWorkflowConnection>;
|
|
@@ -131042,11 +131428,18 @@ export type JiraBoardViewStatusColumn = JiraBoardViewColumn & Node & {
|
|
|
131042
131428
|
name?: Maybe<Scalars['String']['output']>;
|
|
131043
131429
|
simpleTransitions?: Maybe<JiraTransitionConnection>;
|
|
131044
131430
|
statuses?: Maybe<Array<Maybe<JiraStatus>>>;
|
|
131431
|
+
totalAgentCount?: Maybe<JiraBoardViewTotalAgentCount>;
|
|
131045
131432
|
totalIssueCount?: Maybe<Scalars['Int']['output']>;
|
|
131046
131433
|
totalTransitionCount?: Maybe<Scalars['Int']['output']>;
|
|
131047
131434
|
transitionAgents?: Maybe<Array<JiraTransitionAgent>>;
|
|
131048
131435
|
workflows?: Maybe<JiraTransitionConnection>;
|
|
131049
131436
|
};
|
|
131437
|
+
export type JiraBoardViewStatusColumnEndUserAgentsArgs = {
|
|
131438
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
131439
|
+
agentAccountId?: InputMaybe<Scalars['String']['input']>;
|
|
131440
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
131441
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
131442
|
+
};
|
|
131050
131443
|
export type JiraBoardViewStatusColumnMappedStatusesArgs = {
|
|
131051
131444
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
131052
131445
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -131059,6 +131452,9 @@ export type JiraBoardViewStatusColumnSimpleTransitionsArgs = {
|
|
|
131059
131452
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
131060
131453
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
131061
131454
|
};
|
|
131455
|
+
export type JiraBoardViewStatusColumnTotalAgentCountArgs = {
|
|
131456
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
131457
|
+
};
|
|
131062
131458
|
export type JiraBoardViewStatusColumnTotalIssueCountArgs = {
|
|
131063
131459
|
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
131064
131460
|
};
|
|
@@ -131131,9 +131527,11 @@ export type JiraBoardViewSyntheticFieldCardOption = JiraBoardViewCardOption & {
|
|
|
131131
131527
|
canToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
131132
131528
|
enabled?: Maybe<Scalars['Boolean']['output']>;
|
|
131133
131529
|
id: Scalars['ID']['output'];
|
|
131530
|
+
isRecommended?: Maybe<Scalars['Boolean']['output']>;
|
|
131134
131531
|
name?: Maybe<Scalars['String']['output']>;
|
|
131135
131532
|
type?: Maybe<JiraSyntheticFieldCardOptionType>;
|
|
131136
131533
|
};
|
|
131534
|
+
export type JiraBoardViewTotalAgentCount = JiraBoardViewAgentCount | JiraBoardViewAgentCountAboveLimit;
|
|
131137
131535
|
export type JiraBoardViewWorkflow = {
|
|
131138
131536
|
__typename?: 'JiraBoardViewWorkflow';
|
|
131139
131537
|
canEdit?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -131337,6 +131735,21 @@ export type JiraBulkMoveClassificationInput = {
|
|
|
131337
131735
|
sourceClassificationIds: Array<Scalars['ID']['input']>;
|
|
131338
131736
|
targetClassificationId: Scalars['ID']['input'];
|
|
131339
131737
|
};
|
|
131738
|
+
export type JiraBulkMoveDestinationProjectSearch = {
|
|
131739
|
+
searchByText?: InputMaybe<Scalars['String']['input']>;
|
|
131740
|
+
};
|
|
131741
|
+
export type JiraBulkMoveDetails = {
|
|
131742
|
+
__typename?: 'JiraBulkMoveDetails';
|
|
131743
|
+
destinationProjects?: Maybe<JiraProjectConnection>;
|
|
131744
|
+
sourceProjects: Array<JiraBulkMoveSourceProject>;
|
|
131745
|
+
};
|
|
131746
|
+
export type JiraBulkMoveDetailsDestinationProjectsArgs = {
|
|
131747
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
131748
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
131749
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
131750
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
131751
|
+
search?: InputMaybe<JiraBulkMoveDestinationProjectSearch>;
|
|
131752
|
+
};
|
|
131340
131753
|
export type JiraBulkMoveInput = {
|
|
131341
131754
|
inferClassificationDefaults: Scalars['Boolean']['input'];
|
|
131342
131755
|
inferFieldDefaults: Scalars['Boolean']['input'];
|
|
@@ -131351,6 +131764,11 @@ export type JiraBulkMoveInput = {
|
|
|
131351
131764
|
targetProjectId: Scalars['ID']['input'];
|
|
131352
131765
|
targetStatuses?: InputMaybe<Array<JiraBulkMoveStatusInput>>;
|
|
131353
131766
|
};
|
|
131767
|
+
export type JiraBulkMoveIssueTypeCount = {
|
|
131768
|
+
__typename?: 'JiraBulkMoveIssueTypeCount';
|
|
131769
|
+
count: Scalars['Int']['output'];
|
|
131770
|
+
issueType?: Maybe<JiraIssueType>;
|
|
131771
|
+
};
|
|
131354
131772
|
export type JiraBulkMoveMandatoryFieldInput = {
|
|
131355
131773
|
fieldId: Scalars['ID']['input'];
|
|
131356
131774
|
value: JiraBulkMoveMandatoryFieldValueInput;
|
|
@@ -131365,6 +131783,11 @@ export declare enum JiraBulkMoveMandatoryFieldValueType {
|
|
|
131365
131783
|
Adf = "ADF",
|
|
131366
131784
|
Raw = "RAW"
|
|
131367
131785
|
}
|
|
131786
|
+
export type JiraBulkMoveSourceProject = {
|
|
131787
|
+
__typename?: 'JiraBulkMoveSourceProject';
|
|
131788
|
+
issueTypes: Array<JiraBulkMoveIssueTypeCount>;
|
|
131789
|
+
project?: Maybe<JiraProject>;
|
|
131790
|
+
};
|
|
131368
131791
|
export type JiraBulkMoveStatusInput = {
|
|
131369
131792
|
sourceStatusIds: Array<Scalars['ID']['input']>;
|
|
131370
131793
|
targetStatusId: Scalars['ID']['input'];
|
|
@@ -135053,6 +135476,55 @@ export type JiraEnablePlanFeaturePayloadGraphQl = Payload & {
|
|
|
135053
135476
|
plan?: Maybe<JiraPlan>;
|
|
135054
135477
|
success: Scalars['Boolean']['output'];
|
|
135055
135478
|
};
|
|
135479
|
+
export type JiraEndUserAgent = {
|
|
135480
|
+
__typename?: 'JiraEndUserAgent';
|
|
135481
|
+
agent?: Maybe<User>;
|
|
135482
|
+
configurations?: Maybe<JiraEndUserAgentConfigurationConnection>;
|
|
135483
|
+
};
|
|
135484
|
+
export type JiraEndUserAgentConfigurationsArgs = {
|
|
135485
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
135486
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135487
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
135488
|
+
};
|
|
135489
|
+
export type JiraEndUserAgentConfiguration = {
|
|
135490
|
+
__typename?: 'JiraEndUserAgentConfiguration';
|
|
135491
|
+
agent?: Maybe<User>;
|
|
135492
|
+
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
135493
|
+
id: Scalars['ID']['output'];
|
|
135494
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
135495
|
+
owner?: Maybe<User>;
|
|
135496
|
+
projects?: Maybe<JiraProjectConnection>;
|
|
135497
|
+
prompt?: Maybe<Scalars['String']['output']>;
|
|
135498
|
+
statuses?: Maybe<JiraStatusConnection>;
|
|
135499
|
+
};
|
|
135500
|
+
export type JiraEndUserAgentConfigurationProjectsArgs = {
|
|
135501
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
135502
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135503
|
+
};
|
|
135504
|
+
export type JiraEndUserAgentConfigurationStatusesArgs = {
|
|
135505
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
135506
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
135507
|
+
};
|
|
135508
|
+
export type JiraEndUserAgentConfigurationConnection = {
|
|
135509
|
+
__typename?: 'JiraEndUserAgentConfigurationConnection';
|
|
135510
|
+
edges?: Maybe<Array<Maybe<JiraEndUserAgentConfigurationEdge>>>;
|
|
135511
|
+
pageInfo: PageInfo;
|
|
135512
|
+
};
|
|
135513
|
+
export type JiraEndUserAgentConfigurationEdge = {
|
|
135514
|
+
__typename?: 'JiraEndUserAgentConfigurationEdge';
|
|
135515
|
+
cursor: Scalars['String']['output'];
|
|
135516
|
+
node?: Maybe<JiraEndUserAgentConfiguration>;
|
|
135517
|
+
};
|
|
135518
|
+
export type JiraEndUserAgentConnection = {
|
|
135519
|
+
__typename?: 'JiraEndUserAgentConnection';
|
|
135520
|
+
edges?: Maybe<Array<Maybe<JiraEndUserAgentEdge>>>;
|
|
135521
|
+
pageInfo: PageInfo;
|
|
135522
|
+
};
|
|
135523
|
+
export type JiraEndUserAgentEdge = {
|
|
135524
|
+
__typename?: 'JiraEndUserAgentEdge';
|
|
135525
|
+
cursor: Scalars['String']['output'];
|
|
135526
|
+
node?: Maybe<JiraEndUserAgent>;
|
|
135527
|
+
};
|
|
135056
135528
|
export type JiraEntitlementFieldInput = {
|
|
135057
135529
|
entitlement: JiraEntitlementInput;
|
|
135058
135530
|
fieldId: Scalars['ID']['input'];
|
|
@@ -135279,6 +135751,7 @@ export type JiraFavouriteValue = Node & {
|
|
|
135279
135751
|
export type JiraFetchBulkOperationDetailsResponse = {
|
|
135280
135752
|
__typename?: 'JiraFetchBulkOperationDetailsResponse';
|
|
135281
135753
|
bulkEditFields?: Maybe<JiraBulkEditFieldsConnection>;
|
|
135754
|
+
bulkMoveDetails?: Maybe<JiraBulkMoveDetails>;
|
|
135282
135755
|
bulkTransitions?: Maybe<JiraBulkTransitionConnection>;
|
|
135283
135756
|
canBulkInvokeAgentSessions?: Maybe<Scalars['Boolean']['output']>;
|
|
135284
135757
|
mayDisableNotifications?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -141136,6 +141609,14 @@ export type JiraJourneyWorkdayIntegrationTriggerConfigurationInput = {
|
|
|
141136
141609
|
ruleId?: InputMaybe<Scalars['ID']['input']>;
|
|
141137
141610
|
type?: InputMaybe<JiraJourneyTriggerType>;
|
|
141138
141611
|
};
|
|
141612
|
+
export type JiraJqlAgentInvocationTypeFieldValue = JiraJqlFieldValue & {
|
|
141613
|
+
__typename?: 'JiraJqlAgentInvocationTypeFieldValue';
|
|
141614
|
+
displayName: Scalars['String']['output'];
|
|
141615
|
+
encodedJqlTerm?: Maybe<Scalars['String']['output']>;
|
|
141616
|
+
invocationType: JiraAgentSessionInvocationType;
|
|
141617
|
+
isSelected?: Maybe<Scalars['Boolean']['output']>;
|
|
141618
|
+
jqlTerm: Scalars['String']['output'];
|
|
141619
|
+
};
|
|
141139
141620
|
export type JiraJqlAgentStateCategoryFieldValue = JiraJqlFieldValue & {
|
|
141140
141621
|
__typename?: 'JiraJqlAgentStateCategoryFieldValue';
|
|
141141
141622
|
displayName: Scalars['String']['output'];
|
|
@@ -147681,6 +148162,7 @@ export type JiraQueryCfoAnalyticsArgs = {
|
|
|
147681
148162
|
metrics: Array<JiraCfoMetricInput>;
|
|
147682
148163
|
sortInput?: InputMaybe<Array<InputMaybe<JiraCfoSortInput>>>;
|
|
147683
148164
|
startDate: Scalars['DateTime']['input'];
|
|
148165
|
+
timezoneOffset?: InputMaybe<Scalars['String']['input']>;
|
|
147684
148166
|
};
|
|
147685
148167
|
export type JiraQueryCfoConfigsArgs = {
|
|
147686
148168
|
cloudId: Scalars['ID']['input'];
|
|
@@ -147691,6 +148173,7 @@ export type JiraQueryCfoInsightsArgs = {
|
|
|
147691
148173
|
endDate: Scalars['DateTime']['input'];
|
|
147692
148174
|
insightOn?: InputMaybe<Array<InputMaybe<JiraCfoDimensionInput>>>;
|
|
147693
148175
|
startDate: Scalars['DateTime']['input'];
|
|
148176
|
+
timezoneOffset?: InputMaybe<Scalars['String']['input']>;
|
|
147694
148177
|
};
|
|
147695
148178
|
export type JiraQueryCfoRecommendationGroupsArgs = {
|
|
147696
148179
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -149015,6 +149498,7 @@ export type JiraRecentItemsFilter = {
|
|
|
149015
149498
|
export declare enum JiraRecommendationCategory {
|
|
149016
149499
|
Component = "COMPONENT",
|
|
149017
149500
|
CustomField = "CUSTOM_FIELD",
|
|
149501
|
+
DuplicateCustomField = "DUPLICATE_CUSTOM_FIELD",
|
|
149018
149502
|
IssueArchival = "ISSUE_ARCHIVAL",
|
|
149019
149503
|
PermissionGrantScheme = "PERMISSION_GRANT_SCHEME",
|
|
149020
149504
|
PriorityScheme = "PRIORITY_SCHEME",
|
|
@@ -154400,6 +154884,11 @@ export type JiraSuggestedIssueInput = {
|
|
|
154400
154884
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
154401
154885
|
summary?: InputMaybe<Scalars['String']['input']>;
|
|
154402
154886
|
};
|
|
154887
|
+
export type JiraSummaryAgentSetupTile = {
|
|
154888
|
+
__typename?: 'JiraSummaryAgentSetupTile';
|
|
154889
|
+
agentAri?: Maybe<Scalars['ID']['output']>;
|
|
154890
|
+
isEligible?: Maybe<Scalars['Boolean']['output']>;
|
|
154891
|
+
};
|
|
154403
154892
|
export type JiraSupportsUpdatedDependentFields = {
|
|
154404
154893
|
field?: Maybe<JiraIssueField>;
|
|
154405
154894
|
updatedDependentFields?: Maybe<JiraIssueFieldConnection>;
|
|
@@ -161920,6 +162409,20 @@ export type KitsuneCreateSnippetPayload = Payload & {
|
|
|
161920
162409
|
snippet?: Maybe<KitsuneSnippet>;
|
|
161921
162410
|
success: Scalars['Boolean']['output'];
|
|
161922
162411
|
};
|
|
162412
|
+
export type KitsuneCreateSnippetsInput = {
|
|
162413
|
+
insightAri: Scalars['ID']['input'];
|
|
162414
|
+
snippets: Array<KitsuneCreateSnippetsItemInput>;
|
|
162415
|
+
};
|
|
162416
|
+
export type KitsuneCreateSnippetsItemInput = {
|
|
162417
|
+
content: Array<Scalars['String']['input']>;
|
|
162418
|
+
feedbackAri: Scalars['ID']['input'];
|
|
162419
|
+
};
|
|
162420
|
+
export type KitsuneCreateSnippetsPayload = Payload & {
|
|
162421
|
+
__typename?: 'KitsuneCreateSnippetsPayload';
|
|
162422
|
+
errors?: Maybe<Array<MutationError>>;
|
|
162423
|
+
job?: Maybe<KitsuneJob>;
|
|
162424
|
+
success: Scalars['Boolean']['output'];
|
|
162425
|
+
};
|
|
161923
162426
|
export type KitsuneCreateSpaceInput = {
|
|
161924
162427
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
161925
162428
|
name: Scalars['String']['input'];
|
|
@@ -162339,6 +162842,7 @@ export declare enum KitsuneJobStatus {
|
|
|
162339
162842
|
}
|
|
162340
162843
|
export declare enum KitsuneJobType {
|
|
162341
162844
|
BackfillAutoTagging = "BACKFILL_AUTO_TAGGING",
|
|
162845
|
+
CreateSnippets = "CREATE_SNIPPETS",
|
|
162342
162846
|
DeleteFeedback = "DELETE_FEEDBACK",
|
|
162343
162847
|
DeleteSpace = "DELETE_SPACE",
|
|
162344
162848
|
ExportFeedback = "EXPORT_FEEDBACK",
|
|
@@ -162775,6 +163279,7 @@ export type KitsuneSpace = Node & {
|
|
|
162775
163279
|
__typename?: 'KitsuneSpace';
|
|
162776
163280
|
accessLevel: KitsuneSpaceAccessLevel;
|
|
162777
163281
|
accessPrincipals: KitsuneSpaceAccessPrincipalConnection;
|
|
163282
|
+
autopilotEnabled: Scalars['Boolean']['output'];
|
|
162778
163283
|
description?: Maybe<Scalars['String']['output']>;
|
|
162779
163284
|
feedbacks: KitsuneFeedbackConnection;
|
|
162780
163285
|
fields: KitsuneFieldConnection;
|
|
@@ -162989,6 +163494,7 @@ export type KitsuneUpdateSnippetPayload = Payload & {
|
|
|
162989
163494
|
};
|
|
162990
163495
|
export type KitsuneUpdateSpaceInput = {
|
|
162991
163496
|
accessLevel?: InputMaybe<KitsuneSpaceAccessLevel>;
|
|
163497
|
+
autopilotEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
162992
163498
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
162993
163499
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
162994
163500
|
};
|
|
@@ -165959,8 +166465,15 @@ export type MarkCommentsAsReadPayload = {
|
|
|
165959
166465
|
};
|
|
165960
166466
|
export type MarketplaceAgentCapabilities = {
|
|
165961
166467
|
__typename?: 'MarketplaceAgentCapabilities';
|
|
166468
|
+
examplePrompts?: Maybe<Array<Scalars['String']['output']>>;
|
|
166469
|
+
skills?: Maybe<Array<MarketplaceAgentSkill>>;
|
|
165962
166470
|
tools?: Maybe<Array<MarketplaceAgentTool>>;
|
|
165963
166471
|
};
|
|
166472
|
+
export type MarketplaceAgentSkill = {
|
|
166473
|
+
__typename?: 'MarketplaceAgentSkill';
|
|
166474
|
+
description: Scalars['String']['output'];
|
|
166475
|
+
name: Scalars['String']['output'];
|
|
166476
|
+
};
|
|
165964
166477
|
export type MarketplaceAgentTool = {
|
|
165965
166478
|
__typename?: 'MarketplaceAgentTool';
|
|
165966
166479
|
accessType: MarketplaceAgentToolAccessType;
|
|
@@ -165977,6 +166490,7 @@ export type MarketplaceApp = {
|
|
|
165977
166490
|
appKey: Scalars['String']['output'];
|
|
165978
166491
|
categories: Array<MarketplaceAppCategory>;
|
|
165979
166492
|
createdAt: Scalars['DateTime']['output'];
|
|
166493
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
165980
166494
|
distribution?: Maybe<MarketplaceAppDistribution>;
|
|
165981
166495
|
entityStatus: MarketplaceEntityStatus;
|
|
165982
166496
|
forumsUrl?: Maybe<Scalars['URL']['output']>;
|
|
@@ -182101,6 +182615,7 @@ export type Mutation = {
|
|
|
182101
182615
|
agentWorkspace_editShift?: Maybe<AgentWorkspaceEditShiftPayload>;
|
|
182102
182616
|
agentWorkspace_endBreak?: Maybe<AgentWorkspaceAgentAvailability>;
|
|
182103
182617
|
agentWorkspace_restoreSkill?: Maybe<AgentWorkspaceRestoreSkillPayload>;
|
|
182618
|
+
agentWorkspace_saveRoutingSetup?: Maybe<AgentWorkspaceSaveRoutingSetupPayload>;
|
|
182104
182619
|
agentWorkspace_setAvailabilityStatus?: Maybe<AgentWorkspaceAvailabilityStatusPayload>;
|
|
182105
182620
|
agentWorkspace_setCapacityConfiguration?: Maybe<AgentWorkspaceSetCapacityConfigurationPayload>;
|
|
182106
182621
|
agentWorkspace_setDefaultCapacity?: Maybe<AgentWorkspaceSetDefaultCapacityPayload>;
|
|
@@ -182924,6 +183439,7 @@ export type Mutation = {
|
|
|
182924
183439
|
graphStoreV2_createJiraVersionLinksExternalFeatureFlag?: Maybe<GraphStoreV2CreateJiraVersionLinksExternalFeatureFlagPayload>;
|
|
182925
183440
|
graphStoreV2_createJiraWorkItemDismissedKnowledgeBaseEntity?: Maybe<GraphStoreV2CreateJiraWorkItemDismissedKnowledgeBaseEntityPayload>;
|
|
182926
183441
|
graphStoreV2_createJiraWorkItemHasLinkedKnowledgeBaseEntity?: Maybe<GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityPayload>;
|
|
183442
|
+
graphStoreV2_createJiraWorkItemImpactsCompassComponent?: Maybe<GraphStoreV2CreateJiraWorkItemImpactsCompassComponentPayload>;
|
|
182927
183443
|
graphStoreV2_createJiraWorkItemLinksConfluenceWhiteboard?: Maybe<GraphStoreV2CreateJiraWorkItemLinksConfluenceWhiteboardPayload>;
|
|
182928
183444
|
graphStoreV2_createJiraWorkItemLinksExternalVulnerability?: Maybe<GraphStoreV2CreateJiraWorkItemLinksExternalVulnerabilityPayload>;
|
|
182929
183445
|
graphStoreV2_createJiraWorkItemLinksSupportEscalationEntity?: Maybe<GraphStoreV2CreateJiraWorkItemLinksSupportEscalationEntityPayload>;
|
|
@@ -182959,6 +183475,7 @@ export type Mutation = {
|
|
|
182959
183475
|
graphStoreV2_deleteJiraVersionLinksExternalFeatureFlag?: Maybe<GraphStoreV2DeleteJiraVersionLinksExternalFeatureFlagPayload>;
|
|
182960
183476
|
graphStoreV2_deleteJiraWorkItemDismissedKnowledgeBaseEntity?: Maybe<GraphStoreV2DeleteJiraWorkItemDismissedKnowledgeBaseEntityPayload>;
|
|
182961
183477
|
graphStoreV2_deleteJiraWorkItemHasLinkedKnowledgeBaseEntity?: Maybe<GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityPayload>;
|
|
183478
|
+
graphStoreV2_deleteJiraWorkItemImpactsCompassComponent?: Maybe<GraphStoreV2DeleteJiraWorkItemImpactsCompassComponentPayload>;
|
|
182962
183479
|
graphStoreV2_deleteJiraWorkItemLinksConfluenceWhiteboard?: Maybe<GraphStoreV2DeleteJiraWorkItemLinksConfluenceWhiteboardPayload>;
|
|
182963
183480
|
graphStoreV2_deleteJiraWorkItemLinksExternalVulnerability?: Maybe<GraphStoreV2DeleteJiraWorkItemLinksExternalVulnerabilityPayload>;
|
|
182964
183481
|
graphStoreV2_deleteJiraWorkItemLinksSupportEscalationEntity?: Maybe<GraphStoreV2DeleteJiraWorkItemLinksSupportEscalationEntityPayload>;
|
|
@@ -183055,11 +183572,13 @@ export type Mutation = {
|
|
|
183055
183572
|
gravity_applyDraft?: Maybe<GravityDraftPayload>;
|
|
183056
183573
|
gravity_cloneView?: Maybe<JpdView>;
|
|
183057
183574
|
gravity_createDraft?: Maybe<GravityDraftPayload>;
|
|
183575
|
+
gravity_createSection?: Maybe<GravityCreateSectionPayload>;
|
|
183058
183576
|
gravity_createView?: Maybe<JpdView>;
|
|
183059
183577
|
gravity_createViewFromInlinedTemplate?: Maybe<GravityCreateViewFromTemplatePayload>;
|
|
183060
183578
|
gravity_createViewFromTemplate: GravityCreateViewFromTemplatePayload;
|
|
183061
183579
|
gravity_createViewFromUserPrompt?: Maybe<GravityCreateViewFromUserPromptPayload>;
|
|
183062
183580
|
gravity_deleteReaction?: Maybe<GravityDeleteReactionPayload>;
|
|
183581
|
+
gravity_deleteSection?: Maybe<GravityDeleteSectionPayload>;
|
|
183063
183582
|
gravity_deleteView?: Maybe<JpdViewDeleted>;
|
|
183064
183583
|
gravity_discardDraft?: Maybe<GravityDraftPayload>;
|
|
183065
183584
|
gravity_generateViewTemplateFromUserPrompt?: Maybe<GravityGenerateViewTemplateFromUserPromptPayload>;
|
|
@@ -183071,6 +183590,7 @@ export type Mutation = {
|
|
|
183071
183590
|
gravity_updateDeliverySettings?: Maybe<GravityUpdateDeliverySettingsPayload>;
|
|
183072
183591
|
gravity_updateDeliveryTableSort?: Maybe<GravityUpdateDeliverySettingsPayload>;
|
|
183073
183592
|
gravity_updateDraftContent?: Maybe<GravityDraftPayload>;
|
|
183593
|
+
gravity_updateSection?: Maybe<GravityUpdateSectionPayload>;
|
|
183074
183594
|
gravity_updateView?: Maybe<JpdView>;
|
|
183075
183595
|
gravity_upsertAction?: Maybe<GravityActionPayload>;
|
|
183076
183596
|
growthUnifiedProfile_createEntitlementProfile?: Maybe<GrowthUnifiedProfileCreateEntitlementProfileResponse>;
|
|
@@ -183321,6 +183841,7 @@ export type Mutation = {
|
|
|
183321
183841
|
kitsune_createSectionV2?: Maybe<KitsuneSectionPayload>;
|
|
183322
183842
|
kitsune_createSnippet?: Maybe<KitsuneSnippet>;
|
|
183323
183843
|
kitsune_createSnippetV2?: Maybe<KitsuneCreateSnippetPayload>;
|
|
183844
|
+
kitsune_createSnippets?: Maybe<KitsuneCreateSnippetsPayload>;
|
|
183324
183845
|
kitsune_createSpace?: Maybe<KitsuneSpace>;
|
|
183325
183846
|
kitsune_createSpaceV2?: Maybe<KitsuneCreateSpacePayload>;
|
|
183326
183847
|
kitsune_createView?: Maybe<KitsuneView>;
|
|
@@ -184355,6 +184876,9 @@ export type MutationAgentWorkspace_EndBreakArgs = {
|
|
|
184355
184876
|
export type MutationAgentWorkspace_RestoreSkillArgs = {
|
|
184356
184877
|
input: AgentWorkspaceRestoreSkillInput;
|
|
184357
184878
|
};
|
|
184879
|
+
export type MutationAgentWorkspace_SaveRoutingSetupArgs = {
|
|
184880
|
+
input: AgentWorkspaceSaveRoutingSetupInput;
|
|
184881
|
+
};
|
|
184358
184882
|
export type MutationAgentWorkspace_SetAvailabilityStatusArgs = {
|
|
184359
184883
|
input: AgentWorkspaceAvailabilityStatusInput;
|
|
184360
184884
|
};
|
|
@@ -187281,6 +187805,9 @@ export type MutationGraphStoreV2_CreateJiraWorkItemDismissedKnowledgeBaseEntityA
|
|
|
187281
187805
|
export type MutationGraphStoreV2_CreateJiraWorkItemHasLinkedKnowledgeBaseEntityArgs = {
|
|
187282
187806
|
input?: InputMaybe<GraphStoreV2CreateJiraWorkItemHasLinkedKnowledgeBaseEntityInput>;
|
|
187283
187807
|
};
|
|
187808
|
+
export type MutationGraphStoreV2_CreateJiraWorkItemImpactsCompassComponentArgs = {
|
|
187809
|
+
input?: InputMaybe<GraphStoreV2CreateJiraWorkItemImpactsCompassComponentInput>;
|
|
187810
|
+
};
|
|
187284
187811
|
export type MutationGraphStoreV2_CreateJiraWorkItemLinksConfluenceWhiteboardArgs = {
|
|
187285
187812
|
input?: InputMaybe<GraphStoreV2CreateJiraWorkItemLinksConfluenceWhiteboardInput>;
|
|
187286
187813
|
};
|
|
@@ -187386,6 +187913,9 @@ export type MutationGraphStoreV2_DeleteJiraWorkItemDismissedKnowledgeBaseEntityA
|
|
|
187386
187913
|
export type MutationGraphStoreV2_DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityArgs = {
|
|
187387
187914
|
input?: InputMaybe<GraphStoreV2DeleteJiraWorkItemHasLinkedKnowledgeBaseEntityInput>;
|
|
187388
187915
|
};
|
|
187916
|
+
export type MutationGraphStoreV2_DeleteJiraWorkItemImpactsCompassComponentArgs = {
|
|
187917
|
+
input?: InputMaybe<GraphStoreV2DeleteJiraWorkItemImpactsCompassComponentInput>;
|
|
187918
|
+
};
|
|
187389
187919
|
export type MutationGraphStoreV2_DeleteJiraWorkItemLinksConfluenceWhiteboardArgs = {
|
|
187390
187920
|
input?: InputMaybe<GraphStoreV2DeleteJiraWorkItemLinksConfluenceWhiteboardInput>;
|
|
187391
187921
|
};
|
|
@@ -187680,6 +188210,10 @@ export type MutationGravity_CreateDraftArgs = {
|
|
|
187680
188210
|
cloudId: Scalars['ID']['input'];
|
|
187681
188211
|
input: GravityCreateDraftInput;
|
|
187682
188212
|
};
|
|
188213
|
+
export type MutationGravity_CreateSectionArgs = {
|
|
188214
|
+
cloudId: Scalars['ID']['input'];
|
|
188215
|
+
input: GravityCreateSectionInput;
|
|
188216
|
+
};
|
|
187683
188217
|
export type MutationGravity_CreateViewArgs = {
|
|
187684
188218
|
cloudId: Scalars['ID']['input'];
|
|
187685
188219
|
input: JpdCreateViewInput;
|
|
@@ -187700,6 +188234,10 @@ export type MutationGravity_DeleteReactionArgs = {
|
|
|
187700
188234
|
cloudId: Scalars['ID']['input'];
|
|
187701
188235
|
input: GravityDeleteReactionInput;
|
|
187702
188236
|
};
|
|
188237
|
+
export type MutationGravity_DeleteSectionArgs = {
|
|
188238
|
+
cloudId: Scalars['ID']['input'];
|
|
188239
|
+
sectionId: Scalars['ID']['input'];
|
|
188240
|
+
};
|
|
187703
188241
|
export type MutationGravity_DeleteViewArgs = {
|
|
187704
188242
|
cloudId: Scalars['ID']['input'];
|
|
187705
188243
|
viewId: Scalars['ID']['input'];
|
|
@@ -187744,6 +188282,10 @@ export type MutationGravity_UpdateDraftContentArgs = {
|
|
|
187744
188282
|
cloudId: Scalars['ID']['input'];
|
|
187745
188283
|
input: GravityUpdateDraftContentInput;
|
|
187746
188284
|
};
|
|
188285
|
+
export type MutationGravity_UpdateSectionArgs = {
|
|
188286
|
+
cloudId: Scalars['ID']['input'];
|
|
188287
|
+
input: GravityUpdateSectionInput;
|
|
188288
|
+
};
|
|
187747
188289
|
export type MutationGravity_UpdateViewArgs = {
|
|
187748
188290
|
cloudId: Scalars['ID']['input'];
|
|
187749
188291
|
input: JpdUpdateViewInput;
|
|
@@ -188603,6 +189145,9 @@ export type MutationKitsune_CreateSnippetArgs = {
|
|
|
188603
189145
|
export type MutationKitsune_CreateSnippetV2Args = {
|
|
188604
189146
|
input: KitsuneCreateSnippetInput;
|
|
188605
189147
|
};
|
|
189148
|
+
export type MutationKitsune_CreateSnippetsArgs = {
|
|
189149
|
+
input: KitsuneCreateSnippetsInput;
|
|
189150
|
+
};
|
|
188606
189151
|
export type MutationKitsune_CreateSpaceArgs = {
|
|
188607
189152
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
188608
189153
|
name: Scalars['String']['input'];
|
|
@@ -195575,6 +196120,8 @@ export type Query = {
|
|
|
195575
196120
|
graphStoreV2_atlassianUserReportedJiraWorkItemInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserReportedJiraWorkItemInverseConnection>;
|
|
195576
196121
|
graphStoreV2_atlassianUserReportedJsmIncident?: Maybe<GraphStoreV2SimplifiedAtlassianUserReportedJsmIncidentConnection>;
|
|
195577
196122
|
graphStoreV2_atlassianUserReportedJsmIncidentInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserReportedJsmIncidentInverseConnection>;
|
|
196123
|
+
graphStoreV2_atlassianUserRespondsToJiraWorkItem?: Maybe<GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemConnection>;
|
|
196124
|
+
graphStoreV2_atlassianUserRespondsToJiraWorkItemInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserRespondsToJiraWorkItemInverseConnection>;
|
|
195578
196125
|
graphStoreV2_atlassianUserReviewedConfluenceApprovalInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserReviewedConfluenceApprovalInverseConnection>;
|
|
195579
196126
|
graphStoreV2_atlassianUserSnapshottedConfluencePage?: Maybe<GraphStoreV2SimplifiedAtlassianUserSnapshottedConfluencePageConnection>;
|
|
195580
196127
|
graphStoreV2_atlassianUserSnapshottedConfluencePageInverse?: Maybe<GraphStoreV2SimplifiedAtlassianUserSnapshottedConfluencePageInverseConnection>;
|
|
@@ -196185,8 +196732,12 @@ export type Query = {
|
|
|
196185
196732
|
graphStoreV2_jiraWorkItemHasJiraPriorityInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJiraPriorityInverseConnection>;
|
|
196186
196733
|
graphStoreV2_jiraWorkItemHasJiraWorkItemComment?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJiraWorkItemCommentConnection>;
|
|
196187
196734
|
graphStoreV2_jiraWorkItemHasJiraWorkItemCommentInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJiraWorkItemCommentInverseConnection>;
|
|
196735
|
+
graphStoreV2_jiraWorkItemHasJsmIncidentSeverity?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityConnection>;
|
|
196736
|
+
graphStoreV2_jiraWorkItemHasJsmIncidentSeverityInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasJsmIncidentSeverityInverseConnection>;
|
|
196188
196737
|
graphStoreV2_jiraWorkItemHasLinkedKnowledgeBaseEntity?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasLinkedKnowledgeBaseEntityConnection>;
|
|
196189
196738
|
graphStoreV2_jiraWorkItemHasLinkedKnowledgeBaseEntityInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemHasLinkedKnowledgeBaseEntityInverseConnection>;
|
|
196739
|
+
graphStoreV2_jiraWorkItemImpactsCompassComponent?: Maybe<GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentConnection>;
|
|
196740
|
+
graphStoreV2_jiraWorkItemImpactsCompassComponentInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemImpactsCompassComponentInverseConnection>;
|
|
196190
196741
|
graphStoreV2_jiraWorkItemLinksAssetsObject?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksAssetsObjectConnection>;
|
|
196191
196742
|
graphStoreV2_jiraWorkItemLinksAssetsObjectInverse?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksAssetsObjectInverseConnection>;
|
|
196192
196743
|
graphStoreV2_jiraWorkItemLinksConfluenceWhiteboard?: Maybe<GraphStoreV2SimplifiedJiraWorkItemLinksConfluenceWhiteboardConnection>;
|
|
@@ -196412,6 +196963,8 @@ export type Query = {
|
|
|
196412
196963
|
graphStore_atlassianUserOwnsExternalTestStatusInverse?: Maybe<GraphStoreSimplifiedAtlassianUserOwnsExternalTestStatusInverseConnection>;
|
|
196413
196964
|
graphStore_atlassianUserOwnsInferredProject?: Maybe<GraphStoreSimplifiedAtlassianUserOwnsInferredProjectConnection>;
|
|
196414
196965
|
graphStore_atlassianUserOwnsInferredProjectInverse?: Maybe<GraphStoreSimplifiedAtlassianUserOwnsInferredProjectInverseConnection>;
|
|
196966
|
+
graphStore_atlassianUserRespondsToJiraWorkItem?: Maybe<GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemConnection>;
|
|
196967
|
+
graphStore_atlassianUserRespondsToJiraWorkItemInverse?: Maybe<GraphStoreSimplifiedAtlassianUserRespondsToJiraWorkItemInverseConnection>;
|
|
196415
196968
|
graphStore_atlassianUserReviewedConfluenceApprovalInverse?: Maybe<GraphStoreSimplifiedAtlassianUserReviewedConfluenceApprovalInverseConnection>;
|
|
196416
196969
|
graphStore_atlassianUserTriggeredAtlassianAgentSessionInverse?: Maybe<GraphStoreSimplifiedAtlassianUserTriggeredAtlassianAgentSessionInverseConnection>;
|
|
196417
196970
|
graphStore_atlassianUserUpdatedExternalCampaign?: Maybe<GraphStoreSimplifiedAtlassianUserUpdatedExternalCampaignConnection>;
|
|
@@ -196841,6 +197394,8 @@ export type Query = {
|
|
|
196841
197394
|
graphStore_jiraSpaceHasLinkedKnowledgeBaseEntityInverse?: Maybe<GraphStoreSimplifiedJiraSpaceHasLinkedKnowledgeBaseEntityInverseConnection>;
|
|
196842
197395
|
graphStore_jiraWorkItemCommentHasChildComment?: Maybe<GraphStoreSimplifiedJiraWorkItemCommentHasChildCommentConnection>;
|
|
196843
197396
|
graphStore_jiraWorkItemCommentHasChildCommentInverse?: Maybe<GraphStoreSimplifiedJiraWorkItemCommentHasChildCommentInverseConnection>;
|
|
197397
|
+
graphStore_jiraWorkItemHasJsmIncidentSeverity?: Maybe<GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityConnection>;
|
|
197398
|
+
graphStore_jiraWorkItemHasJsmIncidentSeverityInverse?: Maybe<GraphStoreSimplifiedJiraWorkItemHasJsmIncidentSeverityInverseConnection>;
|
|
196844
197399
|
graphStore_jiraWorkItemLinksAssetObject?: Maybe<GraphStoreSimplifiedJiraWorkItemLinksAssetObjectConnection>;
|
|
196845
197400
|
graphStore_jiraWorkItemLinksAssetObjectInverse?: Maybe<GraphStoreSimplifiedJiraWorkItemLinksAssetObjectInverseConnection>;
|
|
196846
197401
|
graphStore_jsmProjectAssociatedService?: Maybe<GraphStoreSimplifiedJsmProjectAssociatedServiceConnection>;
|
|
@@ -197657,6 +198212,7 @@ export type Query = {
|
|
|
197657
198212
|
jira_subtaskCreationFields?: Maybe<JiraIssueCreateFieldsResult>;
|
|
197658
198213
|
jira_subtaskCreationLayout?: Maybe<JiraIssueCreateLayoutResult>;
|
|
197659
198214
|
jira_subtaskCreationLayoutWithML?: Maybe<JiraIssueCreateLayoutResult>;
|
|
198215
|
+
jira_summaryAgentSetupTile?: Maybe<JiraSummaryAgentSetupTile>;
|
|
197660
198216
|
jira_userSegRedirectAdvice?: Maybe<JiraUserSegRedirectAdvice>;
|
|
197661
198217
|
jira_versionsForProjectByKey?: Maybe<JiraVersionConnection>;
|
|
197662
198218
|
jira_view?: Maybe<JiraViewResult>;
|
|
@@ -197748,6 +198304,7 @@ export type Query = {
|
|
|
197748
198304
|
kitsune_snippets?: Maybe<Array<Maybe<KitsuneSnippet>>>;
|
|
197749
198305
|
kitsune_spaces?: Maybe<Array<Maybe<KitsuneSpace>>>;
|
|
197750
198306
|
kitsune_spacesForWorkspace?: Maybe<KitsuneSpaceConnection>;
|
|
198307
|
+
kitsune_starredSpacesForWorkspace?: Maybe<KitsuneSpaceConnection>;
|
|
197751
198308
|
kitsune_suggestInsights?: Maybe<Array<KitsuneInsightSuggestion>>;
|
|
197752
198309
|
kitsune_views?: Maybe<Array<Maybe<KitsuneView>>>;
|
|
197753
198310
|
knowledgeBase?: Maybe<KnowledgeBaseQueryApi>;
|
|
@@ -204832,6 +205389,20 @@ export type QueryGraphStoreV2_AtlassianUserReportedJsmIncidentInverseArgs = {
|
|
|
204832
205389
|
id: Scalars['ID']['input'];
|
|
204833
205390
|
sort?: InputMaybe<GraphStoreV2AtlassianUserReportedJsmIncidentSortInput>;
|
|
204834
205391
|
};
|
|
205392
|
+
export type QueryGraphStoreV2_AtlassianUserRespondsToJiraWorkItemArgs = {
|
|
205393
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
205394
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
205395
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
205396
|
+
id: Scalars['ID']['input'];
|
|
205397
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserRespondsToJiraWorkItemSortInput>;
|
|
205398
|
+
};
|
|
205399
|
+
export type QueryGraphStoreV2_AtlassianUserRespondsToJiraWorkItemInverseArgs = {
|
|
205400
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
205401
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
205402
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
205403
|
+
id: Scalars['ID']['input'];
|
|
205404
|
+
sort?: InputMaybe<GraphStoreV2AtlassianUserRespondsToJiraWorkItemSortInput>;
|
|
205405
|
+
};
|
|
204835
205406
|
export type QueryGraphStoreV2_AtlassianUserReviewedConfluenceApprovalInverseArgs = {
|
|
204836
205407
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
204837
205408
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -209141,6 +209712,20 @@ export type QueryGraphStoreV2_JiraWorkItemHasJiraWorkItemCommentInverseArgs = {
|
|
|
209141
209712
|
id: Scalars['ID']['input'];
|
|
209142
209713
|
sort?: InputMaybe<GraphStoreV2JiraWorkItemHasJiraWorkItemCommentSortInput>;
|
|
209143
209714
|
};
|
|
209715
|
+
export type QueryGraphStoreV2_JiraWorkItemHasJsmIncidentSeverityArgs = {
|
|
209716
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
209717
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
209718
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
209719
|
+
id: Scalars['ID']['input'];
|
|
209720
|
+
sort?: InputMaybe<GraphStoreV2JiraWorkItemHasJsmIncidentSeveritySortInput>;
|
|
209721
|
+
};
|
|
209722
|
+
export type QueryGraphStoreV2_JiraWorkItemHasJsmIncidentSeverityInverseArgs = {
|
|
209723
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
209724
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
209725
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
209726
|
+
id: Scalars['ID']['input'];
|
|
209727
|
+
sort?: InputMaybe<GraphStoreV2JiraWorkItemHasJsmIncidentSeveritySortInput>;
|
|
209728
|
+
};
|
|
209144
209729
|
export type QueryGraphStoreV2_JiraWorkItemHasLinkedKnowledgeBaseEntityArgs = {
|
|
209145
209730
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
209146
209731
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -209155,6 +209740,20 @@ export type QueryGraphStoreV2_JiraWorkItemHasLinkedKnowledgeBaseEntityInverseArg
|
|
|
209155
209740
|
id: Scalars['ID']['input'];
|
|
209156
209741
|
sort?: InputMaybe<GraphStoreV2JiraWorkItemHasLinkedKnowledgeBaseEntitySortInput>;
|
|
209157
209742
|
};
|
|
209743
|
+
export type QueryGraphStoreV2_JiraWorkItemImpactsCompassComponentArgs = {
|
|
209744
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
209745
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
209746
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
209747
|
+
id: Scalars['ID']['input'];
|
|
209748
|
+
sort?: InputMaybe<GraphStoreV2JiraWorkItemImpactsCompassComponentSortInput>;
|
|
209749
|
+
};
|
|
209750
|
+
export type QueryGraphStoreV2_JiraWorkItemImpactsCompassComponentInverseArgs = {
|
|
209751
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
209752
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
209753
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
209754
|
+
id: Scalars['ID']['input'];
|
|
209755
|
+
sort?: InputMaybe<GraphStoreV2JiraWorkItemImpactsCompassComponentSortInput>;
|
|
209756
|
+
};
|
|
209158
209757
|
export type QueryGraphStoreV2_JiraWorkItemLinksAssetsObjectArgs = {
|
|
209159
209758
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
209160
209759
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -210855,6 +211454,22 @@ export type QueryGraphStore_AtlassianUserOwnsInferredProjectInverseArgs = {
|
|
|
210855
211454
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
210856
211455
|
sort?: InputMaybe<GraphStoreAtlassianUserOwnsInferredProjectSortInput>;
|
|
210857
211456
|
};
|
|
211457
|
+
export type QueryGraphStore_AtlassianUserRespondsToJiraWorkItemArgs = {
|
|
211458
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
211459
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
211460
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
211461
|
+
id: Scalars['ID']['input'];
|
|
211462
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
211463
|
+
sort?: InputMaybe<GraphStoreAtlassianUserRespondsToJiraWorkItemSortInput>;
|
|
211464
|
+
};
|
|
211465
|
+
export type QueryGraphStore_AtlassianUserRespondsToJiraWorkItemInverseArgs = {
|
|
211466
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
211467
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
211468
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
211469
|
+
id: Scalars['ID']['input'];
|
|
211470
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
211471
|
+
sort?: InputMaybe<GraphStoreAtlassianUserRespondsToJiraWorkItemSortInput>;
|
|
211472
|
+
};
|
|
210858
211473
|
export type QueryGraphStore_AtlassianUserReviewedConfluenceApprovalInverseArgs = {
|
|
210859
211474
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
210860
211475
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -214157,6 +214772,22 @@ export type QueryGraphStore_JiraWorkItemCommentHasChildCommentInverseArgs = {
|
|
|
214157
214772
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
214158
214773
|
sort?: InputMaybe<GraphStoreJiraWorkItemCommentHasChildCommentSortInput>;
|
|
214159
214774
|
};
|
|
214775
|
+
export type QueryGraphStore_JiraWorkItemHasJsmIncidentSeverityArgs = {
|
|
214776
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
214777
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
214778
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
214779
|
+
id: Scalars['ID']['input'];
|
|
214780
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
214781
|
+
sort?: InputMaybe<GraphStoreJiraWorkItemHasJsmIncidentSeveritySortInput>;
|
|
214782
|
+
};
|
|
214783
|
+
export type QueryGraphStore_JiraWorkItemHasJsmIncidentSeverityInverseArgs = {
|
|
214784
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
214785
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
214786
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
214787
|
+
id: Scalars['ID']['input'];
|
|
214788
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
214789
|
+
sort?: InputMaybe<GraphStoreJiraWorkItemHasJsmIncidentSeveritySortInput>;
|
|
214790
|
+
};
|
|
214160
214791
|
export type QueryGraphStore_JiraWorkItemLinksAssetObjectArgs = {
|
|
214161
214792
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
214162
214793
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -219997,6 +220628,10 @@ export type QueryJira_SubtaskCreationLayoutWithMlArgs = {
|
|
|
219997
220628
|
parentId: JiraParentIdInput;
|
|
219998
220629
|
project?: InputMaybe<JiraProjectInput>;
|
|
219999
220630
|
};
|
|
220631
|
+
export type QueryJira_SummaryAgentSetupTileArgs = {
|
|
220632
|
+
cloudId: Scalars['ID']['input'];
|
|
220633
|
+
spaceKey: Scalars['String']['input'];
|
|
220634
|
+
};
|
|
220000
220635
|
export type QueryJira_UserSegRedirectAdviceArgs = {
|
|
220001
220636
|
accountId: Scalars['ID']['input'];
|
|
220002
220637
|
cloudId: Scalars['ID']['input'];
|
|
@@ -220410,6 +221045,11 @@ export type QueryKitsune_SpacesForWorkspaceArgs = {
|
|
|
220410
221045
|
pagination?: InputMaybe<KitsunePaginationInput>;
|
|
220411
221046
|
workspaceAri: Scalars['ID']['input'];
|
|
220412
221047
|
};
|
|
221048
|
+
export type QueryKitsune_StarredSpacesForWorkspaceArgs = {
|
|
221049
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
221050
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
221051
|
+
workspaceAri: Scalars['ID']['input'];
|
|
221052
|
+
};
|
|
220413
221053
|
export type QueryKitsune_SuggestInsightsArgs = {
|
|
220414
221054
|
embeddingType?: InputMaybe<Scalars['String']['input']>;
|
|
220415
221055
|
input?: InputMaybe<KitsuneSearchInsightsInput>;
|