bruce-models 3.6.3 → 3.6.5

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.
@@ -7728,6 +7728,8 @@
7728
7728
  EType["Relationships"] = "Relationships";
7729
7729
  // Renders the Cesium Google photogrammetry tileset.
7730
7730
  EType["GooglePhotoTileset"] = "GooglePhotoTileset";
7731
+ // Renders a ArcGIS I3S scene.
7732
+ EType["I3sTileset"] = "I3STileset";
7731
7733
  })(EType = MenuItem.EType || (MenuItem.EType = {}));
7732
7734
  /**
7733
7735
  * Creates a menu item for a single entity.
@@ -10713,7 +10715,7 @@
10713
10715
  })(exports.DataSource || (exports.DataSource = {}));
10714
10716
 
10715
10717
  // This is updated with the package.json version on build.
10716
- const VERSION = "3.6.3";
10718
+ const VERSION = "3.6.5";
10717
10719
 
10718
10720
  exports.VERSION = VERSION;
10719
10721
  exports.AbstractApi = AbstractApi;