@chego/chego-api
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -83,8 +83,2 @@ import { IQueryAndWhere, IQuerySelect } from './interfaces'; | ||
} | ||
export interface IQueryNot { | ||
not: IQueryEqualTo & IQueryLike & IQueryGT & IQueryLT & IQueryBetween & IQueryNull; | ||
} | ||
export interface IQueryWhereNot { | ||
not: IQueryExists & IQueryIn; | ||
} | ||
export interface IQueryNull { | ||
@@ -147,3 +141,12 @@ null: IQueryGroupBy & IQueryOrderBy & IQueryLimit & IQueryAnd & IQueryOr; | ||
} | ||
export interface IQueryMethods extends IQueryAnd, IQueryAre, IQueryBetween, IQueryEqualTo, IQueryGT, IQueryIs, IQueryLike, IQueryLimit, IQueryLT, IQueryNot, IQueryOr, IQueryOrderBy, IQueryDelete, IQuerySelect, IQueryUpdate, IQueryWhere, IQueryWrapped, IQueryFrom, IQueryInsert, IQueryTo, IQueryNull, IQueryExists, IQueryIn, IQuerySet, IQueryOn, IQueryUsing, IQueryLeftJoin, IQueryRightJoin, IQueryJoin, IQueryFullJoin, IQueryUnion, IQueryHaving, IQueryGroupBy { | ||
export interface IQueryWhereNot { | ||
not: IQueryExists & IQueryIn; | ||
} | ||
export interface IQueryNot { | ||
not: IQueryEqualTo & IQueryLike & IQueryGT & IQueryLT & IQueryBetween & IQueryNull; | ||
} | ||
export interface IQueryMethods extends IQueryAre, IQueryBetween, IQueryEqualTo, IQueryGT, IQueryIs, IQueryLike, IQueryLimit, IQueryLT, IQueryOrderBy, IQueryDelete, IQuerySelect, IQueryUpdate, IQueryWhere, IQueryWrapped, IQueryFrom, IQueryInsert, IQueryTo, IQueryNull, IQueryExists, IQueryIn, IQuerySet, IQueryOn, IQueryUsing, IQueryLeftJoin, IQueryRightJoin, IQueryJoin, IQueryFullJoin, IQueryUnion, IQueryHaving, IQueryGroupBy { | ||
not: any; | ||
and: any; | ||
or: any; | ||
} |
{ | ||
"name": "@chego/chego-api", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "The API layer of Chego modules.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/api.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27794
329