@qrvey/utils 1.16.0-5 → 1.16.0-6-eduardo-test-1

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.
@@ -24,7 +24,12 @@ export class ModelCacheManager extends QrveyCacheManager {
24
24
  }
25
25
  fetchDataAndUpdateStore(state, config) {
26
26
  return __awaiter(this, void 0, void 0, function* () {
27
- const includeInfo = ["bucketsInfo", "formulaInfo", "colorByValueInfo"];
27
+ const includeInfo = [
28
+ "bucketsInfo",
29
+ "formulaInfo",
30
+ "colorByValueInfo",
31
+ "formulaAggregate",
32
+ ];
28
33
  return getModel(config, { includeInfo })
29
34
  .then((model) => {
30
35
  state.entity = model;
@@ -27,7 +27,12 @@ class ModelCacheManager extends cache_manager_1.QrveyCacheManager {
27
27
  }
28
28
  fetchDataAndUpdateStore(state, config) {
29
29
  return __awaiter(this, void 0, void 0, function* () {
30
- const includeInfo = ["bucketsInfo", "formulaInfo", "colorByValueInfo"];
30
+ const includeInfo = [
31
+ "bucketsInfo",
32
+ "formulaInfo",
33
+ "colorByValueInfo",
34
+ "formulaAggregate",
35
+ ];
31
36
  return (0, getModel_api_1.getModel)(config, { includeInfo })
32
37
  .then((model) => {
33
38
  state.entity = model;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qrvey/utils",
3
- "version": "1.16.0-5",
3
+ "version": "1.16.0-6-eduardo-test-1",
4
4
  "description": "Helper, Utils for all Qrvey Projects",
5
5
  "homepage": "https://bitbucket.org/qrvey/qrvey_utils/wiki/Home",
6
6
  "main": "dist/index.js",