@forge/cli-shared 2.6.2-next.0 → 2.6.2-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +21 -0
- package/out/graphql/graphql-types.d.ts +132 -25
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +23 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 2.6.2-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [6728c67]
|
|
8
|
+
- @forge/manifest@4.0.0-next.3
|
|
9
|
+
|
|
10
|
+
## 2.6.2-next.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [0da5775]
|
|
15
|
+
- @forge/manifest@3.11.0-next.2
|
|
16
|
+
|
|
17
|
+
## 2.6.2-next.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [acf78b58]
|
|
22
|
+
- @forge/manifest@3.11.0-next.1
|
|
23
|
+
|
|
3
24
|
## 2.6.2-next.0
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|
|
@@ -936,8 +936,9 @@ export declare type AriGraphRelationshipEdge = {
|
|
|
936
936
|
export declare type AriGraphRelationshipNode = {
|
|
937
937
|
__typename?: 'AriGraphRelationshipNode';
|
|
938
938
|
id: Scalars['ID'];
|
|
939
|
-
data?: Maybe<
|
|
939
|
+
data?: Maybe<AriGraphRelationshipNodeData>;
|
|
940
940
|
};
|
|
941
|
+
export declare type AriGraphRelationshipNodeData = DeploymentSummary | ConfluenceSpace;
|
|
941
942
|
export declare type AriGraphRelationshipsErrorReference = {
|
|
942
943
|
__typename?: 'AriGraphRelationshipsErrorReference';
|
|
943
944
|
from?: Maybe<Scalars['ID']>;
|
|
@@ -2239,6 +2240,7 @@ export declare type CompassCreateMetricSourceInput = {
|
|
|
2239
2240
|
metricDefinitionId: Scalars['ID'];
|
|
2240
2241
|
externalMetricSourceId: Scalars['ID'];
|
|
2241
2242
|
url?: Maybe<Scalars['String']>;
|
|
2243
|
+
derived?: Maybe<Scalars['Boolean']>;
|
|
2242
2244
|
};
|
|
2243
2245
|
export declare type CompassCreateMetricSourcePayload = Payload & {
|
|
2244
2246
|
__typename?: 'CompassCreateMetricSourcePayload';
|
|
@@ -2839,6 +2841,7 @@ export declare type CompassMetricSource = {
|
|
|
2839
2841
|
forgeAppId?: Maybe<Scalars['ID']>;
|
|
2840
2842
|
values?: Maybe<CompassMetricSourceValuesQueryResult>;
|
|
2841
2843
|
component?: Maybe<CompassComponent>;
|
|
2844
|
+
derivedFrom?: Maybe<Array<EventSource>>;
|
|
2842
2845
|
};
|
|
2843
2846
|
export declare type CompassMetricSourceValuesArgs = {
|
|
2844
2847
|
query?: Maybe<CompassMetricSourceValuesQuery>;
|
|
@@ -3307,6 +3310,7 @@ export declare type ConfluenceBlogPost = {
|
|
|
3307
3310
|
__typename?: 'ConfluenceBlogPost';
|
|
3308
3311
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3309
3312
|
blogPostId: Scalars['ID'];
|
|
3313
|
+
body?: Maybe<ConfluenceBodies>;
|
|
3310
3314
|
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
3311
3315
|
id: Scalars['ID'];
|
|
3312
3316
|
latestVersion?: Maybe<ConfluenceBlogPostVersion>;
|
|
@@ -3346,20 +3350,49 @@ export declare enum ConfluenceBlogPostStatus {
|
|
|
3346
3350
|
export declare type ConfluenceBlogPostVersion = {
|
|
3347
3351
|
__typename?: 'ConfluenceBlogPostVersion';
|
|
3348
3352
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3349
|
-
createdAt?: Maybe<Scalars['
|
|
3353
|
+
createdAt?: Maybe<Scalars['DateTime']>;
|
|
3350
3354
|
number?: Maybe<Scalars['Int']>;
|
|
3351
3355
|
};
|
|
3352
3356
|
export declare type ConfluenceBlogPostViewerSummary = {
|
|
3353
3357
|
__typename?: 'ConfluenceBlogPostViewerSummary';
|
|
3354
3358
|
lastContribution?: Maybe<ConfluenceContribution>;
|
|
3355
|
-
lastSeenAt?: Maybe<Scalars['
|
|
3359
|
+
lastSeenAt?: Maybe<Scalars['DateTime']>;
|
|
3360
|
+
};
|
|
3361
|
+
export declare type ConfluenceBodies = {
|
|
3362
|
+
__typename?: 'ConfluenceBodies';
|
|
3363
|
+
anonymousExportView?: Maybe<ConfluenceBody>;
|
|
3364
|
+
atlasDocFormat?: Maybe<ConfluenceBody>;
|
|
3365
|
+
dynamic?: Maybe<ConfluenceBody>;
|
|
3366
|
+
editor?: Maybe<ConfluenceBody>;
|
|
3367
|
+
editor2?: Maybe<ConfluenceBody>;
|
|
3368
|
+
exportView?: Maybe<ConfluenceBody>;
|
|
3369
|
+
storage?: Maybe<ConfluenceBody>;
|
|
3370
|
+
styledView?: Maybe<ConfluenceBody>;
|
|
3371
|
+
view?: Maybe<ConfluenceBody>;
|
|
3372
|
+
};
|
|
3373
|
+
export declare type ConfluenceBody = {
|
|
3374
|
+
__typename?: 'ConfluenceBody';
|
|
3375
|
+
representation?: Maybe<ConfluenceBodyRepresentation>;
|
|
3376
|
+
value?: Maybe<Scalars['String']>;
|
|
3356
3377
|
};
|
|
3378
|
+
export declare enum ConfluenceBodyRepresentation {
|
|
3379
|
+
AnonymousExportView = "ANONYMOUS_EXPORT_VIEW",
|
|
3380
|
+
AtlasDocFormat = "ATLAS_DOC_FORMAT",
|
|
3381
|
+
Dynamic = "DYNAMIC",
|
|
3382
|
+
Editor = "EDITOR",
|
|
3383
|
+
Editor2 = "EDITOR2",
|
|
3384
|
+
ExportView = "EXPORT_VIEW",
|
|
3385
|
+
Storage = "STORAGE",
|
|
3386
|
+
StyledView = "STYLED_VIEW",
|
|
3387
|
+
View = "VIEW"
|
|
3388
|
+
}
|
|
3357
3389
|
export declare enum ConfluenceCollaborativeEditingService {
|
|
3358
3390
|
Ncs = "NCS",
|
|
3359
3391
|
Synchrony = "SYNCHRONY"
|
|
3360
3392
|
}
|
|
3361
3393
|
export declare type ConfluenceComment = {
|
|
3362
3394
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3395
|
+
body?: Maybe<ConfluenceBodies>;
|
|
3363
3396
|
commentId?: Maybe<Scalars['ID']>;
|
|
3364
3397
|
container?: Maybe<ConfluenceCommentContainer>;
|
|
3365
3398
|
id: Scalars['ID'];
|
|
@@ -3464,7 +3497,7 @@ export declare type ConfluenceCreateFooterCommentOnBlogPostInput = {
|
|
|
3464
3497
|
};
|
|
3465
3498
|
export declare type ConfluenceCreateFooterCommentOnBlogPostPayload = Payload & {
|
|
3466
3499
|
__typename?: 'ConfluenceCreateFooterCommentOnBlogPostPayload';
|
|
3467
|
-
comment?: Maybe<
|
|
3500
|
+
comment?: Maybe<ConfluenceFooterComment>;
|
|
3468
3501
|
errors?: Maybe<Array<MutationError>>;
|
|
3469
3502
|
success: Scalars['Boolean'];
|
|
3470
3503
|
};
|
|
@@ -3474,7 +3507,7 @@ export declare type ConfluenceCreateFooterCommentOnPageInput = {
|
|
|
3474
3507
|
};
|
|
3475
3508
|
export declare type ConfluenceCreateFooterCommentOnPagePayload = Payload & {
|
|
3476
3509
|
__typename?: 'ConfluenceCreateFooterCommentOnPagePayload';
|
|
3477
|
-
comment?: Maybe<
|
|
3510
|
+
comment?: Maybe<ConfluenceFooterComment>;
|
|
3478
3511
|
errors?: Maybe<Array<MutationError>>;
|
|
3479
3512
|
success: Scalars['Boolean'];
|
|
3480
3513
|
};
|
|
@@ -3576,6 +3609,7 @@ export declare type ConfluenceDeleteUserPropertyPayload = Payload & {
|
|
|
3576
3609
|
export declare type ConfluenceFooterComment = ConfluenceComment & {
|
|
3577
3610
|
__typename?: 'ConfluenceFooterComment';
|
|
3578
3611
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3612
|
+
body?: Maybe<ConfluenceBodies>;
|
|
3579
3613
|
commentId?: Maybe<Scalars['ID']>;
|
|
3580
3614
|
container?: Maybe<ConfluenceCommentContainer>;
|
|
3581
3615
|
id: Scalars['ID'];
|
|
@@ -3586,13 +3620,19 @@ export declare type ConfluenceFooterComment = ConfluenceComment & {
|
|
|
3586
3620
|
export declare type ConfluenceInlineComment = ConfluenceComment & {
|
|
3587
3621
|
__typename?: 'ConfluenceInlineComment';
|
|
3588
3622
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3623
|
+
body?: Maybe<ConfluenceBodies>;
|
|
3589
3624
|
commentId?: Maybe<Scalars['ID']>;
|
|
3590
3625
|
container?: Maybe<ConfluenceCommentContainer>;
|
|
3591
3626
|
id: Scalars['ID'];
|
|
3592
3627
|
links?: Maybe<ConfluenceCommentLinks>;
|
|
3593
3628
|
name?: Maybe<Scalars['String']>;
|
|
3629
|
+
resolutionStatus?: Maybe<ConfluenceInlineCommentResolutionStatus>;
|
|
3594
3630
|
status?: Maybe<ConfluenceCommentStatus>;
|
|
3595
3631
|
};
|
|
3632
|
+
export declare enum ConfluenceInlineCommentResolutionStatus {
|
|
3633
|
+
Resolved = "RESOLVED",
|
|
3634
|
+
Unresolved = "UNRESOLVED"
|
|
3635
|
+
}
|
|
3596
3636
|
export declare type ConfluenceInlineTask = {
|
|
3597
3637
|
__typename?: 'ConfluenceInlineTask';
|
|
3598
3638
|
assignedTo?: Maybe<ConfluenceUserInfo>;
|
|
@@ -3600,13 +3640,13 @@ export declare type ConfluenceInlineTask = {
|
|
|
3600
3640
|
completedBy?: Maybe<ConfluenceUserInfo>;
|
|
3601
3641
|
container?: Maybe<ConfluenceInlineTaskContainer>;
|
|
3602
3642
|
createdBy?: Maybe<ConfluenceUserInfo>;
|
|
3603
|
-
|
|
3604
|
-
|
|
3643
|
+
createdAt?: Maybe<Scalars['DateTime']>;
|
|
3644
|
+
dueAt?: Maybe<Scalars['DateTime']>;
|
|
3605
3645
|
globalId?: Maybe<Scalars['ID']>;
|
|
3606
3646
|
id: Scalars['ID'];
|
|
3607
3647
|
status?: Maybe<ConfluenceInlineTaskStatus>;
|
|
3608
3648
|
taskId?: Maybe<Scalars['ID']>;
|
|
3609
|
-
|
|
3649
|
+
updatedAt?: Maybe<Scalars['DateTime']>;
|
|
3610
3650
|
};
|
|
3611
3651
|
export declare type ConfluenceInlineTaskContainer = ConfluenceBlogPost | ConfluencePage;
|
|
3612
3652
|
export declare enum ConfluenceInlineTaskStatus {
|
|
@@ -3637,7 +3677,9 @@ export declare type ConfluenceMutationApi = {
|
|
|
3637
3677
|
publishPage?: Maybe<ConfluencePublishPagePayload>;
|
|
3638
3678
|
purgeBlogPost?: Maybe<ConfluencePurgeBlogPostPayload>;
|
|
3639
3679
|
purgePage?: Maybe<ConfluencePurgePagePayload>;
|
|
3680
|
+
reopenInlineComment?: Maybe<ConfluenceReopenInlineCommentPayload>;
|
|
3640
3681
|
replyToComment?: Maybe<ConfluenceReplyToCommentPayload>;
|
|
3682
|
+
resolveInlineComment?: Maybe<ConfluenceResolveInlineCommentPayload>;
|
|
3641
3683
|
trashBlogPost?: Maybe<ConfluenceTrashBlogPostPayload>;
|
|
3642
3684
|
trashPage?: Maybe<ConfluenceTrashPagePayload>;
|
|
3643
3685
|
updateComment?: Maybe<ConfluenceUpdateCommentPayload>;
|
|
@@ -3653,7 +3695,6 @@ export declare type ConfluenceMutationApi = {
|
|
|
3653
3695
|
deleteUserProperty?: Maybe<ConfluenceDeleteUserPropertyPayload>;
|
|
3654
3696
|
};
|
|
3655
3697
|
export declare type ConfluenceMutationApiCreateBlogPostArgs = {
|
|
3656
|
-
cloudId: Scalars['ID'];
|
|
3657
3698
|
input: ConfluenceCreateBlogPostInput;
|
|
3658
3699
|
};
|
|
3659
3700
|
export declare type ConfluenceMutationApiCreateBlogPostPropertyArgs = {
|
|
@@ -3702,9 +3743,15 @@ export declare type ConfluenceMutationApiPurgeBlogPostArgs = {
|
|
|
3702
3743
|
export declare type ConfluenceMutationApiPurgePageArgs = {
|
|
3703
3744
|
input: ConfluencePurgePageInput;
|
|
3704
3745
|
};
|
|
3746
|
+
export declare type ConfluenceMutationApiReopenInlineCommentArgs = {
|
|
3747
|
+
input: ConfluenceReopenInlineCommentInput;
|
|
3748
|
+
};
|
|
3705
3749
|
export declare type ConfluenceMutationApiReplyToCommentArgs = {
|
|
3706
3750
|
input: ConfluenceReplyToCommentInput;
|
|
3707
3751
|
};
|
|
3752
|
+
export declare type ConfluenceMutationApiResolveInlineCommentArgs = {
|
|
3753
|
+
input: ConfluenceResolveInlineCommentInput;
|
|
3754
|
+
};
|
|
3708
3755
|
export declare type ConfluenceMutationApiTrashBlogPostArgs = {
|
|
3709
3756
|
input: ConfluenceTrashBlogPostInput;
|
|
3710
3757
|
};
|
|
@@ -3783,6 +3830,7 @@ export declare enum ConfluenceOperationTarget {
|
|
|
3783
3830
|
export declare type ConfluencePage = {
|
|
3784
3831
|
__typename?: 'ConfluencePage';
|
|
3785
3832
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3833
|
+
body?: Maybe<ConfluenceBodies>;
|
|
3786
3834
|
comments?: Maybe<Array<Maybe<ConfluenceComment>>>;
|
|
3787
3835
|
id: Scalars['ID'];
|
|
3788
3836
|
latestVersion?: Maybe<ConfluencePageVersion>;
|
|
@@ -3828,13 +3876,13 @@ export declare enum ConfluencePageStatus {
|
|
|
3828
3876
|
export declare type ConfluencePageVersion = {
|
|
3829
3877
|
__typename?: 'ConfluencePageVersion';
|
|
3830
3878
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3831
|
-
createdAt?: Maybe<Scalars['
|
|
3879
|
+
createdAt?: Maybe<Scalars['DateTime']>;
|
|
3832
3880
|
number?: Maybe<Scalars['Int']>;
|
|
3833
3881
|
};
|
|
3834
3882
|
export declare type ConfluencePageViewerSummary = {
|
|
3835
3883
|
__typename?: 'ConfluencePageViewerSummary';
|
|
3836
3884
|
lastContribution?: Maybe<ConfluenceContribution>;
|
|
3837
|
-
lastSeenAt?: Maybe<Scalars['
|
|
3885
|
+
lastSeenAt?: Maybe<Scalars['DateTime']>;
|
|
3838
3886
|
};
|
|
3839
3887
|
export declare type ConfluencePublishBlogPostInput = {
|
|
3840
3888
|
id: Scalars['ID'];
|
|
@@ -3926,6 +3974,15 @@ export declare type ConfluenceQueryApiUserPropertyArgs = {
|
|
|
3926
3974
|
export declare type ConfluenceQueryApiUserPropertiesArgs = {
|
|
3927
3975
|
ids: Array<Scalars['ID']>;
|
|
3928
3976
|
};
|
|
3977
|
+
export declare type ConfluenceReopenInlineCommentInput = {
|
|
3978
|
+
id: Scalars['ID'];
|
|
3979
|
+
};
|
|
3980
|
+
export declare type ConfluenceReopenInlineCommentPayload = {
|
|
3981
|
+
__typename?: 'ConfluenceReopenInlineCommentPayload';
|
|
3982
|
+
comment?: Maybe<ConfluenceInlineComment>;
|
|
3983
|
+
errors?: Maybe<Array<MutationError>>;
|
|
3984
|
+
success: Scalars['Boolean'];
|
|
3985
|
+
};
|
|
3929
3986
|
export declare type ConfluenceReplyToCommentInput = {
|
|
3930
3987
|
body: ConfluenceContentBodyInput;
|
|
3931
3988
|
parentCommentId: Scalars['ID'];
|
|
@@ -3936,6 +3993,15 @@ export declare type ConfluenceReplyToCommentPayload = {
|
|
|
3936
3993
|
errors?: Maybe<Array<MutationError>>;
|
|
3937
3994
|
success: Scalars['Boolean'];
|
|
3938
3995
|
};
|
|
3996
|
+
export declare type ConfluenceResolveInlineCommentInput = {
|
|
3997
|
+
id: Scalars['ID'];
|
|
3998
|
+
};
|
|
3999
|
+
export declare type ConfluenceResolveInlineCommentPayload = {
|
|
4000
|
+
__typename?: 'ConfluenceResolveInlineCommentPayload';
|
|
4001
|
+
comment?: Maybe<ConfluenceInlineComment>;
|
|
4002
|
+
errors?: Maybe<Array<MutationError>>;
|
|
4003
|
+
success: Scalars['Boolean'];
|
|
4004
|
+
};
|
|
3939
4005
|
export declare type ConfluenceSpace = {
|
|
3940
4006
|
__typename?: 'ConfluenceSpace';
|
|
3941
4007
|
createdBy?: Maybe<ConfluenceUserInfo>;
|
|
@@ -4116,7 +4182,6 @@ export declare type ConfluenceUpdateValueUserPropertyPayload = Payload & {
|
|
|
4116
4182
|
export declare type ConfluenceUserInfo = {
|
|
4117
4183
|
__typename?: 'ConfluenceUserInfo';
|
|
4118
4184
|
user?: Maybe<User>;
|
|
4119
|
-
personalSpace?: Maybe<ConfluenceSpace>;
|
|
4120
4185
|
};
|
|
4121
4186
|
export declare type ConfluenceUserProperty = {
|
|
4122
4187
|
__typename?: 'ConfluenceUserProperty';
|
|
@@ -5984,7 +6049,7 @@ export declare type DevOpsToolSort = {
|
|
|
5984
6049
|
name?: Maybe<DevOpsToolSortOrder>;
|
|
5985
6050
|
supportsContainers?: Maybe<DevOpsToolSortOrder>;
|
|
5986
6051
|
integration?: Maybe<DevOpsToolSortOrder>;
|
|
5987
|
-
|
|
6052
|
+
recommended?: Maybe<DevOpsToolSortOrder>;
|
|
5988
6053
|
};
|
|
5989
6054
|
export declare enum DevOpsToolSortOrder {
|
|
5990
6055
|
Asc = "ASC",
|
|
@@ -6290,6 +6355,12 @@ export declare type ForgeAlertsConfigQueryInput = {
|
|
|
6290
6355
|
environment: Scalars['String'];
|
|
6291
6356
|
};
|
|
6292
6357
|
export declare type ForgeAlertsConfigResult = ForgeAlertsConfigData | QueryError;
|
|
6358
|
+
export declare type ForgeAlertsCreateAlertPayload = Payload & {
|
|
6359
|
+
__typename?: 'ForgeAlertsCreateAlertPayload';
|
|
6360
|
+
alertConfig?: Maybe<ForgeAlertsConfigData>;
|
|
6361
|
+
errors?: Maybe<Array<MutationError>>;
|
|
6362
|
+
success: Scalars['Boolean'];
|
|
6363
|
+
};
|
|
6293
6364
|
export declare type ForgeAlertsCreateConfigInput = {
|
|
6294
6365
|
alertName?: Maybe<Scalars['String']>;
|
|
6295
6366
|
description?: Maybe<Scalars['String']>;
|
|
@@ -6301,12 +6372,16 @@ export declare type ForgeAlertsCreateConfigInput = {
|
|
|
6301
6372
|
export declare type ForgeAlertsMutation = {
|
|
6302
6373
|
__typename?: 'ForgeAlertsMutation';
|
|
6303
6374
|
appId: Scalars['ID'];
|
|
6304
|
-
createAlertConfig?: Maybe<
|
|
6375
|
+
createAlertConfig?: Maybe<ForgeAlertsCreateAlertPayload>;
|
|
6376
|
+
modifyAlertConfig?: Maybe<ForgeAlertsUpdateAlertPayload>;
|
|
6305
6377
|
updateAlertConfig?: Maybe<ForgeAlertsConfigResult>;
|
|
6306
6378
|
};
|
|
6307
6379
|
export declare type ForgeAlertsMutationCreateAlertConfigArgs = {
|
|
6308
6380
|
input: ForgeAlertsCreateConfigInput;
|
|
6309
6381
|
};
|
|
6382
|
+
export declare type ForgeAlertsMutationModifyAlertConfigArgs = {
|
|
6383
|
+
input: ForgeAlertsUpdateConfigInput;
|
|
6384
|
+
};
|
|
6310
6385
|
export declare type ForgeAlertsMutationUpdateAlertConfigArgs = {
|
|
6311
6386
|
input: ForgeAlertsUpdateConfigInput;
|
|
6312
6387
|
};
|
|
@@ -6322,6 +6397,12 @@ export declare enum ForgeAlertsStatus {
|
|
|
6322
6397
|
Firing = "FIRING",
|
|
6323
6398
|
Resolved = "RESOLVED"
|
|
6324
6399
|
}
|
|
6400
|
+
export declare type ForgeAlertsUpdateAlertPayload = Payload & {
|
|
6401
|
+
__typename?: 'ForgeAlertsUpdateAlertPayload';
|
|
6402
|
+
alertConfig?: Maybe<ForgeAlertsConfigData>;
|
|
6403
|
+
errors?: Maybe<Array<MutationError>>;
|
|
6404
|
+
success: Scalars['Boolean'];
|
|
6405
|
+
};
|
|
6325
6406
|
export declare type ForgeAlertsUpdateConfigInput = {
|
|
6326
6407
|
description?: Maybe<Scalars['String']>;
|
|
6327
6408
|
environment: Scalars['String'];
|
|
@@ -6673,7 +6754,7 @@ export declare type HelpCenterCollectionItemsArgs = {
|
|
|
6673
6754
|
before?: Maybe<Scalars['String']>;
|
|
6674
6755
|
};
|
|
6675
6756
|
export declare type HelpCenterCollectionDeleteInput = {
|
|
6676
|
-
|
|
6757
|
+
productName: Scalars['String'];
|
|
6677
6758
|
collectionId: Scalars['ID'];
|
|
6678
6759
|
};
|
|
6679
6760
|
export declare type HelpCenterCollectionItem = {
|
|
@@ -6698,7 +6779,7 @@ export declare type HelpCenterCollectionItemInput = {
|
|
|
6698
6779
|
};
|
|
6699
6780
|
export declare type HelpCenterCollectionResult = HelpCenterCollection | QueryError;
|
|
6700
6781
|
export declare type HelpCenterCreateCollectionInput = {
|
|
6701
|
-
|
|
6782
|
+
productName: Scalars['String'];
|
|
6702
6783
|
items: Array<HelpCenterCollectionItemInput>;
|
|
6703
6784
|
name: Scalars['String'];
|
|
6704
6785
|
description?: Maybe<Scalars['String']>;
|
|
@@ -6760,7 +6841,7 @@ export declare type HelpCenterSuccessfullyDeletedUpdatedCollectionIds = {
|
|
|
6760
6841
|
collectionIds: Scalars['ID'];
|
|
6761
6842
|
};
|
|
6762
6843
|
export declare type HelpCenterUpdateCollectionInput = {
|
|
6763
|
-
|
|
6844
|
+
productName: Scalars['String'];
|
|
6764
6845
|
collectionId: Scalars['ID'];
|
|
6765
6846
|
items: Array<HelpCenterCollectionItemInput>;
|
|
6766
6847
|
name: Scalars['String'];
|
|
@@ -6768,7 +6849,7 @@ export declare type HelpCenterUpdateCollectionInput = {
|
|
|
6768
6849
|
properties?: Maybe<Scalars['JSON']>;
|
|
6769
6850
|
};
|
|
6770
6851
|
export declare type HelpCenterUpdateCollectionsOrderInput = {
|
|
6771
|
-
|
|
6852
|
+
productName: Scalars['String'];
|
|
6772
6853
|
collectionIds: Array<Scalars['ID']>;
|
|
6773
6854
|
};
|
|
6774
6855
|
export declare type HelpCenterUpdateCollectionsOrderPayload = Payload & {
|
|
@@ -8603,6 +8684,7 @@ export declare type JiraIssue = Node & {
|
|
|
8603
8684
|
issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
|
|
8604
8685
|
errorRetrievingData?: Maybe<Scalars['Boolean']>;
|
|
8605
8686
|
storyPointsField?: Maybe<JiraNumberField>;
|
|
8687
|
+
storyPointEstimateField?: Maybe<JiraNumberField>;
|
|
8606
8688
|
screenId?: Maybe<Scalars['Long']>;
|
|
8607
8689
|
};
|
|
8608
8690
|
export declare type JiraIssueFieldsArgs = {
|
|
@@ -10464,6 +10546,7 @@ export declare type JiraProject = Node & {
|
|
|
10464
10546
|
status?: Maybe<JiraProjectStatus>;
|
|
10465
10547
|
similarIssues?: Maybe<JiraSimilarIssues>;
|
|
10466
10548
|
canSetIssueRestriction?: Maybe<Scalars['Boolean']>;
|
|
10549
|
+
navigationMetadata?: Maybe<JiraProjectNavigationMetadata>;
|
|
10467
10550
|
devOpsToolRelationships?: Maybe<JiraProjectAndDevOpsToolRelationshipConnection>;
|
|
10468
10551
|
repositoryRelationships?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
10469
10552
|
devOpsServiceRelationships?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
@@ -10715,6 +10798,7 @@ export declare type JiraProjectFilterInput = {
|
|
|
10715
10798
|
keyword?: Maybe<Scalars['String']>;
|
|
10716
10799
|
sortBy?: Maybe<JiraProjectSortInput>;
|
|
10717
10800
|
};
|
|
10801
|
+
export declare type JiraProjectNavigationMetadata = JiraSoftwareProjectNavigationMetadata | JiraServiceManagementProjectNavigationMetadata | JiraWorkManagementProjectNavigationMetadata;
|
|
10718
10802
|
export declare type JiraProjectPermission = {
|
|
10719
10803
|
__typename?: 'JiraProjectPermission';
|
|
10720
10804
|
key: Scalars['String'];
|
|
@@ -11645,6 +11729,11 @@ export declare enum JiraServiceManagementPractice {
|
|
|
11645
11729
|
ChangeManagement = "CHANGE_MANAGEMENT",
|
|
11646
11730
|
PostIncidentReview = "POST_INCIDENT_REVIEW"
|
|
11647
11731
|
}
|
|
11732
|
+
export declare type JiraServiceManagementProjectNavigationMetadata = {
|
|
11733
|
+
__typename?: 'JiraServiceManagementProjectNavigationMetadata';
|
|
11734
|
+
queueId: Scalars['ID'];
|
|
11735
|
+
queueName: Scalars['String'];
|
|
11736
|
+
};
|
|
11648
11737
|
export declare type JiraServiceManagementRequestFeedbackField = Node & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
11649
11738
|
__typename?: 'JiraServiceManagementRequestFeedbackField';
|
|
11650
11739
|
id: Scalars['ID'];
|
|
@@ -11974,6 +12063,13 @@ export declare type JiraSingleVersionPickerFieldVersionsArgs = {
|
|
|
11974
12063
|
before?: Maybe<Scalars['String']>;
|
|
11975
12064
|
suggested?: Maybe<Scalars['Boolean']>;
|
|
11976
12065
|
};
|
|
12066
|
+
export declare type JiraSoftwareProjectNavigationMetadata = {
|
|
12067
|
+
__typename?: 'JiraSoftwareProjectNavigationMetadata';
|
|
12068
|
+
id: Scalars['ID'];
|
|
12069
|
+
boardId: Scalars['ID'];
|
|
12070
|
+
boardName: Scalars['String'];
|
|
12071
|
+
isSimpleBoard: Scalars['Boolean'];
|
|
12072
|
+
};
|
|
11977
12073
|
export declare type JiraSprint = Node & {
|
|
11978
12074
|
__typename?: 'JiraSprint';
|
|
11979
12075
|
id: Scalars['ID'];
|
|
@@ -12500,6 +12596,10 @@ export declare type JiraWorkLogEdge = {
|
|
|
12500
12596
|
node?: Maybe<JiraWorklog>;
|
|
12501
12597
|
cursor: Scalars['String'];
|
|
12502
12598
|
};
|
|
12599
|
+
export declare type JiraWorkManagementProjectNavigationMetadata = {
|
|
12600
|
+
__typename?: 'JiraWorkManagementProjectNavigationMetadata';
|
|
12601
|
+
boardName: Scalars['String'];
|
|
12602
|
+
};
|
|
12503
12603
|
export declare type JiraWorklog = Node & {
|
|
12504
12604
|
__typename?: 'JiraWorklog';
|
|
12505
12605
|
id: Scalars['ID'];
|
|
@@ -16204,8 +16304,12 @@ export declare type SearchBoardFilter = {
|
|
|
16204
16304
|
projectARI?: Maybe<Scalars['ID']>;
|
|
16205
16305
|
userARI?: Maybe<Scalars['ID']>;
|
|
16206
16306
|
negateProjectFilter?: Maybe<Scalars['Boolean']>;
|
|
16207
|
-
boardTypes?: Maybe<Array<
|
|
16307
|
+
boardTypes?: Maybe<Array<SearchBoardProductType>>;
|
|
16208
16308
|
};
|
|
16309
|
+
export declare enum SearchBoardProductType {
|
|
16310
|
+
Software = "SOFTWARE",
|
|
16311
|
+
Business = "BUSINESS"
|
|
16312
|
+
}
|
|
16209
16313
|
export declare type SearchConfluenceFilter = {
|
|
16210
16314
|
spacesFilter?: Maybe<Array<Scalars['String']>>;
|
|
16211
16315
|
contributorsFilter?: Maybe<Array<Scalars['String']>>;
|
|
@@ -16271,10 +16375,6 @@ export declare type SearchItemConnection = {
|
|
|
16271
16375
|
pageInfo: PageInfo;
|
|
16272
16376
|
totalCount?: Maybe<Scalars['Int']>;
|
|
16273
16377
|
};
|
|
16274
|
-
export declare enum SearchJiraBoardType {
|
|
16275
|
-
Jsw = "JSW",
|
|
16276
|
-
Jwm = "JWM"
|
|
16277
|
-
}
|
|
16278
16378
|
export declare type SearchJiraFilter = {
|
|
16279
16379
|
boardFilter?: Maybe<SearchBoardFilter>;
|
|
16280
16380
|
projectFilter?: Maybe<SearchJiraProjectFilter>;
|
|
@@ -16324,8 +16424,10 @@ export declare type SearchResultJiraBoard = SearchResult & {
|
|
|
16324
16424
|
type: SearchResultType;
|
|
16325
16425
|
description: Scalars['String'];
|
|
16326
16426
|
favourite: Scalars['Boolean'];
|
|
16327
|
-
boardId?: Maybe<Scalars['
|
|
16427
|
+
boardId?: Maybe<Scalars['ID']>;
|
|
16328
16428
|
container?: Maybe<SearchResultJiraBoardContainer>;
|
|
16429
|
+
product: SearchBoardProductType;
|
|
16430
|
+
isSimpleBoard: Scalars['Boolean'];
|
|
16329
16431
|
};
|
|
16330
16432
|
export declare type SearchResultJiraBoardContainer = SearchResultJiraBoardProjectContainer | SearchResultJiraBoardUserContainer;
|
|
16331
16433
|
export declare type SearchResultJiraBoardProjectContainer = {
|
|
@@ -16353,10 +16455,11 @@ export declare type SearchResultJiraProject = SearchResult & {
|
|
|
16353
16455
|
type: SearchResultType;
|
|
16354
16456
|
description: Scalars['String'];
|
|
16355
16457
|
favourite: Scalars['Boolean'];
|
|
16458
|
+
canView: Scalars['Boolean'];
|
|
16356
16459
|
simplified: Scalars['Boolean'];
|
|
16357
16460
|
landingPageInfo?: Maybe<SearchResultProjectLandingPageInfo>;
|
|
16358
16461
|
};
|
|
16359
|
-
export declare type SearchResultProjectLandingPageInfo = SearchResultSoftwareProjectLandingPageInfo | SearchResultServiceDeskProjectLandingPageInfo;
|
|
16462
|
+
export declare type SearchResultProjectLandingPageInfo = SearchResultSoftwareProjectLandingPageInfo | SearchResultServiceDeskProjectLandingPageInfo | SearchResultWorkManagementProjectLandingPageInfo;
|
|
16360
16463
|
export declare type SearchResultServiceDeskProjectLandingPageInfo = {
|
|
16361
16464
|
__typename?: 'SearchResultServiceDeskProjectLandingPageInfo';
|
|
16362
16465
|
id: Scalars['ID'];
|
|
@@ -16378,6 +16481,10 @@ export declare enum SearchResultType {
|
|
|
16378
16481
|
Plan = "plan",
|
|
16379
16482
|
Project = "project"
|
|
16380
16483
|
}
|
|
16484
|
+
export declare type SearchResultWorkManagementProjectLandingPageInfo = {
|
|
16485
|
+
__typename?: 'SearchResultWorkManagementProjectLandingPageInfo';
|
|
16486
|
+
boardName: Scalars['String'];
|
|
16487
|
+
};
|
|
16381
16488
|
export declare type SearchSpace = {
|
|
16382
16489
|
__typename?: 'SearchSpace';
|
|
16383
16490
|
key: Scalars['String'];
|