@chego/chego-api
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -21,2 +21,9 @@ import { QuerySyntaxEnum, SortingOrderEnum } from './enums'; | ||
}; | ||
export declare type CustomCondition = { | ||
condition: Fn<any>; | ||
table: Table; | ||
}; | ||
export declare type DirectPath = { | ||
directPath: string; | ||
}; | ||
export declare type Property = { | ||
@@ -23,0 +30,0 @@ table: Table; |
{ | ||
"name": "@chego/chego-api", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"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
60332
713