@forge/cli-shared 2.4.1-next.0 → 2.4.1-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
|
@@ -1261,6 +1261,7 @@ export declare type BoardScope = Node & {
|
|
|
1261
1261
|
name?: Maybe<Scalars['String']>;
|
|
1262
1262
|
admins?: Maybe<Array<Maybe<Admin>>>;
|
|
1263
1263
|
canAdministerBoard?: Maybe<Scalars['Boolean']>;
|
|
1264
|
+
jql?: Maybe<Scalars['String']>;
|
|
1264
1265
|
};
|
|
1265
1266
|
export declare type BoardScopeSprintsArgs = {
|
|
1266
1267
|
state?: Maybe<Array<Maybe<SprintState>>>;
|
|
@@ -1610,13 +1611,13 @@ export declare type CompassBuildEvent = CompassEvent & {
|
|
|
1610
1611
|
export declare type CompassBuildEventPipeline = {
|
|
1611
1612
|
__typename?: 'CompassBuildEventPipeline';
|
|
1612
1613
|
pipelineId: Scalars['String'];
|
|
1613
|
-
url
|
|
1614
|
-
displayName
|
|
1614
|
+
url?: Maybe<Scalars['String']>;
|
|
1615
|
+
displayName?: Maybe<Scalars['String']>;
|
|
1615
1616
|
};
|
|
1616
1617
|
export declare type CompassBuildEventPipelineInput = {
|
|
1617
1618
|
pipelineId: Scalars['String'];
|
|
1618
|
-
url
|
|
1619
|
-
displayName
|
|
1619
|
+
url?: Maybe<Scalars['String']>;
|
|
1620
|
+
displayName?: Maybe<Scalars['String']>;
|
|
1620
1621
|
};
|
|
1621
1622
|
export declare type CompassBuildEventProperties = {
|
|
1622
1623
|
__typename?: 'CompassBuildEventProperties';
|
|
@@ -2572,6 +2573,7 @@ export declare enum CompassIncidentEventState {
|
|
|
2572
2573
|
Deleted = "DELETED"
|
|
2573
2574
|
}
|
|
2574
2575
|
export declare type CompassInsertMetricValueByExternalIdInput = {
|
|
2576
|
+
cloudId: Scalars['ID'];
|
|
2575
2577
|
metricDefinitionId: Scalars['ID'];
|
|
2576
2578
|
externalMetricSourceId: Scalars['ID'];
|
|
2577
2579
|
value: CompassMetricValueInput;
|
|
@@ -5280,7 +5282,6 @@ export declare type DevOpsTool = Node & {
|
|
|
5280
5282
|
avatar?: Maybe<DevOpsToolAvatar>;
|
|
5281
5283
|
group: DevOpsToolGroup;
|
|
5282
5284
|
supportsContainers: Scalars['Boolean'];
|
|
5283
|
-
containerIntegration?: Maybe<DevOpsToolContainerIntegration>;
|
|
5284
5285
|
integration?: Maybe<DevOpsToolIntegration>;
|
|
5285
5286
|
namespaces?: Maybe<DevOpsToolNamespaceConnection>;
|
|
5286
5287
|
auth?: Maybe<DevOpsToolAuth>;
|
|
@@ -5365,22 +5366,6 @@ export declare type DevOpsToolContainerEdge = {
|
|
|
5365
5366
|
cursor: Scalars['String'];
|
|
5366
5367
|
node?: Maybe<DevOpsToolContainer>;
|
|
5367
5368
|
};
|
|
5368
|
-
export declare type DevOpsToolContainerIntegration = {
|
|
5369
|
-
containerType: Scalars['String'];
|
|
5370
|
-
};
|
|
5371
|
-
export declare type DevOpsToolContainerIntegrationApp = DevOpsToolContainerIntegration & {
|
|
5372
|
-
__typename?: 'DevOpsToolContainerIntegrationApp';
|
|
5373
|
-
containerType: Scalars['String'];
|
|
5374
|
-
appKey: Scalars['String'];
|
|
5375
|
-
installed: Scalars['Boolean'];
|
|
5376
|
-
oauthUrl?: Maybe<Scalars['String']>;
|
|
5377
|
-
};
|
|
5378
|
-
export declare type DevOpsToolContainerIntegrationProduct = DevOpsToolContainerIntegration & {
|
|
5379
|
-
__typename?: 'DevOpsToolContainerIntegrationProduct';
|
|
5380
|
-
containerType: Scalars['String'];
|
|
5381
|
-
productKey: Scalars['String'];
|
|
5382
|
-
available: Scalars['Boolean'];
|
|
5383
|
-
};
|
|
5384
5369
|
export declare type DevOpsToolContainerKeyCannotBeGenerated = {
|
|
5385
5370
|
__typename?: 'DevOpsToolContainerKeyCannotBeGenerated';
|
|
5386
5371
|
name?: Maybe<Scalars['String']>;
|
|
@@ -5441,6 +5426,7 @@ export declare type DevOpsToolIntegrationApp = {
|
|
|
5441
5426
|
__typename?: 'DevOpsToolIntegrationApp';
|
|
5442
5427
|
appKey: Scalars['String'];
|
|
5443
5428
|
appName: Scalars['String'];
|
|
5429
|
+
marketplaceType: Scalars['String'];
|
|
5444
5430
|
installed: Scalars['Boolean'];
|
|
5445
5431
|
iconUrl?: Maybe<Scalars['String']>;
|
|
5446
5432
|
};
|
|
@@ -7753,6 +7739,7 @@ export declare type JiraIssue = Node & {
|
|
|
7753
7739
|
issueTypesForHierarchyBelow?: Maybe<JiraIssueTypeConnection>;
|
|
7754
7740
|
issueTypesForHierarchyAbove?: Maybe<JiraIssueTypeConnection>;
|
|
7755
7741
|
issueTypesForHierarchySame?: Maybe<JiraIssueTypeConnection>;
|
|
7742
|
+
errorRetrievingData?: Maybe<Scalars['Boolean']>;
|
|
7756
7743
|
};
|
|
7757
7744
|
export declare type JiraIssueFieldsArgs = {
|
|
7758
7745
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -9846,6 +9833,7 @@ export declare type JiraQuery = {
|
|
|
9846
9833
|
issueContainersByTypeByKey: JiraIssueItemContainersResult;
|
|
9847
9834
|
issueByKey?: Maybe<JiraIssue>;
|
|
9848
9835
|
issueById?: Maybe<JiraIssue>;
|
|
9836
|
+
issue?: Maybe<JiraIssue>;
|
|
9849
9837
|
issuesById?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
9850
9838
|
screenIdByIssueId?: Maybe<Scalars['Long']>;
|
|
9851
9839
|
screenIdByIssueKey?: Maybe<Scalars['Long']>;
|
|
@@ -9926,6 +9914,9 @@ export declare type JiraQueryIssueByKeyArgs = {
|
|
|
9926
9914
|
export declare type JiraQueryIssueByIdArgs = {
|
|
9927
9915
|
id: Scalars['ID'];
|
|
9928
9916
|
};
|
|
9917
|
+
export declare type JiraQueryIssueArgs = {
|
|
9918
|
+
id?: Maybe<Scalars['ID']>;
|
|
9919
|
+
};
|
|
9929
9920
|
export declare type JiraQueryIssuesByIdArgs = {
|
|
9930
9921
|
ids: Array<Scalars['ID']>;
|
|
9931
9922
|
};
|
|
@@ -11077,6 +11068,7 @@ export declare type JiraTeamView = {
|
|
|
11077
11068
|
__typename?: 'JiraTeamView';
|
|
11078
11069
|
jiraSuppliedId: Scalars['ID'];
|
|
11079
11070
|
jiraSuppliedTeamId: Scalars['String'];
|
|
11071
|
+
jiraSuppliedVisibility?: Maybe<Scalars['Boolean']>;
|
|
11080
11072
|
jiraSuppliedName?: Maybe<Scalars['String']>;
|
|
11081
11073
|
jiraSuppliedAvatar?: Maybe<JiraAvatar>;
|
|
11082
11074
|
fullTeam?: Maybe<Team>;
|
|
@@ -11275,6 +11267,7 @@ export declare type JiraVersionWarningConfig = {
|
|
|
11275
11267
|
openReview?: Maybe<JiraVersionWarningConfigState>;
|
|
11276
11268
|
unreviewedCode?: Maybe<JiraVersionWarningConfigState>;
|
|
11277
11269
|
failingBuild?: Maybe<JiraVersionWarningConfigState>;
|
|
11270
|
+
canEdit?: Maybe<Scalars['Boolean']>;
|
|
11278
11271
|
};
|
|
11279
11272
|
export declare enum JiraVersionWarningConfigState {
|
|
11280
11273
|
Enabled = "ENABLED",
|
|
@@ -14413,6 +14406,7 @@ export declare type RoadmapProjectConfiguration = {
|
|
|
14413
14406
|
defaultItemTypeId?: Maybe<Scalars['String']>;
|
|
14414
14407
|
versions?: Maybe<Array<RoadmapVersion>>;
|
|
14415
14408
|
components?: Maybe<Array<RoadmapComponent>>;
|
|
14409
|
+
isReleasesFeatureEnabled: Scalars['Boolean'];
|
|
14416
14410
|
};
|
|
14417
14411
|
export declare type RoadmapProjectPermissions = {
|
|
14418
14412
|
__typename?: 'RoadmapProjectPermissions';
|
|
@@ -14541,6 +14535,7 @@ export declare type RoadmapVersion = {
|
|
|
14541
14535
|
id: Scalars['ID'];
|
|
14542
14536
|
name: Scalars['String'];
|
|
14543
14537
|
status: RoadmapVersionStatus;
|
|
14538
|
+
releaseDate?: Maybe<Scalars['Date']>;
|
|
14544
14539
|
};
|
|
14545
14540
|
export declare enum RoadmapVersionStatus {
|
|
14546
14541
|
Released = "RELEASED",
|
|
@@ -14623,6 +14618,7 @@ export declare enum Scope {
|
|
|
14623
14618
|
ReadAccount = "READ_ACCOUNT",
|
|
14624
14619
|
ViewUserprofile = "VIEW_USERPROFILE",
|
|
14625
14620
|
IdentityAtlassianExternal = "IDENTITY_ATLASSIAN_EXTERNAL",
|
|
14621
|
+
CompassAtlassianExternal = "COMPASS_ATLASSIAN_EXTERNAL",
|
|
14626
14622
|
ReadCompassComponent = "READ_COMPASS_COMPONENT",
|
|
14627
14623
|
WriteCompassComponent = "WRITE_COMPASS_COMPONENT",
|
|
14628
14624
|
ReadCompassScorecard = "READ_COMPASS_SCORECARD",
|
|
@@ -15212,7 +15208,7 @@ export declare type SmartsQueryApiRecommendedObjectArgs = {
|
|
|
15212
15208
|
export declare type SmartsRecommendationsQuery = {
|
|
15213
15209
|
context: SmartsContext;
|
|
15214
15210
|
modelRequestParams: SmartsModelRequestParams;
|
|
15215
|
-
|
|
15211
|
+
sessionId?: Maybe<Scalars['String']>;
|
|
15216
15212
|
requestingUserId: Scalars['String'];
|
|
15217
15213
|
maxNumberOfResults?: Maybe<Scalars['Int']>;
|
|
15218
15214
|
};
|