Skip to content
Snippets Groups Projects
Commit 448803a8 authored by Danis Kirasirov's avatar Danis Kirasirov
Browse files

use common

parent 8c25e50f
No related branches found
No related tags found
1 merge request!69Опции поиска Invitations заменены на общее решение
This commit is part of merge request !69. Comments created here will be created in the context of that merge request.
......@@ -28,14 +28,6 @@ message Filter {
repeated string role = 6;
}
message FindOptions {
repeated string sort = 1;
int32 page_num = 2; // Deprecated
int32 page_size = 3; // Deprecated
int32 offset = 4;
int32 limit = 5;
}
message CreateRequest {
Invitation invitation = 1;
}
......@@ -71,7 +63,7 @@ message AcceptInvitationResponse {}
message FindRequest {
Filter filter = 1;
FindOptions options = 2;
common.FindOptions options = 2;
}
message FindResponse {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment