mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(core): Update data table delete row endpoint to accept filter as string (no-changelog) (#19673)
This commit is contained in:
@@ -68,7 +68,7 @@ export type UpsertDataStoreRowOptions = {
|
||||
};
|
||||
|
||||
export type DeleteDataTableRowsOptions = {
|
||||
filter?: DataTableFilter;
|
||||
filter: DataTableFilter;
|
||||
};
|
||||
|
||||
export type MoveDataStoreColumnOptions = {
|
||||
|
||||
Reference in New Issue
Block a user