@chego/chego-api
Advanced tools
Comparing version 1.1.2 to 1.1.4
@@ -31,3 +31,3 @@ import { IQueryAndWhere, IQuerySelect } from './interfaces'; | ||
initialize(config: any): void; | ||
execute(...queries: IQuery[]): Promise<any>; | ||
execute(queries: IQuery[]): Promise<any>; | ||
} | ||
@@ -79,3 +79,3 @@ export interface IQuerySchemeElement { | ||
export interface IQueryLimit { | ||
limit(offsetOrCount: number, count?: number): IQueryWhere & IQueryOrderBy; | ||
limit(offsetOrCount: number, count?: number): IQueryGroupBy & IQueryOrderBy; | ||
} | ||
@@ -89,3 +89,3 @@ export interface IQueryLT { | ||
export interface IQueryOr { | ||
or: IQueryNot & IQueryEqualTo & IQueryLike & IQueryGT & IQueryLT & IQueryBetween & IQueryWhere; | ||
or: IQueryNot & IQueryEqualTo & IQueryLike & IQueryGT & IQueryLT & IQueryBetween & IQueryWhere & IQueryWrapped; | ||
} | ||
@@ -92,0 +92,0 @@ export interface IQueryOrWhere { |
{ | ||
"name": "@chego/chego-api", | ||
"version": "1.1.2", | ||
"version": "1.1.4", | ||
"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
27816