mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-26 19:12:50 +00:00
feat(seafarer-registration): remove standalone registration page and redirect to licensing flow; update profile handling and eligibility checks
This commit is contained in:
@@ -35,6 +35,8 @@ export interface CurrentProfileAddress {
|
||||
id: string;
|
||||
idType: string;
|
||||
idNumber: string;
|
||||
passportNumber: string | null;
|
||||
passportExpiry: string | null;
|
||||
nationality: string;
|
||||
regionId: string | null;
|
||||
cityId: string | null;
|
||||
@@ -42,6 +44,7 @@ export interface CurrentProfileAddress {
|
||||
woredaId: string | null;
|
||||
kebeleId: string | null;
|
||||
streetAddress: string | null;
|
||||
currentAddress: string | null;
|
||||
houseNumber: string | null;
|
||||
primaryPhoneNumber: string;
|
||||
secondaryPhoneNumber: string | null;
|
||||
|
||||
Reference in New Issue
Block a user