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 1c6d3f3f01 - Show all commits
+1 -1
View File
@@ -18,7 +18,7 @@ service MarketplaceSrv {
rpc NewMarketOrder(NewMarketReq) returns (MarketOrder); // insert new buy order to market
rpc Purchase(PurchaseReq) returns (PurchaseRes); // purchase from an order
rpc NewTakerOrder(PurchaseReq) returns (PurchaseRes); // purchase from an order
rpc CancelOrder(auth.v1.IdReqWithIAMAndTFA) returns (base.v1.StatusRes); // cancel an order