bruce-models 5.0.7 → 5.0.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.
@@ -9925,6 +9925,7 @@
9925
9925
  (function (EBookmarkType) {
9926
9926
  EBookmarkType["BOOKMARK"] = "bookmark";
9927
9927
  EBookmarkType["FOLDER"] = "folder";
9928
+ EBookmarkType["EXTRANODE"] = "extranode";
9928
9929
  })(EBookmarkType = ProjectViewBookmark.EBookmarkType || (ProjectViewBookmark.EBookmarkType = {}));
9929
9930
  /**
9930
9931
  * Describes the content of a bookmark.
@@ -14198,7 +14199,7 @@
14198
14199
  })(exports.DataSource || (exports.DataSource = {}));
14199
14200
 
14200
14201
  // This is updated with the package.json version on build.
14201
- const VERSION = "5.0.7";
14202
+ const VERSION = "5.0.8";
14202
14203
 
14203
14204
  exports.VERSION = VERSION;
14204
14205
  exports.AbstractApi = AbstractApi;