@forge/cli-shared 6.4.2-next.3 → 6.5.0-next.5
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 +12 -0
- package/out/graphql/graphql-types.d.ts +425 -44
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +56 -23
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +4 -2
- package/package.json +1 -1
|
@@ -162,6 +162,7 @@ export declare type ActionsAction = {
|
|
|
162
162
|
enabledCapabilities?: Maybe<Array<Maybe<ActionsCapabilityType>>>;
|
|
163
163
|
extensionAri?: Maybe<Scalars['String']['output']>;
|
|
164
164
|
icon?: Maybe<Scalars['String']['output']>;
|
|
165
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
165
166
|
inputs?: Maybe<Array<ActionsActionInputTuple>>;
|
|
166
167
|
isConsequential: Scalars['Boolean']['output'];
|
|
167
168
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -1477,6 +1478,7 @@ export declare type AppStorageSqlDatabaseColumn = {
|
|
|
1477
1478
|
type: Scalars['String']['output'];
|
|
1478
1479
|
};
|
|
1479
1480
|
export declare type AppStorageSqlDatabaseInput = {
|
|
1481
|
+
appId: Scalars['ID']['input'];
|
|
1480
1482
|
installationId: Scalars['ID']['input'];
|
|
1481
1483
|
};
|
|
1482
1484
|
export declare type AppStorageSqlDatabaseMigration = {
|
|
@@ -5409,6 +5411,7 @@ export declare type CompassCustomFieldFilterInput = {
|
|
|
5409
5411
|
multiselect?: InputMaybe<CompassCustomMultiselectFieldFilterInput>;
|
|
5410
5412
|
number?: InputMaybe<CompassCustomNumberFieldFilterInput>;
|
|
5411
5413
|
singleSelect?: InputMaybe<CompassCustomSingleSelectFieldFilterInput>;
|
|
5414
|
+
text?: InputMaybe<CompassCustomTextFieldFilterInput>;
|
|
5412
5415
|
user?: InputMaybe<CompassCustomUserFieldFilterInput>;
|
|
5413
5416
|
};
|
|
5414
5417
|
export declare type CompassCustomFieldInput = {
|
|
@@ -5560,6 +5563,15 @@ export declare type CompassCustomTextFieldDefinition = CompassCustomFieldDefinit
|
|
|
5560
5563
|
id: Scalars['ID']['output'];
|
|
5561
5564
|
name?: Maybe<Scalars['String']['output']>;
|
|
5562
5565
|
};
|
|
5566
|
+
export declare type CompassCustomTextFieldFilter = CompassCustomFieldFilter & {
|
|
5567
|
+
__typename?: 'CompassCustomTextFieldFilter';
|
|
5568
|
+
comparator: Scalars['String']['output'];
|
|
5569
|
+
customFieldId: Scalars['String']['output'];
|
|
5570
|
+
};
|
|
5571
|
+
export declare type CompassCustomTextFieldFilterInput = {
|
|
5572
|
+
comparator?: InputMaybe<CustomTextFieldInputComparators>;
|
|
5573
|
+
customFieldId: Scalars['String']['input'];
|
|
5574
|
+
};
|
|
5563
5575
|
export declare type CompassCustomTextFieldInput = {
|
|
5564
5576
|
annotations?: InputMaybe<Array<CompassCustomFieldAnnotationInput>>;
|
|
5565
5577
|
definitionId: Scalars['ID']['input'];
|
|
@@ -14138,6 +14150,10 @@ export declare type ConfluencePageViewerSummary = {
|
|
|
14138
14150
|
lastContribution?: Maybe<ConfluenceContribution>;
|
|
14139
14151
|
lastSeenAt?: Maybe<Scalars['DateTime']['output']>;
|
|
14140
14152
|
};
|
|
14153
|
+
export declare enum ConfluencePrincipalType {
|
|
14154
|
+
Group = "GROUP",
|
|
14155
|
+
User = "USER"
|
|
14156
|
+
}
|
|
14141
14157
|
export declare type ConfluencePublishBlogPostInput = {
|
|
14142
14158
|
id: Scalars['ID']['input'];
|
|
14143
14159
|
publishTitle?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -17107,6 +17123,7 @@ export declare type ContentState = {
|
|
|
17107
17123
|
isCallerPermitted?: Maybe<Scalars['Boolean']['output']>;
|
|
17108
17124
|
name: Scalars['String']['output'];
|
|
17109
17125
|
restrictionLevel: ContentStateRestrictionLevel;
|
|
17126
|
+
unlocalizedName?: Maybe<Scalars['String']['output']>;
|
|
17110
17127
|
};
|
|
17111
17128
|
export declare type ContentStateInput = {
|
|
17112
17129
|
color?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -18058,6 +18075,10 @@ export declare enum CustomSingleSelectFieldInputComparators {
|
|
|
18058
18075
|
IsSet = "IS_SET",
|
|
18059
18076
|
NotSet = "NOT_SET"
|
|
18060
18077
|
}
|
|
18078
|
+
export declare enum CustomTextFieldInputComparators {
|
|
18079
|
+
IsSet = "IS_SET",
|
|
18080
|
+
NotSet = "NOT_SET"
|
|
18081
|
+
}
|
|
18061
18082
|
export declare type CustomUiTunnelDefinition = {
|
|
18062
18083
|
__typename?: 'CustomUITunnelDefinition';
|
|
18063
18084
|
resourceKey?: Maybe<Scalars['String']['output']>;
|
|
@@ -18895,7 +18916,6 @@ export declare type CustomerServiceTemplateFormEdge = {
|
|
|
18895
18916
|
export declare type CustomerServiceTemplateFormQueryResult = CustomerServiceTemplateForm | QueryError;
|
|
18896
18917
|
export declare type CustomerServiceTemplateFormUpdateInput = {
|
|
18897
18918
|
defaultRoutingRule?: InputMaybe<CustomerServiceDefaultRoutingRuleInput>;
|
|
18898
|
-
name?: InputMaybe<Scalars['String']['input']>;
|
|
18899
18919
|
};
|
|
18900
18920
|
export declare type CustomerServiceTemplateFormUpdatePayload = Payload & {
|
|
18901
18921
|
__typename?: 'CustomerServiceTemplateFormUpdatePayload';
|
|
@@ -23009,6 +23029,19 @@ export declare type FilteredPrincipalSubjectKey = {
|
|
|
23009
23029
|
id?: Maybe<Scalars['String']['output']>;
|
|
23010
23030
|
permissionDisplayType: PermissionDisplayType;
|
|
23011
23031
|
};
|
|
23032
|
+
export declare type FireboltAuthor = {
|
|
23033
|
+
__typename?: 'FireboltAuthor';
|
|
23034
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
|
23035
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
23036
|
+
lastName?: Maybe<Scalars['String']['output']>;
|
|
23037
|
+
};
|
|
23038
|
+
export declare type FireboltBook = {
|
|
23039
|
+
__typename?: 'FireboltBook';
|
|
23040
|
+
author?: Maybe<FireboltAuthor>;
|
|
23041
|
+
id?: Maybe<Scalars['ID']['output']>;
|
|
23042
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
23043
|
+
pageCount?: Maybe<Scalars['Int']['output']>;
|
|
23044
|
+
};
|
|
23012
23045
|
export declare type FollowUserInput = {
|
|
23013
23046
|
accountId: Scalars['String']['input'];
|
|
23014
23047
|
};
|
|
@@ -28143,6 +28176,10 @@ export declare type GraphStore = {
|
|
|
28143
28176
|
sprintRetrospectiveWhiteboard?: Maybe<GraphStoreSimplifiedSprintRetrospectiveWhiteboardConnection>;
|
|
28144
28177
|
sprintRetrospectiveWhiteboardInverseRelationship?: Maybe<GraphStoreFullSprintRetrospectiveWhiteboardConnection>;
|
|
28145
28178
|
sprintRetrospectiveWhiteboardRelationship?: Maybe<GraphStoreFullSprintRetrospectiveWhiteboardConnection>;
|
|
28179
|
+
teamConnectedToConfluenceSpace?: Maybe<GraphStoreSimplifiedTeamConnectedToConfluenceSpaceConnection>;
|
|
28180
|
+
teamConnectedToConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedTeamConnectedToConfluenceSpaceInverseConnection>;
|
|
28181
|
+
teamConnectedToJiraProject?: Maybe<GraphStoreSimplifiedTeamConnectedToJiraProjectConnection>;
|
|
28182
|
+
teamConnectedToJiraProjectInverse?: Maybe<GraphStoreSimplifiedTeamConnectedToJiraProjectInverseConnection>;
|
|
28146
28183
|
teamOwnsComponent?: Maybe<GraphStoreSimplifiedTeamOwnsComponentConnection>;
|
|
28147
28184
|
teamOwnsComponentInverse?: Maybe<GraphStoreSimplifiedTeamOwnsComponentInverseConnection>;
|
|
28148
28185
|
teamWorksOnProject?: Maybe<GraphStoreSimplifiedTeamWorksOnProjectConnection>;
|
|
@@ -28551,6 +28588,7 @@ export declare type GraphStoreContentReferencedEntityRelationshipArgs = {
|
|
|
28551
28588
|
id: Scalars['ID']['input'];
|
|
28552
28589
|
};
|
|
28553
28590
|
export declare type GraphStoreCypherQueryArgs = {
|
|
28591
|
+
additionalInputs?: InputMaybe<Scalars['JSON']['input']>;
|
|
28554
28592
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
28555
28593
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
28556
28594
|
query: Scalars['String']['input'];
|
|
@@ -30377,6 +30415,34 @@ export declare type GraphStoreSprintRetrospectiveWhiteboardRelationshipArgs = {
|
|
|
30377
30415
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30378
30416
|
id: Scalars['ID']['input'];
|
|
30379
30417
|
};
|
|
30418
|
+
export declare type GraphStoreTeamConnectedToConfluenceSpaceArgs = {
|
|
30419
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30420
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30421
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30422
|
+
id: Scalars['ID']['input'];
|
|
30423
|
+
sort?: InputMaybe<GraphStoreTeamConnectedToConfluenceSpaceSortInput>;
|
|
30424
|
+
};
|
|
30425
|
+
export declare type GraphStoreTeamConnectedToConfluenceSpaceInverseArgs = {
|
|
30426
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30427
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30428
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30429
|
+
id: Scalars['ID']['input'];
|
|
30430
|
+
sort?: InputMaybe<GraphStoreTeamConnectedToConfluenceSpaceSortInput>;
|
|
30431
|
+
};
|
|
30432
|
+
export declare type GraphStoreTeamConnectedToJiraProjectArgs = {
|
|
30433
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30434
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30435
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30436
|
+
id: Scalars['ID']['input'];
|
|
30437
|
+
sort?: InputMaybe<GraphStoreTeamConnectedToJiraProjectSortInput>;
|
|
30438
|
+
};
|
|
30439
|
+
export declare type GraphStoreTeamConnectedToJiraProjectInverseArgs = {
|
|
30440
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30441
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
30442
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30443
|
+
id: Scalars['ID']['input'];
|
|
30444
|
+
sort?: InputMaybe<GraphStoreTeamConnectedToJiraProjectSortInput>;
|
|
30445
|
+
};
|
|
30380
30446
|
export declare type GraphStoreTeamOwnsComponentArgs = {
|
|
30381
30447
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30382
30448
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -39240,6 +39306,70 @@ export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardEdge = {
|
|
|
39240
39306
|
node?: Maybe<GraphStoreSimplifiedSprintRetrospectiveWhiteboardUnion>;
|
|
39241
39307
|
};
|
|
39242
39308
|
export declare type GraphStoreSimplifiedSprintRetrospectiveWhiteboardUnion = ConfluenceWhiteboard;
|
|
39309
|
+
export declare type GraphStoreSimplifiedTeamConnectedToConfluenceSpaceConnection = HasPageInfo & HasTotal & {
|
|
39310
|
+
__typename?: 'GraphStoreSimplifiedTeamConnectedToConfluenceSpaceConnection';
|
|
39311
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamConnectedToConfluenceSpaceEdge>>>;
|
|
39312
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
39313
|
+
pageInfo: PageInfo;
|
|
39314
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
39315
|
+
};
|
|
39316
|
+
export declare type GraphStoreSimplifiedTeamConnectedToConfluenceSpaceEdge = {
|
|
39317
|
+
__typename?: 'GraphStoreSimplifiedTeamConnectedToConfluenceSpaceEdge';
|
|
39318
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39319
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39320
|
+
id: Scalars['ID']['output'];
|
|
39321
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39322
|
+
node?: Maybe<GraphStoreSimplifiedTeamConnectedToConfluenceSpaceUnion>;
|
|
39323
|
+
};
|
|
39324
|
+
export declare type GraphStoreSimplifiedTeamConnectedToConfluenceSpaceInverseConnection = HasPageInfo & HasTotal & {
|
|
39325
|
+
__typename?: 'GraphStoreSimplifiedTeamConnectedToConfluenceSpaceInverseConnection';
|
|
39326
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamConnectedToConfluenceSpaceInverseEdge>>>;
|
|
39327
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
39328
|
+
pageInfo: PageInfo;
|
|
39329
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
39330
|
+
};
|
|
39331
|
+
export declare type GraphStoreSimplifiedTeamConnectedToConfluenceSpaceInverseEdge = {
|
|
39332
|
+
__typename?: 'GraphStoreSimplifiedTeamConnectedToConfluenceSpaceInverseEdge';
|
|
39333
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39334
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39335
|
+
id: Scalars['ID']['output'];
|
|
39336
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39337
|
+
node?: Maybe<GraphStoreSimplifiedTeamConnectedToConfluenceSpaceInverseUnion>;
|
|
39338
|
+
};
|
|
39339
|
+
export declare type GraphStoreSimplifiedTeamConnectedToConfluenceSpaceInverseUnion = TeamV2;
|
|
39340
|
+
export declare type GraphStoreSimplifiedTeamConnectedToConfluenceSpaceUnion = ConfluenceSpace;
|
|
39341
|
+
export declare type GraphStoreSimplifiedTeamConnectedToJiraProjectConnection = HasPageInfo & HasTotal & {
|
|
39342
|
+
__typename?: 'GraphStoreSimplifiedTeamConnectedToJiraProjectConnection';
|
|
39343
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamConnectedToJiraProjectEdge>>>;
|
|
39344
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
39345
|
+
pageInfo: PageInfo;
|
|
39346
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
39347
|
+
};
|
|
39348
|
+
export declare type GraphStoreSimplifiedTeamConnectedToJiraProjectEdge = {
|
|
39349
|
+
__typename?: 'GraphStoreSimplifiedTeamConnectedToJiraProjectEdge';
|
|
39350
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39351
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39352
|
+
id: Scalars['ID']['output'];
|
|
39353
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39354
|
+
node?: Maybe<GraphStoreSimplifiedTeamConnectedToJiraProjectUnion>;
|
|
39355
|
+
};
|
|
39356
|
+
export declare type GraphStoreSimplifiedTeamConnectedToJiraProjectInverseConnection = HasPageInfo & HasTotal & {
|
|
39357
|
+
__typename?: 'GraphStoreSimplifiedTeamConnectedToJiraProjectInverseConnection';
|
|
39358
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamConnectedToJiraProjectInverseEdge>>>;
|
|
39359
|
+
isExactCount?: Maybe<Scalars['Boolean']['output']>;
|
|
39360
|
+
pageInfo: PageInfo;
|
|
39361
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
39362
|
+
};
|
|
39363
|
+
export declare type GraphStoreSimplifiedTeamConnectedToJiraProjectInverseEdge = {
|
|
39364
|
+
__typename?: 'GraphStoreSimplifiedTeamConnectedToJiraProjectInverseEdge';
|
|
39365
|
+
createdAt: Scalars['DateTime']['output'];
|
|
39366
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
39367
|
+
id: Scalars['ID']['output'];
|
|
39368
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
39369
|
+
node?: Maybe<GraphStoreSimplifiedTeamConnectedToJiraProjectInverseUnion>;
|
|
39370
|
+
};
|
|
39371
|
+
export declare type GraphStoreSimplifiedTeamConnectedToJiraProjectInverseUnion = TeamV2;
|
|
39372
|
+
export declare type GraphStoreSimplifiedTeamConnectedToJiraProjectUnion = JiraProject;
|
|
39243
39373
|
export declare type GraphStoreSimplifiedTeamOwnsComponentConnection = HasPageInfo & {
|
|
39244
39374
|
__typename?: 'GraphStoreSimplifiedTeamOwnsComponentConnection';
|
|
39245
39375
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamOwnsComponentEdge>>>;
|
|
@@ -40264,6 +40394,18 @@ export declare type GraphStoreSprintRetrospectiveWhiteboardSortInput = {
|
|
|
40264
40394
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40265
40395
|
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40266
40396
|
};
|
|
40397
|
+
export declare type GraphStoreTeamConnectedToConfluenceSpaceSortInput = {
|
|
40398
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40399
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
40400
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40401
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40402
|
+
};
|
|
40403
|
+
export declare type GraphStoreTeamConnectedToJiraProjectSortInput = {
|
|
40404
|
+
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
40405
|
+
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
40406
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40407
|
+
toAti?: InputMaybe<GraphStoreSortInput>;
|
|
40408
|
+
};
|
|
40267
40409
|
export declare type GraphStoreTeamOwnsComponentSortInput = {
|
|
40268
40410
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40269
40411
|
};
|
|
@@ -42168,7 +42310,33 @@ export declare type HelpObjectStoreArticle = HelpObjectStoreHelpObject & Node &
|
|
|
42168
42310
|
id: Scalars['ID']['output'];
|
|
42169
42311
|
title?: Maybe<Scalars['String']['output']>;
|
|
42170
42312
|
};
|
|
42313
|
+
export declare type HelpObjectStoreArticleMetadata = {
|
|
42314
|
+
__typename?: 'HelpObjectStoreArticleMetadata';
|
|
42315
|
+
isExternal: Scalars['Boolean']['output'];
|
|
42316
|
+
searchStrategy: HelpObjectStoreArticleSearchStrategy;
|
|
42317
|
+
};
|
|
42171
42318
|
export declare type HelpObjectStoreArticleResult = HelpObjectStoreArticle | HelpObjectStoreQueryError;
|
|
42319
|
+
export declare type HelpObjectStoreArticleSearchResponse = HelpObjectStoreArticleSearchResults | HelpObjectStoreSearchError;
|
|
42320
|
+
export declare type HelpObjectStoreArticleSearchResult = {
|
|
42321
|
+
__typename?: 'HelpObjectStoreArticleSearchResult';
|
|
42322
|
+
absoluteUrl: Scalars['String']['output'];
|
|
42323
|
+
ari: Scalars['ID']['output'];
|
|
42324
|
+
containerAri: Scalars['ID']['output'];
|
|
42325
|
+
containerName: Scalars['ID']['output'];
|
|
42326
|
+
displayLink: Scalars['String']['output'];
|
|
42327
|
+
excerpt: Scalars['String']['output'];
|
|
42328
|
+
metadata: HelpObjectStoreArticleMetadata;
|
|
42329
|
+
title: Scalars['String']['output'];
|
|
42330
|
+
};
|
|
42331
|
+
export declare type HelpObjectStoreArticleSearchResults = {
|
|
42332
|
+
__typename?: 'HelpObjectStoreArticleSearchResults';
|
|
42333
|
+
results: Array<HelpObjectStoreArticleSearchResult>;
|
|
42334
|
+
};
|
|
42335
|
+
export declare enum HelpObjectStoreArticleSearchStrategy {
|
|
42336
|
+
ContentSearch = "CONTENT_SEARCH",
|
|
42337
|
+
Cql = "CQL",
|
|
42338
|
+
Proxy = "PROXY"
|
|
42339
|
+
}
|
|
42172
42340
|
export declare type HelpObjectStoreBulkCreateEntityMappingInput = {
|
|
42173
42341
|
helpObjectStoreCreateEntityMappingInputItems: Array<HelpObjectStoreCreateEntityMappingInput>;
|
|
42174
42342
|
};
|
|
@@ -42248,7 +42416,30 @@ export declare type HelpObjectStorePortal = HelpObjectStoreHelpObject & Node & {
|
|
|
42248
42416
|
id: Scalars['ID']['output'];
|
|
42249
42417
|
title?: Maybe<Scalars['String']['output']>;
|
|
42250
42418
|
};
|
|
42419
|
+
export declare type HelpObjectStorePortalMetadata = {
|
|
42420
|
+
__typename?: 'HelpObjectStorePortalMetadata';
|
|
42421
|
+
searchStrategy: HelpObjectStorePortalSearchStrategy;
|
|
42422
|
+
};
|
|
42251
42423
|
export declare type HelpObjectStorePortalResult = HelpObjectStorePortal | HelpObjectStoreQueryError;
|
|
42424
|
+
export declare type HelpObjectStorePortalSearchResponse = HelpObjectStorePortalSearchResults | HelpObjectStoreSearchError;
|
|
42425
|
+
export declare type HelpObjectStorePortalSearchResult = {
|
|
42426
|
+
__typename?: 'HelpObjectStorePortalSearchResult';
|
|
42427
|
+
absoluteUrl: Scalars['String']['output'];
|
|
42428
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
42429
|
+
displayLink: Scalars['String']['output'];
|
|
42430
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
42431
|
+
id: Scalars['ID']['output'];
|
|
42432
|
+
metadata: HelpObjectStorePortalMetadata;
|
|
42433
|
+
title: Scalars['String']['output'];
|
|
42434
|
+
};
|
|
42435
|
+
export declare type HelpObjectStorePortalSearchResults = {
|
|
42436
|
+
__typename?: 'HelpObjectStorePortalSearchResults';
|
|
42437
|
+
results: Array<HelpObjectStorePortalSearchResult>;
|
|
42438
|
+
};
|
|
42439
|
+
export declare enum HelpObjectStorePortalSearchStrategy {
|
|
42440
|
+
Jira = "JIRA",
|
|
42441
|
+
SearchPlatform = "SEARCH_PLATFORM"
|
|
42442
|
+
}
|
|
42252
42443
|
export declare type HelpObjectStoreQueryApi = {
|
|
42253
42444
|
__typename?: 'HelpObjectStoreQueryApi';
|
|
42254
42445
|
articles?: Maybe<Array<Maybe<HelpObjectStoreArticleResult>>>;
|
|
@@ -42289,6 +42480,34 @@ export declare type HelpObjectStoreRequestForm = HelpObjectStoreHelpObject & Nod
|
|
|
42289
42480
|
title?: Maybe<Scalars['String']['output']>;
|
|
42290
42481
|
};
|
|
42291
42482
|
export declare type HelpObjectStoreRequestFormResult = HelpObjectStoreQueryError | HelpObjectStoreRequestForm;
|
|
42483
|
+
export declare type HelpObjectStoreRequestTypeMetadata = {
|
|
42484
|
+
__typename?: 'HelpObjectStoreRequestTypeMetadata';
|
|
42485
|
+
isExternal: Scalars['Boolean']['output'];
|
|
42486
|
+
searchStrategy: HelpObjectStoreRequestTypeSearchStrategy;
|
|
42487
|
+
};
|
|
42488
|
+
export declare type HelpObjectStoreRequestTypeSearchResponse = HelpObjectStoreRequestTypeSearchResults | HelpObjectStoreSearchError;
|
|
42489
|
+
export declare type HelpObjectStoreRequestTypeSearchResult = {
|
|
42490
|
+
__typename?: 'HelpObjectStoreRequestTypeSearchResult';
|
|
42491
|
+
absoluteUrl: Scalars['String']['output'];
|
|
42492
|
+
containerAri: Scalars['ID']['output'];
|
|
42493
|
+
containerName: Scalars['ID']['output'];
|
|
42494
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
42495
|
+
displayLink: Scalars['String']['output'];
|
|
42496
|
+
iconUrl?: Maybe<Scalars['String']['output']>;
|
|
42497
|
+
id: Scalars['ID']['output'];
|
|
42498
|
+
metadata: HelpObjectStoreRequestTypeMetadata;
|
|
42499
|
+
title: Scalars['String']['output'];
|
|
42500
|
+
};
|
|
42501
|
+
export declare type HelpObjectStoreRequestTypeSearchResults = {
|
|
42502
|
+
__typename?: 'HelpObjectStoreRequestTypeSearchResults';
|
|
42503
|
+
results: Array<HelpObjectStoreRequestTypeSearchResult>;
|
|
42504
|
+
};
|
|
42505
|
+
export declare enum HelpObjectStoreRequestTypeSearchStrategy {
|
|
42506
|
+
JiraIssueBasedSearch = "JIRA_ISSUE_BASED_SEARCH",
|
|
42507
|
+
JiraKeywordBased = "JIRA_KEYWORD_BASED",
|
|
42508
|
+
SearchPlatformKeywordBased = "SEARCH_PLATFORM_KEYWORD_BASED",
|
|
42509
|
+
SearchPlatformKeywordBasedEr = "SEARCH_PLATFORM_KEYWORD_BASED_ER"
|
|
42510
|
+
}
|
|
42292
42511
|
export declare enum HelpObjectStoreSearchAlgorithm {
|
|
42293
42512
|
KeywordSearchOnIssues = "KEYWORD_SEARCH_ON_ISSUES",
|
|
42294
42513
|
KeywordSearchOnPortalsBm25 = "KEYWORD_SEARCH_ON_PORTALS_BM25",
|
|
@@ -42306,6 +42525,11 @@ export declare enum HelpObjectStoreSearchEntityType {
|
|
|
42306
42525
|
Portal = "PORTAL",
|
|
42307
42526
|
RequestForm = "REQUEST_FORM"
|
|
42308
42527
|
}
|
|
42528
|
+
export declare type HelpObjectStoreSearchError = {
|
|
42529
|
+
__typename?: 'HelpObjectStoreSearchError';
|
|
42530
|
+
extensions: Array<QueryErrorExtension>;
|
|
42531
|
+
message: Scalars['String']['output'];
|
|
42532
|
+
};
|
|
42309
42533
|
export declare type HelpObjectStoreSearchInput = {
|
|
42310
42534
|
categoryIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
42311
42535
|
cloudId: Scalars['ID']['input'];
|
|
@@ -42444,10 +42668,15 @@ export declare type InfluentsNotificationAction = {
|
|
|
42444
42668
|
};
|
|
42445
42669
|
export declare type InfluentsNotificationActor = {
|
|
42446
42670
|
__typename?: 'InfluentsNotificationActor';
|
|
42671
|
+
actorType?: Maybe<InfluentsNotificationActorType>;
|
|
42447
42672
|
ari?: Maybe<Scalars['String']['output']>;
|
|
42448
42673
|
avatarURL?: Maybe<Scalars['String']['output']>;
|
|
42449
42674
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
42450
42675
|
};
|
|
42676
|
+
export declare enum InfluentsNotificationActorType {
|
|
42677
|
+
Animated = "animated",
|
|
42678
|
+
Url = "url"
|
|
42679
|
+
}
|
|
42451
42680
|
export declare type InfluentsNotificationAnalyticsAttribute = {
|
|
42452
42681
|
__typename?: 'InfluentsNotificationAnalyticsAttribute';
|
|
42453
42682
|
key?: Maybe<Scalars['String']['output']>;
|
|
@@ -44223,6 +44452,7 @@ export declare type JiraAutodevJob = {
|
|
|
44223
44452
|
branchUrl?: Maybe<Scalars['String']['output']>;
|
|
44224
44453
|
codeChanges?: Maybe<JiraAutodevCodeChangeConnection>;
|
|
44225
44454
|
currentWorkflow?: Maybe<Scalars['String']['output']>;
|
|
44455
|
+
error?: Maybe<JiraAutodevJobPermissionError>;
|
|
44226
44456
|
gitDiff?: Maybe<Scalars['String']['output']>;
|
|
44227
44457
|
id: Scalars['ID']['output'];
|
|
44228
44458
|
issueAri?: Maybe<Scalars['ID']['output']>;
|
|
@@ -44256,6 +44486,12 @@ export declare type JiraAutodevJobEdge = {
|
|
|
44256
44486
|
cursor: Scalars['String']['output'];
|
|
44257
44487
|
node?: Maybe<JiraAutodevJob>;
|
|
44258
44488
|
};
|
|
44489
|
+
export declare type JiraAutodevJobPermissionError = {
|
|
44490
|
+
__typename?: 'JiraAutodevJobPermissionError';
|
|
44491
|
+
errorType?: Maybe<Scalars['String']['output']>;
|
|
44492
|
+
httpStatus?: Maybe<Scalars['Int']['output']>;
|
|
44493
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
44494
|
+
};
|
|
44259
44495
|
export declare enum JiraAutodevPhase {
|
|
44260
44496
|
CodeGenerating = "CODE_GENERATING",
|
|
44261
44497
|
CodeReview = "CODE_REVIEW",
|
|
@@ -46131,6 +46367,20 @@ export declare type JiraCustomerServiceOrganizationField = JiraIssueField & Jira
|
|
|
46131
46367
|
type: Scalars['String']['output'];
|
|
46132
46368
|
userFieldConfig?: Maybe<JiraUserFieldConfig>;
|
|
46133
46369
|
};
|
|
46370
|
+
export declare type JiraCustomerServiceOrganizationFieldPayload = Payload & {
|
|
46371
|
+
__typename?: 'JiraCustomerServiceOrganizationFieldPayload';
|
|
46372
|
+
errors?: Maybe<Array<MutationError>>;
|
|
46373
|
+
field?: Maybe<JiraCustomerServiceOrganizationField>;
|
|
46374
|
+
success: Scalars['Boolean']['output'];
|
|
46375
|
+
};
|
|
46376
|
+
export declare type JiraCustomerServiceUpdateOrganizationFieldInput = {
|
|
46377
|
+
id: Scalars['ID']['input'];
|
|
46378
|
+
operation?: InputMaybe<JiraCustomerServiceUpdateOrganizationOperationInput>;
|
|
46379
|
+
};
|
|
46380
|
+
export declare type JiraCustomerServiceUpdateOrganizationOperationInput = {
|
|
46381
|
+
operation: JiraSingleValueFieldOperations;
|
|
46382
|
+
organizationId?: InputMaybe<Scalars['ID']['input']>;
|
|
46383
|
+
};
|
|
46134
46384
|
export declare type JiraDashboard = Node & {
|
|
46135
46385
|
__typename?: 'JiraDashboard';
|
|
46136
46386
|
dashboardId?: Maybe<Scalars['Long']['output']>;
|
|
@@ -47912,6 +48162,7 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
47912
48162
|
commandPaletteActions?: Maybe<JiraIssueCommandPaletteActionConnection>;
|
|
47913
48163
|
commandPaletteFields?: Maybe<JiraIssueFieldConnection>;
|
|
47914
48164
|
comments?: Maybe<JiraCommentConnection>;
|
|
48165
|
+
configurationUrl?: Maybe<Scalars['URL']['output']>;
|
|
47915
48166
|
contentPanels?: Maybe<JiraIssueContentPanelConnection>;
|
|
47916
48167
|
coverMedia?: Maybe<JiraWorkManagementBackground>;
|
|
47917
48168
|
createdField?: Maybe<JiraDateTimePickerField>;
|
|
@@ -50749,6 +51000,7 @@ export declare type JiraMutation = {
|
|
|
50749
51000
|
updateMultipleSelectUserPickerField?: Maybe<JiraMultipleSelectUserPickerFieldPayload>;
|
|
50750
51001
|
updateMultipleVersionPickerField?: Maybe<JiraMultipleVersionPickerFieldPayload>;
|
|
50751
51002
|
updateNumberField?: Maybe<JiraNumberFieldPayload>;
|
|
51003
|
+
updateOrganizationField?: Maybe<JiraCustomerServiceOrganizationFieldPayload>;
|
|
50752
51004
|
updateOriginalTimeEstimateField?: Maybe<JiraOriginalTimeEstimateFieldPayload>;
|
|
50753
51005
|
updateParentField?: Maybe<JiraParentFieldPayload>;
|
|
50754
51006
|
updatePeopleField?: Maybe<JiraPeopleFieldPayload>;
|
|
@@ -51247,6 +51499,9 @@ export declare type JiraMutationUpdateMultipleVersionPickerFieldArgs = {
|
|
|
51247
51499
|
export declare type JiraMutationUpdateNumberFieldArgs = {
|
|
51248
51500
|
input: JiraUpdateNumberFieldInput;
|
|
51249
51501
|
};
|
|
51502
|
+
export declare type JiraMutationUpdateOrganizationFieldArgs = {
|
|
51503
|
+
input: JiraCustomerServiceUpdateOrganizationFieldInput;
|
|
51504
|
+
};
|
|
51250
51505
|
export declare type JiraMutationUpdateOriginalTimeEstimateFieldArgs = {
|
|
51251
51506
|
input: JiraOriginalTimeEstimateFieldInput;
|
|
51252
51507
|
};
|
|
@@ -52325,6 +52580,7 @@ export declare type JiraPlaybookStepRun = Node & {
|
|
|
52325
52580
|
__typename?: 'JiraPlaybookStepRun';
|
|
52326
52581
|
completedAt?: Maybe<Scalars['DateTime']['output']>;
|
|
52327
52582
|
id: Scalars['ID']['output'];
|
|
52583
|
+
playbookId?: Maybe<Scalars['ID']['output']>;
|
|
52328
52584
|
playbookName?: Maybe<Scalars['String']['output']>;
|
|
52329
52585
|
stepDuration?: Maybe<Scalars['Long']['output']>;
|
|
52330
52586
|
stepId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -53314,8 +53570,14 @@ export declare type JiraQuery = {
|
|
|
53314
53570
|
projectRoleActorLogTableEntries?: Maybe<JiraProjectRoleActorLogTableEntryConnection>;
|
|
53315
53571
|
projectRoleActorRecommendations?: Maybe<JiraProjectRoleActorRecommendationConnection>;
|
|
53316
53572
|
rankField?: Maybe<JiraJqlFieldWithAliases>;
|
|
53573
|
+
recentBoards?: Maybe<JiraBoardConnection>;
|
|
53574
|
+
recentDashboards?: Maybe<JiraSearchableEntityConnection>;
|
|
53575
|
+
recentFilters?: Maybe<JiraFilterConnection>;
|
|
53576
|
+
recentIssues?: Maybe<JiraIssueConnection>;
|
|
53317
53577
|
recentItems?: Maybe<JiraSearchableEntityConnection>;
|
|
53578
|
+
recentPlans?: Maybe<JiraSearchableEntityConnection>;
|
|
53318
53579
|
recentProjects?: Maybe<JiraProjectConnection>;
|
|
53580
|
+
recentQueues?: Maybe<JiraSearchableEntityConnection>;
|
|
53319
53581
|
remoteIssueLinksById?: Maybe<Array<Maybe<JiraRemoteIssueLink>>>;
|
|
53320
53582
|
requestTypeTemplateById?: Maybe<JiraServiceManagementRequestTypeTemplate>;
|
|
53321
53583
|
requestTypeTemplateDefaultConfigurationDependencies?: Maybe<JiraServiceManagementRequestTypeTemplateDefaultConfigurationDependencies>;
|
|
@@ -54029,6 +54291,30 @@ export declare type JiraQueryProjectRoleActorRecommendationsArgs = {
|
|
|
54029
54291
|
export declare type JiraQueryRankFieldArgs = {
|
|
54030
54292
|
cloudId: Scalars['ID']['input'];
|
|
54031
54293
|
};
|
|
54294
|
+
export declare type JiraQueryRecentBoardsArgs = {
|
|
54295
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
54296
|
+
cloudId: Scalars['ID']['input'];
|
|
54297
|
+
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
54298
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54299
|
+
};
|
|
54300
|
+
export declare type JiraQueryRecentDashboardsArgs = {
|
|
54301
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
54302
|
+
cloudId: Scalars['ID']['input'];
|
|
54303
|
+
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
54304
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54305
|
+
};
|
|
54306
|
+
export declare type JiraQueryRecentFiltersArgs = {
|
|
54307
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
54308
|
+
cloudId: Scalars['ID']['input'];
|
|
54309
|
+
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
54310
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54311
|
+
};
|
|
54312
|
+
export declare type JiraQueryRecentIssuesArgs = {
|
|
54313
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
54314
|
+
cloudId: Scalars['ID']['input'];
|
|
54315
|
+
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
54316
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54317
|
+
};
|
|
54032
54318
|
export declare type JiraQueryRecentItemsArgs = {
|
|
54033
54319
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
54034
54320
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -54039,12 +54325,24 @@ export declare type JiraQueryRecentItemsArgs = {
|
|
|
54039
54325
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
54040
54326
|
types: Array<JiraSearchableEntityType>;
|
|
54041
54327
|
};
|
|
54328
|
+
export declare type JiraQueryRecentPlansArgs = {
|
|
54329
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
54330
|
+
cloudId: Scalars['ID']['input'];
|
|
54331
|
+
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
54332
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54333
|
+
};
|
|
54042
54334
|
export declare type JiraQueryRecentProjectsArgs = {
|
|
54043
54335
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
54044
54336
|
cloudId: Scalars['ID']['input'];
|
|
54045
54337
|
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
54046
54338
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54047
54339
|
};
|
|
54340
|
+
export declare type JiraQueryRecentQueuesArgs = {
|
|
54341
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
54342
|
+
cloudId: Scalars['ID']['input'];
|
|
54343
|
+
currentURL?: InputMaybe<Scalars['URL']['input']>;
|
|
54344
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
54345
|
+
};
|
|
54048
54346
|
export declare type JiraQueryRemoteIssueLinksByIdArgs = {
|
|
54049
54347
|
ids: Array<Scalars['ID']['input']>;
|
|
54050
54348
|
};
|
|
@@ -60436,7 +60734,7 @@ export declare type KnowledgeDiscoveryUpdateRelatedEntitiesPayload = Payload & {
|
|
|
60436
60734
|
success: Scalars['Boolean']['output'];
|
|
60437
60735
|
};
|
|
60438
60736
|
export declare type KnowledgeDiscoveryUpdateUserKeyPhraseInteractionInput = {
|
|
60439
|
-
|
|
60737
|
+
isDisabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
60440
60738
|
keyPhrase: Scalars['String']['input'];
|
|
60441
60739
|
workspaceId: Scalars['String']['input'];
|
|
60442
60740
|
};
|
|
@@ -61495,6 +61793,7 @@ export declare type MarketplaceConsoleForgeFrameworkAttributes = {
|
|
|
61495
61793
|
export declare type MarketplaceConsoleForgeFrameworkAttributesInput = {
|
|
61496
61794
|
appId: Scalars['String']['input'];
|
|
61497
61795
|
envId: Scalars['String']['input'];
|
|
61796
|
+
scopes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
61498
61797
|
versionId: Scalars['String']['input'];
|
|
61499
61798
|
};
|
|
61500
61799
|
export declare type MarketplaceConsoleFrameworkAttributes = {
|
|
@@ -62435,6 +62734,7 @@ export declare enum MarketplaceStoreInstallAppStatus {
|
|
|
62435
62734
|
InProgress = "IN_PROGRESS",
|
|
62436
62735
|
Pending = "PENDING",
|
|
62437
62736
|
ProvisioningFailure = "PROVISIONING_FAILURE",
|
|
62737
|
+
ProvisioningSuccessInstallPending = "PROVISIONING_SUCCESS_INSTALL_PENDING",
|
|
62438
62738
|
Success = "SUCCESS",
|
|
62439
62739
|
TimedOut = "TIMED_OUT"
|
|
62440
62740
|
}
|
|
@@ -63275,6 +63575,11 @@ export declare type MercuryFocusAreaType = {
|
|
|
63275
63575
|
id: Scalars['ID']['output'];
|
|
63276
63576
|
name: Scalars['String']['output'];
|
|
63277
63577
|
};
|
|
63578
|
+
export declare type MercuryForYouFocusAreaActivityHistory = {
|
|
63579
|
+
__typename?: 'MercuryForYouFocusAreaActivityHistory';
|
|
63580
|
+
activityHistory?: Maybe<MercuryFocusAreaActivityConnection>;
|
|
63581
|
+
focusAreas?: Maybe<MercuryFocusAreaConnection>;
|
|
63582
|
+
};
|
|
63278
63583
|
export declare type MercuryFunding = {
|
|
63279
63584
|
__typename?: 'MercuryFunding';
|
|
63280
63585
|
aggregation?: Maybe<MercuryFundingAggregation>;
|
|
@@ -63757,6 +64062,7 @@ export declare type MercuryQueryApi = {
|
|
|
63757
64062
|
focusAreaTypes?: Maybe<Array<MercuryFocusAreaType>>;
|
|
63758
64063
|
focusAreas?: Maybe<MercuryFocusAreaConnection>;
|
|
63759
64064
|
focusAreasByAris?: Maybe<Array<MercuryFocusArea>>;
|
|
64065
|
+
forYouFocusAreaActivityHistory?: Maybe<MercuryForYouFocusAreaActivityHistory>;
|
|
63760
64066
|
goalStatusAggregationsForAllFocusAreas?: Maybe<MercuryGoalStatusCount>;
|
|
63761
64067
|
mediaReadToken?: Maybe<MercuryMediaToken>;
|
|
63762
64068
|
mediaUploadToken?: Maybe<MercuryMediaToken>;
|
|
@@ -63825,6 +64131,13 @@ export declare type MercuryQueryApiFocusAreasArgs = {
|
|
|
63825
64131
|
export declare type MercuryQueryApiFocusAreasByArisArgs = {
|
|
63826
64132
|
aris?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
63827
64133
|
};
|
|
64134
|
+
export declare type MercuryQueryApiForYouFocusAreaActivityHistoryArgs = {
|
|
64135
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64136
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
64137
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64138
|
+
focusAreaFirst?: InputMaybe<Scalars['Int']['input']>;
|
|
64139
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryFocusAreaActivitySort>>>;
|
|
64140
|
+
};
|
|
63828
64141
|
export declare type MercuryQueryApiGoalStatusAggregationsForAllFocusAreasArgs = {
|
|
63829
64142
|
cloudId: Scalars['ID']['input'];
|
|
63830
64143
|
};
|
|
@@ -66701,6 +67014,7 @@ export declare type PtPage = {
|
|
|
66701
67014
|
nearestAncestors?: Maybe<PtPaginatedPageList>;
|
|
66702
67015
|
page?: Maybe<Page>;
|
|
66703
67016
|
previousSiblings?: Maybe<PtPaginatedPageList>;
|
|
67017
|
+
properties?: Maybe<PaginatedJsonContentPropertyList>;
|
|
66704
67018
|
status?: Maybe<PtGraphQlPageStatus>;
|
|
66705
67019
|
subType?: Maybe<Scalars['String']['output']>;
|
|
66706
67020
|
title?: Maybe<Scalars['String']['output']>;
|
|
@@ -66726,6 +67040,12 @@ export declare type PtPagePreviousSiblingsArgs = {
|
|
|
66726
67040
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
66727
67041
|
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
66728
67042
|
};
|
|
67043
|
+
export declare type PtPagePropertiesArgs = {
|
|
67044
|
+
key?: InputMaybe<Scalars['String']['input']>;
|
|
67045
|
+
keys?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
67046
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
67047
|
+
start?: InputMaybe<Scalars['Int']['input']>;
|
|
67048
|
+
};
|
|
66729
67049
|
export declare type PtPageEdge = {
|
|
66730
67050
|
__typename?: 'PTPageEdge';
|
|
66731
67051
|
cursor: Scalars['String']['output'];
|
|
@@ -68956,6 +69276,7 @@ export declare type Query = {
|
|
|
68956
69276
|
favoriteContent?: Maybe<PaginatedContentList>;
|
|
68957
69277
|
featureDiscovery?: Maybe<Array<Maybe<DiscoveredFeature>>>;
|
|
68958
69278
|
feed?: Maybe<PaginatedFeed>;
|
|
69279
|
+
firebolt_bookById?: Maybe<FireboltBook>;
|
|
68959
69280
|
forYouFeed?: Maybe<ForYouPaginatedFeed>;
|
|
68960
69281
|
fullHubArticle?: Maybe<ContentPlatformFullHubArticle>;
|
|
68961
69282
|
fullHubArticles: ContentPlatformHubArticleSearchConnection;
|
|
@@ -68992,6 +69313,9 @@ export declare type Query = {
|
|
|
68992
69313
|
helpExternalResource?: Maybe<HelpExternalResourceQueryApi>;
|
|
68993
69314
|
helpLayout?: Maybe<HelpLayoutQueryApi>;
|
|
68994
69315
|
helpObjectStore?: Maybe<HelpObjectStoreQueryApi>;
|
|
69316
|
+
helpObjectStore_searchArticles?: Maybe<HelpObjectStoreArticleSearchResponse>;
|
|
69317
|
+
helpObjectStore_searchPortals?: Maybe<HelpObjectStorePortalSearchResponse>;
|
|
69318
|
+
helpObjectStore_searchRequestTypes?: Maybe<HelpObjectStoreRequestTypeSearchResponse>;
|
|
68995
69319
|
homeUserSettings?: Maybe<HomeUserSettings>;
|
|
68996
69320
|
incomingLinksCount?: Maybe<IncomingLinksCount>;
|
|
68997
69321
|
inlineTasks?: Maybe<InlineTasksQueryResult>;
|
|
@@ -69070,13 +69394,9 @@ export declare type Query = {
|
|
|
69070
69394
|
paywallStatus?: Maybe<PaywallStatus>;
|
|
69071
69395
|
permsReportDownloadLinkForTask?: Maybe<PermsReportDownloadLink>;
|
|
69072
69396
|
playbook_jiraPlaybook?: Maybe<JiraPlaybookQueryPayload>;
|
|
69073
|
-
playbook_jiraPlaybookInstanceSteps?: Maybe<Array<Maybe<JiraPlaybookInstanceStep>>>;
|
|
69074
|
-
playbook_jiraPlaybookInstances?: Maybe<Array<Maybe<JiraPlaybookInstance>>>;
|
|
69075
69397
|
playbook_jiraPlaybookInstancesForIssue?: Maybe<JiraPlaybookInstanceConnection>;
|
|
69076
|
-
playbook_jiraPlaybookStepRuns?: Maybe<Array<Maybe<JiraPlaybookStepRun>>>;
|
|
69077
69398
|
playbook_jiraPlaybookStepRunsForPlaybookInstance?: Maybe<JiraPlaybookStepRunConnection>;
|
|
69078
69399
|
playbook_jiraPlaybookStepRunsForProject?: Maybe<JiraPlaybookStepRunConnection>;
|
|
69079
|
-
playbook_jiraPlaybooks?: Maybe<Array<Maybe<JiraPlaybook>>>;
|
|
69080
69400
|
playbook_jiraPlaybooksForProject?: Maybe<JiraPlaybookConnection>;
|
|
69081
69401
|
pokemon?: Maybe<PokemonQuery>;
|
|
69082
69402
|
pokemonTrainers?: Maybe<PokemonTrainersQuery>;
|
|
@@ -70792,6 +71112,9 @@ export declare type QueryFeedArgs = {
|
|
|
70792
71112
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
70793
71113
|
sortBy?: InputMaybe<Scalars['String']['input']>;
|
|
70794
71114
|
};
|
|
71115
|
+
export declare type QueryFirebolt_BookByIdArgs = {
|
|
71116
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
71117
|
+
};
|
|
70795
71118
|
export declare type QueryForYouFeedArgs = {
|
|
70796
71119
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
70797
71120
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -70909,6 +71232,29 @@ export declare type QueryHelpLayoutArgs = {
|
|
|
70909
71232
|
export declare type QueryHelpObjectStoreArgs = {
|
|
70910
71233
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
70911
71234
|
};
|
|
71235
|
+
export declare type QueryHelpObjectStore_SearchArticlesArgs = {
|
|
71236
|
+
categoryIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
71237
|
+
cloudId: Scalars['ID']['input'];
|
|
71238
|
+
helpCenterAri?: InputMaybe<Scalars['ID']['input']>;
|
|
71239
|
+
highlight?: InputMaybe<Scalars['Boolean']['input']>;
|
|
71240
|
+
limit: Scalars['Int']['input'];
|
|
71241
|
+
portalIds?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
71242
|
+
queryTerm: Scalars['String']['input'];
|
|
71243
|
+
skipRestrictedPages?: InputMaybe<Scalars['Boolean']['input']>;
|
|
71244
|
+
};
|
|
71245
|
+
export declare type QueryHelpObjectStore_SearchPortalsArgs = {
|
|
71246
|
+
cloudId: Scalars['ID']['input'];
|
|
71247
|
+
helpCenterAri?: InputMaybe<Scalars['ID']['input']>;
|
|
71248
|
+
limit: Scalars['Int']['input'];
|
|
71249
|
+
queryTerm: Scalars['String']['input'];
|
|
71250
|
+
};
|
|
71251
|
+
export declare type QueryHelpObjectStore_SearchRequestTypesArgs = {
|
|
71252
|
+
cloudId: Scalars['ID']['input'];
|
|
71253
|
+
helpCenterAri?: InputMaybe<Scalars['ID']['input']>;
|
|
71254
|
+
limit: Scalars['Int']['input'];
|
|
71255
|
+
portalId?: InputMaybe<Scalars['String']['input']>;
|
|
71256
|
+
queryTerm: Scalars['String']['input'];
|
|
71257
|
+
};
|
|
70912
71258
|
export declare type QueryIncomingLinksCountArgs = {
|
|
70913
71259
|
contentId: Scalars['ID']['input'];
|
|
70914
71260
|
};
|
|
@@ -71102,12 +71448,6 @@ export declare type QueryPermsReportDownloadLinkForTaskArgs = {
|
|
|
71102
71448
|
export declare type QueryPlaybook_JiraPlaybookArgs = {
|
|
71103
71449
|
playbookAri: Scalars['ID']['input'];
|
|
71104
71450
|
};
|
|
71105
|
-
export declare type QueryPlaybook_JiraPlaybookInstanceStepsArgs = {
|
|
71106
|
-
ids: Array<Scalars['ID']['input']>;
|
|
71107
|
-
};
|
|
71108
|
-
export declare type QueryPlaybook_JiraPlaybookInstancesArgs = {
|
|
71109
|
-
ids: Array<Scalars['ID']['input']>;
|
|
71110
|
-
};
|
|
71111
71451
|
export declare type QueryPlaybook_JiraPlaybookInstancesForIssueArgs = {
|
|
71112
71452
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
71113
71453
|
cloudId: Scalars['ID']['input'];
|
|
@@ -71115,9 +71455,6 @@ export declare type QueryPlaybook_JiraPlaybookInstancesForIssueArgs = {
|
|
|
71115
71455
|
issueId: Scalars['String']['input'];
|
|
71116
71456
|
projectKey: Scalars['String']['input'];
|
|
71117
71457
|
};
|
|
71118
|
-
export declare type QueryPlaybook_JiraPlaybookStepRunsArgs = {
|
|
71119
|
-
ids: Array<Scalars['ID']['input']>;
|
|
71120
|
-
};
|
|
71121
71458
|
export declare type QueryPlaybook_JiraPlaybookStepRunsForPlaybookInstanceArgs = {
|
|
71122
71459
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
71123
71460
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -71130,9 +71467,6 @@ export declare type QueryPlaybook_JiraPlaybookStepRunsForProjectArgs = {
|
|
|
71130
71467
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
71131
71468
|
projectKey: Scalars['String']['input'];
|
|
71132
71469
|
};
|
|
71133
|
-
export declare type QueryPlaybook_JiraPlaybooksArgs = {
|
|
71134
|
-
ids: Array<Scalars['ID']['input']>;
|
|
71135
|
-
};
|
|
71136
71470
|
export declare type QueryPlaybook_JiraPlaybooksForProjectArgs = {
|
|
71137
71471
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
71138
71472
|
cloudId: Scalars['ID']['input'];
|
|
@@ -71757,7 +72091,7 @@ export declare type RadarDateFieldValue = {
|
|
|
71757
72091
|
};
|
|
71758
72092
|
export declare type RadarDynamicFilterOptions = RadarFilterOptions & {
|
|
71759
72093
|
__typename?: 'RadarDynamicFilterOptions';
|
|
71760
|
-
functions: Array<
|
|
72094
|
+
functions: Array<RadarFunctionId>;
|
|
71761
72095
|
operators: Array<RadarFilterOperators>;
|
|
71762
72096
|
plurality: RadarFilterPlurality;
|
|
71763
72097
|
type: RadarFilterInputType;
|
|
@@ -71829,7 +72163,7 @@ export declare enum RadarFilterOperators {
|
|
|
71829
72163
|
NotLike = "NOT_LIKE"
|
|
71830
72164
|
}
|
|
71831
72165
|
export declare type RadarFilterOptions = {
|
|
71832
|
-
functions: Array<
|
|
72166
|
+
functions: Array<RadarFunctionId>;
|
|
71833
72167
|
operators: Array<RadarFilterOperators>;
|
|
71834
72168
|
plurality: RadarFilterPlurality;
|
|
71835
72169
|
type: RadarFilterInputType;
|
|
@@ -71846,10 +72180,14 @@ export declare type RadarFocusAreaMappingsInput = {
|
|
|
71846
72180
|
export declare type RadarFunction = {
|
|
71847
72181
|
__typename?: 'RadarFunction';
|
|
71848
72182
|
argType: RadarFieldType;
|
|
71849
|
-
id:
|
|
72183
|
+
id: RadarFunctionId;
|
|
71850
72184
|
maxArgs?: Maybe<Scalars['Int']['output']>;
|
|
71851
72185
|
minArgs?: Maybe<Scalars['Int']['output']>;
|
|
72186
|
+
operators: Array<RadarFilterOperators>;
|
|
71852
72187
|
};
|
|
72188
|
+
export declare enum RadarFunctionId {
|
|
72189
|
+
Under = "UNDER"
|
|
72190
|
+
}
|
|
71853
72191
|
export declare type RadarGroupMetrics = {
|
|
71854
72192
|
__typename?: 'RadarGroupMetrics';
|
|
71855
72193
|
count: Scalars['Int']['output'];
|
|
@@ -71880,9 +72218,11 @@ export declare type RadarNumericFieldValue = {
|
|
|
71880
72218
|
};
|
|
71881
72219
|
export declare type RadarPosition = Node & RadarEntity & {
|
|
71882
72220
|
__typename?: 'RadarPosition';
|
|
72221
|
+
directReports?: Maybe<Array<RadarPosition>>;
|
|
71883
72222
|
entityId: Scalars['ID']['output'];
|
|
71884
72223
|
fieldValues: Array<RadarFieldValueIdPair>;
|
|
71885
72224
|
id: Scalars['ID']['output'];
|
|
72225
|
+
manager?: Maybe<RadarPosition>;
|
|
71886
72226
|
reportingLine?: Maybe<Array<RadarPosition>>;
|
|
71887
72227
|
type?: Maybe<RadarEntityType>;
|
|
71888
72228
|
worker?: Maybe<RadarWorker>;
|
|
@@ -71901,7 +72241,7 @@ export declare type RadarPositionEdge = RadarEdge & {
|
|
|
71901
72241
|
};
|
|
71902
72242
|
export declare type RadarStaticStringFilterOptions = RadarFilterOptions & {
|
|
71903
72243
|
__typename?: 'RadarStaticStringFilterOptions';
|
|
71904
|
-
functions: Array<
|
|
72244
|
+
functions: Array<RadarFunctionId>;
|
|
71905
72245
|
operators: Array<RadarFilterOperators>;
|
|
71906
72246
|
plurality: RadarFilterPlurality;
|
|
71907
72247
|
type: RadarFilterInputType;
|
|
@@ -71956,6 +72296,7 @@ export declare type RadarWorkspace = {
|
|
|
71956
72296
|
__typename?: 'RadarWorkspace';
|
|
71957
72297
|
entityId: Scalars['ID']['output'];
|
|
71958
72298
|
focusAreaFields: Array<RadarFieldDefinition>;
|
|
72299
|
+
functions: Array<RadarFunction>;
|
|
71959
72300
|
id: Scalars['ID']['output'];
|
|
71960
72301
|
positionFields: Array<RadarFieldDefinition>;
|
|
71961
72302
|
};
|
|
@@ -74083,6 +74424,7 @@ export declare type SearchResultJiraProjectSocialSignalArgs = {
|
|
|
74083
74424
|
export declare type SearchResultMercuryFocusArea = SearchResult & {
|
|
74084
74425
|
__typename?: 'SearchResultMercuryFocusArea';
|
|
74085
74426
|
description: Scalars['String']['output'];
|
|
74427
|
+
focusArea?: Maybe<MercuryFocusArea>;
|
|
74086
74428
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
74087
74429
|
id: Scalars['ID']['output'];
|
|
74088
74430
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
@@ -77148,6 +77490,7 @@ export declare enum StringUserInputType {
|
|
|
77148
77490
|
}
|
|
77149
77491
|
export declare type SubjectKey = {
|
|
77150
77492
|
__typename?: 'SubjectKey';
|
|
77493
|
+
confluencePrincipalType: ConfluencePrincipalType;
|
|
77151
77494
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
77152
77495
|
group?: Maybe<Group>;
|
|
77153
77496
|
id?: Maybe<Scalars['String']['output']>;
|
|
@@ -80875,6 +81218,17 @@ export declare type UnifiedAccountDetails = UnifiedINode & {
|
|
|
80875
81218
|
id: Scalars['ID']['output'];
|
|
80876
81219
|
orgId?: Maybe<Scalars['String']['output']>;
|
|
80877
81220
|
};
|
|
81221
|
+
export declare type UnifiedAccountMutation = {
|
|
81222
|
+
__typename?: 'UnifiedAccountMutation';
|
|
81223
|
+
setPrimaryAccount?: Maybe<UnifiedLinkingStatusPayload>;
|
|
81224
|
+
unlinkAccount?: Maybe<UnifiedLinkingStatusPayload>;
|
|
81225
|
+
};
|
|
81226
|
+
export declare type UnifiedAccountMutationSetPrimaryAccountArgs = {
|
|
81227
|
+
aaid: Scalars['String']['input'];
|
|
81228
|
+
};
|
|
81229
|
+
export declare type UnifiedAccountMutationUnlinkAccountArgs = {
|
|
81230
|
+
aaid: Scalars['String']['input'];
|
|
81231
|
+
};
|
|
80878
81232
|
export declare type UnifiedAdmins = UnifiedINode & {
|
|
80879
81233
|
__typename?: 'UnifiedAdmins';
|
|
80880
81234
|
admins?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
@@ -81147,10 +81501,18 @@ export declare type UnifiedLearningCertificationEdge = UnifiedIEdge & {
|
|
|
81147
81501
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
81148
81502
|
node?: Maybe<UnifiedLearningCertification>;
|
|
81149
81503
|
};
|
|
81150
|
-
export declare type
|
|
81151
|
-
__typename?: '
|
|
81504
|
+
export declare type UnifiedLinkAuthenticationPayload = {
|
|
81505
|
+
__typename?: 'UnifiedLinkAuthenticationPayload';
|
|
81506
|
+
account1?: Maybe<UnifiedAccountDetails>;
|
|
81507
|
+
account2?: Maybe<UnifiedAccountDetails>;
|
|
81152
81508
|
id: Scalars['ID']['output'];
|
|
81153
|
-
|
|
81509
|
+
primaryAccountIndex?: Maybe<Scalars['Int']['output']>;
|
|
81510
|
+
token: Scalars['String']['output'];
|
|
81511
|
+
};
|
|
81512
|
+
export declare type UnifiedLinkInitiationPayload = {
|
|
81513
|
+
__typename?: 'UnifiedLinkInitiationPayload';
|
|
81514
|
+
id: Scalars['ID']['output'];
|
|
81515
|
+
token: Scalars['String']['output'];
|
|
81154
81516
|
};
|
|
81155
81517
|
export declare type UnifiedLinkedAccount = UnifiedINode & {
|
|
81156
81518
|
__typename?: 'UnifiedLinkedAccount';
|
|
@@ -81182,33 +81544,30 @@ export declare type UnifiedLinkedAccountPayload = UnifiedPayload & {
|
|
|
81182
81544
|
};
|
|
81183
81545
|
export declare type UnifiedLinkingMutation = {
|
|
81184
81546
|
__typename?: 'UnifiedLinkingMutation';
|
|
81185
|
-
|
|
81186
|
-
completeTransaction?: Maybe<
|
|
81187
|
-
|
|
81188
|
-
|
|
81547
|
+
authenticateLinkingWithLoggedInAccount?: Maybe<UnifiedULinkAuthenticationPayload>;
|
|
81548
|
+
completeTransaction?: Maybe<UnifiedLinkingStatusPayload>;
|
|
81549
|
+
initializeLinkingWithLoggedInAccount?: Maybe<UnifiedULinkInitiationPayload>;
|
|
81550
|
+
updateLinkingWithPrimaryAccount?: Maybe<UnifiedLinkingStatusPayload>;
|
|
81189
81551
|
};
|
|
81190
|
-
export declare type
|
|
81191
|
-
isLoggedInPrimary?: InputMaybe<Scalars['Boolean']['input']>;
|
|
81552
|
+
export declare type UnifiedLinkingMutationAuthenticateLinkingWithLoggedInAccountArgs = {
|
|
81192
81553
|
token: Scalars['String']['input'];
|
|
81193
81554
|
};
|
|
81194
81555
|
export declare type UnifiedLinkingMutationCompleteTransactionArgs = {
|
|
81195
81556
|
token: Scalars['String']['input'];
|
|
81196
81557
|
};
|
|
81197
|
-
export declare type
|
|
81198
|
-
account2Aaid?: InputMaybe<Scalars['String']['input']>;
|
|
81199
|
-
primaryAccountType?: InputMaybe<UnifiedPrimaryAccountType>;
|
|
81200
|
-
};
|
|
81201
|
-
export declare type UnifiedLinkingMutationUnlinkAccountArgs = {
|
|
81558
|
+
export declare type UnifiedLinkingMutationUpdateLinkingWithPrimaryAccountArgs = {
|
|
81202
81559
|
aaid: Scalars['String']['input'];
|
|
81560
|
+
token: Scalars['String']['input'];
|
|
81203
81561
|
};
|
|
81204
|
-
export declare type
|
|
81205
|
-
__typename?: '
|
|
81562
|
+
export declare type UnifiedLinkingStatusPayload = UnifiedPayload & {
|
|
81563
|
+
__typename?: 'UnifiedLinkingStatusPayload';
|
|
81206
81564
|
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
81207
81565
|
message?: Maybe<Scalars['String']['output']>;
|
|
81208
81566
|
success: Scalars['Boolean']['output'];
|
|
81209
81567
|
};
|
|
81210
81568
|
export declare type UnifiedMutation = {
|
|
81211
81569
|
__typename?: 'UnifiedMutation';
|
|
81570
|
+
account?: Maybe<UnifiedAccountMutation>;
|
|
81212
81571
|
createLinkedAccount?: Maybe<UnifiedLinkedAccountPayload>;
|
|
81213
81572
|
createParentAccount?: Maybe<UnifiedParentAccountPayload>;
|
|
81214
81573
|
createUnifiedSystem?: Maybe<UnifiedProfilePayload>;
|
|
@@ -81265,10 +81624,6 @@ export declare type UnifiedPayload = {
|
|
|
81265
81624
|
errors?: Maybe<Array<UnifiedMutationError>>;
|
|
81266
81625
|
success: Scalars['Boolean']['output'];
|
|
81267
81626
|
};
|
|
81268
|
-
export declare enum UnifiedPrimaryAccountType {
|
|
81269
|
-
Input = "INPUT",
|
|
81270
|
-
LoggedIn = "LOGGED_IN"
|
|
81271
|
-
}
|
|
81272
81627
|
export declare type UnifiedProfile = UnifiedINode & {
|
|
81273
81628
|
__typename?: 'UnifiedProfile';
|
|
81274
81629
|
badges?: Maybe<UnifiedUProfileBadgesResult>;
|
|
@@ -81423,7 +81778,8 @@ export declare type UnifiedUGamificationResult = UnifiedGamification | UnifiedQu
|
|
|
81423
81778
|
export declare type UnifiedUGatingStatusResult = UnifiedAccessStatus | UnifiedQueryError;
|
|
81424
81779
|
export declare type UnifiedULearningCertificationResult = UnifiedLearningCertificationConnection | UnifiedQueryError;
|
|
81425
81780
|
export declare type UnifiedULearningResult = UnifiedLearning | UnifiedQueryError;
|
|
81426
|
-
export declare type
|
|
81781
|
+
export declare type UnifiedULinkAuthenticationPayload = UnifiedLinkAuthenticationPayload | UnifiedLinkingStatusPayload;
|
|
81782
|
+
export declare type UnifiedULinkInitiationPayload = UnifiedLinkInitiationPayload | UnifiedLinkingStatusPayload;
|
|
81427
81783
|
export declare type UnifiedULinkedAccount2Result = UnifiedLinkedAccount2Connection | UnifiedQueryError;
|
|
81428
81784
|
export declare type UnifiedUProfileBadgesResult = UnifiedProfileBadgesConnection | UnifiedQueryError;
|
|
81429
81785
|
export declare type UnifiedUProfileResult = UnifiedProfile | UnifiedQueryError;
|
|
@@ -83175,7 +83531,7 @@ export declare type WorkSuggestionsByProjectsResponse = {
|
|
|
83175
83531
|
compassSuggestions?: Maybe<Array<WorkSuggestionsCompassTask>>;
|
|
83176
83532
|
draftPRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestDraftTask>>;
|
|
83177
83533
|
inactivePRSuggestions?: Maybe<Array<WorkSuggestionsPullRequestInactiveTask>>;
|
|
83178
|
-
|
|
83534
|
+
issueDueSoonSuggestions?: Maybe<Array<WorkSuggestionsIssueDueSoonTask>>;
|
|
83179
83535
|
recentPullRequests?: Maybe<WorkSuggestionsPullRequestSuggestionsResponse>;
|
|
83180
83536
|
stuckIssueSuggestions?: Maybe<Array<WorkSuggestionsStuckIssueTask>>;
|
|
83181
83537
|
};
|
|
@@ -83354,6 +83710,18 @@ export declare enum WorkSuggestionsEnvironmentType {
|
|
|
83354
83710
|
export declare type WorkSuggestionsInput = {
|
|
83355
83711
|
targetAudience?: InputMaybe<WorkSuggestionsTargetAudience>;
|
|
83356
83712
|
};
|
|
83713
|
+
export declare type WorkSuggestionsIssueDueSoonTask = WorkSuggestionsPeriscopeTask & {
|
|
83714
|
+
__typename?: 'WorkSuggestionsIssueDueSoonTask';
|
|
83715
|
+
assigneeProfile?: Maybe<WorkSuggestionsJiraAssignee>;
|
|
83716
|
+
dueDate?: Maybe<Scalars['String']['output']>;
|
|
83717
|
+
id: Scalars['String']['output'];
|
|
83718
|
+
issueKey?: Maybe<Scalars['String']['output']>;
|
|
83719
|
+
orderScore?: Maybe<WorkSuggestionsOrderScore>;
|
|
83720
|
+
priority?: Maybe<WorkSuggestionsPriority>;
|
|
83721
|
+
status?: Maybe<WorkSuggestionsIssueStatus>;
|
|
83722
|
+
title: Scalars['String']['output'];
|
|
83723
|
+
url: Scalars['String']['output'];
|
|
83724
|
+
};
|
|
83357
83725
|
export declare type WorkSuggestionsIssueStatus = {
|
|
83358
83726
|
__typename?: 'WorkSuggestionsIssueStatus';
|
|
83359
83727
|
category?: Maybe<Scalars['String']['output']>;
|
|
@@ -83370,8 +83738,18 @@ export declare type WorkSuggestionsJiraPriority = {
|
|
|
83370
83738
|
name?: Maybe<Scalars['String']['output']>;
|
|
83371
83739
|
sequence?: Maybe<Scalars['Int']['output']>;
|
|
83372
83740
|
};
|
|
83741
|
+
export declare type WorkSuggestionsMergePrActionInput = {
|
|
83742
|
+
cloudId: Scalars['ID']['input'];
|
|
83743
|
+
taskId: Scalars['String']['input'];
|
|
83744
|
+
};
|
|
83745
|
+
export declare type WorkSuggestionsMergePrActionPayload = Payload & {
|
|
83746
|
+
__typename?: 'WorkSuggestionsMergePRActionPayload';
|
|
83747
|
+
errors?: Maybe<Array<MutationError>>;
|
|
83748
|
+
success: Scalars['Boolean']['output'];
|
|
83749
|
+
};
|
|
83373
83750
|
export declare type WorkSuggestionsMutation = {
|
|
83374
83751
|
__typename?: 'WorkSuggestionsMutation';
|
|
83752
|
+
mergePullRequest?: Maybe<WorkSuggestionsMergePrActionPayload>;
|
|
83375
83753
|
nudgePullRequestReviewers?: Maybe<WorkSuggestionsNudgePrActionPayload>;
|
|
83376
83754
|
purgeUserActionStateForCurrentUser?: Maybe<WorkSuggestionsActionPayload>;
|
|
83377
83755
|
purgeUserProfileForCurrentUser?: Maybe<WorkSuggestionsPurgeUserProfilePayload>;
|
|
@@ -83379,6 +83757,9 @@ export declare type WorkSuggestionsMutation = {
|
|
|
83379
83757
|
saveUserProfile?: Maybe<WorkSuggestionsSaveUserProfilePayload>;
|
|
83380
83758
|
snoozeTask?: Maybe<WorkSuggestionsActionPayload>;
|
|
83381
83759
|
};
|
|
83760
|
+
export declare type WorkSuggestionsMutationMergePullRequestArgs = {
|
|
83761
|
+
input: WorkSuggestionsMergePrActionInput;
|
|
83762
|
+
};
|
|
83382
83763
|
export declare type WorkSuggestionsMutationNudgePullRequestReviewersArgs = {
|
|
83383
83764
|
input: WorkSuggestionsNudgePrActionInput;
|
|
83384
83765
|
};
|