bruce-models 5.0.4 → 5.0.5

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.
@@ -9918,6 +9918,14 @@
9918
9918
  // This is the expected default version for the DataVersion value.
9919
9919
  // This value should NOT be changed without looking at our API and seeing what the default value is.
9920
9920
  ProjectViewBookmark.DEFAULT_DATA_VERSION = 2;
9921
+ /**
9922
+ * Describes a bookmark file node.
9923
+ */
9924
+ let EBookmarkType;
9925
+ (function (EBookmarkType) {
9926
+ EBookmarkType["BOOKMARK"] = "bookmark";
9927
+ EBookmarkType["FOLDER"] = "folder";
9928
+ })(EBookmarkType || (EBookmarkType = {}));
9921
9929
  /**
9922
9930
  * Describes the content of a bookmark.
9923
9931
  * As part of a deal we've been commissioned to create an alternative bookmark type to embed content.
@@ -14190,7 +14198,7 @@
14190
14198
  })(exports.DataSource || (exports.DataSource = {}));
14191
14199
 
14192
14200
  // This is updated with the package.json version on build.
14193
- const VERSION = "5.0.4";
14201
+ const VERSION = "5.0.5";
14194
14202
 
14195
14203
  exports.VERSION = VERSION;
14196
14204
  exports.AbstractApi = AbstractApi;