@vizzly/ai-types
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -31,8 +31,12 @@ import { VIEW_TYPES } from './constants'; | ||
}>; | ||
filter?: Array<{ | ||
field: string; | ||
function: string; | ||
op: ['=', '!=', '>', '<']; | ||
value: string | number | boolean | null; | ||
}>; | ||
filter?: { | ||
orWhereClauses: Array<{ | ||
andWhereClauses: Array<{ | ||
field: string; | ||
function: string; | ||
op: '=' | '!=' | '>' | '<'; | ||
value: string | number | boolean | null; | ||
}>; | ||
}>; | ||
}; | ||
}; | ||
@@ -39,0 +43,0 @@ export type ViewFormatProperties = { |
{ | ||
"name": "@vizzly/ai-types", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"source": "types.ts", | ||
@@ -5,0 +5,0 @@ "types": "dist/type-definitions/types.d.ts", |
1990
75