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.js CHANGED
@@ -2837,7 +2837,7 @@ function throwException(message, status, response, headers, result) {
2837
2837
  var ItemDownloadClient = /** @class */ (function () {
2838
2838
  function ItemDownloadClient(region, patch) {
2839
2839
  if (patch === void 0) { patch = ""; }
2840
- this.apiV = "v2";
2840
+ this.apiV = "v21";
2841
2841
  this.patch = patch;
2842
2842
  this.region = region;
2843
2843
  var baseUrl = ItemDownloadClient.GetUrlBase();