@forge/cli-shared 3.20.5-next.3 → 3.21.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
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.21.0-next.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [c35ad15]
|
|
8
|
+
- Updated dependencies [b91f922]
|
|
9
|
+
- @forge/manifest@5.1.0-next.3
|
|
10
|
+
|
|
11
|
+
## 3.21.0-next.4
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- e241f90: Replace js-yaml with yaml
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [e241f90]
|
|
20
|
+
- @forge/manifest@5.1.0-next.2
|
|
21
|
+
|
|
3
22
|
## 3.20.5-next.3
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
@@ -4420,6 +4420,7 @@ export type CompassJiraIssue = Node & {
|
|
|
4420
4420
|
__typename?: 'CompassJiraIssue';
|
|
4421
4421
|
changeMetadata: CompassChangeMetadata;
|
|
4422
4422
|
id: Scalars['ID']['output'];
|
|
4423
|
+
issueId?: Maybe<Scalars['ID']['output']>;
|
|
4423
4424
|
url: Scalars['URL']['output'];
|
|
4424
4425
|
};
|
|
4425
4426
|
export type CompassJiraIssueEdge = {
|
|
@@ -15019,6 +15020,13 @@ export type JiraClassicConnectDevOpsProvider = JiraDevOpsProvider & {
|
|
|
15019
15020
|
marketplaceApp?: Maybe<MarketplaceApp>;
|
|
15020
15021
|
webUrl?: Maybe<Scalars['URL']['output']>;
|
|
15021
15022
|
};
|
|
15023
|
+
export type JiraClassificationLevel = {
|
|
15024
|
+
__typename?: 'JiraClassificationLevel';
|
|
15025
|
+
color?: Maybe<JiraColor>;
|
|
15026
|
+
guidelines?: Maybe<Scalars['String']['output']>;
|
|
15027
|
+
id: Scalars['ID']['output'];
|
|
15028
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
15029
|
+
};
|
|
15022
15030
|
export type JiraCmdbAttribute = {
|
|
15023
15031
|
__typename?: 'JiraCmdbAttribute';
|
|
15024
15032
|
attributeId?: Maybe<Scalars['String']['output']>;
|
|
@@ -15546,6 +15554,7 @@ export type JiraDataClassificationField = JiraIssueField & Node & {
|
|
|
15546
15554
|
__typename?: 'JiraDataClassificationField';
|
|
15547
15555
|
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
15548
15556
|
classification?: Maybe<JiraDataClassification>;
|
|
15557
|
+
classificationLevel?: Maybe<JiraClassificationLevel>;
|
|
15549
15558
|
description?: Maybe<Scalars['String']['output']>;
|
|
15550
15559
|
fieldId: Scalars['String']['output'];
|
|
15551
15560
|
id: Scalars['ID']['output'];
|