@livequery/types
Advanced tools
@@ -1,2 +0,1 @@ | ||
| export declare type FilterExpression = '==' | '!=' | '<' | '<=' | '>' | '>=' | 'in-array' | 'contains' | 'not-contains' | 'like' | 'between'; | ||
| export declare type RequestMethod = 'put' | 'patch' | 'delete' | 'post'; | ||
@@ -54,4 +53,4 @@ export declare type Eq<T> = { | ||
| }; | ||
| filters: Array<[string, FilterExpression, any]>; | ||
| filters: Array<[string, string, any]>; | ||
| options: BasicQueryOption<T>; | ||
| }; |
@@ -7,3 +7,3 @@ import { QueryOption } from "./LivequeryRequest"; | ||
| id: string; | ||
| }>(query_id: number, ref: string, options?: Partial<QueryOption<T>>) => Observable<QueryStream<T>> & { | ||
| }>(ref: string, options?: Partial<QueryOption<T>>) => Observable<QueryStream<T>> & { | ||
| reload: Function; | ||
@@ -10,0 +10,0 @@ }; |
+1
-1
@@ -6,3 +6,3 @@ { | ||
| }, | ||
| "version": "1.0.27", | ||
| "version": "1.0.28", | ||
| "description": "", | ||
@@ -9,0 +9,0 @@ "main": "build/index.js", |
5204
-3.16%131
-0.76%