mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-11 18:20:33 +09:00
GO-3170 Merge branch 'go-2930-store-device-names' of github.com:anyproto/anytype-heart into go-3170-check-objects-and-files-are-synced-with-responsible-peers-in
# Conflicts: # .mockery.yaml # go.mod # go.sum
This commit is contained in:
commit
ab24da3940
70 changed files with 3986 additions and 1920 deletions
|
@ -6456,7 +6456,7 @@ Makes blocks copy by given ids and paste it to shown place
|
|||
<a name="anytype-Rpc-BlockDataview-View-SetActive"></a>
|
||||
|
||||
### Rpc.BlockDataview.View.SetActive
|
||||
set the current active view (persisted only within a session)
|
||||
set the current active view locally
|
||||
|
||||
|
||||
|
||||
|
@ -6474,8 +6474,6 @@ set the current active view (persisted only within a session)
|
|||
| contextId | [string](#string) | | |
|
||||
| blockId | [string](#string) | | id of dataview block |
|
||||
| viewId | [string](#string) | | id of active view |
|
||||
| offset | [uint32](#uint32) | | |
|
||||
| limit | [uint32](#uint32) | | |
|
||||
|
||||
|
||||
|
||||
|
@ -19491,7 +19489,7 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er
|
|||
| ---- | ------ | ----------- |
|
||||
| NULL | 0 | |
|
||||
| UNKNOWN_ERROR | 1 | |
|
||||
| BAD_INPUT | 2 | ... |
|
||||
| BAD_INPUT | 2 | |
|
||||
|
||||
|
||||
|
||||
|
@ -25910,8 +25908,8 @@ Bookmark is to keep a web-link and to preview a content.
|
|||
| ----- | ---- | ----- | ----------- |
|
||||
| source | [string](#string) | repeated | |
|
||||
| views | [Block.Content.Dataview.View](#anytype-model-Block-Content-Dataview-View) | repeated | |
|
||||
| activeView | [string](#string) | | do not generate changes for this field |
|
||||
| relations | [Relation](#anytype-model-Relation) | repeated | deprecated |
|
||||
| activeView | [string](#string) | | saved within a session |
|
||||
| groupOrders | [Block.Content.Dataview.GroupOrder](#anytype-model-Block-Content-Dataview-GroupOrder) | repeated | |
|
||||
| objectOrders | [Block.Content.Dataview.ObjectOrder](#anytype-model-Block-Content-Dataview-ObjectOrder) | repeated | |
|
||||
| relationLinks | [RelationLink](#anytype-model-RelationLink) | repeated | |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue