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:
parent
82e81546cd
commit
e3f834d76c
4 changed files with 26 additions and 1 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue