bruce-models 6.3.2 → 6.3.3
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 +2 -1
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +2 -1
- 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 +1 -0
- 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 +1 -0
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -10587,6 +10587,7 @@
|
|
|
10587
10587
|
let EContentType;
|
|
10588
10588
|
(function (EContentType) {
|
|
10589
10589
|
EContentType["WEB_3D"] = "WEB_3D";
|
|
10590
|
+
EContentType["WEB_3D_MODEL_SPACE"] = "WEB_3D_MODEL_SPACE";
|
|
10590
10591
|
EContentType["WEB_3D_SPLIT_PLUGIN"] = "WEB_3D_SPLIT_PLUGIN";
|
|
10591
10592
|
EContentType["IFRAME"] = "IFRAME";
|
|
10592
10593
|
})(EContentType = ProjectViewBookmark.EContentType || (ProjectViewBookmark.EContentType = {}));
|
|
@@ -15665,7 +15666,7 @@
|
|
|
15665
15666
|
})(exports.Tracking || (exports.Tracking = {}));
|
|
15666
15667
|
|
|
15667
15668
|
// This is updated with the package.json version on build.
|
|
15668
|
-
const VERSION = "6.3.
|
|
15669
|
+
const VERSION = "6.3.3";
|
|
15669
15670
|
|
|
15670
15671
|
exports.VERSION = VERSION;
|
|
15671
15672
|
exports.AbstractApi = AbstractApi;
|