bruce-models 5.4.9 → 5.5.1

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.
@@ -9866,6 +9866,8 @@
9866
9866
  EType["GoogleAirQuality"] = "GoogleAirQuality";
9867
9867
  // Renders a ArcGIS I3S scene.
9868
9868
  EType["I3sTileset"] = "I3STileset";
9869
+ // performs a query
9870
+ EType["DataLab"] = "DataLab";
9869
9871
  })(EType = MenuItem.EType || (MenuItem.EType = {}));
9870
9872
  /**
9871
9873
  * Creates a menu item for a single entity.
@@ -14708,7 +14710,7 @@
14708
14710
  })(exports.DataSource || (exports.DataSource = {}));
14709
14711
 
14710
14712
  // This is updated with the package.json version on build.
14711
- const VERSION = "5.4.9";
14713
+ const VERSION = "5.5.1";
14712
14714
 
14713
14715
  exports.VERSION = VERSION;
14714
14716
  exports.AbstractApi = AbstractApi;