mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat(TheHive Node): Overhaul (#6457)
This commit is contained in:
@@ -1078,6 +1078,7 @@ export interface INodePropertyTypeOptions {
|
||||
export interface ResourceMapperTypeOptions {
|
||||
resourceMapperMethod: string;
|
||||
mode: 'add' | 'update' | 'upsert';
|
||||
valuesLabel?: string;
|
||||
fieldWords?: { singular: string; plural: string };
|
||||
addAllFields?: boolean;
|
||||
noFieldsError?: string;
|
||||
|
||||
Reference in New Issue
Block a user