@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
|
@@ -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'];
|