bruce-models 7.1.61 → 7.1.62

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.
@@ -12093,6 +12093,9 @@
12093
12093
  "coordinates": {
12094
12094
  "Entity.ID": entityId
12095
12095
  }
12096
+ },
12097
+ "transform": {
12098
+ "scale": params.scale || 1
12096
12099
  }
12097
12100
  },
12098
12101
  "test": params.test
@@ -18991,7 +18994,7 @@
18991
18994
  })(exports.UrlUtils || (exports.UrlUtils = {}));
18992
18995
 
18993
18996
  // This is updated with the package.json version on build.
18994
- const VERSION = "7.1.61";
18997
+ const VERSION = "7.1.62";
18995
18998
 
18996
18999
  exports.VERSION = VERSION;
18997
19000
  exports.AbstractApi = AbstractApi;