@lightdash/common 0.1404.4 → 0.1405.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -506,6 +506,7 @@ export type HealthState = {
506
506
  hasHeadlessBrowser: boolean;
507
507
  hasGroups: boolean;
508
508
  hasExtendedUsageAnalytics: boolean;
509
+ hasCacheAutocompleResults: boolean;
509
510
  };
510
511
  export declare enum DBFieldTypes {
511
512
  DIMENSION = "dimension",
@@ -1,4 +1,6 @@
1
1
  export type FieldValueSearchResult<T = unknown> = {
2
2
  search: string;
3
3
  results: T[];
4
+ cached: boolean;
5
+ refreshedAt: Date;
4
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lightdash/common",
3
- "version": "0.1404.4",
3
+ "version": "0.1405.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [