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 066110edaa - Show all commits
+2 -1
View File
@@ -102,5 +102,6 @@ message OrderListFilter {
optional uint64 order_id = 11;
optional uint64 trx_id = 12;
optional bool is_public = 13;
optional uint64 source_order_id = 14;
optional bool has_source = 14;
optional uint64 source_order_id = 15;
}