bruce-models 4.7.4 → 4.7.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.
@@ -9692,6 +9692,8 @@
9692
9692
  // Renders the result of a Google search.
9693
9693
  // Eg: the Menu Item can be configured to render 'restaurants' around the viewport.
9694
9694
  EType["GoogleSearch"] = "GoogleSearch";
9695
+ // Renders the result of a Google search for air quality.
9696
+ EType["GoogleAirQuality"] = "GoogleAirQuality";
9695
9697
  // Renders a ArcGIS I3S scene.
9696
9698
  EType["I3sTileset"] = "I3STileset";
9697
9699
  })(EType = MenuItem.EType || (MenuItem.EType = {}));
@@ -13830,7 +13832,7 @@
13830
13832
  })(exports.DataSource || (exports.DataSource = {}));
13831
13833
 
13832
13834
  // This is updated with the package.json version on build.
13833
- const VERSION = "4.7.4";
13835
+ const VERSION = "4.7.6";
13834
13836
 
13835
13837
  exports.VERSION = VERSION;
13836
13838
  exports.AbstractApi = AbstractApi;