bnstooltips 1.18.5 → 1.18.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.
package/build/index.es.js CHANGED
@@ -2829,7 +2829,7 @@ function throwException(message, status, response, headers, result) {
2829
2829
  var ItemDownloadClient = /** @class */ (function () {
2830
2830
  function ItemDownloadClient(region, patch) {
2831
2831
  if (patch === void 0) { patch = ""; }
2832
- this.apiV = "v2";
2832
+ this.apiV = "v21";
2833
2833
  this.patch = patch;
2834
2834
  this.region = region;
2835
2835
  var baseUrl = ItemDownloadClient.GetUrlBase();