mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-01-30 06:22:04 +00:00
fix: update comments to reflect 23 NodePropertyTypes
- Updated test comment from '22 standard types' to '23 standard types' - Updated header comment from n8n-workflow v1.120.3 to v2.4.2 Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
BIN
data/nodes.db
BIN
data/nodes.db
Binary file not shown.
@@ -5,7 +5,7 @@
|
|||||||
* These structures define the expected data format, JavaScript type,
|
* These structures define the expected data format, JavaScript type,
|
||||||
* validation rules, and examples for each property type.
|
* validation rules, and examples for each property type.
|
||||||
*
|
*
|
||||||
* Based on n8n-workflow v1.120.3 NodePropertyTypes
|
* Based on n8n-workflow v2.4.2 NodePropertyTypes
|
||||||
*
|
*
|
||||||
* @module constants/type-structures
|
* @module constants/type-structures
|
||||||
* @since 2.23.0
|
* @since 2.23.0
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ describe('TYPE_STRUCTURES', () => {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
it('should not have extra types beyond the 22 standard types', () => {
|
it('should not have extra types beyond the 23 standard types', () => {
|
||||||
const definedTypes = Object.keys(TYPE_STRUCTURES);
|
const definedTypes = Object.keys(TYPE_STRUCTURES);
|
||||||
const extraTypes = definedTypes.filter((type) => !ALL_PROPERTY_TYPES.includes(type as NodePropertyTypes));
|
const extraTypes = definedTypes.filter((type) => !ALL_PROPERTY_TYPES.includes(type as NodePropertyTypes));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user