mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-09 17:44:59 +09:00
fix unpacker, update revision
This commit is contained in:
parent
f61f37b8a5
commit
d6a0c32e57
5 changed files with 78 additions and 71 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
"github.com/anyproto/anytype-heart/pkg/lib/pb/model"
|
||||
)
|
||||
|
||||
const TypeChecksum = "4c26441b1e7a99b4344c736f8237e70b122fd4b0923015c8fcb375dc5804cb55"
|
||||
const TypeChecksum = "2036a5654c912ee27758ac5c32356c3e1446905db136e7486740858f3ff7e623"
|
||||
const (
|
||||
TypePrefix = "_ot"
|
||||
)
|
||||
|
@ -100,7 +100,7 @@ var (
|
|||
Name: "Chat [deprecated]",
|
||||
Readonly: true,
|
||||
RelationLinks: []*model.RelationLink{MustGetRelationLink(RelationKeyTag)},
|
||||
Revision: 1,
|
||||
Revision: 2,
|
||||
Types: []model.SmartBlockType{model.SmartBlockType_ChatObject},
|
||||
Url: TypePrefix + "chat",
|
||||
},
|
||||
|
@ -170,6 +170,7 @@ var (
|
|||
PluralName: "Dates",
|
||||
Readonly: true,
|
||||
RelationLinks: []*model.RelationLink{MustGetRelationLink(RelationKeyTag)},
|
||||
Revision: 1,
|
||||
Types: []model.SmartBlockType{model.SmartBlockType_Date},
|
||||
Url: TypePrefix + "date",
|
||||
},
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"ingredients",
|
||||
"time"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "note",
|
||||
|
@ -31,7 +31,7 @@
|
|||
"relations": [
|
||||
"tag"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "contact",
|
||||
|
@ -50,7 +50,7 @@
|
|||
"email",
|
||||
"phone"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "bookmark",
|
||||
|
@ -68,7 +68,7 @@
|
|||
"picture",
|
||||
"source"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "date",
|
||||
|
@ -83,7 +83,8 @@
|
|||
"layout": "date",
|
||||
"relations": [
|
||||
"tag"
|
||||
]
|
||||
],
|
||||
"revision": 1
|
||||
},
|
||||
{
|
||||
"id": "task",
|
||||
|
@ -104,7 +105,7 @@
|
|||
"linkedProjects",
|
||||
"status"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "relation",
|
||||
|
@ -124,7 +125,7 @@
|
|||
"relationDefaultValue",
|
||||
"relationFormatObjectTypes"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "book",
|
||||
|
@ -144,7 +145,7 @@
|
|||
"status",
|
||||
"url"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "video",
|
||||
|
@ -171,7 +172,7 @@
|
|||
"exposure"
|
||||
],
|
||||
"restrictObjectCreation": true,
|
||||
"revision": 4
|
||||
"revision": 5
|
||||
},
|
||||
{
|
||||
"id": "dashboard",
|
||||
|
@ -201,7 +202,7 @@
|
|||
"genre",
|
||||
"status"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "objectType",
|
||||
|
@ -219,7 +220,7 @@
|
|||
"recommendedRelations",
|
||||
"recommendedLayout"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "relationOption",
|
||||
|
@ -246,7 +247,7 @@
|
|||
"tag"
|
||||
],
|
||||
"restrictObjectCreation": true,
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "spaceView",
|
||||
|
@ -263,7 +264,7 @@
|
|||
"tag"
|
||||
],
|
||||
"restrictObjectCreation": true,
|
||||
"revision": 1
|
||||
"revision": 2
|
||||
},
|
||||
{
|
||||
"id": "participant",
|
||||
|
@ -280,7 +281,7 @@
|
|||
"tag"
|
||||
],
|
||||
"restrictObjectCreation": true,
|
||||
"revision": 3
|
||||
"revision": 4
|
||||
},
|
||||
{
|
||||
"id": "template",
|
||||
|
@ -297,7 +298,7 @@
|
|||
"targetObjectType",
|
||||
"templateIsBundled"
|
||||
],
|
||||
"revision": 3
|
||||
"revision": 4
|
||||
},
|
||||
{
|
||||
"id": "set",
|
||||
|
@ -314,7 +315,7 @@
|
|||
"tag",
|
||||
"setOf"
|
||||
],
|
||||
"revision": 3
|
||||
"revision": 4
|
||||
},
|
||||
{
|
||||
"id": "collection",
|
||||
|
@ -330,7 +331,7 @@
|
|||
"relations": [
|
||||
"tag"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "diaryEntry",
|
||||
|
@ -340,14 +341,14 @@
|
|||
"Page"
|
||||
],
|
||||
"iconColor": 2,
|
||||
"iconName":"reader",
|
||||
"iconName": "reader",
|
||||
"hidden": false,
|
||||
"layout": "basic",
|
||||
"relations": [
|
||||
"tag",
|
||||
"mood"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "page",
|
||||
|
@ -363,7 +364,7 @@
|
|||
"relations": [
|
||||
"tag"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "image",
|
||||
|
@ -391,7 +392,7 @@
|
|||
"focalRatio"
|
||||
],
|
||||
"restrictObjectCreation": true,
|
||||
"revision": 4
|
||||
"revision": 5
|
||||
},
|
||||
{
|
||||
"id": "profile",
|
||||
|
@ -408,7 +409,7 @@
|
|||
"relations": [
|
||||
"tag"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "audio",
|
||||
|
@ -435,7 +436,7 @@
|
|||
"audioLyrics"
|
||||
],
|
||||
"restrictObjectCreation": true,
|
||||
"revision": 4
|
||||
"revision": 5
|
||||
},
|
||||
{
|
||||
"id": "goal",
|
||||
|
@ -455,7 +456,7 @@
|
|||
"status",
|
||||
"tasks"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "file",
|
||||
|
@ -476,7 +477,7 @@
|
|||
"fileMimeType"
|
||||
],
|
||||
"restrictObjectCreation": true,
|
||||
"revision": 4
|
||||
"revision": 5
|
||||
},
|
||||
{
|
||||
"id": "project",
|
||||
|
@ -493,7 +494,7 @@
|
|||
"tag",
|
||||
"tasks"
|
||||
],
|
||||
"revision": 2
|
||||
"revision": 3
|
||||
},
|
||||
{
|
||||
"id": "chat",
|
||||
|
@ -506,9 +507,9 @@
|
|||
"hidden": true,
|
||||
"layout": "chat",
|
||||
"relations": [
|
||||
"tag"
|
||||
"tag"
|
||||
],
|
||||
"revision": 1
|
||||
"revision": 2
|
||||
},
|
||||
{
|
||||
"id": "chatDerived",
|
||||
|
@ -524,6 +525,6 @@
|
|||
"relations": [
|
||||
"tag"
|
||||
],
|
||||
"revision": 3
|
||||
"revision": 4
|
||||
}
|
||||
]
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue