bruce-models 3.8.0 → 3.8.2

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.
@@ -3338,6 +3338,11 @@
3338
3338
  [operator]: filter.layerIds
3339
3339
  };
3340
3340
  }
3341
+ else if (filter.layerId != null) {
3342
+ requestFilter["Bruce.Layer.ID"] = {
3343
+ equals: filter.layerId
3344
+ };
3345
+ }
3341
3346
  if (filter.bounds) {
3342
3347
  requestFilter["geometry"] = {
3343
3348
  "intersects": [
@@ -10903,7 +10908,7 @@
10903
10908
  })(exports.DataSource || (exports.DataSource = {}));
10904
10909
 
10905
10910
  // This is updated with the package.json version on build.
10906
- const VERSION = "3.8.0";
10911
+ const VERSION = "3.8.2";
10907
10912
 
10908
10913
  exports.VERSION = VERSION;
10909
10914
  exports.AbstractApi = AbstractApi;