mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Only use new resource mapper type validation when it is enabled (#13099)
This commit is contained in:
@@ -2723,8 +2723,8 @@ export type ResourceMapperValue = {
|
||||
value: { [key: string]: string | number | boolean | null } | null;
|
||||
matchingColumns: string[];
|
||||
schema: ResourceMapperField[];
|
||||
attemptToConvertTypes?: boolean;
|
||||
convertFieldsToString?: boolean;
|
||||
attemptToConvertTypes: boolean;
|
||||
convertFieldsToString: boolean;
|
||||
};
|
||||
|
||||
export type FilterOperatorType =
|
||||
|
||||
Reference in New Issue
Block a user