bruce-models 4.4.4 → 4.4.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.
@@ -11417,18 +11417,6 @@
11417
11417
  rej(e);
11418
11418
  }
11419
11419
  }));
11420
- req.then((data) => __awaiter(this, void 0, void 0, function* () {
11421
- const users = data.tokens;
11422
- for (let i = 0; i < users.length; i++) {
11423
- yield api.SetCacheItem({
11424
- key: GetCacheKey(users[i].ID, accountId),
11425
- value: {
11426
- user: users[i]
11427
- },
11428
- req: reqParams
11429
- });
11430
- }
11431
- }));
11432
11420
  yield api.SetCacheItem({
11433
11421
  key: GetListCacheKey(accountId),
11434
11422
  value: req,
@@ -13361,7 +13349,7 @@
13361
13349
  })(exports.DataSource || (exports.DataSource = {}));
13362
13350
 
13363
13351
  // This is updated with the package.json version on build.
13364
- const VERSION = "4.4.4";
13352
+ const VERSION = "4.4.6";
13365
13353
 
13366
13354
  exports.VERSION = VERSION;
13367
13355
  exports.AbstractApi = AbstractApi;