Commit Graph

8 Commits

Author SHA1 Message Date
Kyryll O. 67f58d6f74 1.11.0 2026-06-12 17:55:18 +03:00
Kyryll O. b4d214d9c3 feat: add HelpModule (HelpController, HelpService) for standardized FAQ/HELP system
HelpModule auto-discovers articles from help/*.md files or articles.json.
Exposes GET /api/help (articles list) and GET /api/help/:id (markdown content).
Supports i18n via {id}.{lang}.md file pattern.
2026-06-03 15:41:48 +03:00
Кирилл Осипков 04cbcb791e fix: convert endpoint kebab-case to camelCase in createReportController handlerMethod — v1.9.1 2026-06-01 11:27:41 +03:00
Кирилл Осипков 3136f0b5f4 feat: add ReportCapabilityProvider factory for report data sources — v1.9.0 2026-06-01 11:02:31 +03:00
Кирилл Осипков 4efaa25452 feat: raw amqplib exchange publishing for inter-plugin RPC — v1.7.0 2026-05-28 11:05:49 +03:00
Kyryll O 975fe8ef73 fix: move all deps to dependencies for npm sub-dependency install 2026-05-26 22:57:14 +03:00
Kyryll O 90d6298f1c Downgrade uuid to v9 and add sendNotification method 2026-05-25 15:29:00 +03:00
Кирилл Осипков 97e680f87c Initial commit of ERP Plugin SDK 2026-05-22 14:40:26 +03:00