bruce-models 5.0.5 → 5.0.7

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,7 +9925,7 @@
9925
9925
  (function (EBookmarkType) {
9926
9926
  EBookmarkType["BOOKMARK"] = "bookmark";
9927
9927
  EBookmarkType["FOLDER"] = "folder";
9928
- })(EBookmarkType || (EBookmarkType = {}));
9928
+ })(EBookmarkType = ProjectViewBookmark.EBookmarkType || (ProjectViewBookmark.EBookmarkType = {}));
9929
9929
  /**
9930
9930
  * Describes the content of a bookmark.
9931
9931
  * As part of a deal we've been commissioned to create an alternative bookmark type to embed content.
@@ -14198,7 +14198,7 @@
14198
14198
  })(exports.DataSource || (exports.DataSource = {}));
14199
14199
 
14200
14200
  // This is updated with the package.json version on build.
14201
- const VERSION = "5.0.5";
14201
+ const VERSION = "5.0.7";
14202
14202
 
14203
14203
  exports.VERSION = VERSION;
14204
14204
  exports.AbstractApi = AbstractApi;