bruce-models 5.2.9 → 5.3.0

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.
@@ -10051,6 +10051,7 @@
10051
10051
  let EContentType;
10052
10052
  (function (EContentType) {
10053
10053
  EContentType["WEB_3D"] = "WEB_3D";
10054
+ EContentType["WEB_3D_SPLIT_PLUGIN"] = "WEB_3D_SPLIT_PLUGIN";
10054
10055
  EContentType["IFRAME"] = "IFRAME";
10055
10056
  })(EContentType = ProjectViewBookmark.EContentType || (ProjectViewBookmark.EContentType = {}));
10056
10057
  /**
@@ -14369,7 +14370,7 @@
14369
14370
  })(exports.DataSource || (exports.DataSource = {}));
14370
14371
 
14371
14372
  // This is updated with the package.json version on build.
14372
- const VERSION = "5.2.9";
14373
+ const VERSION = "5.3.0";
14373
14374
 
14374
14375
  exports.VERSION = VERSION;
14375
14376
  exports.AbstractApi = AbstractApi;