1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-11 18:20:33 +09:00

GO-803: remove delete object

Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
AnastasiaShemyakinskaya 2023-04-25 18:17:59 +02:00 committed by Mikhail Iudin
parent 1a61839f6e
commit ded071ece2
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
16 changed files with 322 additions and 560 deletions

View file

@ -1436,7 +1436,6 @@ type Block struct {
Align BlockAlign `protobuf:"varint,6,opt,name=align,proto3,enum=anytype.model.BlockAlign" json:"align,omitempty"`
VerticalAlign BlockVerticalAlign `protobuf:"varint,7,opt,name=verticalAlign,proto3,enum=anytype.model.BlockVerticalAlign" json:"verticalAlign,omitempty"`
// Types that are valid to be assigned to Content:
//
// *BlockContentOfSmartblock
// *BlockContentOfText
// *BlockContentOfFile
@ -3277,7 +3276,6 @@ func (m *BlockContentDataviewObjectOrder) GetObjectIds() []string {
type BlockContentDataviewGroup struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
// Types that are valid to be assigned to Value:
//
// *BlockContentDataviewGroupValueOfStatus
// *BlockContentDataviewGroupValueOfTag
// *BlockContentDataviewGroupValueOfCheckbox
@ -4042,7 +4040,6 @@ func (m *Account) GetInfo() *AccountInfo {
// Avatar of a user's account. It could be an image or color
type AccountAvatar struct {
// Types that are valid to be assigned to Avatar:
//
// *AccountAvatarAvatarOfImage
// *AccountAvatarAvatarOfColor
Avatar IsAccountAvatarAvatar `protobuf_oneof:"avatar"`