diff --git a/src/entities/Profile.ts b/src/entities/Profile.ts index 3b3818e3..24d9f8ba 100644 --- a/src/entities/Profile.ts +++ b/src/entities/Profile.ts @@ -812,6 +812,7 @@ export type UpdateProfile = { gender?: string | null; relationship?: string | null; bloodGroup?: string | null; + prefixMain?: string | null; }; export type UpdateProfileReqEdit = { rank?: string | null; diff --git a/src/entities/ProfileEmployee.ts b/src/entities/ProfileEmployee.ts index 4706f399..fc18b72b 100644 --- a/src/entities/ProfileEmployee.ts +++ b/src/entities/ProfileEmployee.ts @@ -901,6 +901,7 @@ export type UpdateProfileEmployee = { phone?: string | null; salaryLevel?: number | null; employeeClass?: string | null; + prefixMain?: string | null; }; export type UpdateProfileAddressEmployee = {