refactor(editor): Move templates api to @n8n/rest-api-client package (no-changelog) (#16542)

This commit is contained in:
Alex Grozav
2025-06-23 14:04:33 +03:00
committed by GitHub
parent 662ac1bb57
commit 9c654dbbf7
59 changed files with 423 additions and 417 deletions

View File

@@ -14,7 +14,10 @@ export * from './roles';
export * from './settings';
export * from './module-settings';
export * from './sso';
export * from './tags';
export * from './templates';
export * from './ui';
export * from './versions';
export * from './webhooks';
export * from './workflowHistory';
export * from './workflows';