@cubejs-client/core 0.34.0 → 0.34.2

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.
Files changed (2) hide show
  1. package/index.d.ts +3 -0
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -153,6 +153,9 @@ declare module '@cubejs-client/core' {
153
153
  sortedDimensions: string[];
154
154
  sortedTimeDimensions: [[string, string]];
155
155
  measureToLeafMeasures?: Record<string, LeafMeasure[]>;
156
+ ownedDimensions: string[];
157
+ ownedTimeDimensionsAsIs: [[string, string | null]];
158
+ ownedTimeDimensionsWithRollupGranularity: [[string, string]];
156
159
  };
157
160
 
158
161
  export type PreAggregationType = 'rollup' | 'rollupJoin' | 'rollupLambda' | 'originalSql';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cubejs-client/core",
3
- "version": "0.34.0",
3
+ "version": "0.34.2",
4
4
  "engines": {},
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,5 +45,5 @@
45
45
  "eslint-plugin-node": "^5.2.1",
46
46
  "jest": "^26.0.1"
47
47
  },
48
- "gitHead": "55e796e52bd276f839c5fa842b9eb821d363e77e"
48
+ "gitHead": "3b9567c2fbf19e45150a9483c69a70459c569c55"
49
49
  }