From 33474ccaba631dfe25627596a3b8edd78f12ad5c Mon Sep 17 00:00:00 2001 From: mapoofano Date: Sat, 30 Aug 2025 11:42:19 +0330 Subject: [PATCH] chore: update identity status type to UserStatus --- auth/v1/msg.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/v1/msg.proto b/auth/v1/msg.proto index 43c5b27..e488a5c 100644 --- a/auth/v1/msg.proto +++ b/auth/v1/msg.proto @@ -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;