chore: update identity status type to UserStatus #34

Open
mapoofano wants to merge 370 commits from chore-identity-user-status into main
2 changed files with 4 additions and 3 deletions
Showing only changes of commit bb1ba83cf1 - Show all commits
+3 -3
View File
@@ -22,9 +22,9 @@ message PaginationReq {
message PaginationResp { message PaginationResp {
uint32 page = 1; // in query param it will be p uint32 no = 1;
uint32 page_size = 2; // in query param it will be pz uint32 size = 2;
optional uint32 total_count = 3; // reponse optional uint32 count = 3;
} }
message BaseQueryParam { message BaseQueryParam {
+1
View File
@@ -52,6 +52,7 @@ message PurchaseRes {
} }
message MarketOrderList { message MarketOrderList {
base.v1.PaginationResp page = 2;
repeated MarketOrder list = 1; repeated MarketOrder list = 1;
} }