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 74d54cfc60 - Show all commits
+1 -1
View File
@@ -76,7 +76,6 @@ message Asset {
int32 status = 31; int32 status = 31;
AssetMeta meta = 32; AssetMeta meta = 32;
string type = 33; string type = 33;
bool has_agreed_contract = 34;
} }
message GetAssetReq { message GetAssetReq {
@@ -207,6 +206,7 @@ message Wallet {
string updated_at = 8; string updated_at = 8;
string created_at = 9; string created_at = 9;
string wallet_code = 10; string wallet_code = 10;
bool accepted_terms = 11;
} }
message UserInitWalletReq { message UserInitWalletReq {