bruce-models 5.0.8 → 5.0.9

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.
@@ -103,5 +103,5 @@ __exportStar(require("./plugin/plugin"), exports);
103
103
  __exportStar(require("./environment"), exports);
104
104
  __exportStar(require("./data-source/data-source"), exports);
105
105
  // This is updated with the package.json version on build.
106
- exports.VERSION = "5.0.8";
106
+ exports.VERSION = "5.0.9";
107
107
  //# sourceMappingURL=bruce-models.js.map
@@ -85,4 +85,4 @@ export * from "./internal/uploader";
85
85
  export * from "./plugin/plugin";
86
86
  export * from "./environment";
87
87
  export * from "./data-source/data-source";
88
- export declare const VERSION = "5.0.8";
88
+ export declare const VERSION = "5.0.9";
@@ -46,7 +46,7 @@ export declare namespace ProjectViewBookmark {
46
46
  */
47
47
  interface IBookmarkNode {
48
48
  id: number;
49
- parent: number;
49
+ parent: number | string;
50
50
  droppable?: boolean;
51
51
  text: string;
52
52
  data?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bruce-models",
3
- "version": "5.0.8",
3
+ "version": "5.0.9",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/bruce-models.umd.js",