Comparing version 0.9.10 to 0.9.11
{ | ||
"name": "remult", | ||
"version": "0.9.10", | ||
"version": "0.9.11", | ||
"description": "remult core lib", | ||
@@ -5,0 +5,0 @@ "homepage": "https://remult.dev/", |
@@ -71,4 +71,4 @@ import { Allowed, AllowedForInstance } from "./context"; | ||
deleted?: (row: entityType) => Promise<any> | any; | ||
validation?: (e: entityType) => Promise<any> | any; | ||
validation?: (row: entityType, ref: EntityRef<entityType>) => Promise<any> | any; | ||
entityRefInit?: (ref: EntityRef<entityType>, row: entityType) => void; | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
877123
13252