Merge pull request 'chore: convert side array to single value' (#23) from chore-market-filter-side into v2
Reviewed-on: #23
This commit is contained in:
commit
22c3b4dbb2
@ -95,7 +95,7 @@ message OrderListFilter {
|
|||||||
optional auth.v1.InternalIAM iam = 1;
|
optional auth.v1.InternalIAM iam = 1;
|
||||||
base.v1.BaseQueryParam base = 2;
|
base.v1.BaseQueryParam base = 2;
|
||||||
optional string search = 3;
|
optional string search = 3;
|
||||||
repeated MarketOrderSide side = 4;
|
optional MarketOrderSide side = 4;
|
||||||
repeated MarketOrderStatus status = 5;
|
repeated MarketOrderStatus status = 5;
|
||||||
repeated string from = 6;
|
repeated string from = 6;
|
||||||
repeated string to = 7;
|
repeated string to = 7;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user