mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix: Validate custom tool names for forbidden chars (#8878)
This commit is contained in:
@@ -2341,6 +2341,7 @@ export interface ResourceMapperField {
|
||||
|
||||
export type FieldType =
|
||||
| 'string'
|
||||
| 'string-alphanumeric'
|
||||
| 'number'
|
||||
| 'dateTime'
|
||||
| 'boolean'
|
||||
|
||||
Reference in New Issue
Block a user