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.
@@ -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.2";
15669
+ const VERSION = "6.3.3";
15669
15670
 
15670
15671
  exports.VERSION = VERSION;
15671
15672
  exports.AbstractApi = AbstractApi;