@livequery/types
Advanced tools
+1
-5
| "use strict"; | ||
| var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
| if (k2 === undefined) k2 = k; | ||
| var desc = Object.getOwnPropertyDescriptor(m, k); | ||
| if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
| desc = { enumerable: true, get: function() { return m[k]; } }; | ||
| } | ||
| Object.defineProperty(o, k2, desc); | ||
| Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
| }) : (function(o, m, k, k2) { | ||
@@ -10,0 +6,0 @@ if (k2 === undefined) k2 = k; |
@@ -24,3 +24,3 @@ export declare type RequestMethod = 'put' | 'patch' | 'delete' | 'post'; | ||
| export declare type Between<T> = ConditionTypeBuilder<T, number, 'between', [number, number]>; | ||
| export declare type FilterCondition<T> = Partial<Eq<T> & Neq<T> & Lt<T> & Lte<T> & Gt<T> & Gte<T> & InArray<T> & Contains<T> & NotContains<T> & Like<T>>; | ||
| export declare type FilterCondition<T> = Partial<Eq<T> & Neq<T> & Lt<T> & Lte<T> & Gt<T> & Gte<T> & InArray<T> & Contains<T> & NotContains<T> & Like<T> & Between<T>>; | ||
| export declare type BasicQueryOption<T = any> = { | ||
@@ -27,0 +27,0 @@ _limit: number; |
+5
-2
@@ -6,3 +6,3 @@ { | ||
| }, | ||
| "version": "1.0.37", | ||
| "version": "1.0.38", | ||
| "description": "", | ||
@@ -23,3 +23,6 @@ "main": "build/index.js", | ||
| "rxjs": "^7.1.0" | ||
| }, | ||
| "dependencies": { | ||
| "@types/node": "^18.7.23" | ||
| } | ||
| } | ||
| } |
5558
-1.61%1
Infinity%127
-3.05%+ Added
+ Added
+ Added