bruce-models 4.8.4 → 4.8.6

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.
@@ -4925,6 +4925,13 @@
4925
4925
  minLongitude: null
4926
4926
  };
4927
4927
  const points = [];
4928
+ const assemblyLocation = exports.Entity.GetValue({
4929
+ entity: entity,
4930
+ path: ["Bruce", "AssemblyLocation"]
4931
+ });
4932
+ if (assemblyLocation) {
4933
+ points.push(assemblyLocation);
4934
+ }
4928
4935
  const location = exports.Entity.GetValue({
4929
4936
  entity: entity,
4930
4937
  path: ["Bruce", "Location"]
@@ -14006,7 +14013,7 @@
14006
14013
  })(exports.DataSource || (exports.DataSource = {}));
14007
14014
 
14008
14015
  // This is updated with the package.json version on build.
14009
- const VERSION = "4.8.4";
14016
+ const VERSION = "4.8.6";
14010
14017
 
14011
14018
  exports.VERSION = VERSION;
14012
14019
  exports.AbstractApi = AbstractApi;