@chego/chego-api
Advanced tools
Comparing version 1.1.5 to 1.2.0
@@ -7,2 +7,4 @@ import { IQueryAndWhere, IQuerySelect } from './interfaces'; | ||
execute(...queries: IQuery[]): Promise<any>; | ||
connect(callback?: Fn): void; | ||
disconnect(callback?: Fn): void; | ||
} | ||
@@ -33,2 +35,4 @@ export interface IQuery extends IQueryMethods { | ||
execute(queries: IQuery[]): Promise<any>; | ||
connect(callback?: Fn): void; | ||
disconnect(callback?: Fn): void; | ||
} | ||
@@ -35,0 +39,0 @@ export interface IQuerySchemeElement { |
{ | ||
"name": "@chego/chego-api", | ||
"version": "1.1.5", | ||
"version": "1.2.0", | ||
"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
28154
333