1
0
Fork 0
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:
Sergey 2023-01-26 10:34:46 +05:00
parent c5d64fc1ba
commit ce9a5736fd
No known key found for this signature in database
GPG key ID: 2B848483FF11C82C
4 changed files with 827 additions and 829 deletions

View file

@ -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 |