@forge/cli-shared 3.2.0-next.5 → 3.2.0-next.6
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
|
@@ -18204,6 +18204,7 @@ export declare type SoftwareCard = {
|
|
|
18204
18204
|
labels?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
18205
18205
|
type?: Maybe<CardType>;
|
|
18206
18206
|
status?: Maybe<CardStatus>;
|
|
18207
|
+
activeSprint?: Maybe<Sprint>;
|
|
18207
18208
|
assignee?: Maybe<User>;
|
|
18208
18209
|
flagged?: Maybe<Scalars['Boolean']>;
|
|
18209
18210
|
done?: Maybe<Scalars['Boolean']>;
|