iconsulting/packages/services
hailin 1df5854825 feat(multi-tenant): apply tenant middleware and refactor repositories
- Apply TenantContextMiddleware to all 6 services
- Add SimpleTenantFinder for services without direct tenant DB access
- Add TenantFinderService for evolution-service with database access
- Refactor 8 repositories to extend BaseTenantRepository:
  - user-postgres.repository.ts
  - verification-code-postgres.repository.ts
  - conversation-postgres.repository.ts
  - message-postgres.repository.ts
  - token-usage-postgres.repository.ts
  - file-postgres.repository.ts
  - order-postgres.repository.ts
  - payment-postgres.repository.ts
- Add @iconsulting/shared dependency to evolution-service and knowledge-service
- Configure middleware to exclude health and super-admin paths

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 18:30:31 -08:00
..
conversation-service feat(multi-tenant): apply tenant middleware and refactor repositories 2026-01-25 18:30:31 -08:00
evolution-service feat(multi-tenant): apply tenant middleware and refactor repositories 2026-01-25 18:30:31 -08:00
file-service feat(multi-tenant): apply tenant middleware and refactor repositories 2026-01-25 18:30:31 -08:00
knowledge-service feat(multi-tenant): apply tenant middleware and refactor repositories 2026-01-25 18:30:31 -08:00
payment-service feat(multi-tenant): apply tenant middleware and refactor repositories 2026-01-25 18:30:31 -08:00
user-service feat(multi-tenant): apply tenant middleware and refactor repositories 2026-01-25 18:30:31 -08:00