bruce-models 6.0.4 → 6.0.5

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.
@@ -10012,7 +10012,7 @@
10012
10012
  if (entityIds === null || entityIds === void 0 ? void 0 : entityIds.length) {
10013
10013
  body["Entity.ID"] = entityIds;
10014
10014
  }
10015
- if (parentChildIds === null || parentChildIds === void 0 ? void 0 : parentChildIds.length) {
10015
+ if (parentChildIds) {
10016
10016
  body["ParentChild.ID"] = parentChildIds;
10017
10017
  }
10018
10018
  return yield api.POST(`v3/tileset/${tilesetId}/bakeMetadata`, body, exports.Api.PrepReqParams(reqParams));
@@ -15418,7 +15418,7 @@
15418
15418
  })(exports.Scenario || (exports.Scenario = {}));
15419
15419
 
15420
15420
  // This is updated with the package.json version on build.
15421
- const VERSION = "6.0.4";
15421
+ const VERSION = "6.0.5";
15422
15422
 
15423
15423
  exports.VERSION = VERSION;
15424
15424
  exports.AbstractApi = AbstractApi;