chore: update identity status type to UserStatus

This commit is contained in:
mapoofano 2025-08-30 11:42:19 +03:30
parent a8d454bf88
commit 33474ccaba

View File

@ -161,7 +161,7 @@ message Identity {
string shenasname_number = 14;
string shenasname_seri = 15;
string shenasname_serial = 16;
int32 status = 17;
UserStatus status = 17;
string updated_at = 18;
string created_at = 19;
string email = 20;