Updates
This commit is contained in:
Vendored
+2
@@ -2250,6 +2250,7 @@ export type APIPathsParamsGetMiddleware<T extends {
|
||||
}> = (params: {
|
||||
query: APIPathsQuery<T>;
|
||||
table: string;
|
||||
targetId?: number | string;
|
||||
}) => Promise<APIPathsQuery<T>>;
|
||||
export type APIPathsParamsCrudMiddleware<T extends {
|
||||
[k: string]: any;
|
||||
@@ -2259,6 +2260,7 @@ export type APIPathsParamsCrudMiddleware<T extends {
|
||||
body: APIPathsBody<T>;
|
||||
query: DsqlCrudQueryObject<T>;
|
||||
table: K;
|
||||
targetId?: number | string;
|
||||
}) => Promise<APIPathsBody<T> | undefined>;
|
||||
export type APIPathsParamsAllowedTable = {
|
||||
table: string;
|
||||
|
||||
Reference in New Issue
Block a user