bruce-models 1.9.3 → 1.9.4

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.
@@ -1166,6 +1166,15 @@
1166
1166
  })).regions[0];
1167
1167
  if (region === null || region === void 0 ? void 0 : region.CDN) {
1168
1168
  this.EntityCdnUrl = (_b = region.CDN.entityURL) === null || _b === void 0 ? void 0 : _b[env];
1169
+ // We need to fix our configs.
1170
+ if (this.EntityCdnUrl) {
1171
+ if (this.EntityCdnUrl.includes("entitiesListForCDN")) {
1172
+ this.EntityCdnUrl = this.EntityCdnUrl.replace("<ACCOUNT>", this.accountId);
1173
+ }
1174
+ else {
1175
+ this.EntityCdnUrl = this.EntityCdnUrl.replace("<ACCOUNT>", "entitiesListForCDN/" + this.accountId);
1176
+ }
1177
+ }
1169
1178
  this.LegacyTilesetCdnUrl = (_c = region.CDN.legacyTilesetURL) === null || _c === void 0 ? void 0 : _c[env];
1170
1179
  }
1171
1180
  }