bruce-models 5.2.6 → 5.2.7

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.
@@ -3761,7 +3761,7 @@
3761
3761
  };
3762
3762
  }
3763
3763
  if (filter.bounds) {
3764
- requestFilter["geometry"] = {
3764
+ requestFilter["boundaries"] = {
3765
3765
  "intersects": [
3766
3766
  filter.bounds.south,
3767
3767
  filter.bounds.north,
@@ -14325,7 +14325,7 @@
14325
14325
  })(exports.DataSource || (exports.DataSource = {}));
14326
14326
 
14327
14327
  // This is updated with the package.json version on build.
14328
- const VERSION = "5.2.6";
14328
+ const VERSION = "5.2.7";
14329
14329
 
14330
14330
  exports.VERSION = VERSION;
14331
14331
  exports.AbstractApi = AbstractApi;