bruce-models 6.0.7 → 6.0.8

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.
@@ -1897,6 +1897,9 @@
1897
1897
  else if (params.lessThanSize) {
1898
1898
  urlParams.append("LessThanSize", String(lessThanSize));
1899
1899
  }
1900
+ else if (params.noTilesets) {
1901
+ urlParams.append("NoTileset", "true");
1902
+ }
1900
1903
  // Cannot be used with invalidRootIds.
1901
1904
  // So if both are supplied, invalidRootIds will take precedence.
1902
1905
  else if (params.assemblyIds) {
@@ -15426,7 +15429,7 @@
15426
15429
  })(exports.Scenario || (exports.Scenario = {}));
15427
15430
 
15428
15431
  // This is updated with the package.json version on build.
15429
- const VERSION = "6.0.7";
15432
+ const VERSION = "6.0.8";
15430
15433
 
15431
15434
  exports.VERSION = VERSION;
15432
15435
  exports.AbstractApi = AbstractApi;