@forge/cli-shared 3.21.0-next.4 → 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
|
@@ -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 = {
|