@hestia-earth/api 0.9.26 → 0.9.27-0

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.
@@ -98,7 +98,7 @@ exports.groupLogsByModel = function (data) {
98
98
  var term = _a.term, model = _a.model, key = _a.key, should_run = _a.should_run, log = __rest(_a, ["term", "model", "key", "should_run"]);
99
99
  var modelKey = key || model;
100
100
  group[term] = group[term] || {};
101
- group[term][modelKey] = group[term][modelKey] || {};
101
+ group[term][modelKey] = group[term][modelKey] || { isKey: !!key };
102
102
  if (typeof should_run !== 'undefined') {
103
103
  group[term][modelKey] = __assign(__assign(__assign({}, group[term][modelKey]), log), { shouldRun: should_run === 'True' });
104
104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hestia-earth/api",
3
- "version": "0.9.26",
3
+ "version": "0.9.27-0",
4
4
  "description": "Hestia API definitions",
5
5
  "main": "dist/models.js",
6
6
  "typings": "dist/models.d.ts",