mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(core): Optionally return full rows from Data Table inserts (no-changelog) (#18657)
This commit is contained in:
@@ -7,5 +7,6 @@ import {
|
||||
} from '../../schemas/data-store.schema';
|
||||
|
||||
export class AddDataStoreRowsDto extends Z.class({
|
||||
returnData: z.boolean().default(false),
|
||||
data: z.array(z.record(dataStoreColumnNameSchema, dataStoreColumnValueSchema)),
|
||||
}) {}
|
||||
|
||||
Reference in New Issue
Block a user