mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(core): Do not enable strict type validation by default for resource mapper (#13037)
This commit is contained in:
@@ -2722,8 +2722,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