@saltcorn/db-common
Advanced tools
Comparing version 0.8.2 to 0.8.3-alpha.0
@@ -105,7 +105,11 @@ /** | ||
target: any; | ||
through: any; | ||
[key: string]: any; | ||
through?: any; | ||
rename_object?: any; | ||
ontable?: any; | ||
}; | ||
export declare type JoinFields = { | ||
[key: string]: JoinField; | ||
}; | ||
export declare type JoinOptions = { | ||
joinFields?: JoinField; | ||
joinFields?: JoinFields; | ||
aggregations?: AggregationOptions[]; | ||
@@ -112,0 +116,0 @@ where: any; |
{ | ||
"name": "@saltcorn/db-common", | ||
"version": "0.8.2", | ||
"version": "0.8.3-alpha.0", | ||
"description": "Db common structures for Saltcorn, open-source no-code platform", | ||
@@ -5,0 +5,0 @@ "homepage": "https://saltcorn.com", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
81073
1204