bruce-models 2.7.3 → 2.7.4

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.
@@ -11177,6 +11177,8 @@
11177
11177
  (function (EType) {
11178
11178
  // Default, no special handling.
11179
11179
  EType["Default"] = "default";
11180
+ // Same as default but assumes there is no content within it.
11181
+ EType["Shape"] = "shape";
11180
11182
  // Callout, assumes it will be positioned in 3d space.
11181
11183
  // Assumes existence of line that is used to anchor it.
11182
11184
  EType["Callout"] = "callout";
@@ -11703,7 +11705,7 @@
11703
11705
  DataSource.GetList = GetList;
11704
11706
  })(exports.DataSource || (exports.DataSource = {}));
11705
11707
 
11706
- const VERSION$1 = "2.7.3";
11708
+ const VERSION$1 = "2.7.4";
11707
11709
 
11708
11710
  exports.VERSION = VERSION$1;
11709
11711
  exports.AbstractApi = AbstractApi;