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