bruce-models 7.1.70 → 7.1.71

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.
@@ -11056,6 +11056,15 @@
11056
11056
  (function (ETextureColorMaskType) {
11057
11057
  ETextureColorMaskType["BlackWhite"] = "BLACK_WHITE";
11058
11058
  })(ETextureColorMaskType = Style.ETextureColorMaskType || (Style.ETextureColorMaskType = {}));
11059
+ /**
11060
+ * Dictates where a polygon's extrusion height comes from.
11061
+ * Default is "PATH".
11062
+ */
11063
+ let EPolygonExtrusionType;
11064
+ (function (EPolygonExtrusionType) {
11065
+ EPolygonExtrusionType["Path"] = "PATH";
11066
+ EPolygonExtrusionType["Texture"] = "TEXTURE";
11067
+ })(EPolygonExtrusionType = Style.EPolygonExtrusionType || (Style.EPolygonExtrusionType = {}));
11059
11068
  /**
11060
11069
  * Returns a list of styles.
11061
11070
  * @param params
@@ -19436,7 +19445,7 @@
19436
19445
  })(exports.UrlUtils || (exports.UrlUtils = {}));
19437
19446
 
19438
19447
  // This is updated with the package.json version on build.
19439
- const VERSION = "7.1.70";
19448
+ const VERSION = "7.1.71";
19440
19449
 
19441
19450
  exports.VERSION = VERSION;
19442
19451
  exports.AbstractApi = AbstractApi;