@lightdash/common 0.1417.0 → 0.1418.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,8 @@ export type ApiChartAsCodeUpsertResponse = {
13
13
  status: 'ok';
14
14
  results: PromotionChanges;
15
15
  };
16
- export type DashboardTileWithoutUuids = Omit<DashboardTile, 'properties'> & {
16
+ export type DashboardTileWithoutUuids = Omit<DashboardTile, 'properties' | 'uuid'> & {
17
+ uuid: DashboardTile['uuid'] | undefined;
17
18
  properties: Omit<DashboardTile['properties'], 'savedChartUuid' | 'savedSqlUuid' | 'savedSemanticViewerChartUuid'>;
18
19
  };
19
20
  export type DashboardAsCode = Pick<Dashboard, 'name' | 'description' | 'updatedAt' | 'filters' | 'tabs' | 'slug'> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1417.0",
3
+ "version": "0.1418.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [