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.
- package/dist/bruce-models.es5.js +2 -2
- package/dist/bruce-models.es5.js.map +1 -1
- package/dist/bruce-models.umd.js +2 -2
- package/dist/bruce-models.umd.js.map +1 -1
- package/dist/lib/bruce-models.js +1 -1
- package/dist/lib/entity/entity-historic-data.js +1 -1
- package/dist/lib/entity/entity-historic-data.js.map +1 -1
- package/dist/lib/project/project-view-bookmark.js.map +1 -1
- package/dist/types/bruce-models.d.ts +1 -1
- package/dist/types/project/project-view-bookmark.d.ts +15 -5
- package/package.json +1 -1
package/dist/bruce-models.umd.js
CHANGED
|
@@ -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.
|
|
15019
|
+
const VERSION = "5.7.4";
|
|
15020
15020
|
|
|
15021
15021
|
exports.VERSION = VERSION;
|
|
15022
15022
|
exports.AbstractApi = AbstractApi;
|