@cubejs-client/core 0.29.43 → 0.29.48

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.29.48](https://github.com/cube-js/cube.js/compare/v0.29.47...v0.29.48) (2022-04-14)
7
+
8
+
9
+ ### Features
10
+
11
+ * **query-language:** "total" flag support ([#4134](https://github.com/cube-js/cube.js/issues/4134)) ([51aef5e](https://github.com/cube-js/cube.js/commit/51aef5ede6e9b0c0e0e8749119e98102f168b8ca))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.29.43](https://github.com/cube-js/cube.js/compare/v0.29.42...v0.29.43) (2022-04-07)
7
18
 
8
19
  **Note:** Version bump only for package @cubejs-client/core
package/index.d.ts CHANGED
@@ -169,6 +169,7 @@ declare module '@cubejs-client/core' {
169
169
  requestId?: string;
170
170
  usedPreAggregations?: Record<string, UsedPreAggregation>;
171
171
  transformedQuery?: TransformedQuery;
172
+ total?: number
172
173
  };
173
174
 
174
175
  export type LoadResponse<T> = {
@@ -798,6 +799,7 @@ declare module '@cubejs-client/core' {
798
799
  renewQuery?: boolean;
799
800
  ungrouped?: boolean;
800
801
  responseFormat?: 'compact' | 'default';
802
+ total?: boolean;
801
803
  }
802
804
 
803
805
  export class ProgressResult {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/core",
3
- "version": "0.29.43",
3
+ "version": "0.29.48",
4
4
  "engines": {},
5
5
  "repository": {
6
6
  "type": "git",
@@ -46,5 +46,5 @@
46
46
  "eslint-plugin-node": "^5.2.1",
47
47
  "jest": "^26.0.1"
48
48
  },
49
- "gitHead": "4fde50fecf7e642e73d363a9cdd9126a3533fa43"
49
+ "gitHead": "1fa9b5fe1c15ae2e790c101381d127d691c944ac"
50
50
  }