@lightdash/common 0.1345.0 → 0.1347.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,9 +19,10 @@ export type CatalogSelection = {
19
19
  field?: string;
20
20
  };
21
21
  export type ApiCatalogSearch = {
22
- search?: string;
22
+ searchQuery?: string;
23
23
  type?: CatalogType;
24
24
  filter?: CatalogFilter;
25
+ catalogTags?: string[];
25
26
  };
26
27
  export type CatalogField = Pick<Field, 'name' | 'label' | 'fieldType' | 'tableLabel' | 'description'> & Pick<Dimension, 'requiredAttributes'> & {
27
28
  catalogSearchUuid: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1345.0",
3
+ "version": "0.1347.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [