mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 09:35:00 +09:00
GO-4367: change api
Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
parent
249432845e
commit
dbb66a044a
6 changed files with 1270 additions and 1270 deletions
2398
pb/commands.pb.go
2398
pb/commands.pb.go
File diff suppressed because it is too large
Load diff
|
@ -495,8 +495,7 @@ message Rpc {
|
|||
message SetOrder {
|
||||
message Request {
|
||||
string spaceViewId = 1;
|
||||
repeated string previousIds = 2; // the ids of the views that are located before the view with spaceViewId in the resulting order
|
||||
string afterId = 3; // the id of the view that follows the view with spaceViewId in the resulting order
|
||||
repeated string spaceViewOrder = 2; // result order of space view ids
|
||||
}
|
||||
|
||||
message Response {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue