bruce-models 4.1.2 → 4.1.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.
@@ -97,5 +97,5 @@ __exportStar(require("./plugin/plugin"), exports);
97
97
  __exportStar(require("./environment"), exports);
98
98
  __exportStar(require("./data-source/data-source"), exports);
99
99
  // This is updated with the package.json version on build.
100
- exports.VERSION = "4.1.2";
100
+ exports.VERSION = "4.1.3";
101
101
  //# sourceMappingURL=bruce-models.js.map
@@ -16,10 +16,12 @@ export declare namespace AccountSettings {
16
16
  loginTitleFileId?: string;
17
17
  loginBannerFileId?: string;
18
18
  dashBannerFileId?: string;
19
+ dashButtonFileId?: string;
19
20
  navIconFileId?: string;
20
21
  links?: ILink[];
21
22
  manageSplashFileId?: string;
22
23
  manageBannerFileId?: string;
24
+ leftPanelBannerFileId?: string;
23
25
  };
24
26
  rendering?: {
25
27
  renderAsGeojson?: boolean;
@@ -79,4 +79,4 @@ export * from "./internal/uploader";
79
79
  export * from "./plugin/plugin";
80
80
  export * from "./environment";
81
81
  export * from "./data-source/data-source";
82
- export declare const VERSION = "4.1.2";
82
+ export declare const VERSION = "4.1.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "4.1.2",
3
+ "version": "4.1.3",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",