bruce-models 7.1.61 → 7.1.63

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.
@@ -8708,6 +8708,7 @@
8708
8708
  EColumn["Size"] = "size";
8709
8709
  EColumn["User"] = "user";
8710
8710
  EColumn["Extension"] = "extension";
8711
+ EColumn["Data"] = "data";
8711
8712
  })(EColumn = Filter.EColumn || (Filter.EColumn = {}));
8712
8713
  let ESortOrder;
8713
8714
  (function (ESortOrder) {
@@ -12093,6 +12094,9 @@
12093
12094
  "coordinates": {
12094
12095
  "Entity.ID": entityId
12095
12096
  }
12097
+ },
12098
+ "transform": {
12099
+ "scale": params.scale || 1
12096
12100
  }
12097
12101
  },
12098
12102
  "test": params.test
@@ -18991,7 +18995,7 @@
18991
18995
  })(exports.UrlUtils || (exports.UrlUtils = {}));
18992
18996
 
18993
18997
  // This is updated with the package.json version on build.
18994
- const VERSION = "7.1.61";
18998
+ const VERSION = "7.1.63";
18995
18999
 
18996
19000
  exports.VERSION = VERSION;
18997
19001
  exports.AbstractApi = AbstractApi;