bruce-models 4.4.3 → 4.4.5

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.
@@ -10330,6 +10330,9 @@
10330
10330
  EDefaultImagery["StamenWaterColor"] = "stamenwatercolor";
10331
10331
  EDefaultImagery["StamenToner"] = "stamentoner";
10332
10332
  EDefaultImagery["Grid"] = "grid";
10333
+ EDefaultImagery["ThunderforestCycle"] = "thunderforestcycle";
10334
+ EDefaultImagery["ThunderforestTransport"] = "thunderforesttransport";
10335
+ EDefaultImagery["ThunderforestLandscape"] = "thunderforestlandscape";
10333
10336
  })(EDefaultImagery = ProjectViewTile.EDefaultImagery || (ProjectViewTile.EDefaultImagery = {}));
10334
10337
  /**
10335
10338
  * Prepared array for UI.
@@ -10401,6 +10404,18 @@
10401
10404
  name: "Stamen Toner",
10402
10405
  iconUrl: "https://template.ui.nextspace.host/Default/media/Cesium/ImageryProviders/stamenToner.png"
10403
10406
  },
10407
+ {
10408
+ id: EDefaultImagery.ThunderforestCycle,
10409
+ name: "Thunderforest Cycle"
10410
+ },
10411
+ {
10412
+ id: EDefaultImagery.ThunderforestTransport,
10413
+ name: "Thunderforest Transport"
10414
+ },
10415
+ {
10416
+ id: EDefaultImagery.ThunderforestLandscape,
10417
+ name: "Thunderforest Landscape"
10418
+ },
10404
10419
  {
10405
10420
  id: EDefaultImagery.Grid,
10406
10421
  name: "Grid",
@@ -11402,18 +11417,6 @@
11402
11417
  rej(e);
11403
11418
  }
11404
11419
  }));
11405
- req.then((data) => __awaiter(this, void 0, void 0, function* () {
11406
- const users = data.tokens;
11407
- for (let i = 0; i < users.length; i++) {
11408
- yield api.SetCacheItem({
11409
- key: GetCacheKey(users[i].ID, accountId),
11410
- value: {
11411
- user: users[i]
11412
- },
11413
- req: reqParams
11414
- });
11415
- }
11416
- }));
11417
11420
  yield api.SetCacheItem({
11418
11421
  key: GetListCacheKey(accountId),
11419
11422
  value: req,
@@ -13346,7 +13349,7 @@
13346
13349
  })(exports.DataSource || (exports.DataSource = {}));
13347
13350
 
13348
13351
  // This is updated with the package.json version on build.
13349
- const VERSION = "4.4.3";
13352
+ const VERSION = "4.4.5";
13350
13353
 
13351
13354
  exports.VERSION = VERSION;
13352
13355
  exports.AbstractApi = AbstractApi;