@forge/cli-shared 8.8.1-next.3 → 8.8.1-next.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/out/graphql/graphql-types.d.ts +104 -52
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.d.ts +1 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -10880,23 +10880,6 @@ export declare type CompassComponentPackageVersionsBySource = {
|
|
|
10880
10880
|
};
|
|
10881
10881
|
export declare type CompassComponentQueryResult = CompassSearchComponentConnection | QueryError;
|
|
10882
10882
|
export declare type CompassComponentResult = CompassComponent | QueryError;
|
|
10883
|
-
export declare type CompassComponentScorecardJiraIssueConnection = {
|
|
10884
|
-
__typename?: 'CompassComponentScorecardJiraIssueConnection';
|
|
10885
|
-
edges?: Maybe<Array<Maybe<CompassComponentScorecardJiraIssueEdge>>>;
|
|
10886
|
-
nodes?: Maybe<Array<Maybe<CompassJiraIssue>>>;
|
|
10887
|
-
pageInfo: PageInfo;
|
|
10888
|
-
};
|
|
10889
|
-
export declare type CompassComponentScorecardJiraIssueEdge = CompassJiraIssueEdge & {
|
|
10890
|
-
__typename?: 'CompassComponentScorecardJiraIssueEdge';
|
|
10891
|
-
cursor: Scalars['String']['output'];
|
|
10892
|
-
isActive?: Maybe<Scalars['Boolean']['output']>;
|
|
10893
|
-
node?: Maybe<CompassJiraIssue>;
|
|
10894
|
-
};
|
|
10895
|
-
export declare type CompassComponentScorecardJiraIssuesQuery = {
|
|
10896
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
10897
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
10898
|
-
};
|
|
10899
|
-
export declare type CompassComponentScorecardJiraIssuesQueryResult = CompassComponentScorecardJiraIssueConnection | QueryError;
|
|
10900
10883
|
export declare type CompassComponentScorecardRelationship = {
|
|
10901
10884
|
__typename?: 'CompassComponentScorecardRelationship';
|
|
10902
10885
|
activeWorkItems?: Maybe<CompassComponentScorecardWorkItemsQueryResult>;
|
|
@@ -11103,17 +11086,6 @@ export declare type CompassCreateCampaignPayload = Payload & {
|
|
|
11103
11086
|
errors?: Maybe<Array<MutationError>>;
|
|
11104
11087
|
success: Scalars['Boolean']['output'];
|
|
11105
11088
|
};
|
|
11106
|
-
export declare type CompassCreateComponentScorecardJiraIssueInput = {
|
|
11107
|
-
componentId: Scalars['ID']['input'];
|
|
11108
|
-
issueId: Scalars['ID']['input'];
|
|
11109
|
-
scorecardId: Scalars['ID']['input'];
|
|
11110
|
-
url: Scalars['URL']['input'];
|
|
11111
|
-
};
|
|
11112
|
-
export declare type CompassCreateComponentScorecardJiraIssuePayload = Payload & {
|
|
11113
|
-
__typename?: 'CompassCreateComponentScorecardJiraIssuePayload';
|
|
11114
|
-
errors?: Maybe<Array<MutationError>>;
|
|
11115
|
-
success: Scalars['Boolean']['output'];
|
|
11116
|
-
};
|
|
11117
11089
|
export declare type CompassCreateComponentScorecardWorkItemInput = {
|
|
11118
11090
|
componentId: Scalars['ID']['input'];
|
|
11119
11091
|
scorecardId: Scalars['ID']['input'];
|
|
@@ -12759,18 +12731,6 @@ export declare type CompassJqlMetricSourceInstancePermissions = {
|
|
|
12759
12731
|
revokePollingUser?: Maybe<CompassPermissionResult>;
|
|
12760
12732
|
updatePollingUser?: Maybe<CompassPermissionResult>;
|
|
12761
12733
|
};
|
|
12762
|
-
export declare type CompassJiraIssue = Node & {
|
|
12763
|
-
__typename?: 'CompassJiraIssue';
|
|
12764
|
-
changeMetadata: CompassChangeMetadata;
|
|
12765
|
-
id: Scalars['ID']['output'];
|
|
12766
|
-
issueId?: Maybe<Scalars['ID']['output']>;
|
|
12767
|
-
url: Scalars['URL']['output'];
|
|
12768
|
-
};
|
|
12769
|
-
export declare type CompassJiraIssueEdge = {
|
|
12770
|
-
cursor: Scalars['String']['output'];
|
|
12771
|
-
isActive?: Maybe<Scalars['Boolean']['output']>;
|
|
12772
|
-
node?: Maybe<CompassJiraIssue>;
|
|
12773
|
-
};
|
|
12774
12734
|
export declare type CompassLibraryScorecard = Node & {
|
|
12775
12735
|
__typename?: 'CompassLibraryScorecard';
|
|
12776
12736
|
applicationModel?: Maybe<CompassScorecardApplicationModel>;
|
|
@@ -14390,17 +14350,6 @@ export declare type CompassUpdateCampaignPayload = Payload & {
|
|
|
14390
14350
|
errors?: Maybe<Array<MutationError>>;
|
|
14391
14351
|
success: Scalars['Boolean']['output'];
|
|
14392
14352
|
};
|
|
14393
|
-
export declare type CompassUpdateComponentScorecardJiraIssueInput = {
|
|
14394
|
-
componentId: Scalars['ID']['input'];
|
|
14395
|
-
isActive: Scalars['Boolean']['input'];
|
|
14396
|
-
issueId: Scalars['ID']['input'];
|
|
14397
|
-
scorecardId: Scalars['ID']['input'];
|
|
14398
|
-
};
|
|
14399
|
-
export declare type CompassUpdateComponentScorecardJiraIssuePayload = Payload & {
|
|
14400
|
-
__typename?: 'CompassUpdateComponentScorecardJiraIssuePayload';
|
|
14401
|
-
errors?: Maybe<Array<MutationError>>;
|
|
14402
|
-
success: Scalars['Boolean']['output'];
|
|
14403
|
-
};
|
|
14404
14353
|
export declare type CompassUpdateComponentScorecardWorkItemInput = {
|
|
14405
14354
|
componentId: Scalars['ID']['input'];
|
|
14406
14355
|
isActive: Scalars['Boolean']['input'];
|
|
@@ -62759,6 +62708,29 @@ export declare type JiraAffectedServicesFieldPayload = Payload & {
|
|
|
62759
62708
|
export declare type JiraAffectedServicesInput = {
|
|
62760
62709
|
serviceId: Scalars['ID']['input'];
|
|
62761
62710
|
};
|
|
62711
|
+
export declare type JiraAggregatedDate = JiraDatePickerField | JiraDateTimePickerField;
|
|
62712
|
+
export declare type JiraAggregatedTimelineField = JiraIssueField & JiraTimelineVirtualField & Node & {
|
|
62713
|
+
__typename?: 'JiraAggregatedTimelineField';
|
|
62714
|
+
aggregatedEndDateViewField?: Maybe<JiraAggregatedDate>;
|
|
62715
|
+
aggregatedStartDateViewField?: Maybe<JiraAggregatedDate>;
|
|
62716
|
+
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
62717
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
62718
|
+
fieldId: Scalars['String']['output'];
|
|
62719
|
+
fieldOperations?: Maybe<JiraFieldOperation>;
|
|
62720
|
+
id: Scalars['ID']['output'];
|
|
62721
|
+
isEditableInIssueTransition?: Maybe<Scalars['Boolean']['output']>;
|
|
62722
|
+
isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
|
|
62723
|
+
isSearchableInJql?: Maybe<Scalars['Boolean']['output']>;
|
|
62724
|
+
issue?: Maybe<JiraIssue>;
|
|
62725
|
+
name: Scalars['String']['output'];
|
|
62726
|
+
type: Scalars['String']['output'];
|
|
62727
|
+
};
|
|
62728
|
+
export declare type JiraAggregatedTimelineFieldAggregatedEndDateViewFieldArgs = {
|
|
62729
|
+
viewId?: InputMaybe<Scalars['String']['input']>;
|
|
62730
|
+
};
|
|
62731
|
+
export declare type JiraAggregatedTimelineFieldAggregatedStartDateViewFieldArgs = {
|
|
62732
|
+
viewId?: InputMaybe<Scalars['String']['input']>;
|
|
62733
|
+
};
|
|
62762
62734
|
export declare type JiraAiAgentSession = {
|
|
62763
62735
|
__typename?: 'JiraAiAgentSession';
|
|
62764
62736
|
agent?: Maybe<User>;
|
|
@@ -64392,6 +64364,7 @@ export declare type JiraBoardViewColumnLayout = Node & {
|
|
|
64392
64364
|
export declare type JiraBoardViewColumnLayoutCellsArgs = {
|
|
64393
64365
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
64394
64366
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64367
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
64395
64368
|
};
|
|
64396
64369
|
export declare type JiraBoardViewFieldCardOption = JiraBoardViewCardOption & {
|
|
64397
64370
|
__typename?: 'JiraBoardViewFieldCardOption';
|
|
@@ -65328,6 +65301,18 @@ export declare enum JiraClassificationLevelType {
|
|
|
65328
65301
|
System = "SYSTEM",
|
|
65329
65302
|
User = "USER"
|
|
65330
65303
|
}
|
|
65304
|
+
export declare type JiraClearBoardIssueCardCoverInput = {
|
|
65305
|
+
issueId: Scalars['ID']['input'];
|
|
65306
|
+
settings?: InputMaybe<JiraBoardViewSettings>;
|
|
65307
|
+
viewId: Scalars['ID']['input'];
|
|
65308
|
+
};
|
|
65309
|
+
export declare type JiraClearBoardIssueCardCoverPayload = Payload & {
|
|
65310
|
+
__typename?: 'JiraClearBoardIssueCardCoverPayload';
|
|
65311
|
+
boardView?: Maybe<JiraBoardView>;
|
|
65312
|
+
errors?: Maybe<Array<MutationError>>;
|
|
65313
|
+
issue?: Maybe<JiraIssue>;
|
|
65314
|
+
success: Scalars['Boolean']['output'];
|
|
65315
|
+
};
|
|
65331
65316
|
export declare type JiraClearableDateFieldInput = {
|
|
65332
65317
|
date?: InputMaybe<JiraDateInput>;
|
|
65333
65318
|
fieldId: Scalars['ID']['input'];
|
|
@@ -69303,6 +69288,8 @@ export declare type JiraIssue = HasMercuryProjectFields & JiraScenarioIssueLike
|
|
|
69303
69288
|
configurationUrl?: Maybe<Scalars['URL']['output']>;
|
|
69304
69289
|
confluenceLinks?: Maybe<JiraConfluenceRemoteIssueLinkConnection>;
|
|
69305
69290
|
confluenceMentionedLinks?: Maybe<JiraConfluenceRemoteIssueLinkConnection>;
|
|
69291
|
+
connectActivityPanels?: Maybe<JiraIssueConnectActivityPanelConnection>;
|
|
69292
|
+
connectBackgroundScripts?: Maybe<JiraIssueConnectBackgroundScriptConnection>;
|
|
69306
69293
|
connectOperations?: Maybe<JiraIssueConnectOperationConnection>;
|
|
69307
69294
|
contentPanels?: Maybe<JiraIssueContentPanelConnection>;
|
|
69308
69295
|
coverMedia?: Maybe<JiraWorkManagementBackground>;
|
|
@@ -69474,6 +69461,18 @@ export declare type JiraIssueConfluenceMentionedLinksArgs = {
|
|
|
69474
69461
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69475
69462
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
69476
69463
|
};
|
|
69464
|
+
export declare type JiraIssueConnectActivityPanelsArgs = {
|
|
69465
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
69466
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
69467
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69468
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
69469
|
+
};
|
|
69470
|
+
export declare type JiraIssueConnectBackgroundScriptsArgs = {
|
|
69471
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
69472
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
69473
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
69474
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
69475
|
+
};
|
|
69477
69476
|
export declare type JiraIssueConnectOperationsArgs = {
|
|
69478
69477
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
69479
69478
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -69843,6 +69842,40 @@ export declare type JiraIssueCommits = {
|
|
|
69843
69842
|
export declare type JiraIssueCommitsInput = {
|
|
69844
69843
|
filterLegacy?: InputMaybe<Scalars['Boolean']['input']>;
|
|
69845
69844
|
};
|
|
69845
|
+
export declare type JiraIssueConnectActivityPanel = {
|
|
69846
|
+
__typename?: 'JiraIssueConnectActivityPanel';
|
|
69847
|
+
addonKey?: Maybe<Scalars['String']['output']>;
|
|
69848
|
+
moduleKey?: Maybe<Scalars['String']['output']>;
|
|
69849
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
69850
|
+
options?: Maybe<Scalars['String']['output']>;
|
|
69851
|
+
};
|
|
69852
|
+
export declare type JiraIssueConnectActivityPanelConnection = {
|
|
69853
|
+
__typename?: 'JiraIssueConnectActivityPanelConnection';
|
|
69854
|
+
edges?: Maybe<Array<Maybe<JiraIssueConnectActivityPanelEdge>>>;
|
|
69855
|
+
pageInfo: PageInfo;
|
|
69856
|
+
};
|
|
69857
|
+
export declare type JiraIssueConnectActivityPanelEdge = {
|
|
69858
|
+
__typename?: 'JiraIssueConnectActivityPanelEdge';
|
|
69859
|
+
cursor: Scalars['String']['output'];
|
|
69860
|
+
node?: Maybe<JiraIssueConnectActivityPanel>;
|
|
69861
|
+
};
|
|
69862
|
+
export declare type JiraIssueConnectBackgroundScript = {
|
|
69863
|
+
__typename?: 'JiraIssueConnectBackgroundScript';
|
|
69864
|
+
addonKey?: Maybe<Scalars['String']['output']>;
|
|
69865
|
+
moduleKey?: Maybe<Scalars['String']['output']>;
|
|
69866
|
+
options?: Maybe<Scalars['String']['output']>;
|
|
69867
|
+
shouldReloadOnRefresh?: Maybe<Scalars['Boolean']['output']>;
|
|
69868
|
+
};
|
|
69869
|
+
export declare type JiraIssueConnectBackgroundScriptConnection = {
|
|
69870
|
+
__typename?: 'JiraIssueConnectBackgroundScriptConnection';
|
|
69871
|
+
edges?: Maybe<Array<Maybe<JiraIssueConnectBackgroundScriptEdge>>>;
|
|
69872
|
+
pageInfo: PageInfo;
|
|
69873
|
+
};
|
|
69874
|
+
export declare type JiraIssueConnectBackgroundScriptEdge = {
|
|
69875
|
+
__typename?: 'JiraIssueConnectBackgroundScriptEdge';
|
|
69876
|
+
cursor: Scalars['String']['output'];
|
|
69877
|
+
node?: Maybe<JiraIssueConnectBackgroundScript>;
|
|
69878
|
+
};
|
|
69846
69879
|
export declare type JiraIssueConnectOperation = {
|
|
69847
69880
|
__typename?: 'JiraIssueConnectOperation';
|
|
69848
69881
|
href?: Maybe<Scalars['String']['output']>;
|
|
@@ -71257,6 +71290,10 @@ export declare type JiraIssueSection = {
|
|
|
71257
71290
|
msg?: Maybe<Scalars['String']['output']>;
|
|
71258
71291
|
sub?: Maybe<Scalars['String']['output']>;
|
|
71259
71292
|
};
|
|
71293
|
+
export declare type JiraIssueStreamHubEventPayloadComment = {
|
|
71294
|
+
__typename?: 'JiraIssueStreamHubEventPayloadComment';
|
|
71295
|
+
id: Scalars['Int']['output'];
|
|
71296
|
+
};
|
|
71260
71297
|
export declare type JiraIssueStreamHubEventPayloadProject = {
|
|
71261
71298
|
__typename?: 'JiraIssueStreamHubEventPayloadProject';
|
|
71262
71299
|
id: Scalars['Int']['output'];
|
|
@@ -75546,6 +75583,7 @@ export declare type JiraPriorityInput = {
|
|
|
75546
75583
|
export declare type JiraProductDiscoveryIssueEventPayload = {
|
|
75547
75584
|
__typename?: 'JiraProductDiscoveryIssueEventPayload';
|
|
75548
75585
|
actionerAccountId?: Maybe<Scalars['String']['output']>;
|
|
75586
|
+
comment?: Maybe<JiraIssueStreamHubEventPayloadComment>;
|
|
75549
75587
|
project: JiraIssueStreamHubEventPayloadProject;
|
|
75550
75588
|
resource: Scalars['String']['output'];
|
|
75551
75589
|
type: Scalars['String']['output'];
|
|
@@ -81665,7 +81703,7 @@ export declare enum JiraTimeUnit {
|
|
|
81665
81703
|
Minute = "MINUTE",
|
|
81666
81704
|
Week = "WEEK"
|
|
81667
81705
|
}
|
|
81668
|
-
export declare type JiraTimelineField = JiraIssueField & JiraIssueFieldConfiguration & Node & {
|
|
81706
|
+
export declare type JiraTimelineField = JiraIssueField & JiraIssueFieldConfiguration & JiraTimelineVirtualField & Node & {
|
|
81669
81707
|
__typename?: 'JiraTimelineField';
|
|
81670
81708
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
81671
81709
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -81748,6 +81786,9 @@ export declare type JiraTimelineViewViewSettingsArgs = {
|
|
|
81748
81786
|
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
81749
81787
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
81750
81788
|
};
|
|
81789
|
+
export declare type JiraTimelineVirtualField = {
|
|
81790
|
+
issue?: Maybe<JiraIssue>;
|
|
81791
|
+
};
|
|
81751
81792
|
export declare type JiraToolchain = {
|
|
81752
81793
|
__typename?: 'JiraToolchain';
|
|
81753
81794
|
hasViewDevToolsPermission?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -93263,6 +93304,7 @@ export declare type Mutation = {
|
|
|
93263
93304
|
jira_archiveIssueAsync?: Maybe<JiraIssueArchiveAsyncPayload>;
|
|
93264
93305
|
jira_associateProjectToFieldScheme?: Maybe<JiraAssociateProjectToFieldSchemePayload>;
|
|
93265
93306
|
jira_bulkSetBoardViewColumnState?: Maybe<JiraBulkSetBoardViewColumnStatePayload>;
|
|
93307
|
+
jira_clearBoardIssueCardCover?: Maybe<JiraClearBoardIssueCardCoverPayload>;
|
|
93266
93308
|
jira_createBoardViewStatusColumn?: Maybe<JiraCreateBoardViewStatusColumnPayload>;
|
|
93267
93309
|
jira_createCustomBackground?: Maybe<JiraProjectCreateCustomBackgroundMutationPayload>;
|
|
93268
93310
|
jira_createFieldScheme?: Maybe<JiraFieldSchemePayload>;
|
|
@@ -95078,6 +95120,9 @@ export declare type MutationJira_AssociateProjectToFieldSchemeArgs = {
|
|
|
95078
95120
|
export declare type MutationJira_BulkSetBoardViewColumnStateArgs = {
|
|
95079
95121
|
input: JiraBulkSetBoardViewColumnStateInput;
|
|
95080
95122
|
};
|
|
95123
|
+
export declare type MutationJira_ClearBoardIssueCardCoverArgs = {
|
|
95124
|
+
input: JiraClearBoardIssueCardCoverInput;
|
|
95125
|
+
};
|
|
95081
95126
|
export declare type MutationJira_CreateBoardViewStatusColumnArgs = {
|
|
95082
95127
|
input: JiraCreateBoardViewStatusColumnInput;
|
|
95083
95128
|
};
|
|
@@ -99840,6 +99885,7 @@ export declare type Query = {
|
|
|
99840
99885
|
teamworkGraph_userCommented?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
99841
99886
|
teamworkGraph_userCreated?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
99842
99887
|
teamworkGraph_userTaggedIn?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
99888
|
+
teamworkGraph_userTeams?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
99843
99889
|
teamworkGraph_userTopRecentMentioners?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
99844
99890
|
teamworkGraph_userTopRecentReferencers?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
99845
99891
|
teamworkGraph_userViewed?: Maybe<GraphStoreCypherQueryV2Connection>;
|
|
@@ -103171,6 +103217,11 @@ export declare type QueryTeamworkGraph_UserTaggedInArgs = {
|
|
|
103171
103217
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
103172
103218
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
103173
103219
|
};
|
|
103220
|
+
export declare type QueryTeamworkGraph_UserTeamsArgs = {
|
|
103221
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
103222
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
103223
|
+
userId: Scalars['ID']['input'];
|
|
103224
|
+
};
|
|
103174
103225
|
export declare type QueryTeamworkGraph_UserTopRecentMentionersArgs = {
|
|
103175
103226
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
103176
103227
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -106360,6 +106411,7 @@ export declare type SearchResultGraphDocument = SearchL2FeatureProvider & Search
|
|
|
106360
106411
|
__typename?: 'SearchResultGraphDocument';
|
|
106361
106412
|
allContributors?: Maybe<Array<ThirdPartyUser>>;
|
|
106362
106413
|
bodyText?: Maybe<Scalars['String']['output']>;
|
|
106414
|
+
connectorType?: Maybe<Scalars['String']['output']>;
|
|
106363
106415
|
containerName?: Maybe<Scalars['String']['output']>;
|
|
106364
106416
|
description: Scalars['String']['output'];
|
|
106365
106417
|
entity?: Maybe<SearchResultEntity>;
|