@forge/cli-shared 2.6.2-next.0 → 2.6.2-next.1
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
CHANGED
|
@@ -2239,6 +2239,7 @@ export declare type CompassCreateMetricSourceInput = {
|
|
|
2239
2239
|
metricDefinitionId: Scalars['ID'];
|
|
2240
2240
|
externalMetricSourceId: Scalars['ID'];
|
|
2241
2241
|
url?: Maybe<Scalars['String']>;
|
|
2242
|
+
derived?: Maybe<Scalars['Boolean']>;
|
|
2242
2243
|
};
|
|
2243
2244
|
export declare type CompassCreateMetricSourcePayload = Payload & {
|
|
2244
2245
|
__typename?: 'CompassCreateMetricSourcePayload';
|
|
@@ -2839,6 +2840,7 @@ export declare type CompassMetricSource = {
|
|
|
2839
2840
|
forgeAppId?: Maybe<Scalars['ID']>;
|
|
2840
2841
|
values?: Maybe<CompassMetricSourceValuesQueryResult>;
|
|
2841
2842
|
component?: Maybe<CompassComponent>;
|
|
2843
|
+
derivedFrom?: Maybe<Array<EventSource>>;
|
|
2842
2844
|
};
|
|
2843
2845
|
export declare type CompassMetricSourceValuesArgs = {
|
|
2844
2846
|
query?: Maybe<CompassMetricSourceValuesQuery>;
|
|
@@ -3346,13 +3348,13 @@ export declare enum ConfluenceBlogPostStatus {
|
|
|
3346
3348
|
export declare type ConfluenceBlogPostVersion = {
|
|
3347
3349
|
__typename?: 'ConfluenceBlogPostVersion';
|
|
3348
3350
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3349
|
-
createdAt?: Maybe<Scalars['
|
|
3351
|
+
createdAt?: Maybe<Scalars['DateTime']>;
|
|
3350
3352
|
number?: Maybe<Scalars['Int']>;
|
|
3351
3353
|
};
|
|
3352
3354
|
export declare type ConfluenceBlogPostViewerSummary = {
|
|
3353
3355
|
__typename?: 'ConfluenceBlogPostViewerSummary';
|
|
3354
3356
|
lastContribution?: Maybe<ConfluenceContribution>;
|
|
3355
|
-
lastSeenAt?: Maybe<Scalars['
|
|
3357
|
+
lastSeenAt?: Maybe<Scalars['DateTime']>;
|
|
3356
3358
|
};
|
|
3357
3359
|
export declare enum ConfluenceCollaborativeEditingService {
|
|
3358
3360
|
Ncs = "NCS",
|
|
@@ -3464,7 +3466,7 @@ export declare type ConfluenceCreateFooterCommentOnBlogPostInput = {
|
|
|
3464
3466
|
};
|
|
3465
3467
|
export declare type ConfluenceCreateFooterCommentOnBlogPostPayload = Payload & {
|
|
3466
3468
|
__typename?: 'ConfluenceCreateFooterCommentOnBlogPostPayload';
|
|
3467
|
-
comment?: Maybe<
|
|
3469
|
+
comment?: Maybe<ConfluenceFooterComment>;
|
|
3468
3470
|
errors?: Maybe<Array<MutationError>>;
|
|
3469
3471
|
success: Scalars['Boolean'];
|
|
3470
3472
|
};
|
|
@@ -3474,7 +3476,7 @@ export declare type ConfluenceCreateFooterCommentOnPageInput = {
|
|
|
3474
3476
|
};
|
|
3475
3477
|
export declare type ConfluenceCreateFooterCommentOnPagePayload = Payload & {
|
|
3476
3478
|
__typename?: 'ConfluenceCreateFooterCommentOnPagePayload';
|
|
3477
|
-
comment?: Maybe<
|
|
3479
|
+
comment?: Maybe<ConfluenceFooterComment>;
|
|
3478
3480
|
errors?: Maybe<Array<MutationError>>;
|
|
3479
3481
|
success: Scalars['Boolean'];
|
|
3480
3482
|
};
|
|
@@ -3600,13 +3602,13 @@ export declare type ConfluenceInlineTask = {
|
|
|
3600
3602
|
completedBy?: Maybe<ConfluenceUserInfo>;
|
|
3601
3603
|
container?: Maybe<ConfluenceInlineTaskContainer>;
|
|
3602
3604
|
createdBy?: Maybe<ConfluenceUserInfo>;
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
+
createdAt?: Maybe<Scalars['DateTime']>;
|
|
3606
|
+
dueAt?: Maybe<Scalars['DateTime']>;
|
|
3605
3607
|
globalId?: Maybe<Scalars['ID']>;
|
|
3606
3608
|
id: Scalars['ID'];
|
|
3607
3609
|
status?: Maybe<ConfluenceInlineTaskStatus>;
|
|
3608
3610
|
taskId?: Maybe<Scalars['ID']>;
|
|
3609
|
-
|
|
3611
|
+
updatedAt?: Maybe<Scalars['DateTime']>;
|
|
3610
3612
|
};
|
|
3611
3613
|
export declare type ConfluenceInlineTaskContainer = ConfluenceBlogPost | ConfluencePage;
|
|
3612
3614
|
export declare enum ConfluenceInlineTaskStatus {
|
|
@@ -3653,7 +3655,6 @@ export declare type ConfluenceMutationApi = {
|
|
|
3653
3655
|
deleteUserProperty?: Maybe<ConfluenceDeleteUserPropertyPayload>;
|
|
3654
3656
|
};
|
|
3655
3657
|
export declare type ConfluenceMutationApiCreateBlogPostArgs = {
|
|
3656
|
-
cloudId: Scalars['ID'];
|
|
3657
3658
|
input: ConfluenceCreateBlogPostInput;
|
|
3658
3659
|
};
|
|
3659
3660
|
export declare type ConfluenceMutationApiCreateBlogPostPropertyArgs = {
|
|
@@ -3828,13 +3829,13 @@ export declare enum ConfluencePageStatus {
|
|
|
3828
3829
|
export declare type ConfluencePageVersion = {
|
|
3829
3830
|
__typename?: 'ConfluencePageVersion';
|
|
3830
3831
|
author?: Maybe<ConfluenceUserInfo>;
|
|
3831
|
-
createdAt?: Maybe<Scalars['
|
|
3832
|
+
createdAt?: Maybe<Scalars['DateTime']>;
|
|
3832
3833
|
number?: Maybe<Scalars['Int']>;
|
|
3833
3834
|
};
|
|
3834
3835
|
export declare type ConfluencePageViewerSummary = {
|
|
3835
3836
|
__typename?: 'ConfluencePageViewerSummary';
|
|
3836
3837
|
lastContribution?: Maybe<ConfluenceContribution>;
|
|
3837
|
-
lastSeenAt?: Maybe<Scalars['
|
|
3838
|
+
lastSeenAt?: Maybe<Scalars['DateTime']>;
|
|
3838
3839
|
};
|
|
3839
3840
|
export declare type ConfluencePublishBlogPostInput = {
|
|
3840
3841
|
id: Scalars['ID'];
|
|
@@ -4116,7 +4117,6 @@ export declare type ConfluenceUpdateValueUserPropertyPayload = Payload & {
|
|
|
4116
4117
|
export declare type ConfluenceUserInfo = {
|
|
4117
4118
|
__typename?: 'ConfluenceUserInfo';
|
|
4118
4119
|
user?: Maybe<User>;
|
|
4119
|
-
personalSpace?: Maybe<ConfluenceSpace>;
|
|
4120
4120
|
};
|
|
4121
4121
|
export declare type ConfluenceUserProperty = {
|
|
4122
4122
|
__typename?: 'ConfluenceUserProperty';
|
|
@@ -5984,7 +5984,6 @@ export declare type DevOpsToolSort = {
|
|
|
5984
5984
|
name?: Maybe<DevOpsToolSortOrder>;
|
|
5985
5985
|
supportsContainers?: Maybe<DevOpsToolSortOrder>;
|
|
5986
5986
|
integration?: Maybe<DevOpsToolSortOrder>;
|
|
5987
|
-
integrationName?: Maybe<DevOpsToolSortOrder>;
|
|
5988
5987
|
};
|
|
5989
5988
|
export declare enum DevOpsToolSortOrder {
|
|
5990
5989
|
Asc = "ASC",
|
|
@@ -8603,6 +8602,7 @@ export declare type JiraIssue = Node & {
|
|
|
8603
8602
|
issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
|
|
8604
8603
|
errorRetrievingData?: Maybe<Scalars['Boolean']>;
|
|
8605
8604
|
storyPointsField?: Maybe<JiraNumberField>;
|
|
8605
|
+
storyPointEstimateField?: Maybe<JiraNumberField>;
|
|
8606
8606
|
screenId?: Maybe<Scalars['Long']>;
|
|
8607
8607
|
};
|
|
8608
8608
|
export declare type JiraIssueFieldsArgs = {
|
|
@@ -10464,6 +10464,7 @@ export declare type JiraProject = Node & {
|
|
|
10464
10464
|
status?: Maybe<JiraProjectStatus>;
|
|
10465
10465
|
similarIssues?: Maybe<JiraSimilarIssues>;
|
|
10466
10466
|
canSetIssueRestriction?: Maybe<Scalars['Boolean']>;
|
|
10467
|
+
navigationMetadata?: Maybe<JiraProjectNavigationMetadata>;
|
|
10467
10468
|
devOpsToolRelationships?: Maybe<JiraProjectAndDevOpsToolRelationshipConnection>;
|
|
10468
10469
|
repositoryRelationships?: Maybe<JiraProjectAndRepositoryRelationshipConnection>;
|
|
10469
10470
|
devOpsServiceRelationships?: Maybe<DevOpsServiceAndJiraProjectRelationshipConnection>;
|
|
@@ -10715,6 +10716,7 @@ export declare type JiraProjectFilterInput = {
|
|
|
10715
10716
|
keyword?: Maybe<Scalars['String']>;
|
|
10716
10717
|
sortBy?: Maybe<JiraProjectSortInput>;
|
|
10717
10718
|
};
|
|
10719
|
+
export declare type JiraProjectNavigationMetadata = JiraSoftwareProjectNavigationMetadata | JiraServiceManagementProjectNavigationMetadata | JiraWorkManagementProjectNavigationMetadata;
|
|
10718
10720
|
export declare type JiraProjectPermission = {
|
|
10719
10721
|
__typename?: 'JiraProjectPermission';
|
|
10720
10722
|
key: Scalars['String'];
|
|
@@ -11645,6 +11647,11 @@ export declare enum JiraServiceManagementPractice {
|
|
|
11645
11647
|
ChangeManagement = "CHANGE_MANAGEMENT",
|
|
11646
11648
|
PostIncidentReview = "POST_INCIDENT_REVIEW"
|
|
11647
11649
|
}
|
|
11650
|
+
export declare type JiraServiceManagementProjectNavigationMetadata = {
|
|
11651
|
+
__typename?: 'JiraServiceManagementProjectNavigationMetadata';
|
|
11652
|
+
queueId: Scalars['ID'];
|
|
11653
|
+
queueName: Scalars['String'];
|
|
11654
|
+
};
|
|
11648
11655
|
export declare type JiraServiceManagementRequestFeedbackField = Node & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & {
|
|
11649
11656
|
__typename?: 'JiraServiceManagementRequestFeedbackField';
|
|
11650
11657
|
id: Scalars['ID'];
|
|
@@ -11974,6 +11981,13 @@ export declare type JiraSingleVersionPickerFieldVersionsArgs = {
|
|
|
11974
11981
|
before?: Maybe<Scalars['String']>;
|
|
11975
11982
|
suggested?: Maybe<Scalars['Boolean']>;
|
|
11976
11983
|
};
|
|
11984
|
+
export declare type JiraSoftwareProjectNavigationMetadata = {
|
|
11985
|
+
__typename?: 'JiraSoftwareProjectNavigationMetadata';
|
|
11986
|
+
id: Scalars['ID'];
|
|
11987
|
+
boardId: Scalars['ID'];
|
|
11988
|
+
boardName: Scalars['String'];
|
|
11989
|
+
isSimpleBoard: Scalars['Boolean'];
|
|
11990
|
+
};
|
|
11977
11991
|
export declare type JiraSprint = Node & {
|
|
11978
11992
|
__typename?: 'JiraSprint';
|
|
11979
11993
|
id: Scalars['ID'];
|
|
@@ -12500,6 +12514,10 @@ export declare type JiraWorkLogEdge = {
|
|
|
12500
12514
|
node?: Maybe<JiraWorklog>;
|
|
12501
12515
|
cursor: Scalars['String'];
|
|
12502
12516
|
};
|
|
12517
|
+
export declare type JiraWorkManagementProjectNavigationMetadata = {
|
|
12518
|
+
__typename?: 'JiraWorkManagementProjectNavigationMetadata';
|
|
12519
|
+
boardName: Scalars['String'];
|
|
12520
|
+
};
|
|
12503
12521
|
export declare type JiraWorklog = Node & {
|
|
12504
12522
|
__typename?: 'JiraWorklog';
|
|
12505
12523
|
id: Scalars['ID'];
|
|
@@ -16204,8 +16222,12 @@ export declare type SearchBoardFilter = {
|
|
|
16204
16222
|
projectARI?: Maybe<Scalars['ID']>;
|
|
16205
16223
|
userARI?: Maybe<Scalars['ID']>;
|
|
16206
16224
|
negateProjectFilter?: Maybe<Scalars['Boolean']>;
|
|
16207
|
-
boardTypes?: Maybe<Array<
|
|
16225
|
+
boardTypes?: Maybe<Array<SearchBoardProductType>>;
|
|
16208
16226
|
};
|
|
16227
|
+
export declare enum SearchBoardProductType {
|
|
16228
|
+
Software = "SOFTWARE",
|
|
16229
|
+
Business = "BUSINESS"
|
|
16230
|
+
}
|
|
16209
16231
|
export declare type SearchConfluenceFilter = {
|
|
16210
16232
|
spacesFilter?: Maybe<Array<Scalars['String']>>;
|
|
16211
16233
|
contributorsFilter?: Maybe<Array<Scalars['String']>>;
|
|
@@ -16271,10 +16293,6 @@ export declare type SearchItemConnection = {
|
|
|
16271
16293
|
pageInfo: PageInfo;
|
|
16272
16294
|
totalCount?: Maybe<Scalars['Int']>;
|
|
16273
16295
|
};
|
|
16274
|
-
export declare enum SearchJiraBoardType {
|
|
16275
|
-
Jsw = "JSW",
|
|
16276
|
-
Jwm = "JWM"
|
|
16277
|
-
}
|
|
16278
16296
|
export declare type SearchJiraFilter = {
|
|
16279
16297
|
boardFilter?: Maybe<SearchBoardFilter>;
|
|
16280
16298
|
projectFilter?: Maybe<SearchJiraProjectFilter>;
|
|
@@ -16324,8 +16342,10 @@ export declare type SearchResultJiraBoard = SearchResult & {
|
|
|
16324
16342
|
type: SearchResultType;
|
|
16325
16343
|
description: Scalars['String'];
|
|
16326
16344
|
favourite: Scalars['Boolean'];
|
|
16327
|
-
boardId?: Maybe<Scalars['
|
|
16345
|
+
boardId?: Maybe<Scalars['ID']>;
|
|
16328
16346
|
container?: Maybe<SearchResultJiraBoardContainer>;
|
|
16347
|
+
product: SearchBoardProductType;
|
|
16348
|
+
isSimpleBoard: Scalars['Boolean'];
|
|
16329
16349
|
};
|
|
16330
16350
|
export declare type SearchResultJiraBoardContainer = SearchResultJiraBoardProjectContainer | SearchResultJiraBoardUserContainer;
|
|
16331
16351
|
export declare type SearchResultJiraBoardProjectContainer = {
|
|
@@ -16353,10 +16373,11 @@ export declare type SearchResultJiraProject = SearchResult & {
|
|
|
16353
16373
|
type: SearchResultType;
|
|
16354
16374
|
description: Scalars['String'];
|
|
16355
16375
|
favourite: Scalars['Boolean'];
|
|
16376
|
+
canView: Scalars['Boolean'];
|
|
16356
16377
|
simplified: Scalars['Boolean'];
|
|
16357
16378
|
landingPageInfo?: Maybe<SearchResultProjectLandingPageInfo>;
|
|
16358
16379
|
};
|
|
16359
|
-
export declare type SearchResultProjectLandingPageInfo = SearchResultSoftwareProjectLandingPageInfo | SearchResultServiceDeskProjectLandingPageInfo;
|
|
16380
|
+
export declare type SearchResultProjectLandingPageInfo = SearchResultSoftwareProjectLandingPageInfo | SearchResultServiceDeskProjectLandingPageInfo | SearchResultWorkManagementProjectLandingPageInfo;
|
|
16360
16381
|
export declare type SearchResultServiceDeskProjectLandingPageInfo = {
|
|
16361
16382
|
__typename?: 'SearchResultServiceDeskProjectLandingPageInfo';
|
|
16362
16383
|
id: Scalars['ID'];
|
|
@@ -16378,6 +16399,10 @@ export declare enum SearchResultType {
|
|
|
16378
16399
|
Plan = "plan",
|
|
16379
16400
|
Project = "project"
|
|
16380
16401
|
}
|
|
16402
|
+
export declare type SearchResultWorkManagementProjectLandingPageInfo = {
|
|
16403
|
+
__typename?: 'SearchResultWorkManagementProjectLandingPageInfo';
|
|
16404
|
+
boardName: Scalars['String'];
|
|
16405
|
+
};
|
|
16381
16406
|
export declare type SearchSpace = {
|
|
16382
16407
|
__typename?: 'SearchSpace';
|
|
16383
16408
|
key: Scalars['String'];
|