@lightdash/common 0.1352.4 → 0.1352.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,7 +31,7 @@ export type CatalogField = Pick<Field, 'name' | 'label' | 'fieldType' | 'tableLa
31
31
  tableName: string;
32
32
  tableGroupLabel?: string;
33
33
  tags?: string[];
34
- catalogTags: Pick<Tag, 'name' | 'color' | 'tagUuid'>[];
34
+ categories: Pick<Tag, 'name' | 'color' | 'tagUuid'>[];
35
35
  chartUsage: number | undefined;
36
36
  };
37
37
  export type CatalogTable = Pick<TableBase, 'name' | 'label' | 'groupLabel' | 'description' | 'requiredAttributes'> & {
@@ -40,7 +40,7 @@ export type CatalogTable = Pick<TableBase, 'name' | 'label' | 'groupLabel' | 'de
40
40
  type: CatalogType.Table;
41
41
  groupLabel?: string;
42
42
  tags?: string[];
43
- catalogTags: Pick<Tag, 'name' | 'color' | 'tagUuid'>[];
43
+ categories: Pick<Tag, 'name' | 'color' | 'tagUuid'>[];
44
44
  joinedTables?: CompiledExploreJoin[];
45
45
  chartUsage: number | undefined;
46
46
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1352.4",
3
+ "version": "0.1352.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [