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.js CHANGED
@@ -3055,7 +3055,7 @@ function throwException(message, status, response, headers, result) {
3055
3055
  var ItemDownloadClient = /** @class */ (function () {
3056
3056
  function ItemDownloadClient(region, patch) {
3057
3057
  if (patch === void 0) { patch = ""; }
3058
- this.apiV = "v26";
3058
+ this.apiV = "v30";
3059
3059
  this.patch = patch;
3060
3060
  this.region = region;
3061
3061
  var baseUrl = ItemDownloadClient.GetUrlBase();