@chego/chego-api
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -1,2 +0,1 @@ | ||
import { IQueryAndWhere, IQuerySelect, IQueryUnionAll } from './interfaces'; | ||
import { QuerySyntaxEnum } from './enums'; | ||
@@ -82,3 +81,3 @@ import { QuerySyntaxTemplate, QueryBuildFunction, AnyButFunction, StringOrProperty, Fn } from './types'; | ||
export interface IQueryFrom { | ||
from(...tables: CommandProp[]): IQueryGroupBy & IQueryUnion & IQueryLeftJoin & IQueryRightJoin & IQueryJoin & IQueryFullJoin & IQueryOrderBy & IQueryWhere & IQueryLimit & IQueryWrapped; | ||
from(...tables: CommandProp[]): IQueryGroupBy & IQueryUnion & IQueryUnionAll & IQueryLeftJoin & IQueryRightJoin & IQueryJoin & IQueryFullJoin & IQueryOrderBy & IQueryWhere & IQueryLimit & IQueryWrapped; | ||
} | ||
@@ -85,0 +84,0 @@ export interface IQueryGT { |
{ | ||
"name": "@chego/chego-api", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"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
33395
394