bruce-models 5.7.2 → 5.7.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.
@@ -3144,7 +3144,7 @@
3144
3144
  if (!typeId) {
3145
3145
  typeId = "";
3146
3146
  }
3147
- return exports.Api.ECacheKey.EntityHistoricDataStats + exports.Api.ECacheKey.Id + entityIds.join(",");
3147
+ return exports.Api.ECacheKey.EntityHistoricDataStats + exports.Api.ECacheKey.Id + typeId + exports.Api.ECacheKey.Id + entityIds.join(",");
3148
3148
  }
3149
3149
  EntityHistoricData.GetStatsCacheKey = GetStatsCacheKey;
3150
3150
  function ClearCacheByEntityIds(api, entityIds) {
@@ -15016,7 +15016,7 @@
15016
15016
  })(exports.Scenario || (exports.Scenario = {}));
15017
15017
 
15018
15018
  // This is updated with the package.json version on build.
15019
- const VERSION = "5.7.2";
15019
+ const VERSION = "5.7.4";
15020
15020
 
15021
15021
  exports.VERSION = VERSION;
15022
15022
  exports.AbstractApi = AbstractApi;