feat: add KYC onboarding metadata endpoint with POI validation

This commit is contained in:
Abdalhamid Alhamad
2025-11-18 15:03:42 +03:00
parent d2d83549b2
commit c007ac584f
14 changed files with 308 additions and 4 deletions

View File

@ -1,3 +1,8 @@
export * from './customer-status.enum';
export * from './gender.enum';
export * from './kyc-status.enum';
export * from './poi-type.enum';
export * from './job-sector.enum';
export * from './income-source.enum';
export * from './job-category.enum';
export * from './income-range.enum';