This commit is contained in:
2026-01-04 12:41:19 +01:00
parent def2f2f057
commit 18e29fa413
8 changed files with 39 additions and 9 deletions
+2
View File
@@ -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"