Updates
This commit is contained in:
@@ -1559,6 +1559,7 @@ export type DsqlCrudParam<
|
||||
deleteKeyValues?: SQLDeleteData[];
|
||||
deleteKeyValuesOperator?: "AND" | "OR";
|
||||
targetId?: string | number;
|
||||
targetIds?: (string | number)[];
|
||||
targetValue?: string | number;
|
||||
targetField?: keyof T;
|
||||
query?: DsqlCrudQueryObject<T, K>;
|
||||
@@ -2945,6 +2946,7 @@ export type APIPathsQuery<
|
||||
| "count"
|
||||
| "countOnly"
|
||||
| "targetId"
|
||||
| "targetIds"
|
||||
| "targetField"
|
||||
| "targetValue"
|
||||
| "tableSchema"
|
||||
|
||||
Reference in New Issue
Block a user