bruce-models 2.3.5 → 2.3.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.
@@ -4105,7 +4105,7 @@
4105
4105
  * @returns
4106
4106
  */
4107
4107
  init(guardian, loadConfig) {
4108
- var _a, _b;
4108
+ var _a, _b, _c;
4109
4109
  return __awaiter(this, void 0, void 0, function* () {
4110
4110
  if (!this.accountId) {
4111
4111
  throw ("accountId is required.");
@@ -4178,6 +4178,10 @@
4178
4178
  }
4179
4179
  }
4180
4180
  this.LegacyTilesetCdnUrl = (_b = settings.CDN.legacyTilesetURL) === null || _b === void 0 ? void 0 : _b[env];
4181
+ this.TilesetCdnUrl = (_c = settings.CDN.tilesetURL) === null || _c === void 0 ? void 0 : _c[env];
4182
+ if (this.TilesetCdnUrl) {
4183
+ this.TilesetCdnUrl = this.TilesetCdnUrl.replace("<ACCOUNT>", this.accountId);
4184
+ }
4181
4185
  }
4182
4186
  }
4183
4187
  }