@forge/cli-shared 8.6.0-next.0-experimental-78c5fee → 8.6.0-next.2
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 +9 -6
- package/out/graphql/graphql-types.d.ts +691 -31
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +58 -31
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +24 -24
- package/package.json +2 -2
|
@@ -2162,7 +2162,10 @@ export declare type AgentAiSummary = {
|
|
|
2162
2162
|
export declare type AgentStudioAction = {
|
|
2163
2163
|
__typename?: 'AgentStudioAction';
|
|
2164
2164
|
actionKey: Scalars['String']['output'];
|
|
2165
|
+
definitionSource?: Maybe<AgentStudioToolDefinitionSource>;
|
|
2165
2166
|
description?: Maybe<Scalars['String']['output']>;
|
|
2167
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
2168
|
+
integrationKey?: Maybe<Scalars['String']['output']>;
|
|
2166
2169
|
name?: Maybe<Scalars['String']['output']>;
|
|
2167
2170
|
tags?: Maybe<Array<Scalars['String']['output']>>;
|
|
2168
2171
|
};
|
|
@@ -2206,6 +2209,7 @@ export declare type AgentStudioAddGroupsToCreatePermissionPayload = Payload & {
|
|
|
2206
2209
|
success: Scalars['Boolean']['output'];
|
|
2207
2210
|
};
|
|
2208
2211
|
export declare type AgentStudioAgent = {
|
|
2212
|
+
authoringTeam?: Maybe<TeamV2>;
|
|
2209
2213
|
connectedChannels?: Maybe<AgentStudioConnectedChannels>;
|
|
2210
2214
|
description?: Maybe<Scalars['String']['output']>;
|
|
2211
2215
|
etag?: Maybe<Scalars['String']['output']>;
|
|
@@ -2266,6 +2270,7 @@ export declare type AgentStudioAgentsConnection = {
|
|
|
2266
2270
|
export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
|
|
2267
2271
|
__typename?: 'AgentStudioAssistant';
|
|
2268
2272
|
actions?: Maybe<AgentStudioActionConfiguration>;
|
|
2273
|
+
authoringTeam?: Maybe<TeamV2>;
|
|
2269
2274
|
behaviour?: Maybe<Scalars['String']['output']>;
|
|
2270
2275
|
connectedChannels?: Maybe<AgentStudioConnectedChannels>;
|
|
2271
2276
|
conversationStarters?: Maybe<Array<Scalars['String']['output']>>;
|
|
@@ -2296,9 +2301,13 @@ export declare type AgentStudioAssistantScenario = AgentStudioScenario & Node &
|
|
|
2296
2301
|
isDefault: Scalars['Boolean']['output'];
|
|
2297
2302
|
isValid: AgentStudioScenarioValidation;
|
|
2298
2303
|
knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
|
|
2304
|
+
mcpServers?: Maybe<Array<Maybe<GraphIntegrationMcpServerNode>>>;
|
|
2299
2305
|
name: Scalars['String']['output'];
|
|
2300
2306
|
tools?: Maybe<Array<AgentStudioTool>>;
|
|
2301
2307
|
};
|
|
2308
|
+
export declare type AgentStudioAuthoringTeamInput = {
|
|
2309
|
+
authoringTeamID?: InputMaybe<Scalars['String']['input']>;
|
|
2310
|
+
};
|
|
2302
2311
|
export declare type AgentStudioChannel = {
|
|
2303
2312
|
connected?: Maybe<Scalars['Boolean']['output']>;
|
|
2304
2313
|
};
|
|
@@ -2326,6 +2335,7 @@ export declare type AgentStudioConversationStarterSuggestions = {
|
|
|
2326
2335
|
export declare type AgentStudioCreateAgentInput = {
|
|
2327
2336
|
actions?: InputMaybe<AgentStudioActionConfigurationInput>;
|
|
2328
2337
|
agentType: AgentStudioAgentType;
|
|
2338
|
+
authoringTeam?: InputMaybe<AgentStudioAuthoringTeamInput>;
|
|
2329
2339
|
behaviour?: InputMaybe<Scalars['String']['input']>;
|
|
2330
2340
|
conversationStarters?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
2331
2341
|
defaultJiraRequestTypeId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -2463,6 +2473,7 @@ export declare type AgentStudioScenario = {
|
|
|
2463
2473
|
isDefault: Scalars['Boolean']['output'];
|
|
2464
2474
|
isValid: AgentStudioScenarioValidation;
|
|
2465
2475
|
knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
|
|
2476
|
+
mcpServers?: Maybe<Array<Maybe<GraphIntegrationMcpServerNode>>>;
|
|
2466
2477
|
name: Scalars['String']['output'];
|
|
2467
2478
|
tools?: Maybe<Array<AgentStudioTool>>;
|
|
2468
2479
|
};
|
|
@@ -2529,6 +2540,7 @@ export declare type AgentStudioScenariosResult = {
|
|
|
2529
2540
|
};
|
|
2530
2541
|
export declare type AgentStudioServiceAgent = AgentStudioAgent & Node & {
|
|
2531
2542
|
__typename?: 'AgentStudioServiceAgent';
|
|
2543
|
+
authoringTeam?: Maybe<TeamV2>;
|
|
2532
2544
|
connectedChannels?: Maybe<AgentStudioConnectedChannels>;
|
|
2533
2545
|
defaultJiraRequestTypeId?: Maybe<Scalars['String']['output']>;
|
|
2534
2546
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -2609,6 +2621,10 @@ export declare type AgentStudioToolEdge = {
|
|
|
2609
2621
|
cursor: Scalars['String']['output'];
|
|
2610
2622
|
node?: Maybe<AgentStudioTool>;
|
|
2611
2623
|
};
|
|
2624
|
+
export declare type AgentStudioToolIdAndSource = {
|
|
2625
|
+
definitionSource: AgentStudioToolDefinitionSource;
|
|
2626
|
+
toolId: Scalars['String']['input'];
|
|
2627
|
+
};
|
|
2612
2628
|
export declare type AgentStudioToolInput = {
|
|
2613
2629
|
definitionId: Scalars['String']['input'];
|
|
2614
2630
|
definitionSource: AgentStudioToolDefinitionSource;
|
|
@@ -2649,6 +2665,7 @@ export declare type AgentStudioUpdateAgentAsFavouritePayload = Payload & {
|
|
|
2649
2665
|
success: Scalars['Boolean']['output'];
|
|
2650
2666
|
};
|
|
2651
2667
|
export declare type AgentStudioUpdateAgentDetailsInput = {
|
|
2668
|
+
authoringTeam?: InputMaybe<AgentStudioAuthoringTeamInput>;
|
|
2652
2669
|
behaviour?: InputMaybe<Scalars['String']['input']>;
|
|
2653
2670
|
creatorId?: InputMaybe<Scalars['ID']['input']>;
|
|
2654
2671
|
defaultJiraRequestTypeId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -9058,10 +9075,14 @@ export declare enum CompassCampaignQuerySortOrder {
|
|
|
9058
9075
|
export declare type CompassCampaignResult = CompassCampaign | QueryError;
|
|
9059
9076
|
export declare type CompassCatalogBootstrap = {
|
|
9060
9077
|
__typename?: 'CompassCatalogBootstrap';
|
|
9078
|
+
componentBootstrap?: Maybe<CompassComponentBootstrapResult>;
|
|
9061
9079
|
id: Scalars['ID']['output'];
|
|
9062
9080
|
source: Scalars['String']['output'];
|
|
9063
9081
|
status: CompassCatalogBootstrapStatus;
|
|
9064
9082
|
};
|
|
9083
|
+
export declare type CompassCatalogBootstrapComponentBootstrapArgs = {
|
|
9084
|
+
componentId: Scalars['ID']['input'];
|
|
9085
|
+
};
|
|
9065
9086
|
export declare type CompassCatalogBootstrapResult = CompassCatalogBootstrap | QueryError;
|
|
9066
9087
|
export declare enum CompassCatalogBootstrapStatus {
|
|
9067
9088
|
Complete = "COMPLETE",
|
|
@@ -9858,6 +9879,18 @@ export declare type CompassComponentApiStatsEndpointChangesConnection = {
|
|
|
9858
9879
|
nodes: Array<CompassComponentApiStatsEndpointChange>;
|
|
9859
9880
|
pageInfo: PageInfo;
|
|
9860
9881
|
};
|
|
9882
|
+
export declare type CompassComponentBootstrap = {
|
|
9883
|
+
__typename?: 'CompassComponentBootstrap';
|
|
9884
|
+
id: Scalars['ID']['output'];
|
|
9885
|
+
source: Scalars['String']['output'];
|
|
9886
|
+
status: CompassComponentBootstrapStatus;
|
|
9887
|
+
};
|
|
9888
|
+
export declare type CompassComponentBootstrapResult = CompassComponentBootstrap | QueryError;
|
|
9889
|
+
export declare enum CompassComponentBootstrapStatus {
|
|
9890
|
+
Complete = "COMPLETE",
|
|
9891
|
+
Error = "ERROR",
|
|
9892
|
+
Pending = "PENDING"
|
|
9893
|
+
}
|
|
9861
9894
|
export declare type CompassComponentCreationTimeFilter = {
|
|
9862
9895
|
__typename?: 'CompassComponentCreationTimeFilter';
|
|
9863
9896
|
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -14327,12 +14360,84 @@ export declare type ConfluenceBulkPdfExportContent = {
|
|
|
14327
14360
|
contentId: Scalars['ID']['input'];
|
|
14328
14361
|
excludedChildrenIds?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
14329
14362
|
};
|
|
14363
|
+
export declare type ConfluenceCalendar = {
|
|
14364
|
+
__typename?: 'ConfluenceCalendar';
|
|
14365
|
+
childCalendarIds?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
14366
|
+
childCalendars?: Maybe<ConfluenceCalendarConnection>;
|
|
14367
|
+
color?: Maybe<Scalars['String']['output']>;
|
|
14368
|
+
creator?: Maybe<Scalars['String']['output']>;
|
|
14369
|
+
customEventTypes: Array<Maybe<ConfluenceCalendarCustomEventType>>;
|
|
14370
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
14371
|
+
disableEventTypes: Array<Maybe<Scalars['String']['output']>>;
|
|
14372
|
+
eventTypeReminders: Array<Maybe<ConfluenceCalendarEventTypeReminder>>;
|
|
14373
|
+
groupsPermittedToEdit: Array<Maybe<Group>>;
|
|
14374
|
+
groupsPermittedToView: Array<Maybe<Group>>;
|
|
14375
|
+
id: Scalars['ID']['output'];
|
|
14376
|
+
jiraProperties?: Maybe<ConfluenceCalendarJiraProperties>;
|
|
14377
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
14378
|
+
parentId?: Maybe<Scalars['ID']['output']>;
|
|
14379
|
+
remindMe?: Maybe<Scalars['Boolean']['output']>;
|
|
14380
|
+
restriction?: Maybe<ConfluenceCalendarRestriction>;
|
|
14381
|
+
sourceLocation?: Maybe<Scalars['String']['output']>;
|
|
14382
|
+
spaceKey?: Maybe<Scalars['String']['output']>;
|
|
14383
|
+
spaceName?: Maybe<Scalars['String']['output']>;
|
|
14384
|
+
subscriptionInfo?: Maybe<ConfluenceCalendarSubscriptionInfo>;
|
|
14385
|
+
subscriptionType?: Maybe<Scalars['String']['output']>;
|
|
14386
|
+
timeZoneId?: Maybe<Scalars['String']['output']>;
|
|
14387
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
14388
|
+
userIdsPermittedToEdit: Array<Maybe<Scalars['String']['output']>>;
|
|
14389
|
+
userIdsPermittedToView: Array<Maybe<Scalars['String']['output']>>;
|
|
14390
|
+
usersPermittedToEdit?: Maybe<Array<Maybe<Person>>>;
|
|
14391
|
+
usersPermittedToView?: Maybe<Array<Maybe<Person>>>;
|
|
14392
|
+
warnings?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
14393
|
+
};
|
|
14394
|
+
export declare type ConfluenceCalendarConnection = {
|
|
14395
|
+
__typename?: 'ConfluenceCalendarConnection';
|
|
14396
|
+
count?: Maybe<Scalars['Int']['output']>;
|
|
14397
|
+
edges?: Maybe<Array<Maybe<ConfluenceCalendarEdge>>>;
|
|
14398
|
+
links?: Maybe<LinksContextBase>;
|
|
14399
|
+
nodes?: Maybe<Array<Maybe<ConfluenceCalendar>>>;
|
|
14400
|
+
pageInfo?: Maybe<PageInfo>;
|
|
14401
|
+
};
|
|
14402
|
+
export declare type ConfluenceCalendarCustomEventType = {
|
|
14403
|
+
__typename?: 'ConfluenceCalendarCustomEventType';
|
|
14404
|
+
calendarId?: Maybe<Scalars['ID']['output']>;
|
|
14405
|
+
created?: Maybe<Scalars['String']['output']>;
|
|
14406
|
+
icon?: Maybe<Scalars['String']['output']>;
|
|
14407
|
+
id: Scalars['ID']['output'];
|
|
14408
|
+
periodInMins: Scalars['Int']['output'];
|
|
14409
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
14410
|
+
};
|
|
14411
|
+
export declare type ConfluenceCalendarEdge = {
|
|
14412
|
+
__typename?: 'ConfluenceCalendarEdge';
|
|
14413
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
14414
|
+
node?: Maybe<ConfluenceCalendar>;
|
|
14415
|
+
};
|
|
14416
|
+
export declare type ConfluenceCalendarEventTypeReminder = {
|
|
14417
|
+
__typename?: 'ConfluenceCalendarEventTypeReminder';
|
|
14418
|
+
customEventType: Scalars['Boolean']['output'];
|
|
14419
|
+
id: Scalars['ID']['output'];
|
|
14420
|
+
isCustomEventType: Scalars['Boolean']['output'];
|
|
14421
|
+
periodInMins: Scalars['Int']['output'];
|
|
14422
|
+
};
|
|
14330
14423
|
export declare type ConfluenceCalendarJiraDateField = {
|
|
14331
14424
|
__typename?: 'ConfluenceCalendarJiraDateField';
|
|
14332
14425
|
isCustomField: Scalars['Boolean']['output'];
|
|
14333
14426
|
key: Scalars['String']['output'];
|
|
14334
14427
|
name: Scalars['String']['output'];
|
|
14335
14428
|
};
|
|
14429
|
+
export declare type ConfluenceCalendarJiraProperties = {
|
|
14430
|
+
__typename?: 'ConfluenceCalendarJiraProperties';
|
|
14431
|
+
applicationId?: Maybe<Scalars['ID']['output']>;
|
|
14432
|
+
applicationName?: Maybe<Scalars['String']['output']>;
|
|
14433
|
+
dateFieldNames: Array<Maybe<Scalars['String']['output']>>;
|
|
14434
|
+
durations: Array<Maybe<ConfluenceJiraCalendarDuration>>;
|
|
14435
|
+
jql?: Maybe<Scalars['String']['output']>;
|
|
14436
|
+
projectKey?: Maybe<Scalars['String']['output']>;
|
|
14437
|
+
projectName?: Maybe<Scalars['String']['output']>;
|
|
14438
|
+
searchFilterId?: Maybe<Scalars['Long']['output']>;
|
|
14439
|
+
searchFilterName?: Maybe<Scalars['String']['output']>;
|
|
14440
|
+
};
|
|
14336
14441
|
export declare type ConfluenceCalendarJqlValidationResult = {
|
|
14337
14442
|
__typename?: 'ConfluenceCalendarJqlValidationResult';
|
|
14338
14443
|
errorMessages?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -14355,6 +14460,21 @@ export declare type ConfluenceCalendarPreference = {
|
|
|
14355
14460
|
view: Scalars['String']['output'];
|
|
14356
14461
|
watchedSubCalendars?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
|
|
14357
14462
|
};
|
|
14463
|
+
export declare type ConfluenceCalendarRestriction = {
|
|
14464
|
+
__typename?: 'ConfluenceCalendarRestriction';
|
|
14465
|
+
administrable: Scalars['Boolean']['output'];
|
|
14466
|
+
deletable: Scalars['Boolean']['output'];
|
|
14467
|
+
editable: Scalars['Boolean']['output'];
|
|
14468
|
+
eventsEditable: Scalars['Boolean']['output'];
|
|
14469
|
+
eventsHidden: Scalars['Boolean']['output'];
|
|
14470
|
+
eventsViewable: Scalars['Boolean']['output'];
|
|
14471
|
+
reloadable: Scalars['Boolean']['output'];
|
|
14472
|
+
};
|
|
14473
|
+
export declare type ConfluenceCalendarSubscriptionInfo = {
|
|
14474
|
+
__typename?: 'ConfluenceCalendarSubscriptionInfo';
|
|
14475
|
+
subscribedByCurrentUser: Scalars['Boolean']['output'];
|
|
14476
|
+
subscriberCount?: Maybe<Scalars['Int']['output']>;
|
|
14477
|
+
};
|
|
14358
14478
|
export declare type ConfluenceCalendarTimeZone = {
|
|
14359
14479
|
__typename?: 'ConfluenceCalendarTimeZone';
|
|
14360
14480
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -15761,6 +15881,11 @@ export declare type ConfluenceInviteUserPayload = {
|
|
|
15761
15881
|
errors?: Maybe<Array<MutationError>>;
|
|
15762
15882
|
success: Scalars['Boolean']['output'];
|
|
15763
15883
|
};
|
|
15884
|
+
export declare type ConfluenceJiraCalendarDuration = {
|
|
15885
|
+
__typename?: 'ConfluenceJiraCalendarDuration';
|
|
15886
|
+
endDateFieldName?: Maybe<Scalars['String']['output']>;
|
|
15887
|
+
startDateFieldName?: Maybe<Scalars['String']['output']>;
|
|
15888
|
+
};
|
|
15764
15889
|
export declare type ConfluenceJiraMacroAppLinksScanningStatus = {
|
|
15765
15890
|
__typename?: 'ConfluenceJiraMacroAppLinksScanningStatus';
|
|
15766
15891
|
additionalMessage?: Maybe<Scalars['String']['output']>;
|
|
@@ -16206,31 +16331,12 @@ export declare type ConfluenceNbmBulkUpdateVerificationEntryPayload = Payload &
|
|
|
16206
16331
|
errors?: Maybe<Array<MutationError>>;
|
|
16207
16332
|
success: Scalars['Boolean']['output'];
|
|
16208
16333
|
};
|
|
16209
|
-
export declare type ConfluenceNbmCategory = {
|
|
16210
|
-
__typename?: 'ConfluenceNbmCategory';
|
|
16211
|
-
details?: Maybe<Array<Maybe<ConfluenceNbmCategoryDetail>>>;
|
|
16212
|
-
totalChains?: Maybe<Scalars['Long']['output']>;
|
|
16213
|
-
totalPages?: Maybe<Scalars['Long']['output']>;
|
|
16214
|
-
totalSpaces?: Maybe<Scalars['Long']['output']>;
|
|
16215
|
-
type: ConfluenceNbmCategoryTypes;
|
|
16216
|
-
};
|
|
16217
|
-
export declare type ConfluenceNbmCategoryDetail = {
|
|
16218
|
-
__typename?: 'ConfluenceNbmCategoryDetail';
|
|
16219
|
-
chainType?: Maybe<Scalars['String']['output']>;
|
|
16220
|
-
count?: Maybe<Scalars['Long']['output']>;
|
|
16221
|
-
pages?: Maybe<Array<Maybe<ConfluenceNbmPageReference>>>;
|
|
16222
|
-
};
|
|
16223
16334
|
export declare enum ConfluenceNbmCategoryTypes {
|
|
16224
16335
|
NotSupported = "NOT_SUPPORTED",
|
|
16225
16336
|
Supported = "SUPPORTED",
|
|
16226
16337
|
SupportedWithMitigation = "SUPPORTED_WITH_MITIGATION",
|
|
16227
16338
|
Unknown = "UNKNOWN",
|
|
16228
|
-
|
|
16229
|
-
Unverified = "UNVERIFIED",
|
|
16230
|
-
UnverifiedNbm = "UNVERIFIED_NBM",
|
|
16231
|
-
VerifiedNotSupported = "VERIFIED_NOT_SUPPORTED",
|
|
16232
|
-
VerifiedSupported = "VERIFIED_SUPPORTED",
|
|
16233
|
-
VerifiedSupportedWithTransformations = "VERIFIED_SUPPORTED_WITH_TRANSFORMATIONS"
|
|
16339
|
+
Unverified = "UNVERIFIED"
|
|
16234
16340
|
}
|
|
16235
16341
|
export declare type ConfluenceNbmPageInfo = {
|
|
16236
16342
|
__typename?: 'ConfluenceNbmPageInfo';
|
|
@@ -16240,13 +16346,22 @@ export declare type ConfluenceNbmPageInfo = {
|
|
|
16240
16346
|
startCursor?: Maybe<Scalars['String']['output']>;
|
|
16241
16347
|
totalPages: Scalars['Int']['output'];
|
|
16242
16348
|
};
|
|
16243
|
-
export declare type
|
|
16244
|
-
|
|
16245
|
-
|
|
16349
|
+
export declare type ConfluenceNbmRetryScanLongTaskInput = {
|
|
16350
|
+
scanId: Scalars['ID']['input'];
|
|
16351
|
+
};
|
|
16352
|
+
export declare type ConfluenceNbmRetryScanLongTaskPayload = {
|
|
16353
|
+
__typename?: 'ConfluenceNbmRetryScanLongTaskPayload';
|
|
16354
|
+
errors?: Maybe<Array<MutationError>>;
|
|
16355
|
+
scanId: Scalars['String']['output'];
|
|
16356
|
+
success: Scalars['Boolean']['output'];
|
|
16357
|
+
taskId: Scalars['String']['output'];
|
|
16246
16358
|
};
|
|
16247
|
-
export declare type
|
|
16248
|
-
__typename?: '
|
|
16249
|
-
|
|
16359
|
+
export declare type ConfluenceNbmScanCategory = {
|
|
16360
|
+
__typename?: 'ConfluenceNbmScanCategory';
|
|
16361
|
+
totalChains?: Maybe<Scalars['Long']['output']>;
|
|
16362
|
+
totalPages?: Maybe<Scalars['Long']['output']>;
|
|
16363
|
+
totalSpaces?: Maybe<Scalars['Long']['output']>;
|
|
16364
|
+
type: ConfluenceNbmCategoryTypes;
|
|
16250
16365
|
};
|
|
16251
16366
|
export declare type ConfluenceNbmScanConnection = {
|
|
16252
16367
|
__typename?: 'ConfluenceNbmScanConnection';
|
|
@@ -16261,9 +16376,8 @@ export declare type ConfluenceNbmScanEdge = {
|
|
|
16261
16376
|
};
|
|
16262
16377
|
export declare type ConfluenceNbmScanResult = {
|
|
16263
16378
|
__typename?: 'ConfluenceNbmScanResult';
|
|
16264
|
-
categories?: Maybe<Array<Maybe<
|
|
16379
|
+
categories?: Maybe<Array<Maybe<ConfluenceNbmScanCategory>>>;
|
|
16265
16380
|
id: Scalars['ID']['output'];
|
|
16266
|
-
resultFile?: Maybe<ConfluenceNbmResultFile>;
|
|
16267
16381
|
status: ConfluenceNbmScanStatus;
|
|
16268
16382
|
totalChains?: Maybe<Scalars['Long']['output']>;
|
|
16269
16383
|
totalPages?: Maybe<Scalars['Long']['output']>;
|
|
@@ -16284,6 +16398,7 @@ export declare type ConfluenceNbmScanSummary = {
|
|
|
16284
16398
|
id: Scalars['ID']['output'];
|
|
16285
16399
|
startTime?: Maybe<Scalars['String']['output']>;
|
|
16286
16400
|
status?: Maybe<ConfluenceNbmScanStatus>;
|
|
16401
|
+
taskId?: Maybe<Scalars['ID']['output']>;
|
|
16287
16402
|
totalNBMChains?: Maybe<Scalars['Int']['output']>;
|
|
16288
16403
|
totalPages?: Maybe<Scalars['Int']['output']>;
|
|
16289
16404
|
totalSpaces?: Maybe<Scalars['Int']['output']>;
|
|
@@ -16331,11 +16446,19 @@ export declare type ConfluenceNbmVerificationResultConnection = {
|
|
|
16331
16446
|
nodes?: Maybe<Array<Maybe<ConfluenceNbmVerificationEntry>>>;
|
|
16332
16447
|
pageInfo: ConfluencePageInfo;
|
|
16333
16448
|
};
|
|
16449
|
+
export declare enum ConfluenceNbmVerificationResultDirection {
|
|
16450
|
+
Asc = "ASC",
|
|
16451
|
+
Desc = "DESC"
|
|
16452
|
+
}
|
|
16334
16453
|
export declare type ConfluenceNbmVerificationResultEdge = {
|
|
16335
16454
|
__typename?: 'ConfluenceNbmVerificationResultEdge';
|
|
16336
16455
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
16337
16456
|
node?: Maybe<ConfluenceNbmVerificationEntry>;
|
|
16338
16457
|
};
|
|
16458
|
+
export declare enum ConfluenceNbmVerificationResultOrder {
|
|
16459
|
+
AiState = "AI_STATE",
|
|
16460
|
+
ManualState = "MANUAL_STATE"
|
|
16461
|
+
}
|
|
16339
16462
|
export declare type ConfluenceNewCodeMacro = {
|
|
16340
16463
|
__typename?: 'ConfluenceNewCodeMacro';
|
|
16341
16464
|
languages?: Maybe<Array<Maybe<ConfluenceNewCodeMacroLanguage>>>;
|
|
@@ -16777,6 +16900,7 @@ export declare type ConfluenceQuestion = {
|
|
|
16777
16900
|
body?: Maybe<ConfluenceBodies>;
|
|
16778
16901
|
comments?: Maybe<ConfluenceCommentConnection>;
|
|
16779
16902
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
16903
|
+
hasAcceptedAnswer?: Maybe<Scalars['Boolean']['output']>;
|
|
16780
16904
|
id: Scalars['ID']['output'];
|
|
16781
16905
|
labels?: Maybe<Array<Maybe<ConfluenceLabel>>>;
|
|
16782
16906
|
latestVersion?: Maybe<ConfluenceContentVersion>;
|
|
@@ -17202,6 +17326,11 @@ export declare enum ConfluenceSpaceOwnerType {
|
|
|
17202
17326
|
Group = "GROUP",
|
|
17203
17327
|
User = "USER"
|
|
17204
17328
|
}
|
|
17329
|
+
export declare type ConfluenceSpaceRecommendations = {
|
|
17330
|
+
__typename?: 'ConfluenceSpaceRecommendations';
|
|
17331
|
+
active?: Maybe<Array<Maybe<Space>>>;
|
|
17332
|
+
starred?: Maybe<Array<Maybe<Space>>>;
|
|
17333
|
+
};
|
|
17205
17334
|
export declare type ConfluenceSpaceRoleAppPrincipal = SpaceRolePrincipal & {
|
|
17206
17335
|
__typename?: 'ConfluenceSpaceRoleAppPrincipal';
|
|
17207
17336
|
displayName: Scalars['String']['output'];
|
|
@@ -21108,6 +21237,7 @@ export declare type CreateJiraPlaybookInput = {
|
|
|
21108
21237
|
scopeType: JiraPlaybookScopeType;
|
|
21109
21238
|
state?: InputMaybe<JiraPlaybookStateField>;
|
|
21110
21239
|
steps: Array<CreateJiraPlaybookStepInput>;
|
|
21240
|
+
templateId?: InputMaybe<Scalars['String']['input']>;
|
|
21111
21241
|
};
|
|
21112
21242
|
export declare type CreateJiraPlaybookLabelInput = {
|
|
21113
21243
|
cloudId: Scalars['ID']['input'];
|
|
@@ -21130,6 +21260,7 @@ export declare type CreateJiraPlaybookPayload = Payload & {
|
|
|
21130
21260
|
success: Scalars['Boolean']['output'];
|
|
21131
21261
|
};
|
|
21132
21262
|
export declare type CreateJiraPlaybookStepInput = {
|
|
21263
|
+
automationTemplateId?: InputMaybe<Scalars['String']['input']>;
|
|
21133
21264
|
description?: InputMaybe<Scalars['JSON']['input']>;
|
|
21134
21265
|
name: Scalars['String']['input'];
|
|
21135
21266
|
ruleId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -24337,6 +24468,7 @@ export declare type DevAiRovoDevCreateSessionByCloudIdInput = {
|
|
|
24337
24468
|
options?: InputMaybe<DevAiRovoDevCreateSessionOptionsInput>;
|
|
24338
24469
|
promptAdf?: InputMaybe<Scalars['JSON']['input']>;
|
|
24339
24470
|
repository: DevAiRovoDevRepositoryInput;
|
|
24471
|
+
useCase?: InputMaybe<Scalars['String']['input']>;
|
|
24340
24472
|
};
|
|
24341
24473
|
export declare type DevAiRovoDevCreateSessionInput = {
|
|
24342
24474
|
links?: InputMaybe<Array<DevAiRovoDevSessionLinkInput>>;
|
|
@@ -25334,6 +25466,11 @@ export declare type DevOpsMetricsIssueMetricsEdge = {
|
|
|
25334
25466
|
cursor: Scalars['String']['output'];
|
|
25335
25467
|
node?: Maybe<DevOpsMetricsIssueMetrics>;
|
|
25336
25468
|
};
|
|
25469
|
+
export declare type DevOpsMetricsPrCycleTimeSuggestion = DevOpsMetricsCycleTimeInsight & {
|
|
25470
|
+
__typename?: 'DevOpsMetricsPRCycleTimeSuggestion';
|
|
25471
|
+
id: Scalars['String']['output'];
|
|
25472
|
+
type: Scalars['String']['output'];
|
|
25473
|
+
};
|
|
25337
25474
|
export declare type DevOpsMetricsPerDeploymentMetricsConnection = {
|
|
25338
25475
|
__typename?: 'DevOpsMetricsPerDeploymentMetricsConnection';
|
|
25339
25476
|
edges?: Maybe<Array<Maybe<DevOpsMetricsDeploymentMetricsEdge>>>;
|
|
@@ -30719,6 +30856,56 @@ export declare type GraphIncidentLinkedJswIssueRelationshipEdge = {
|
|
|
30719
30856
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
30720
30857
|
node: GraphIncidentLinkedJswIssueRelationship;
|
|
30721
30858
|
};
|
|
30859
|
+
export declare type GraphIntegrationAddTwgCapabilityContainerInput = {
|
|
30860
|
+
contextAri: Scalars['ID']['input'];
|
|
30861
|
+
productAri: Scalars['ID']['input'];
|
|
30862
|
+
};
|
|
30863
|
+
export declare type GraphIntegrationAddTwgCapabilityContainerPayload = Payload & {
|
|
30864
|
+
__typename?: 'GraphIntegrationAddTwgCapabilityContainerPayload';
|
|
30865
|
+
errors?: Maybe<Array<MutationError>>;
|
|
30866
|
+
success: Scalars['Boolean']['output'];
|
|
30867
|
+
};
|
|
30868
|
+
export declare type GraphIntegrationConsentInput = {
|
|
30869
|
+
agreement: Scalars['String']['input'];
|
|
30870
|
+
formUrlReferer: Scalars['String']['input'];
|
|
30871
|
+
source: Scalars['String']['input'];
|
|
30872
|
+
};
|
|
30873
|
+
export declare type GraphIntegrationCreateConnectionPayload = Payload & {
|
|
30874
|
+
__typename?: 'GraphIntegrationCreateConnectionPayload';
|
|
30875
|
+
connectionId?: Maybe<Scalars['ID']['output']>;
|
|
30876
|
+
errors?: Maybe<Array<MutationError>>;
|
|
30877
|
+
success: Scalars['Boolean']['output'];
|
|
30878
|
+
};
|
|
30879
|
+
export declare type GraphIntegrationCreateDataConnectorConnectionInput = {
|
|
30880
|
+
connectorKey: Scalars['String']['input'];
|
|
30881
|
+
connectorProviderKey: Scalars['String']['input'];
|
|
30882
|
+
connectorProviderPayload: Scalars['JSON']['input'];
|
|
30883
|
+
consent: GraphIntegrationConsentInput;
|
|
30884
|
+
contextAri: Scalars['ID']['input'];
|
|
30885
|
+
productAri: Scalars['ID']['input'];
|
|
30886
|
+
};
|
|
30887
|
+
export declare type GraphIntegrationDataConnector = {
|
|
30888
|
+
__typename?: 'GraphIntegrationDataConnector';
|
|
30889
|
+
connectorKey: Scalars['String']['output'];
|
|
30890
|
+
connectorProviderKey: Scalars['String']['output'];
|
|
30891
|
+
};
|
|
30892
|
+
export declare type GraphIntegrationDataConnectorConnection = {
|
|
30893
|
+
__typename?: 'GraphIntegrationDataConnectorConnection';
|
|
30894
|
+
connectorProviderPayload?: Maybe<Scalars['JSON']['output']>;
|
|
30895
|
+
id: Scalars['ID']['output'];
|
|
30896
|
+
name: Scalars['String']['output'];
|
|
30897
|
+
};
|
|
30898
|
+
export declare type GraphIntegrationDeleteConnectionPayload = Payload & {
|
|
30899
|
+
__typename?: 'GraphIntegrationDeleteConnectionPayload';
|
|
30900
|
+
errors?: Maybe<Array<MutationError>>;
|
|
30901
|
+
success: Scalars['Boolean']['output'];
|
|
30902
|
+
};
|
|
30903
|
+
export declare type GraphIntegrationDeleteDataConnectorConnectionInput = {
|
|
30904
|
+
connectionId: Scalars['ID']['input'];
|
|
30905
|
+
connectorKey: Scalars['String']['input'];
|
|
30906
|
+
connectorProviderKey: Scalars['String']['input'];
|
|
30907
|
+
contextAri: Scalars['ID']['input'];
|
|
30908
|
+
};
|
|
30722
30909
|
export declare type GraphIntegrationDirectoryFilterDimension = {
|
|
30723
30910
|
__typename?: 'GraphIntegrationDirectoryFilterDimension';
|
|
30724
30911
|
displayName: Scalars['String']['output'];
|
|
@@ -30888,6 +31075,12 @@ export declare type GraphIntegrationMcpServer = {
|
|
|
30888
31075
|
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
30889
31076
|
id: Scalars['ID']['output'];
|
|
30890
31077
|
};
|
|
31078
|
+
export declare type GraphIntegrationMcpServerNode = Node & {
|
|
31079
|
+
__typename?: 'GraphIntegrationMcpServerNode';
|
|
31080
|
+
displayName: Scalars['String']['output'];
|
|
31081
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
31082
|
+
id: Scalars['ID']['output'];
|
|
31083
|
+
};
|
|
30891
31084
|
export declare type GraphIntegrationMcpTool = {
|
|
30892
31085
|
__typename?: 'GraphIntegrationMcpTool';
|
|
30893
31086
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -30898,10 +31091,60 @@ export declare type GraphIntegrationMcpTool = {
|
|
|
30898
31091
|
name: Scalars['String']['output'];
|
|
30899
31092
|
status?: Maybe<GraphIntegrationStatus>;
|
|
30900
31093
|
};
|
|
31094
|
+
export declare type GraphIntegrationRemoveTwgCapabilityContainerInput = {
|
|
31095
|
+
contextAri: Scalars['ID']['input'];
|
|
31096
|
+
productAri: Scalars['ID']['input'];
|
|
31097
|
+
};
|
|
31098
|
+
export declare type GraphIntegrationRemoveTwgCapabilityContainerPayload = Payload & {
|
|
31099
|
+
__typename?: 'GraphIntegrationRemoveTwgCapabilityContainerPayload';
|
|
31100
|
+
errors?: Maybe<Array<MutationError>>;
|
|
31101
|
+
success: Scalars['Boolean']['output'];
|
|
31102
|
+
};
|
|
30901
31103
|
export declare enum GraphIntegrationStatus {
|
|
30902
31104
|
Disabled = "DISABLED",
|
|
30903
31105
|
Enabled = "ENABLED"
|
|
30904
31106
|
}
|
|
31107
|
+
export declare type GraphIntegrationTwgCapabilityContainer = {
|
|
31108
|
+
__typename?: 'GraphIntegrationTwgCapabilityContainer';
|
|
31109
|
+
connections: Array<GraphIntegrationDataConnectorConnection>;
|
|
31110
|
+
contextAri: Scalars['ID']['output'];
|
|
31111
|
+
dataConnectors: Array<GraphIntegrationDataConnector>;
|
|
31112
|
+
description: Scalars['String']['output'];
|
|
31113
|
+
icon: Scalars['String']['output'];
|
|
31114
|
+
name: Scalars['String']['output'];
|
|
31115
|
+
productAri: Scalars['ID']['output'];
|
|
31116
|
+
};
|
|
31117
|
+
export declare type GraphIntegrationTwgCapabilityContainerListItem = {
|
|
31118
|
+
__typename?: 'GraphIntegrationTwgCapabilityContainerListItem';
|
|
31119
|
+
dataConnectors: Array<GraphIntegrationDataConnector>;
|
|
31120
|
+
icon: Scalars['String']['output'];
|
|
31121
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
31122
|
+
name: Scalars['String']['output'];
|
|
31123
|
+
productAri: Scalars['ID']['output'];
|
|
31124
|
+
};
|
|
31125
|
+
export declare type GraphIntegrationTwgCapabilityContainerListItemConnection = {
|
|
31126
|
+
__typename?: 'GraphIntegrationTwgCapabilityContainerListItemConnection';
|
|
31127
|
+
edges: Array<GraphIntegrationTwgCapabilityContainerListItemEdge>;
|
|
31128
|
+
nodes: Array<GraphIntegrationTwgCapabilityContainerListItem>;
|
|
31129
|
+
pageInfo: PageInfo;
|
|
31130
|
+
};
|
|
31131
|
+
export declare type GraphIntegrationTwgCapabilityContainerListItemEdge = {
|
|
31132
|
+
__typename?: 'GraphIntegrationTwgCapabilityContainerListItemEdge';
|
|
31133
|
+
cursor: Scalars['String']['output'];
|
|
31134
|
+
node: GraphIntegrationTwgCapabilityContainerListItem;
|
|
31135
|
+
};
|
|
31136
|
+
export declare type GraphIntegrationUpdateConnectionPayload = Payload & {
|
|
31137
|
+
__typename?: 'GraphIntegrationUpdateConnectionPayload';
|
|
31138
|
+
errors?: Maybe<Array<MutationError>>;
|
|
31139
|
+
success: Scalars['Boolean']['output'];
|
|
31140
|
+
};
|
|
31141
|
+
export declare type GraphIntegrationUpdateDataConnectorConnectionInput = {
|
|
31142
|
+
connectionId: Scalars['ID']['input'];
|
|
31143
|
+
connectorKey: Scalars['String']['input'];
|
|
31144
|
+
connectorProviderKey: Scalars['String']['input'];
|
|
31145
|
+
connectorProviderPayload: Scalars['JSON']['input'];
|
|
31146
|
+
contextAri: Scalars['ID']['input'];
|
|
31147
|
+
};
|
|
30905
31148
|
export declare type GraphIssueAssociatedDesignPayload = Payload & {
|
|
30906
31149
|
__typename?: 'GraphIssueAssociatedDesignPayload';
|
|
30907
31150
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -34048,6 +34291,8 @@ export declare type GraphStore = {
|
|
|
34048
34291
|
serviceAssociatedPrInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedPrInverseConnection>;
|
|
34049
34292
|
serviceAssociatedRemoteLink?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkConnection>;
|
|
34050
34293
|
serviceAssociatedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseConnection>;
|
|
34294
|
+
serviceAssociatedRepository?: Maybe<GraphStoreSimplifiedServiceAssociatedRepositoryConnection>;
|
|
34295
|
+
serviceAssociatedRepositoryInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedRepositoryInverseConnection>;
|
|
34051
34296
|
serviceAssociatedTeam?: Maybe<GraphStoreSimplifiedServiceAssociatedTeamConnection>;
|
|
34052
34297
|
serviceAssociatedTeamInverse?: Maybe<GraphStoreSimplifiedServiceAssociatedTeamInverseConnection>;
|
|
34053
34298
|
serviceLinkedIncident?: Maybe<GraphStoreSimplifiedServiceLinkedIncidentConnection>;
|
|
@@ -34161,6 +34406,8 @@ export declare type GraphStore = {
|
|
|
34161
34406
|
userCreatedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserCreatedCalendarEventInverseConnection>;
|
|
34162
34407
|
userCreatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostConnection>;
|
|
34163
34408
|
userCreatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseConnection>;
|
|
34409
|
+
userCreatedConfluenceBlogpostKamino?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoConnection>;
|
|
34410
|
+
userCreatedConfluenceBlogpostKaminoInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseConnection>;
|
|
34164
34411
|
userCreatedConfluenceComment?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceCommentConnection>;
|
|
34165
34412
|
userCreatedConfluenceCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceCommentInverseConnection>;
|
|
34166
34413
|
userCreatedConfluenceDatabase?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceDatabaseConnection>;
|
|
@@ -34171,6 +34418,8 @@ export declare type GraphStore = {
|
|
|
34171
34418
|
userCreatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluencePageInverseConnection>;
|
|
34172
34419
|
userCreatedConfluenceSpace?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceConnection>;
|
|
34173
34420
|
userCreatedConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceInverseConnection>;
|
|
34421
|
+
userCreatedConfluenceSpaceKamino?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoConnection>;
|
|
34422
|
+
userCreatedConfluenceSpaceKaminoInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseConnection>;
|
|
34174
34423
|
userCreatedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection>;
|
|
34175
34424
|
userCreatedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceWhiteboardInverseConnection>;
|
|
34176
34425
|
userCreatedDesign?: Maybe<GraphStoreSimplifiedUserCreatedDesignConnection>;
|
|
@@ -34283,6 +34532,8 @@ export declare type GraphStore = {
|
|
|
34283
34532
|
userUpdatedCommentInverse?: Maybe<GraphStoreSimplifiedUserUpdatedCommentInverseConnection>;
|
|
34284
34533
|
userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
|
|
34285
34534
|
userUpdatedConfluenceBlogpostInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseConnection>;
|
|
34535
|
+
userUpdatedConfluenceBlogpostKamino?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoConnection>;
|
|
34536
|
+
userUpdatedConfluenceBlogpostKaminoInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseConnection>;
|
|
34286
34537
|
userUpdatedConfluencePage?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageConnection>;
|
|
34287
34538
|
userUpdatedConfluencePageInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluencePageInverseConnection>;
|
|
34288
34539
|
userUpdatedConfluenceSpace?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceConnection>;
|
|
@@ -37529,6 +37780,20 @@ export declare type GraphStoreServiceAssociatedRemoteLinkInverseArgs = {
|
|
|
37529
37780
|
id: Scalars['ID']['input'];
|
|
37530
37781
|
sort?: InputMaybe<GraphStoreServiceAssociatedRemoteLinkSortInput>;
|
|
37531
37782
|
};
|
|
37783
|
+
export declare type GraphStoreServiceAssociatedRepositoryArgs = {
|
|
37784
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
37785
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
37786
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37787
|
+
id: Scalars['ID']['input'];
|
|
37788
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedRepositorySortInput>;
|
|
37789
|
+
};
|
|
37790
|
+
export declare type GraphStoreServiceAssociatedRepositoryInverseArgs = {
|
|
37791
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
37792
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
37793
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
37794
|
+
id: Scalars['ID']['input'];
|
|
37795
|
+
sort?: InputMaybe<GraphStoreServiceAssociatedRepositorySortInput>;
|
|
37796
|
+
};
|
|
37532
37797
|
export declare type GraphStoreServiceAssociatedTeamArgs = {
|
|
37533
37798
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
37534
37799
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -38302,6 +38567,20 @@ export declare type GraphStoreUserCreatedConfluenceBlogpostInverseArgs = {
|
|
|
38302
38567
|
id: Scalars['ID']['input'];
|
|
38303
38568
|
sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostSortInput>;
|
|
38304
38569
|
};
|
|
38570
|
+
export declare type GraphStoreUserCreatedConfluenceBlogpostKaminoArgs = {
|
|
38571
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
38572
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38573
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38574
|
+
id: Scalars['ID']['input'];
|
|
38575
|
+
sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostKaminoSortInput>;
|
|
38576
|
+
};
|
|
38577
|
+
export declare type GraphStoreUserCreatedConfluenceBlogpostKaminoInverseArgs = {
|
|
38578
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
38579
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38580
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38581
|
+
id: Scalars['ID']['input'];
|
|
38582
|
+
sort?: InputMaybe<GraphStoreUserCreatedConfluenceBlogpostKaminoSortInput>;
|
|
38583
|
+
};
|
|
38305
38584
|
export declare type GraphStoreUserCreatedConfluenceCommentArgs = {
|
|
38306
38585
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
38307
38586
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -38372,6 +38651,20 @@ export declare type GraphStoreUserCreatedConfluenceSpaceInverseArgs = {
|
|
|
38372
38651
|
id: Scalars['ID']['input'];
|
|
38373
38652
|
sort?: InputMaybe<GraphStoreUserCreatedConfluenceSpaceSortInput>;
|
|
38374
38653
|
};
|
|
38654
|
+
export declare type GraphStoreUserCreatedConfluenceSpaceKaminoArgs = {
|
|
38655
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
38656
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38657
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38658
|
+
id: Scalars['ID']['input'];
|
|
38659
|
+
sort?: InputMaybe<GraphStoreUserCreatedConfluenceSpaceKaminoSortInput>;
|
|
38660
|
+
};
|
|
38661
|
+
export declare type GraphStoreUserCreatedConfluenceSpaceKaminoInverseArgs = {
|
|
38662
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
38663
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
38664
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
38665
|
+
id: Scalars['ID']['input'];
|
|
38666
|
+
sort?: InputMaybe<GraphStoreUserCreatedConfluenceSpaceKaminoSortInput>;
|
|
38667
|
+
};
|
|
38375
38668
|
export declare type GraphStoreUserCreatedConfluenceWhiteboardArgs = {
|
|
38376
38669
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
38377
38670
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -39158,6 +39451,20 @@ export declare type GraphStoreUserUpdatedConfluenceBlogpostInverseArgs = {
|
|
|
39158
39451
|
id: Scalars['ID']['input'];
|
|
39159
39452
|
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceBlogpostSortInput>;
|
|
39160
39453
|
};
|
|
39454
|
+
export declare type GraphStoreUserUpdatedConfluenceBlogpostKaminoArgs = {
|
|
39455
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
39456
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
39457
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39458
|
+
id: Scalars['ID']['input'];
|
|
39459
|
+
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceBlogpostKaminoSortInput>;
|
|
39460
|
+
};
|
|
39461
|
+
export declare type GraphStoreUserUpdatedConfluenceBlogpostKaminoInverseArgs = {
|
|
39462
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
39463
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
39464
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
39465
|
+
id: Scalars['ID']['input'];
|
|
39466
|
+
sort?: InputMaybe<GraphStoreUserUpdatedConfluenceBlogpostKaminoSortInput>;
|
|
39467
|
+
};
|
|
39161
39468
|
export declare type GraphStoreUserUpdatedConfluencePageArgs = {
|
|
39162
39469
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
39163
39470
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -46755,6 +47062,9 @@ export declare type GraphStoreServiceAssociatedPrSortInput = {
|
|
|
46755
47062
|
export declare type GraphStoreServiceAssociatedRemoteLinkSortInput = {
|
|
46756
47063
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
46757
47064
|
};
|
|
47065
|
+
export declare type GraphStoreServiceAssociatedRepositorySortInput = {
|
|
47066
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
47067
|
+
};
|
|
46758
47068
|
export declare type GraphStoreServiceAssociatedTeamSortInput = {
|
|
46759
47069
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
46760
47070
|
};
|
|
@@ -51433,6 +51743,34 @@ export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseEdge =
|
|
|
51433
51743
|
};
|
|
51434
51744
|
export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkInverseUnion = DevOpsService;
|
|
51435
51745
|
export declare type GraphStoreSimplifiedServiceAssociatedRemoteLinkUnion = ExternalRemoteLink;
|
|
51746
|
+
export declare type GraphStoreSimplifiedServiceAssociatedRepositoryConnection = HasPageInfo & {
|
|
51747
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedRepositoryConnection';
|
|
51748
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedRepositoryEdge>>>;
|
|
51749
|
+
pageInfo: PageInfo;
|
|
51750
|
+
};
|
|
51751
|
+
export declare type GraphStoreSimplifiedServiceAssociatedRepositoryEdge = {
|
|
51752
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedRepositoryEdge';
|
|
51753
|
+
createdAt: Scalars['DateTime']['output'];
|
|
51754
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
51755
|
+
id: Scalars['ID']['output'];
|
|
51756
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
51757
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedRepositoryUnion>;
|
|
51758
|
+
};
|
|
51759
|
+
export declare type GraphStoreSimplifiedServiceAssociatedRepositoryInverseConnection = HasPageInfo & {
|
|
51760
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedRepositoryInverseConnection';
|
|
51761
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedRepositoryInverseEdge>>>;
|
|
51762
|
+
pageInfo: PageInfo;
|
|
51763
|
+
};
|
|
51764
|
+
export declare type GraphStoreSimplifiedServiceAssociatedRepositoryInverseEdge = {
|
|
51765
|
+
__typename?: 'GraphStoreSimplifiedServiceAssociatedRepositoryInverseEdge';
|
|
51766
|
+
createdAt: Scalars['DateTime']['output'];
|
|
51767
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
51768
|
+
id: Scalars['ID']['output'];
|
|
51769
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
51770
|
+
node?: Maybe<GraphStoreSimplifiedServiceAssociatedRepositoryInverseUnion>;
|
|
51771
|
+
};
|
|
51772
|
+
export declare type GraphStoreSimplifiedServiceAssociatedRepositoryInverseUnion = DevOpsService;
|
|
51773
|
+
export declare type GraphStoreSimplifiedServiceAssociatedRepositoryUnion = BitbucketRepository | DevOpsRepository | ExternalRepository;
|
|
51436
51774
|
export declare type GraphStoreSimplifiedServiceAssociatedTeamConnection = HasPageInfo & {
|
|
51437
51775
|
__typename?: 'GraphStoreSimplifiedServiceAssociatedTeamConnection';
|
|
51438
51776
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedServiceAssociatedTeamEdge>>>;
|
|
@@ -52690,6 +53028,34 @@ export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseEdge
|
|
|
52690
53028
|
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseUnion>;
|
|
52691
53029
|
};
|
|
52692
53030
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
53031
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoConnection = HasPageInfo & {
|
|
53032
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoConnection';
|
|
53033
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoEdge>>>;
|
|
53034
|
+
pageInfo: PageInfo;
|
|
53035
|
+
};
|
|
53036
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoEdge = {
|
|
53037
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoEdge';
|
|
53038
|
+
createdAt: Scalars['DateTime']['output'];
|
|
53039
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
53040
|
+
id: Scalars['ID']['output'];
|
|
53041
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
53042
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoUnion>;
|
|
53043
|
+
};
|
|
53044
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseConnection = HasPageInfo & {
|
|
53045
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseConnection';
|
|
53046
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseEdge>>>;
|
|
53047
|
+
pageInfo: PageInfo;
|
|
53048
|
+
};
|
|
53049
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseEdge = {
|
|
53050
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseEdge';
|
|
53051
|
+
createdAt: Scalars['DateTime']['output'];
|
|
53052
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
53053
|
+
id: Scalars['ID']['output'];
|
|
53054
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
53055
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseUnion>;
|
|
53056
|
+
};
|
|
53057
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
53058
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostKaminoUnion = ConfluenceBlogPost;
|
|
52693
53059
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
52694
53060
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceCommentConnection = HasPageInfo & {
|
|
52695
53061
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceCommentConnection';
|
|
@@ -52830,6 +53196,34 @@ export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceInverseEdge =
|
|
|
52830
53196
|
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceInverseUnion>;
|
|
52831
53197
|
};
|
|
52832
53198
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
53199
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoConnection = HasPageInfo & {
|
|
53200
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoConnection';
|
|
53201
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoEdge>>>;
|
|
53202
|
+
pageInfo: PageInfo;
|
|
53203
|
+
};
|
|
53204
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoEdge = {
|
|
53205
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoEdge';
|
|
53206
|
+
createdAt: Scalars['DateTime']['output'];
|
|
53207
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
53208
|
+
id: Scalars['ID']['output'];
|
|
53209
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
53210
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoUnion>;
|
|
53211
|
+
};
|
|
53212
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseConnection = HasPageInfo & {
|
|
53213
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseConnection';
|
|
53214
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseEdge>>>;
|
|
53215
|
+
pageInfo: PageInfo;
|
|
53216
|
+
};
|
|
53217
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseEdge = {
|
|
53218
|
+
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseEdge';
|
|
53219
|
+
createdAt: Scalars['DateTime']['output'];
|
|
53220
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
53221
|
+
id: Scalars['ID']['output'];
|
|
53222
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
53223
|
+
node?: Maybe<GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseUnion>;
|
|
53224
|
+
};
|
|
53225
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
53226
|
+
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceKaminoUnion = ConfluenceSpace;
|
|
52833
53227
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceSpaceUnion = ConfluenceSpace;
|
|
52834
53228
|
export declare type GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection = HasPageInfo & {
|
|
52835
53229
|
__typename?: 'GraphStoreSimplifiedUserCreatedConfluenceWhiteboardConnection';
|
|
@@ -54386,6 +54780,34 @@ export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseEdge
|
|
|
54386
54780
|
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseUnion>;
|
|
54387
54781
|
};
|
|
54388
54782
|
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
54783
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoConnection = HasPageInfo & {
|
|
54784
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoConnection';
|
|
54785
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoEdge>>>;
|
|
54786
|
+
pageInfo: PageInfo;
|
|
54787
|
+
};
|
|
54788
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoEdge = {
|
|
54789
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoEdge';
|
|
54790
|
+
createdAt: Scalars['DateTime']['output'];
|
|
54791
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
54792
|
+
id: Scalars['ID']['output'];
|
|
54793
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
54794
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoUnion>;
|
|
54795
|
+
};
|
|
54796
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseConnection = HasPageInfo & {
|
|
54797
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseConnection';
|
|
54798
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseEdge>>>;
|
|
54799
|
+
pageInfo: PageInfo;
|
|
54800
|
+
};
|
|
54801
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseEdge = {
|
|
54802
|
+
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseEdge';
|
|
54803
|
+
createdAt: Scalars['DateTime']['output'];
|
|
54804
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
54805
|
+
id: Scalars['ID']['output'];
|
|
54806
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
54807
|
+
node?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseUnion>;
|
|
54808
|
+
};
|
|
54809
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
54810
|
+
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostKaminoUnion = ConfluenceBlogPost;
|
|
54389
54811
|
export declare type GraphStoreSimplifiedUserUpdatedConfluenceBlogpostUnion = ConfluenceBlogPost;
|
|
54390
54812
|
export declare type GraphStoreSimplifiedUserUpdatedConfluencePageConnection = HasPageInfo & {
|
|
54391
54813
|
__typename?: 'GraphStoreSimplifiedUserUpdatedConfluencePageConnection';
|
|
@@ -55695,6 +56117,9 @@ export declare type GraphStoreUserCreatedCalendarEventSortInput = {
|
|
|
55695
56117
|
to_eventEndTime?: InputMaybe<GraphStoreSortInput>;
|
|
55696
56118
|
to_eventStartTime?: InputMaybe<GraphStoreSortInput>;
|
|
55697
56119
|
};
|
|
56120
|
+
export declare type GraphStoreUserCreatedConfluenceBlogpostKaminoSortInput = {
|
|
56121
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
56122
|
+
};
|
|
55698
56123
|
export declare type GraphStoreUserCreatedConfluenceBlogpostSortInput = {
|
|
55699
56124
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
55700
56125
|
};
|
|
@@ -55710,6 +56135,9 @@ export declare type GraphStoreUserCreatedConfluenceEmbedSortInput = {
|
|
|
55710
56135
|
export declare type GraphStoreUserCreatedConfluencePageSortInput = {
|
|
55711
56136
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
55712
56137
|
};
|
|
56138
|
+
export declare type GraphStoreUserCreatedConfluenceSpaceKaminoSortInput = {
|
|
56139
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
56140
|
+
};
|
|
55713
56141
|
export declare type GraphStoreUserCreatedConfluenceSpaceSortInput = {
|
|
55714
56142
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
55715
56143
|
};
|
|
@@ -55915,6 +56343,9 @@ export declare type GraphStoreUserUpdatedAtlasProjectSortInput = {
|
|
|
55915
56343
|
export declare type GraphStoreUserUpdatedCommentSortInput = {
|
|
55916
56344
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
55917
56345
|
};
|
|
56346
|
+
export declare type GraphStoreUserUpdatedConfluenceBlogpostKaminoSortInput = {
|
|
56347
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
56348
|
+
};
|
|
55918
56349
|
export declare type GraphStoreUserUpdatedConfluenceBlogpostSortInput = {
|
|
55919
56350
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
55920
56351
|
};
|
|
@@ -60138,6 +60569,21 @@ export declare type JiraAffectedServicesFieldPayload = Payload & {
|
|
|
60138
60569
|
export declare type JiraAffectedServicesInput = {
|
|
60139
60570
|
serviceId: Scalars['ID']['input'];
|
|
60140
60571
|
};
|
|
60572
|
+
export declare type JiraAiAgentSession = {
|
|
60573
|
+
__typename?: 'JiraAiAgentSession';
|
|
60574
|
+
conversationId: Scalars['ID']['output'];
|
|
60575
|
+
};
|
|
60576
|
+
export declare type JiraAiAgentSessionConnection = {
|
|
60577
|
+
__typename?: 'JiraAiAgentSessionConnection';
|
|
60578
|
+
edges?: Maybe<Array<Maybe<JiraAiAgentSessionEdge>>>;
|
|
60579
|
+
pageInfo: PageInfo;
|
|
60580
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
60581
|
+
};
|
|
60582
|
+
export declare type JiraAiAgentSessionEdge = {
|
|
60583
|
+
__typename?: 'JiraAiAgentSessionEdge';
|
|
60584
|
+
cursor: Scalars['String']['output'];
|
|
60585
|
+
node?: Maybe<JiraAiAgentSession>;
|
|
60586
|
+
};
|
|
60141
60587
|
export declare type JiraAiEnablementIssueInput = {
|
|
60142
60588
|
issueId?: InputMaybe<Scalars['ID']['input']>;
|
|
60143
60589
|
issueKey?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -61371,6 +61817,17 @@ export declare type JiraBacklogVersionData = {
|
|
|
61371
61817
|
canCreateVersion?: Maybe<Scalars['Boolean']['output']>;
|
|
61372
61818
|
versionsPerProject?: Maybe<Array<Maybe<JiraBacklogProjectVersions>>>;
|
|
61373
61819
|
};
|
|
61820
|
+
export declare type JiraBacklogView = {
|
|
61821
|
+
__typename?: 'JiraBacklogView';
|
|
61822
|
+
epicPanelToggle?: Maybe<Scalars['Boolean']['output']>;
|
|
61823
|
+
id: Scalars['ID']['output'];
|
|
61824
|
+
};
|
|
61825
|
+
export declare type JiraBacklogViewInput = {
|
|
61826
|
+
jiraBacklogViewQueryInput: JiraBacklogViewQueryInput;
|
|
61827
|
+
};
|
|
61828
|
+
export declare type JiraBacklogViewQueryInput = {
|
|
61829
|
+
viewId?: InputMaybe<Scalars['ID']['input']>;
|
|
61830
|
+
};
|
|
61374
61831
|
export declare enum JiraBatchWindowPreference {
|
|
61375
61832
|
DefaultBatching = "DEFAULT_BATCHING",
|
|
61376
61833
|
FifteenMinutes = "FIFTEEN_MINUTES",
|
|
@@ -64821,6 +65278,7 @@ export declare type JiraFieldConfigFilterInput = {
|
|
|
64821
65278
|
fieldIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
64822
65279
|
fieldStatus?: InputMaybe<JiraFieldStatusType>;
|
|
64823
65280
|
includedFieldCategories?: InputMaybe<Array<JiraFieldCategoryType>>;
|
|
65281
|
+
includedFieldScopes?: InputMaybe<Array<JiraFieldScopeType>>;
|
|
64824
65282
|
includedFieldStatus?: InputMaybe<Array<JiraFieldStatusType>>;
|
|
64825
65283
|
includedFieldTypes?: InputMaybe<Array<JiraConfigFieldType>>;
|
|
64826
65284
|
orderBy?: InputMaybe<JiraFieldConfigOrderBy>;
|
|
@@ -64974,6 +65432,10 @@ export declare type JiraFieldSchemesEdge = {
|
|
|
64974
65432
|
export declare type JiraFieldSchemesInput = {
|
|
64975
65433
|
nameOrDescriptionFilter?: InputMaybe<Scalars['String']['input']>;
|
|
64976
65434
|
};
|
|
65435
|
+
export declare enum JiraFieldScopeType {
|
|
65436
|
+
Global = "GLOBAL",
|
|
65437
|
+
Project = "PROJECT"
|
|
65438
|
+
}
|
|
64977
65439
|
export declare type JiraFieldSearcherTemplate = {
|
|
64978
65440
|
__typename?: 'JiraFieldSearcherTemplate';
|
|
64979
65441
|
displayName: Scalars['String']['output'];
|
|
@@ -66103,6 +66565,7 @@ export declare type JiraInvalidSyntaxError = {
|
|
|
66103
66565
|
};
|
|
66104
66566
|
export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike & Node & {
|
|
66105
66567
|
__typename?: 'JiraIssue';
|
|
66568
|
+
aiAgentSessions?: Maybe<JiraAiAgentSessionConnection>;
|
|
66106
66569
|
archivedBy?: Maybe<User>;
|
|
66107
66570
|
archivedOn?: Maybe<Scalars['DateTime']['output']>;
|
|
66108
66571
|
assigneeField?: Maybe<JiraSingleSelectUserPickerField>;
|
|
@@ -66228,6 +66691,12 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
66228
66691
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
66229
66692
|
worklogs?: Maybe<JiraWorkLogConnection>;
|
|
66230
66693
|
};
|
|
66694
|
+
export declare type JiraIssueAiAgentSessionsArgs = {
|
|
66695
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
66696
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
66697
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
66698
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
66699
|
+
};
|
|
66231
66700
|
export declare type JiraIssueAttachmentsArgs = {
|
|
66232
66701
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
66233
66702
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -66858,6 +67327,7 @@ export declare type JiraIssueFieldConfig = Node & {
|
|
|
66858
67327
|
fieldId: Scalars['String']['output'];
|
|
66859
67328
|
formatConfig?: Maybe<JiraFieldFormatConfig>;
|
|
66860
67329
|
id: Scalars['ID']['output'];
|
|
67330
|
+
installedByAppName?: Maybe<Scalars['String']['output']>;
|
|
66861
67331
|
isConnect?: Maybe<Scalars['Boolean']['output']>;
|
|
66862
67332
|
isCustom: Scalars['Boolean']['output'];
|
|
66863
67333
|
isDefaultFieldOptionsCountOverLimit?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -71682,6 +72152,7 @@ export declare type JiraPlaybook = Node & {
|
|
|
71682
72152
|
scopeType?: Maybe<JiraPlaybookScopeType>;
|
|
71683
72153
|
state?: Maybe<JiraPlaybookStateField>;
|
|
71684
72154
|
steps?: Maybe<Array<JiraPlaybookStep>>;
|
|
72155
|
+
template?: Maybe<JiraPlaybookTemplate>;
|
|
71685
72156
|
};
|
|
71686
72157
|
export declare type JiraPlaybookConnection = HasPageInfo & QueryPayload & {
|
|
71687
72158
|
__typename?: 'JiraPlaybookConnection';
|
|
@@ -71812,6 +72283,7 @@ export declare enum JiraPlaybookStateField {
|
|
|
71812
72283
|
}
|
|
71813
72284
|
export declare type JiraPlaybookStep = {
|
|
71814
72285
|
__typename?: 'JiraPlaybookStep';
|
|
72286
|
+
automationTemplateId?: Maybe<Scalars['String']['output']>;
|
|
71815
72287
|
description?: Maybe<Scalars['JSON']['output']>;
|
|
71816
72288
|
name?: Maybe<Scalars['String']['output']>;
|
|
71817
72289
|
ruleId?: Maybe<Scalars['String']['output']>;
|
|
@@ -73747,6 +74219,7 @@ export declare type JiraQueryJiraIssueSearchViewArgs = {
|
|
|
73747
74219
|
isGroupingEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
73748
74220
|
issueSearchInput?: InputMaybe<JiraIssueSearchInput>;
|
|
73749
74221
|
namespace?: InputMaybe<Scalars['String']['input']>;
|
|
74222
|
+
scope?: InputMaybe<JiraIssueSearchScope>;
|
|
73750
74223
|
viewConfigInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
73751
74224
|
viewId?: InputMaybe<Scalars['String']['input']>;
|
|
73752
74225
|
viewQueryInput?: InputMaybe<JiraIssueSearchViewQueryInput>;
|
|
@@ -80189,6 +80662,42 @@ export declare type JpdInsightUpdatedEvent = {
|
|
|
80189
80662
|
performedAt: Scalars['String']['output'];
|
|
80190
80663
|
projectAri: Scalars['ID']['output'];
|
|
80191
80664
|
};
|
|
80665
|
+
export declare type JpdPlayContributionCreatedEvent = {
|
|
80666
|
+
__typename?: 'JpdPlayContributionCreatedEvent';
|
|
80667
|
+
contributionAri: Scalars['ID']['output'];
|
|
80668
|
+
contributionId: Scalars['Int']['output'];
|
|
80669
|
+
projectAri: Scalars['ID']['output'];
|
|
80670
|
+
subjectAri: Scalars['ID']['output'];
|
|
80671
|
+
updatedByUserId: Scalars['ID']['output'];
|
|
80672
|
+
updatedTime: Scalars['String']['output'];
|
|
80673
|
+
};
|
|
80674
|
+
export declare type JpdPlayContributionDeletedEvent = {
|
|
80675
|
+
__typename?: 'JpdPlayContributionDeletedEvent';
|
|
80676
|
+
projectAri: Scalars['ID']['output'];
|
|
80677
|
+
subjectAri: Scalars['ID']['output'];
|
|
80678
|
+
updatedByUserId: Scalars['ID']['output'];
|
|
80679
|
+
updatedTime: Scalars['String']['output'];
|
|
80680
|
+
};
|
|
80681
|
+
export declare type JpdPlayContributionUpdatedEvent = {
|
|
80682
|
+
__typename?: 'JpdPlayContributionUpdatedEvent';
|
|
80683
|
+
contributionAri: Scalars['ID']['output'];
|
|
80684
|
+
contributionId: Scalars['Int']['output'];
|
|
80685
|
+
projectAri: Scalars['ID']['output'];
|
|
80686
|
+
subjectAri: Scalars['ID']['output'];
|
|
80687
|
+
updatedByUserId: Scalars['ID']['output'];
|
|
80688
|
+
updatedTime: Scalars['String']['output'];
|
|
80689
|
+
};
|
|
80690
|
+
export declare type JpdPlayEvent = {
|
|
80691
|
+
__typename?: 'JpdPlayEvent';
|
|
80692
|
+
parameters: JpdPlayParameters;
|
|
80693
|
+
projectAri: Scalars['ID']['output'];
|
|
80694
|
+
updatedByUserId: Scalars['ID']['output'];
|
|
80695
|
+
updatedTime: Scalars['String']['output'];
|
|
80696
|
+
};
|
|
80697
|
+
export declare type JpdPlayParameters = {
|
|
80698
|
+
__typename?: 'JpdPlayParameters';
|
|
80699
|
+
maxSpend?: Maybe<Scalars['Int']['output']>;
|
|
80700
|
+
};
|
|
80192
80701
|
export declare type JpdSubscriptions = {
|
|
80193
80702
|
__typename?: 'JpdSubscriptions';
|
|
80194
80703
|
onInsightCreated?: Maybe<JpdInsightCreatedEvent>;
|
|
@@ -80197,6 +80706,10 @@ export declare type JpdSubscriptions = {
|
|
|
80197
80706
|
onIssueInsightCreated?: Maybe<JpdInsightCreatedEvent>;
|
|
80198
80707
|
onIssueInsightDeleted?: Maybe<JpdInsightDeletedEvent>;
|
|
80199
80708
|
onIssueInsightUpdated?: Maybe<JpdInsightUpdatedEvent>;
|
|
80709
|
+
onPlayContributionCreated?: Maybe<JpdPlayContributionCreatedEvent>;
|
|
80710
|
+
onPlayContributionDeleted?: Maybe<JpdPlayContributionDeletedEvent>;
|
|
80711
|
+
onPlayContributionUpdated?: Maybe<JpdPlayContributionUpdatedEvent>;
|
|
80712
|
+
onPlayUpdated?: Maybe<JpdPlayEvent>;
|
|
80200
80713
|
onViewCommentEvents?: Maybe<JpdViewCommentEvent>;
|
|
80201
80714
|
onViewCreated?: Maybe<JpdViewCreatedEvent>;
|
|
80202
80715
|
onViewDeleted?: Maybe<JpdViewDeletedEvent>;
|
|
@@ -80223,6 +80736,18 @@ export declare type JpdSubscriptionsOnIssueInsightDeletedArgs = {
|
|
|
80223
80736
|
export declare type JpdSubscriptionsOnIssueInsightUpdatedArgs = {
|
|
80224
80737
|
issueAri: Scalars['ID']['input'];
|
|
80225
80738
|
};
|
|
80739
|
+
export declare type JpdSubscriptionsOnPlayContributionCreatedArgs = {
|
|
80740
|
+
projectAri: Scalars['ID']['input'];
|
|
80741
|
+
};
|
|
80742
|
+
export declare type JpdSubscriptionsOnPlayContributionDeletedArgs = {
|
|
80743
|
+
projectAri: Scalars['ID']['input'];
|
|
80744
|
+
};
|
|
80745
|
+
export declare type JpdSubscriptionsOnPlayContributionUpdatedArgs = {
|
|
80746
|
+
projectAri: Scalars['ID']['input'];
|
|
80747
|
+
};
|
|
80748
|
+
export declare type JpdSubscriptionsOnPlayUpdatedArgs = {
|
|
80749
|
+
projectAri: Scalars['ID']['input'];
|
|
80750
|
+
};
|
|
80226
80751
|
export declare type JpdSubscriptionsOnViewCommentEventsArgs = {
|
|
80227
80752
|
projectAri: Scalars['ID']['input'];
|
|
80228
80753
|
};
|
|
@@ -81881,7 +82406,7 @@ export declare type KnowledgeDiscoveryQueryApiQuerySuggestionsArgs = {
|
|
|
81881
82406
|
cloudId: Scalars['String']['input'];
|
|
81882
82407
|
product?: InputMaybe<KnowledgeDiscoveryProduct>;
|
|
81883
82408
|
query: Scalars['String']['input'];
|
|
81884
|
-
searchHistory
|
|
82409
|
+
searchHistory?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
81885
82410
|
};
|
|
81886
82411
|
export declare type KnowledgeDiscoveryQueryApiRelatedEntitiesArgs = {
|
|
81887
82412
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -81926,9 +82451,19 @@ export declare type KnowledgeDiscoveryQueryApiZeroQueriesArgs = {
|
|
|
81926
82451
|
cloudId: Scalars['String']['input'];
|
|
81927
82452
|
product?: InputMaybe<KnowledgeDiscoveryProduct>;
|
|
81928
82453
|
};
|
|
82454
|
+
export declare type KnowledgeDiscoveryQuerySuggestion = {
|
|
82455
|
+
__typename?: 'KnowledgeDiscoveryQuerySuggestion';
|
|
82456
|
+
query: Scalars['String']['output'];
|
|
82457
|
+
type: KnowledgeDiscoveryQuerySuggestionType;
|
|
82458
|
+
};
|
|
82459
|
+
export declare enum KnowledgeDiscoveryQuerySuggestionType {
|
|
82460
|
+
TicketAssignee = "TICKET_ASSIGNEE",
|
|
82461
|
+
TicketDueDate = "TICKET_DUE_DATE",
|
|
82462
|
+
TicketStatus = "TICKET_STATUS"
|
|
82463
|
+
}
|
|
81929
82464
|
export declare type KnowledgeDiscoveryQuerySuggestions = {
|
|
81930
82465
|
__typename?: 'KnowledgeDiscoveryQuerySuggestions';
|
|
81931
|
-
suggestions: Array<
|
|
82466
|
+
suggestions: Array<KnowledgeDiscoveryQuerySuggestion>;
|
|
81932
82467
|
};
|
|
81933
82468
|
export declare type KnowledgeDiscoveryQuerySuggestionsResult = KnowledgeDiscoveryQuerySuggestions | QueryError;
|
|
81934
82469
|
export declare type KnowledgeDiscoveryRelatedEntitiesResult = KnowledgeDiscoveryRelatedEntityConnection | QueryError;
|
|
@@ -85869,6 +86404,7 @@ export declare type MercuryCreateChangeProposalsViewInput = {
|
|
|
85869
86404
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
85870
86405
|
name: Scalars['String']['input'];
|
|
85871
86406
|
settings?: InputMaybe<Array<InputMaybe<MercuryViewSettingInput>>>;
|
|
86407
|
+
strategicEventId?: InputMaybe<Scalars['ID']['input']>;
|
|
85872
86408
|
};
|
|
85873
86409
|
export declare type MercuryCreateChangeProposalsViewSettingPayload = Payload & {
|
|
85874
86410
|
__typename?: 'MercuryCreateChangeProposalsViewSettingPayload';
|
|
@@ -88603,6 +89139,7 @@ export declare type Mutation = {
|
|
|
88603
89139
|
confluence_markAllCommentsAsRead?: Maybe<ConfluenceMarkAllCommentsAsReadPayload>;
|
|
88604
89140
|
confluence_markCommentAsDangling?: Maybe<ConfluenceMarkCommentAsDanglingPayload>;
|
|
88605
89141
|
confluence_nbmBulkUpdateVerificationEntry?: Maybe<ConfluenceNbmBulkUpdateVerificationEntryPayload>;
|
|
89142
|
+
confluence_nbmRetryScanLongTask?: Maybe<ConfluenceNbmRetryScanLongTaskPayload>;
|
|
88606
89143
|
confluence_nbmStartScanLongTask?: Maybe<ConfluenceNbmStartScanLongTaskPayload>;
|
|
88607
89144
|
confluence_reopenComment?: Maybe<ConfluenceReopenCommentPayload>;
|
|
88608
89145
|
confluence_resolveComments?: Maybe<ConfluenceResolveCommentsPayload>;
|
|
@@ -88793,10 +89330,15 @@ export declare type Mutation = {
|
|
|
88793
89330
|
goals_setWatchingGoal?: Maybe<TownsquareGoalsSetWatchingGoalPayload>;
|
|
88794
89331
|
goals_shareGoal?: Maybe<TownsquareGoalsShareGoalPayload>;
|
|
88795
89332
|
grantContentAccess?: Maybe<GrantContentAccessPayload>;
|
|
89333
|
+
graphIntegration_addTwgCapabilityContainer?: Maybe<GraphIntegrationAddTwgCapabilityContainerPayload>;
|
|
89334
|
+
graphIntegration_createDataConnectorConnection?: Maybe<GraphIntegrationCreateConnectionPayload>;
|
|
89335
|
+
graphIntegration_deleteDataConnectorConnection?: Maybe<GraphIntegrationDeleteConnectionPayload>;
|
|
88796
89336
|
graphIntegration_mcpAdminManagementRegisterMcpServer?: Maybe<GraphIntegrationMcpAdminManagementRegisterMcpServerPayload>;
|
|
88797
89337
|
graphIntegration_mcpAdminManagementTriggerToolSync?: Maybe<GraphIntegrationMcpAdminManagementTriggerToolSyncPayload>;
|
|
88798
89338
|
graphIntegration_mcpAdminManagementUnregisterMcpServer?: Maybe<GraphIntegrationMcpAdminManagementUnregisterMcpServerPayload>;
|
|
88799
89339
|
graphIntegration_mcpAdminManagementUpdateMcpToolConfiguration?: Maybe<GraphIntegrationMcpAdminManagementUpdateMcpToolConfigurationPayload>;
|
|
89340
|
+
graphIntegration_removeTwgCapabilityContainer?: Maybe<GraphIntegrationRemoveTwgCapabilityContainerPayload>;
|
|
89341
|
+
graphIntegration_updateDataConnectorConnection?: Maybe<GraphIntegrationUpdateConnectionPayload>;
|
|
88800
89342
|
graphStore?: Maybe<GraphStoreMutation>;
|
|
88801
89343
|
growthUnifiedProfile_createEntitlementProfile?: Maybe<GrowthUnifiedProfileCreateEntitlementProfileResponse>;
|
|
88802
89344
|
growthUnifiedProfile_createOrgProfile?: Maybe<GrowthUnifiedProfileTwcCreateOrgProfileResponse>;
|
|
@@ -89065,7 +89607,7 @@ export declare type Mutation = {
|
|
|
89065
89607
|
stakeholderComms_updateDraftPage?: Maybe<StakeholderCommsPageResponse>;
|
|
89066
89608
|
stakeholderComms_updatePage?: Maybe<StakeholderCommsPageResponse>;
|
|
89067
89609
|
stakeholderComms_updateStakeholder?: Maybe<StakeholderCommsStakeholderResponse>;
|
|
89068
|
-
stakeholderComms_updateStakeholderGroup?: Maybe<
|
|
89610
|
+
stakeholderComms_updateStakeholderGroup?: Maybe<StakeholderCommsStakeholderGroupsAndStakeholders>;
|
|
89069
89611
|
startSprint?: Maybe<SprintResponse>;
|
|
89070
89612
|
subscribeToApp?: Maybe<AppSubscribePayload>;
|
|
89071
89613
|
team?: Maybe<TeamMutation>;
|
|
@@ -89637,6 +90179,10 @@ export declare type MutationConfluence_NbmBulkUpdateVerificationEntryArgs = {
|
|
|
89637
90179
|
cloudId: Scalars['ID']['input'];
|
|
89638
90180
|
input: ConfluenceNbmBulkUpdateVerificationEntryInput;
|
|
89639
90181
|
};
|
|
90182
|
+
export declare type MutationConfluence_NbmRetryScanLongTaskArgs = {
|
|
90183
|
+
cloudId: Scalars['ID']['input'];
|
|
90184
|
+
input: ConfluenceNbmRetryScanLongTaskInput;
|
|
90185
|
+
};
|
|
89640
90186
|
export declare type MutationConfluence_NbmStartScanLongTaskArgs = {
|
|
89641
90187
|
cloudId: Scalars['ID']['input'];
|
|
89642
90188
|
input: ConfluenceNbmStartScanLongTaskInput;
|
|
@@ -90307,6 +90853,15 @@ export declare type MutationGoals_ShareGoalArgs = {
|
|
|
90307
90853
|
export declare type MutationGrantContentAccessArgs = {
|
|
90308
90854
|
grantContentAccessInput: GrantContentAccessInput;
|
|
90309
90855
|
};
|
|
90856
|
+
export declare type MutationGraphIntegration_AddTwgCapabilityContainerArgs = {
|
|
90857
|
+
input: GraphIntegrationAddTwgCapabilityContainerInput;
|
|
90858
|
+
};
|
|
90859
|
+
export declare type MutationGraphIntegration_CreateDataConnectorConnectionArgs = {
|
|
90860
|
+
input: GraphIntegrationCreateDataConnectorConnectionInput;
|
|
90861
|
+
};
|
|
90862
|
+
export declare type MutationGraphIntegration_DeleteDataConnectorConnectionArgs = {
|
|
90863
|
+
input: GraphIntegrationDeleteDataConnectorConnectionInput;
|
|
90864
|
+
};
|
|
90310
90865
|
export declare type MutationGraphIntegration_McpAdminManagementRegisterMcpServerArgs = {
|
|
90311
90866
|
input: GraphIntegrationMcpAdminManagementRegisterMcpServerInput;
|
|
90312
90867
|
};
|
|
@@ -90319,6 +90874,12 @@ export declare type MutationGraphIntegration_McpAdminManagementUnregisterMcpServ
|
|
|
90319
90874
|
export declare type MutationGraphIntegration_McpAdminManagementUpdateMcpToolConfigurationArgs = {
|
|
90320
90875
|
input: GraphIntegrationMcpAdminManagementUpdateMcpToolConfigurationInput;
|
|
90321
90876
|
};
|
|
90877
|
+
export declare type MutationGraphIntegration_RemoveTwgCapabilityContainerArgs = {
|
|
90878
|
+
input: GraphIntegrationRemoveTwgCapabilityContainerInput;
|
|
90879
|
+
};
|
|
90880
|
+
export declare type MutationGraphIntegration_UpdateDataConnectorConnectionArgs = {
|
|
90881
|
+
input: GraphIntegrationUpdateDataConnectorConnectionInput;
|
|
90882
|
+
};
|
|
90322
90883
|
export declare type MutationGrowthUnifiedProfile_CreateEntitlementProfileArgs = {
|
|
90323
90884
|
profile: GrowthUnifiedProfileCreateEntitlementProfileInput;
|
|
90324
90885
|
};
|
|
@@ -91130,6 +91691,7 @@ export declare type MutationStakeholderComms_UpdateStakeholderArgs = {
|
|
|
91130
91691
|
};
|
|
91131
91692
|
export declare type MutationStakeholderComms_UpdateStakeholderGroupArgs = {
|
|
91132
91693
|
stakeholderGroupInput: StakeholderCommsUpdateStakeholderGroupInput;
|
|
91694
|
+
stakeholders?: InputMaybe<Array<InputMaybe<StakeholderCommsCreateStakeholderInput>>>;
|
|
91133
91695
|
};
|
|
91134
91696
|
export declare type MutationStartSprintArgs = {
|
|
91135
91697
|
input?: InputMaybe<StartSprintInput>;
|
|
@@ -92514,6 +93076,7 @@ export declare type PageRestrictions = {
|
|
|
92514
93076
|
update?: Maybe<PageRestriction>;
|
|
92515
93077
|
};
|
|
92516
93078
|
export declare type PageRestrictionsInput = {
|
|
93079
|
+
includeInvites?: InputMaybe<Scalars['Boolean']['input']>;
|
|
92517
93080
|
read?: InputMaybe<PageRestrictionInput>;
|
|
92518
93081
|
update?: InputMaybe<PageRestrictionInput>;
|
|
92519
93082
|
};
|
|
@@ -94281,6 +94844,7 @@ export declare type Query = {
|
|
|
94281
94844
|
agentStudio_getAgents?: Maybe<AgentStudioAgentsConnection>;
|
|
94282
94845
|
agentStudio_getByExternalReference?: Maybe<AgentStudioAgentResult>;
|
|
94283
94846
|
agentStudio_getCreateAgentPermissions?: Maybe<AgentStudioAgentCreatePermissionsConnection>;
|
|
94847
|
+
agentStudio_getToolsByIdAndSource?: Maybe<Array<AgentStudioTool>>;
|
|
94284
94848
|
agentStudio_scenarioById?: Maybe<AgentStudioScenarioResult>;
|
|
94285
94849
|
agentStudio_scenarioListByContainerId?: Maybe<AgentStudioScenariosResult>;
|
|
94286
94850
|
agentStudio_scenariosByIds?: Maybe<Array<Maybe<AgentStudioScenario>>>;
|
|
@@ -94398,7 +94962,10 @@ export declare type Query = {
|
|
|
94398
94962
|
confluence_calendarJiraDateFieldsByJql?: Maybe<Array<Maybe<ConfluenceCalendarJiraDateField>>>;
|
|
94399
94963
|
confluence_calendarJiraDateFieldsBySearchFilter?: Maybe<Array<Maybe<ConfluenceCalendarJiraDateField>>>;
|
|
94400
94964
|
confluence_calendarPreference?: Maybe<ConfluenceCalendarPreference>;
|
|
94965
|
+
confluence_calendarRestrictionById?: Maybe<ConfluenceCalendarRestriction>;
|
|
94966
|
+
confluence_calendarSubscriptionInfoById?: Maybe<ConfluenceCalendarSubscriptionInfo>;
|
|
94401
94967
|
confluence_calendarTimezones?: Maybe<ConfluenceCalendarTimezones>;
|
|
94968
|
+
confluence_calendarsByCriteria?: Maybe<ConfluenceCalendarConnection>;
|
|
94402
94969
|
confluence_categorizeNbmChains?: Maybe<ConfluenceCategorizeNbmChainsResult>;
|
|
94403
94970
|
confluence_commentMediaSession?: Maybe<ContentMediaSession>;
|
|
94404
94971
|
confluence_contentAISummaries?: Maybe<Array<Maybe<ConfluenceContentAiSummaryResponse>>>;
|
|
@@ -94454,6 +95021,7 @@ export declare type Query = {
|
|
|
94454
95021
|
confluence_searchTeamLabels?: Maybe<LabelSearchResults>;
|
|
94455
95022
|
confluence_searchUser?: Maybe<ConfluenceSearchConnection>;
|
|
94456
95023
|
confluence_spaceMediaSession?: Maybe<ContentMediaSession>;
|
|
95024
|
+
confluence_spaceRecommendations?: Maybe<ConfluenceSpaceRecommendations>;
|
|
94457
95025
|
confluence_spaceRoleMode?: Maybe<ConfluenceSpaceRoleMode>;
|
|
94458
95026
|
confluence_spaceWatchersUnfiltered?: Maybe<PaginatedPersonList>;
|
|
94459
95027
|
confluence_storage?: Maybe<ConfluenceStorage>;
|
|
@@ -94644,12 +95212,16 @@ export declare type Query = {
|
|
|
94644
95212
|
goals_metricTargetsByIds?: Maybe<Array<Maybe<TownsquareMetricTarget>>>;
|
|
94645
95213
|
goals_metricValuesByIds?: Maybe<Array<Maybe<TownsquareMetricValue>>>;
|
|
94646
95214
|
goals_metricsByIds?: Maybe<Array<Maybe<TownsquareMetric>>>;
|
|
95215
|
+
graphIntegration_availableTwgCapabilityContainers?: Maybe<GraphIntegrationTwgCapabilityContainerListItemConnection>;
|
|
94647
95216
|
graphIntegration_componentDirectoryDimensions?: Maybe<GraphIntegrationDirectoryFilterDimensionConnection>;
|
|
94648
95217
|
graphIntegration_componentDirectoryItems?: Maybe<GraphIntegrationDirectoryItemConnection>;
|
|
94649
95218
|
graphIntegration_mcpAdminManagementMcpServer?: Maybe<GraphIntegrationMcpAdminManagementMcpServerNode>;
|
|
94650
95219
|
graphIntegration_mcpAdminManagementMcpServerMetaData?: Maybe<GraphIntegrationMcpAdminManagementMcpServerMetaData>;
|
|
94651
95220
|
graphIntegration_mcpAdminManagementMcpServers?: Maybe<GraphIntegrationMcpAdminManagementMcpServerConnection>;
|
|
94652
95221
|
graphIntegration_mcpAdminManagementMcpTools?: Maybe<GraphIntegrationMcpAdminManagementMcpToolConnection>;
|
|
95222
|
+
graphIntegration_mcpServers?: Maybe<Array<Maybe<GraphIntegrationMcpServerNode>>>;
|
|
95223
|
+
graphIntegration_twgCapabilityContainer?: Maybe<GraphIntegrationTwgCapabilityContainer>;
|
|
95224
|
+
graphIntegration_twgCapabilityContainersInContext?: Maybe<GraphIntegrationTwgCapabilityContainerListItemConnection>;
|
|
94653
95225
|
graphStore?: Maybe<GraphStore>;
|
|
94654
95226
|
group?: Maybe<Group>;
|
|
94655
95227
|
groupCounts?: Maybe<GraphQlGroupCountsResult>;
|
|
@@ -94705,6 +95277,7 @@ export declare type Query = {
|
|
|
94705
95277
|
jiraReleases?: Maybe<JiraReleases>;
|
|
94706
95278
|
jiraServers?: Maybe<JiraServersResult>;
|
|
94707
95279
|
jira_backlog?: Maybe<JiraBacklog>;
|
|
95280
|
+
jira_backlogView?: Maybe<JiraBacklogView>;
|
|
94708
95281
|
jira_boardView?: Maybe<JiraBoardView>;
|
|
94709
95282
|
jira_boardViewCellsByIds?: Maybe<Array<Maybe<JiraBoardViewCell>>>;
|
|
94710
95283
|
jira_boardsByIds?: Maybe<Array<Maybe<JiraBoard>>>;
|
|
@@ -94766,6 +95339,7 @@ export declare type Query = {
|
|
|
94766
95339
|
loom_video?: Maybe<LoomVideo>;
|
|
94767
95340
|
loom_videoDurations?: Maybe<LoomVideoDurations>;
|
|
94768
95341
|
loom_videos?: Maybe<Array<Maybe<LoomVideo>>>;
|
|
95342
|
+
loom_viewableVideo?: Maybe<LoomVideo>;
|
|
94769
95343
|
loom_workspaceTrendingVideos?: Maybe<Array<Maybe<LoomVideo>>>;
|
|
94770
95344
|
lpLearnerData?: Maybe<LpLearnerData>;
|
|
94771
95345
|
macroBodyRenderer?: Maybe<MacroBody>;
|
|
@@ -95160,6 +95734,10 @@ export declare type QueryAgentStudio_GetByExternalReferenceArgs = {
|
|
|
95160
95734
|
export declare type QueryAgentStudio_GetCreateAgentPermissionsArgs = {
|
|
95161
95735
|
cloudId: Scalars['String']['input'];
|
|
95162
95736
|
};
|
|
95737
|
+
export declare type QueryAgentStudio_GetToolsByIdAndSourceArgs = {
|
|
95738
|
+
cloudId: Scalars['String']['input'];
|
|
95739
|
+
toolsToFetch: Array<AgentStudioToolIdAndSource>;
|
|
95740
|
+
};
|
|
95163
95741
|
export declare type QueryAgentStudio_ScenarioByIdArgs = {
|
|
95164
95742
|
containerId: Scalars['ID']['input'];
|
|
95165
95743
|
id: Scalars['ID']['input'];
|
|
@@ -95690,9 +96268,28 @@ export declare type QueryConfluence_CalendarJiraDateFieldsBySearchFilterArgs = {
|
|
|
95690
96268
|
export declare type QueryConfluence_CalendarPreferenceArgs = {
|
|
95691
96269
|
cloudId: Scalars['ID']['input'];
|
|
95692
96270
|
};
|
|
96271
|
+
export declare type QueryConfluence_CalendarRestrictionByIdArgs = {
|
|
96272
|
+
id: Scalars['ID']['input'];
|
|
96273
|
+
};
|
|
96274
|
+
export declare type QueryConfluence_CalendarSubscriptionInfoByIdArgs = {
|
|
96275
|
+
id: Scalars['ID']['input'];
|
|
96276
|
+
includeSubscriptionsFromContent?: InputMaybe<Scalars['Boolean']['input']>;
|
|
96277
|
+
spaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
96278
|
+
};
|
|
95693
96279
|
export declare type QueryConfluence_CalendarTimezonesArgs = {
|
|
95694
96280
|
cloudId: Scalars['ID']['input'];
|
|
95695
96281
|
};
|
|
96282
|
+
export declare type QueryConfluence_CalendarsByCriteriaArgs = {
|
|
96283
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
96284
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
96285
|
+
calendarContext?: InputMaybe<Scalars['String']['input']>;
|
|
96286
|
+
calendarIds?: InputMaybe<Array<InputMaybe<Scalars['ID']['input']>>>;
|
|
96287
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
96288
|
+
cql?: InputMaybe<Scalars['String']['input']>;
|
|
96289
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
96290
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
96291
|
+
viewingSpaceKey?: InputMaybe<Scalars['String']['input']>;
|
|
96292
|
+
};
|
|
95696
96293
|
export declare type QueryConfluence_CategorizeNbmChainsArgs = {
|
|
95697
96294
|
cloudId: Scalars['ID']['input'];
|
|
95698
96295
|
nbmChains: Array<InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>>;
|
|
@@ -95877,7 +96474,9 @@ export declare type QueryConfluence_NbmScanResultArgs = {
|
|
|
95877
96474
|
export declare type QueryConfluence_NbmVerificationResultArgs = {
|
|
95878
96475
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
95879
96476
|
cloudId: Scalars['ID']['input'];
|
|
96477
|
+
direction?: InputMaybe<ConfluenceNbmVerificationResultDirection>;
|
|
95880
96478
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
96479
|
+
orderBy?: InputMaybe<ConfluenceNbmVerificationResultOrder>;
|
|
95881
96480
|
scanId: Scalars['ID']['input'];
|
|
95882
96481
|
};
|
|
95883
96482
|
export declare type QueryConfluence_NoteArgs = {
|
|
@@ -95970,6 +96569,12 @@ export declare type QueryConfluence_SpaceMediaSessionArgs = {
|
|
|
95970
96569
|
contentType: Scalars['String']['input'];
|
|
95971
96570
|
spaceKey: Scalars['String']['input'];
|
|
95972
96571
|
};
|
|
96572
|
+
export declare type QueryConfluence_SpaceRecommendationsArgs = {
|
|
96573
|
+
cloudId: Scalars['ID']['input'];
|
|
96574
|
+
eventTypes?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
96575
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
96576
|
+
startTime?: InputMaybe<Scalars['String']['input']>;
|
|
96577
|
+
};
|
|
95973
96578
|
export declare type QueryConfluence_SpaceRoleModeArgs = {
|
|
95974
96579
|
cloudId: Scalars['ID']['input'];
|
|
95975
96580
|
};
|
|
@@ -96806,6 +97411,13 @@ export declare type QueryGoals_MetricValuesByIdsArgs = {
|
|
|
96806
97411
|
export declare type QueryGoals_MetricsByIdsArgs = {
|
|
96807
97412
|
metricIds: Array<Scalars['ID']['input']>;
|
|
96808
97413
|
};
|
|
97414
|
+
export declare type QueryGraphIntegration_AvailableTwgCapabilityContainersArgs = {
|
|
97415
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
97416
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
97417
|
+
contextAri: Scalars['ID']['input'];
|
|
97418
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
97419
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
97420
|
+
};
|
|
96809
97421
|
export declare type QueryGraphIntegration_ComponentDirectoryDimensionsArgs = {
|
|
96810
97422
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
96811
97423
|
cloudId: Scalars['ID']['input'];
|
|
@@ -96840,6 +97452,20 @@ export declare type QueryGraphIntegration_McpAdminManagementMcpToolsArgs = {
|
|
|
96840
97452
|
searchKeyword?: InputMaybe<Scalars['String']['input']>;
|
|
96841
97453
|
serverId: Scalars['ID']['input'];
|
|
96842
97454
|
};
|
|
97455
|
+
export declare type QueryGraphIntegration_McpServersArgs = {
|
|
97456
|
+
ids: Array<Scalars['ID']['input']>;
|
|
97457
|
+
};
|
|
97458
|
+
export declare type QueryGraphIntegration_TwgCapabilityContainerArgs = {
|
|
97459
|
+
contextAri: Scalars['ID']['input'];
|
|
97460
|
+
productAri: Scalars['ID']['input'];
|
|
97461
|
+
};
|
|
97462
|
+
export declare type QueryGraphIntegration_TwgCapabilityContainersInContextArgs = {
|
|
97463
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
97464
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
97465
|
+
contextAri: Scalars['ID']['input'];
|
|
97466
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
97467
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
97468
|
+
};
|
|
96843
97469
|
export declare type QueryGroupArgs = {
|
|
96844
97470
|
groupId?: InputMaybe<Scalars['String']['input']>;
|
|
96845
97471
|
groupName?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -97011,6 +97637,9 @@ export declare type QueryJiraProjectRelationshipsForServiceArgs = {
|
|
|
97011
97637
|
export declare type QueryJira_BacklogArgs = {
|
|
97012
97638
|
boardId: Scalars['ID']['input'];
|
|
97013
97639
|
};
|
|
97640
|
+
export declare type QueryJira_BacklogViewArgs = {
|
|
97641
|
+
input: JiraBacklogViewInput;
|
|
97642
|
+
};
|
|
97014
97643
|
export declare type QueryJira_BoardViewArgs = {
|
|
97015
97644
|
input: JiraBoardViewInput;
|
|
97016
97645
|
};
|
|
@@ -97209,6 +97838,10 @@ export declare type QueryLoom_VideoDurationsArgs = {
|
|
|
97209
97838
|
export declare type QueryLoom_VideosArgs = {
|
|
97210
97839
|
ids: Array<Scalars['ID']['input']>;
|
|
97211
97840
|
};
|
|
97841
|
+
export declare type QueryLoom_ViewableVideoArgs = {
|
|
97842
|
+
feature: Scalars['String']['input'];
|
|
97843
|
+
id: Scalars['ID']['input'];
|
|
97844
|
+
};
|
|
97212
97845
|
export declare type QueryLoom_WorkspaceTrendingVideosArgs = {
|
|
97213
97846
|
id: Scalars['ID']['input'];
|
|
97214
97847
|
};
|
|
@@ -97933,6 +98566,7 @@ export declare type QueryStakeholderComms_ListStakeholdersArgs = {
|
|
|
97933
98566
|
filter?: InputMaybe<StakeholderCommsStakeholderConnectionFilter>;
|
|
97934
98567
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
97935
98568
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
98569
|
+
order?: InputMaybe<StakeholderCommsStakeholderConnectionOrder>;
|
|
97936
98570
|
search?: InputMaybe<StakeholderCommsStakeholderConnectionSearch>;
|
|
97937
98571
|
};
|
|
97938
98572
|
export declare type QueryStalePagesArgs = {
|
|
@@ -98427,6 +99061,7 @@ export declare type RadarGroupMetrics = {
|
|
|
98427
99061
|
__typename?: 'RadarGroupMetrics';
|
|
98428
99062
|
count: Scalars['Int']['output'];
|
|
98429
99063
|
field: RadarFieldValueIdPair;
|
|
99064
|
+
positionLaborCostEstimateTotal?: Maybe<RadarMoney>;
|
|
98430
99065
|
subGroups?: Maybe<RadarGroupMetricsConnection>;
|
|
98431
99066
|
};
|
|
98432
99067
|
export declare type RadarGroupMetricsSubGroupsArgs = {
|
|
@@ -100717,8 +101352,11 @@ export declare type SearchL2FeatureProvider = {
|
|
|
100717
101352
|
};
|
|
100718
101353
|
export declare type SearchLayerDefinition = {
|
|
100719
101354
|
abTestId?: InputMaybe<Scalars['String']['input']>;
|
|
101355
|
+
connectorSources?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
100720
101356
|
entity?: InputMaybe<Scalars['String']['input']>;
|
|
101357
|
+
integrationARI?: InputMaybe<Scalars['String']['input']>;
|
|
100721
101358
|
layerId?: InputMaybe<Scalars['String']['input']>;
|
|
101359
|
+
providerId?: InputMaybe<Scalars['String']['input']>;
|
|
100722
101360
|
shadowId?: InputMaybe<Scalars['String']['input']>;
|
|
100723
101361
|
subEntity?: InputMaybe<Scalars['String']['input']>;
|
|
100724
101362
|
};
|
|
@@ -121493,8 +122131,16 @@ export declare type SpfAskComment = Node & {
|
|
|
121493
122131
|
createdByUserId?: Maybe<Scalars['String']['output']>;
|
|
121494
122132
|
data: Scalars['String']['output'];
|
|
121495
122133
|
id: Scalars['ID']['output'];
|
|
122134
|
+
level: Scalars['Int']['output'];
|
|
122135
|
+
parentComment?: Maybe<SpfAskComment>;
|
|
122136
|
+
replies?: Maybe<SpfAskCommentConnection>;
|
|
121496
122137
|
updatedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
121497
122138
|
};
|
|
122139
|
+
export declare type SpfAskCommentRepliesArgs = {
|
|
122140
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
122141
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
122142
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
122143
|
+
};
|
|
121498
122144
|
export declare type SpfAskCommentConnection = {
|
|
121499
122145
|
__typename?: 'SpfAskCommentConnection';
|
|
121500
122146
|
edges?: Maybe<Array<Maybe<SpfAskCommentEdge>>>;
|
|
@@ -122215,6 +122861,10 @@ export declare type StakeholderCommsNotificationPreferenceInput = {
|
|
|
122215
122861
|
preference?: InputMaybe<StakeholderCommsPreferencesInput>;
|
|
122216
122862
|
webhook?: InputMaybe<Scalars['String']['input']>;
|
|
122217
122863
|
};
|
|
122864
|
+
export declare enum StakeholderCommsOrderType {
|
|
122865
|
+
EmailId = "EMAIL_ID",
|
|
122866
|
+
Status = "STATUS"
|
|
122867
|
+
}
|
|
122218
122868
|
export declare type StakeholderCommsPage = {
|
|
122219
122869
|
__typename?: 'StakeholderCommsPage';
|
|
122220
122870
|
activityScore?: Maybe<Scalars['Int']['output']>;
|
|
@@ -122386,6 +123036,10 @@ export declare type StakeholderCommsStakeholderConnectionInput = {
|
|
|
122386
123036
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
122387
123037
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
122388
123038
|
};
|
|
123039
|
+
export declare type StakeholderCommsStakeholderConnectionOrder = {
|
|
123040
|
+
descending?: InputMaybe<Scalars['Boolean']['input']>;
|
|
123041
|
+
orderBy?: InputMaybe<StakeholderCommsOrderType>;
|
|
123042
|
+
};
|
|
122389
123043
|
export declare type StakeholderCommsStakeholderConnectionSearch = {
|
|
122390
123044
|
searchField?: InputMaybe<StakeholderCommsSearchField>;
|
|
122391
123045
|
searchValue?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -126299,8 +126953,11 @@ export declare type TrelloBaseCard = {
|
|
|
126299
126953
|
pinned?: Maybe<Scalars['Boolean']['output']>;
|
|
126300
126954
|
position?: Maybe<Scalars['Float']['output']>;
|
|
126301
126955
|
role?: Maybe<TrelloCardRole>;
|
|
126956
|
+
shortLink?: Maybe<Scalars['TrelloShortLink']['output']>;
|
|
126957
|
+
shortUrl?: Maybe<Scalars['URL']['output']>;
|
|
126302
126958
|
singleInstrumentationId?: Maybe<Scalars['String']['output']>;
|
|
126303
126959
|
startedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
126960
|
+
url?: Maybe<Scalars['URL']['output']>;
|
|
126304
126961
|
};
|
|
126305
126962
|
export declare type TrelloBaseCardActionsArgs = {
|
|
126306
126963
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -127629,8 +128286,11 @@ export declare type TrelloInboxCard = TrelloBaseCard & {
|
|
|
127629
128286
|
pinned?: Maybe<Scalars['Boolean']['output']>;
|
|
127630
128287
|
position?: Maybe<Scalars['Float']['output']>;
|
|
127631
128288
|
role?: Maybe<TrelloCardRole>;
|
|
128289
|
+
shortLink?: Maybe<Scalars['TrelloShortLink']['output']>;
|
|
128290
|
+
shortUrl?: Maybe<Scalars['URL']['output']>;
|
|
127632
128291
|
singleInstrumentationId?: Maybe<Scalars['String']['output']>;
|
|
127633
128292
|
startedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
128293
|
+
url?: Maybe<Scalars['URL']['output']>;
|
|
127634
128294
|
};
|
|
127635
128295
|
export declare type TrelloInboxCardActionsArgs = {
|
|
127636
128296
|
after?: InputMaybe<Scalars['String']['input']>;
|