1
0
Fork 0
mirror of https://github.com/anyproto/anytype-kotlin.git synced 2025-06-08 05:47:05 +09:00

DROID-365 Tech | Enhancement | Integrate MW 0.22.2 (#2550)

This commit is contained in:
Evgenii Kozlov 2022-08-23 21:06:20 +03:00
parent 82e81546cd
commit e3f834d76c
4 changed files with 26 additions and 1 deletions

View file

@ -2816,6 +2816,7 @@ message Rpc {
string targetId = 2; // id of the closest block
repeated string blockIds = 3; // id of block for duplicate
anytype.model.Block.Position position = 4;
string targetContextId = 5;
}
message Response {

View file

@ -184,11 +184,17 @@ message Block {
* Bookmark is to keep a web-link and to preview a content.
*/
message Bookmark {
// Deprecated. Get this data from the target object.
string url = 1;
// Deprecated. Get this data from the target object.
string title = 2;
// Deprecated. Get this data from the target object.
string description = 3;
// Deprecated. Get this data from the target object.
string imageHash = 4;
// Deprecated. Get this data from the target object.
string faviconHash = 5;
LinkPreview.Type type = 6;
string targetObjectId = 7;