chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
Showing only changes of commit 0b43ec87ba - Show all commits
+3 -3
View File
@@ -416,9 +416,9 @@ message Network {
string description = 6;
NetworkType type = 7;
bool is_active = 8;
string updated_at = 9;
string created_at = 10;
string image = 9;
string updated_at = 10;
string created_at = 11;
}
message NetworkList {