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 320a0cd857 - Show all commits
+2
View File
@@ -76,6 +76,7 @@ message Asset {
int32 status = 31;
AssetMeta meta = 32;
string type = 33;
bool has_agreed_contract = 34;
}
message GetAssetReq {
@@ -121,6 +122,7 @@ enum BNPLPaymentsStatus {
NOT_STARTED = 3;
NOT_YET_DUE = 4;
CANCELED = 5;
REJECTED = 6;
}
message BNPLPayments {
uint64 id = 1;