@lightdash/cli 0.1460.1 → 0.1461.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -61,6 +61,6 @@ export declare const lightdashApi: <T extends string | boolean | unknown[] | imp
61
61
  offset: number;
62
62
  } | {
63
63
  edges: import("@lightdash/common").CatalogMetricsTreeEdge[];
64
- } | import("@lightdash/common").MetricTotalResults | null | undefined>({ method, url, body, }: LightdashApiProps) => Promise<T>;
64
+ } | import("@lightdash/common").MetricTotalResults | Pick<import("@lightdash/common").SpotlightTableConfig, "columnConfig"> | null | undefined>({ method, url, body, }: LightdashApiProps) => Promise<T>;
65
65
  export declare const checkLightdashVersion: () => Promise<void>;
66
66
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/cli",
3
- "version": "0.1460.1",
3
+ "version": "0.1461.0",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "lightdash": "dist/index.js"
@@ -30,8 +30,8 @@
30
30
  "parse-node-version": "^2.0.0",
31
31
  "unique-names-generator": "^4.7.1",
32
32
  "uuid": "^11.0.3",
33
- "@lightdash/common": "0.1460.1",
34
- "@lightdash/warehouses": "0.1460.1"
33
+ "@lightdash/common": "0.1461.0",
34
+ "@lightdash/warehouses": "0.1461.0"
35
35
  },
36
36
  "description": "Lightdash CLI tool",
37
37
  "devDependencies": {