feat: define FAMILY_KIND_BY_KEY for SEAFARER_REGISTRATION in licensing helpers

This commit is contained in:
Nati
2026-08-19 13:26:03 +00:00
parent acbb789960
commit 688b111b6a
2 changed files with 8 additions and 7 deletions

View File

@@ -174,6 +174,7 @@ export const APPLICANT_NAME_TYPE_KEYS = [
];
const FAMILY_KIND_BY_KEY: Partial<Record<string, FamilyKind>> = {
SEAFARER_REGISTRATION: 'DOCUMENT',
SEAMAN_BOOK: 'DOCUMENT',
VESSEL_REGISTRATION: 'DOCUMENT',
BTC_BASIC_TRAINING: 'CERTIFICATE',