@lightdash/cli 0.1392.0 → 0.1394.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,6 +49,8 @@ export declare const lightdashApi: <T extends string | boolean | unknown[] | imp
49
49
  owner: string;
50
50
  } | import("@lightdash/common").KnexPaginatedData<import("@lightdash/common").ApiMetricsCatalogResults> | import("@lightdash/common").MetricsExplorerQueryResults | import("@lightdash/common").KnexPaginatedData<import("@lightdash/common").Group[] | import("@lightdash/common").GroupWithMembers[]> | {
51
51
  tagUuid: string;
52
- } | import("@lightdash/common").ChartAsCode[] | null | undefined>({ method, url, body, }: LightdashApiProps) => Promise<T>;
52
+ } | import("@lightdash/common").ChartAsCode[] | {
53
+ edges: import("@lightdash/common").CatalogMetricsTreeEdge[];
54
+ } | null | undefined>({ method, url, body, }: LightdashApiProps) => Promise<T>;
53
55
  export declare const checkLightdashVersion: () => Promise<void>;
54
56
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/cli",
3
- "version": "0.1392.0",
3
+ "version": "0.1394.0",
4
4
  "license": "MIT",
5
5
  "bin": {
6
6
  "lightdash": "dist/index.js"
@@ -11,8 +11,8 @@
11
11
  ],
12
12
  "dependencies": {
13
13
  "@actions/core": "^1.11.1",
14
- "@lightdash/common": "^0.1392.0",
15
- "@lightdash/warehouses": "^0.1392.0",
14
+ "@lightdash/common": "^0.1394.0",
15
+ "@lightdash/warehouses": "^0.1394.0",
16
16
  "@types/columnify": "^1.5.1",
17
17
  "ajv": "^8.11.0",
18
18
  "ajv-formats": "^2.1.1",