bnstooltips 1.20.6 → 1.20.7

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
@@ -3047,7 +3047,7 @@ function throwException(message, status, response, headers, result) {
3047
3047
  var ItemDownloadClient = /** @class */ (function () {
3048
3048
  function ItemDownloadClient(region, patch) {
3049
3049
  if (patch === void 0) { patch = ""; }
3050
- this.apiV = "v26";
3050
+ this.apiV = "v30";
3051
3051
  this.patch = patch;
3052
3052
  this.region = region;
3053
3053
  var baseUrl = ItemDownloadClient.GetUrlBase();