@lightdash/common 0.1404.3 → 0.1405.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.3",
3
+ "version": "0.1405.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [