bruce-models 5.3.5 → 5.3.6
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.
- package/dist/bruce-models.es5.js +1 -10
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +1 -10
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/project/project-view-bookmark.js +0 -9
- package/dist/lib/project/project-view-bookmark.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/project/project-view-bookmark.d.ts +0 -21
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -9955,15 +9955,6 @@
|
|
|
9955
9955
|
// This is the expected default version for the DataVersion value.
|
|
9956
9956
|
// This value should NOT be changed without looking at our API and seeing what the default value is.
|
|
9957
9957
|
ProjectViewBookmark.DEFAULT_DATA_VERSION = 2;
|
|
9958
|
-
/**
|
|
9959
|
-
* Describes a bookmark file node.
|
|
9960
|
-
*/
|
|
9961
|
-
let EBookmarkType;
|
|
9962
|
-
(function (EBookmarkType) {
|
|
9963
|
-
EBookmarkType["BOOKMARK"] = "bookmark";
|
|
9964
|
-
EBookmarkType["FOLDER"] = "folder";
|
|
9965
|
-
EBookmarkType["EXTRANODE"] = "extranode";
|
|
9966
|
-
})(EBookmarkType = ProjectViewBookmark.EBookmarkType || (ProjectViewBookmark.EBookmarkType = {}));
|
|
9967
9958
|
/**
|
|
9968
9959
|
* Describes the content of a bookmark.
|
|
9969
9960
|
* As part of a deal we've been commissioned to create an alternative bookmark type to embed content.
|
|
@@ -14437,7 +14428,7 @@
|
|
|
14437
14428
|
})(exports.DataSource || (exports.DataSource = {}));
|
|
14438
14429
|
|
|
14439
14430
|
// This is updated with the package.json version on build.
|
|
14440
|
-
const VERSION = "5.3.
|
|
14431
|
+
const VERSION = "5.3.6";
|
|
14441
14432
|
|
|
14442
14433
|
exports.VERSION = VERSION;
|
|
14443
14434
|
exports.AbstractApi = AbstractApi;
|