bruce-models 4.5.4 → 4.5.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.
@@ -9794,6 +9794,9 @@
9794
9794
  EType["Relationships"] = "Relationships";
9795
9795
  // Renders the Cesium Google photogrammetry tileset.
9796
9796
  EType["GooglePhotoTileset"] = "GooglePhotoTileset";
9797
+ // Renders the result of a Google search.
9798
+ // Eg: the Menu Item can be configured to render 'restaurants' around the viewport.
9799
+ EType["GoogleSearch"] = "GoogleSearch";
9797
9800
  // Renders a ArcGIS I3S scene.
9798
9801
  EType["I3sTileset"] = "I3STileset";
9799
9802
  })(EType = MenuItem.EType || (MenuItem.EType = {}));
@@ -13455,7 +13458,7 @@
13455
13458
  })(exports.DataSource || (exports.DataSource = {}));
13456
13459
 
13457
13460
  // This is updated with the package.json version on build.
13458
- const VERSION = "4.5.4";
13461
+ const VERSION = "4.5.6";
13459
13462
 
13460
13463
  exports.VERSION = VERSION;
13461
13464
  exports.AbstractApi = AbstractApi;