DAR-148 — Add KYC motif and compliance alert shared types
- Extends the
admindomain indarvest-commonwith shared types for the KYC review workflow and the compliance alerting subsystem. - Adds
KycMotif(configurable rejection/review motifs) andComplianceAlert/ComplianceAlertRuleJPA entities. - Adds three new alert enums:
AlertStatus(OPEN, IN_REVIEW, RESOLVED, DISMISSED),AlertSeverity,AlertRuleType. - Adds the full set of request and response DTOs needed by
darvest-admin-backoffice-serviceanddarvest-investor-profile-kyc-serviceto operate against these entities without redefining types.