+8
-2
@@ -38,11 +38,17 @@ export const STUDENT_REGISTRATION = Object.freeze({
|
||||
|
||||
export const STUDENT_REGISTRATION_ORDER = Object.freeze(Object.values(STUDENT_REGISTRATION))
|
||||
|
||||
// User lifecycle states (Set User Status endpoint):
|
||||
// pending – just registered
|
||||
// verified – phone OTP-confirmed
|
||||
// approved – full access
|
||||
// blocked – no access (existing tokens revoked)
|
||||
export const USER_STATUS = Object.freeze({
|
||||
approved: 'تأیید شده',
|
||||
pending: 'در انتظار',
|
||||
rejected: 'رد شده',
|
||||
verified: 'تأیید تلفن',
|
||||
approved: 'تأیید شده',
|
||||
blocked: 'مسدود',
|
||||
rejected: 'رد شده',
|
||||
})
|
||||
|
||||
export const MARITAL_STATUS = Object.freeze({
|
||||
|
||||
Reference in New Issue
Block a user