@forge/cli-shared 3.20.2-next.2 → 3.20.2-next.3
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
|
@@ -14556,9 +14556,11 @@ export type JiraCommentEdge = {
|
|
|
14556
14556
|
};
|
|
14557
14557
|
export type JiraComponent = Node & {
|
|
14558
14558
|
__typename?: 'JiraComponent';
|
|
14559
|
+
ari?: Maybe<Scalars['String']['output']>;
|
|
14559
14560
|
componentId: Scalars['String']['output'];
|
|
14560
14561
|
description?: Maybe<Scalars['String']['output']>;
|
|
14561
14562
|
id: Scalars['ID']['output'];
|
|
14563
|
+
metadata?: Maybe<Scalars['JSON']['output']>;
|
|
14562
14564
|
name?: Maybe<Scalars['String']['output']>;
|
|
14563
14565
|
};
|
|
14564
14566
|
export type JiraComponentConnection = {
|