bruce-models 1.6.0 → 1.6.1
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.
|
@@ -26,6 +26,7 @@ export declare namespace ProjectView {
|
|
|
26
26
|
DataVersion: number;
|
|
27
27
|
SupportEmail?: string;
|
|
28
28
|
Settings?: IBaseSettings;
|
|
29
|
+
IsDefault?: boolean;
|
|
29
30
|
}
|
|
30
31
|
/**
|
|
31
32
|
* These are the base settings expected in any project view data-version.
|
|
@@ -35,7 +36,6 @@ export declare namespace ProjectView {
|
|
|
35
36
|
menuItems?: MenuItem.IItem[];
|
|
36
37
|
IsLoginRequired?: boolean;
|
|
37
38
|
IsRestricted?: boolean;
|
|
38
|
-
IsDefault?: boolean;
|
|
39
39
|
}
|
|
40
40
|
type View = LegacyNavigator.IView | Navigator.IView | IBaseView;
|
|
41
41
|
namespace LegacyNavigator {
|