@forge/cli-shared 2.1.6-next.7 → 2.1.6-next.8
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
|
@@ -11255,6 +11255,14 @@ export declare type RoadmapItemType = {
|
|
|
11255
11255
|
avatarId?: Maybe<Scalars['ID']>;
|
|
11256
11256
|
requiredFieldIds?: Maybe<Array<Scalars['ID']>>;
|
|
11257
11257
|
};
|
|
11258
|
+
export declare enum RoadmapLevelOneView {
|
|
11259
|
+
Complete12M = "COMPLETE12M",
|
|
11260
|
+
Complete9M = "COMPLETE9M",
|
|
11261
|
+
Complete6M = "COMPLETE6M",
|
|
11262
|
+
Complete3M = "COMPLETE3M",
|
|
11263
|
+
Complete1M = "COMPLETE1M",
|
|
11264
|
+
Incomplete = "INCOMPLETE"
|
|
11265
|
+
}
|
|
11258
11266
|
export declare type RoadmapMetadata = {
|
|
11259
11267
|
__typename?: 'RoadmapMetadata';
|
|
11260
11268
|
hasExceededEpicLimit: Scalars['Boolean'];
|
|
@@ -11355,6 +11363,7 @@ export declare type RoadmapUserConfiguration = {
|
|
|
11355
11363
|
listWidth: Scalars['Long'];
|
|
11356
11364
|
timelineMode: RoadmapTimelineMode;
|
|
11357
11365
|
epicView: RoadmapEpicView;
|
|
11366
|
+
levelOneView: RoadmapLevelOneView;
|
|
11358
11367
|
};
|
|
11359
11368
|
export declare type RoadmapVersion = {
|
|
11360
11369
|
__typename?: 'RoadmapVersion';
|