mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 17:44:59 +09:00
GO-781: Rename fields in BlockDataviewFilter* commands
FilterId -> Id FilterIds -> Ids
This commit is contained in:
parent
c5d64fc1ba
commit
ce9a5736fd
4 changed files with 827 additions and 829 deletions
|
@ -4403,7 +4403,7 @@ Makes blocks copy by given ids and paste it to shown place
|
|||
| contextId | [string](#string) | | |
|
||||
| blockId | [string](#string) | | id of dataview block to update |
|
||||
| viewId | [string](#string) | | id of view to update |
|
||||
| filterIds | [string](#string) | repeated | |
|
||||
| ids | [string](#string) | repeated | |
|
||||
|
||||
|
||||
|
||||
|
@ -4463,7 +4463,7 @@ Makes blocks copy by given ids and paste it to shown place
|
|||
| contextId | [string](#string) | | |
|
||||
| blockId | [string](#string) | | id of dataview block to update |
|
||||
| viewId | [string](#string) | | id of view to update |
|
||||
| filterId | [string](#string) | | |
|
||||
| id | [string](#string) | | |
|
||||
| filter | [model.Block.Content.Dataview.Filter](#anytype-model-Block-Content-Dataview-Filter) | | |
|
||||
|
||||
|
||||
|
@ -4524,7 +4524,7 @@ Makes blocks copy by given ids and paste it to shown place
|
|||
| contextId | [string](#string) | | |
|
||||
| blockId | [string](#string) | | id of dataview block to update |
|
||||
| viewId | [string](#string) | | id of view to update |
|
||||
| filterIds | [string](#string) | repeated | new order of filters |
|
||||
| ids | [string](#string) | repeated | new order of filters |
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue