mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-10 18:10:49 +09:00
Refactor: change block types
This commit is contained in:
parent
97f0061612
commit
8e7dc9a2c9
7 changed files with 3380 additions and 1866 deletions
367
docs/proto.md
367
docs/proto.md
|
@ -11,17 +11,22 @@
|
|||
|
||||
|
||||
- [changes.proto](#changes.proto)
|
||||
- [BlockChanges](#anytype.BlockChanges)
|
||||
- [BlocksListSingleChange](#anytype.BlocksListSingleChange)
|
||||
- [Change](#anytype.Change)
|
||||
- [Change.Block](#anytype.Change.Block)
|
||||
- [Change.Block.Children](#anytype.Change.Block.Children)
|
||||
- [Change.Block.Content](#anytype.Change.Block.Content)
|
||||
- [Change.Block.Content.Dashboard](#anytype.Change.Block.Content.Dashboard)
|
||||
- [Change.Block.Content.Media](#anytype.Change.Block.Content.Media)
|
||||
- [Change.Block.Content.File](#anytype.Change.Block.Content.File)
|
||||
- [Change.Block.Content.Image](#anytype.Change.Block.Content.Image)
|
||||
- [Change.Block.Content.Page](#anytype.Change.Block.Content.Page)
|
||||
- [Change.Block.Content.Text](#anytype.Change.Block.Content.Text)
|
||||
- [Change.Block.Header](#anytype.Change.Block.Header)
|
||||
- [Change.Block.Content.Video](#anytype.Change.Block.Content.Video)
|
||||
- [Change.Block.Fields](#anytype.Change.Block.Fields)
|
||||
- [Change.Block.Permissions](#anytype.Change.Block.Permissions)
|
||||
- [Change.Multiple](#anytype.Change.Multiple)
|
||||
- [Change.Multiple.BlocksList](#anytype.Change.Multiple.BlocksList)
|
||||
- [Change.Single](#anytype.Change.Single)
|
||||
- [Change.Single.BlocksList](#anytype.Change.Single.BlocksList)
|
||||
|
||||
|
||||
|
||||
|
@ -144,17 +149,18 @@
|
|||
- [Model.Block.Content.Dashboard](#anytype.Model.Block.Content.Dashboard)
|
||||
- [Model.Block.Content.Dataview](#anytype.Model.Block.Content.Dataview)
|
||||
- [Model.Block.Content.Div](#anytype.Model.Block.Content.Div)
|
||||
- [Model.Block.Content.File](#anytype.Model.Block.Content.File)
|
||||
- [Model.Block.Content.File.Preview](#anytype.Model.Block.Content.File.Preview)
|
||||
- [Model.Block.Content.Image](#anytype.Model.Block.Content.Image)
|
||||
- [Model.Block.Content.Image.Preview](#anytype.Model.Block.Content.Image.Preview)
|
||||
- [Model.Block.Content.Layout](#anytype.Model.Block.Content.Layout)
|
||||
- [Model.Block.Content.Media](#anytype.Model.Block.Content.Media)
|
||||
- [Model.Block.Content.Media.FilePreview](#anytype.Model.Block.Content.Media.FilePreview)
|
||||
- [Model.Block.Content.Media.ImagePreview](#anytype.Model.Block.Content.Media.ImagePreview)
|
||||
- [Model.Block.Content.Media.VideoPreview](#anytype.Model.Block.Content.Media.VideoPreview)
|
||||
- [Model.Block.Content.Page](#anytype.Model.Block.Content.Page)
|
||||
- [Model.Block.Content.Text](#anytype.Model.Block.Content.Text)
|
||||
- [Model.Block.Content.Text.Mark](#anytype.Model.Block.Content.Text.Mark)
|
||||
- [Model.Block.Content.Text.Marks](#anytype.Model.Block.Content.Text.Marks)
|
||||
- [Model.Block.Header](#anytype.Model.Block.Header)
|
||||
- [Model.Block.Header.Permissions](#anytype.Model.Block.Header.Permissions)
|
||||
- [Model.Block.Content.Video](#anytype.Model.Block.Content.Video)
|
||||
- [Model.Block.Content.Video.Preview](#anytype.Model.Block.Content.Video.Preview)
|
||||
- [Model.Block.Permissions](#anytype.Model.Block.Permissions)
|
||||
- [Model.Image](#anytype.Model.Image)
|
||||
- [Model.Range](#anytype.Model.Range)
|
||||
- [Model.Struct](#anytype.Model.Struct)
|
||||
|
@ -164,13 +170,15 @@
|
|||
- [Model.Video](#anytype.Model.Video)
|
||||
|
||||
- [Model.Block.Content.Dashboard.Style](#anytype.Model.Block.Content.Dashboard.Style)
|
||||
- [Model.Block.Content.File.State](#anytype.Model.Block.Content.File.State)
|
||||
- [Model.Block.Content.Image.State](#anytype.Model.Block.Content.Image.State)
|
||||
- [Model.Block.Content.Layout.Style](#anytype.Model.Block.Content.Layout.Style)
|
||||
- [Model.Block.Content.Media.State](#anytype.Model.Block.Content.Media.State)
|
||||
- [Model.Block.Content.Page.Style](#anytype.Model.Block.Content.Page.Style)
|
||||
- [Model.Block.Content.Text.Mark.Type](#anytype.Model.Block.Content.Text.Mark.Type)
|
||||
- [Model.Block.Content.Text.MarkerType](#anytype.Model.Block.Content.Text.MarkerType)
|
||||
- [Model.Block.Content.Text.Style](#anytype.Model.Block.Content.Text.Style)
|
||||
- [Model.Block.Header.Type](#anytype.Model.Block.Header.Type)
|
||||
- [Model.Block.Content.Video.State](#anytype.Model.Block.Content.Video.State)
|
||||
- [Model.Block.Type](#anytype.Model.Block.Type)
|
||||
- [Model.Image.Size](#anytype.Model.Image.Size)
|
||||
- [Model.Struct.NullValue](#anytype.Model.Struct.NullValue)
|
||||
- [Model.Video.Size](#anytype.Model.Video.Size)
|
||||
|
@ -226,42 +234,6 @@
|
|||
|
||||
|
||||
|
||||
<a name="anytype.BlockChanges"></a>
|
||||
|
||||
### BlockChanges
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| changes | [BlocksListSingleChange](#anytype.BlocksListSingleChange) | repeated | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.BlocksListSingleChange"></a>
|
||||
|
||||
### BlocksListSingleChange
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| id | [string](#string) | repeated | |
|
||||
| text | [Change.Block.Content.Text](#anytype.Change.Block.Content.Text) | | |
|
||||
| blockHeader | [Change.Block.Header](#anytype.Change.Block.Header) | | |
|
||||
| blockChildren | [Change.Block.Children](#anytype.Change.Block.Children) | | |
|
||||
| page | [Change.Block.Content.Page](#anytype.Change.Block.Content.Page) | | |
|
||||
| dashboard | [Change.Block.Content.Dashboard](#anytype.Change.Block.Content.Dashboard) | | |
|
||||
| media | [Change.Block.Content.Media](#anytype.Change.Block.Content.Media) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Change"></a>
|
||||
|
||||
### Change
|
||||
|
@ -316,23 +288,41 @@
|
|||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| style | [Model.Block.Content.Dashboard.Style](#anytype.Model.Block.Content.Dashboard.Style) | | |
|
||||
| header | [Model.Block.Header](#anytype.Model.Block.Header) | | not a dashboard header – one of children |
|
||||
| block | [Model.Block](#anytype.Model.Block) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Change.Block.Content.Media"></a>
|
||||
<a name="anytype.Change.Block.Content.File"></a>
|
||||
|
||||
### Change.Block.Content.Media
|
||||
### Change.Block.Content.File
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| link | [string](#string) | | |
|
||||
| state | [Model.Block.Content.Media.State](#anytype.Model.Block.Content.Media.State) | | |
|
||||
| content | [string](#string) | | |
|
||||
| state | [Model.Block.Content.File.State](#anytype.Model.Block.Content.File.State) | | |
|
||||
| preview | [Model.Block.Content.File.Preview](#anytype.Model.Block.Content.File.Preview) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Change.Block.Content.Image"></a>
|
||||
|
||||
### Change.Block.Content.Image
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| content | [string](#string) | | |
|
||||
| state | [Model.Block.Content.Image.State](#anytype.Model.Block.Content.Image.State) | | |
|
||||
| preview | [Model.Block.Content.Image.Preview](#anytype.Model.Block.Content.Image.Preview) | | |
|
||||
|
||||
|
||||
|
||||
|
@ -376,19 +366,106 @@
|
|||
|
||||
|
||||
|
||||
<a name="anytype.Change.Block.Header"></a>
|
||||
<a name="anytype.Change.Block.Content.Video"></a>
|
||||
|
||||
### Change.Block.Header
|
||||
### Change.Block.Content.Video
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| id | [string](#string) | | |
|
||||
| type | [Model.Block.Header.Type](#anytype.Model.Block.Header.Type) | | |
|
||||
| name | [string](#string) | | |
|
||||
| icon | [string](#string) | | |
|
||||
| permissions | [Model.Block.Header.Permissions](#anytype.Model.Block.Header.Permissions) | | |
|
||||
| content | [string](#string) | | |
|
||||
| state | [Model.Block.Content.Video.State](#anytype.Model.Block.Content.Video.State) | | |
|
||||
| preview | [Model.Block.Content.Video.Preview](#anytype.Model.Block.Content.Video.Preview) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Change.Block.Fields"></a>
|
||||
|
||||
### Change.Block.Fields
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| fields | [Model.Struct](#anytype.Model.Struct) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Change.Block.Permissions"></a>
|
||||
|
||||
### Change.Block.Permissions
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| permissions | [Model.Block.Permissions](#anytype.Model.Block.Permissions) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Change.Multiple"></a>
|
||||
|
||||
### Change.Multiple
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Change.Multiple.BlocksList"></a>
|
||||
|
||||
### Change.Multiple.BlocksList
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| changes | [Change.Single.BlocksList](#anytype.Change.Single.BlocksList) | repeated | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Change.Single"></a>
|
||||
|
||||
### Change.Single
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Change.Single.BlocksList"></a>
|
||||
|
||||
### Change.Single.BlocksList
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| id | [string](#string) | repeated | |
|
||||
| text | [Change.Block.Content.Text](#anytype.Change.Block.Content.Text) | | |
|
||||
| fields | [Change.Block.Fields](#anytype.Change.Block.Fields) | | |
|
||||
| premissions | [Change.Block.Permissions](#anytype.Change.Block.Permissions) | | |
|
||||
| children | [Change.Block.Children](#anytype.Change.Block.Children) | | |
|
||||
| page | [Change.Block.Content.Page](#anytype.Change.Block.Content.Page) | | |
|
||||
| dashboard | [Change.Block.Content.Dashboard](#anytype.Change.Block.Content.Dashboard) | | |
|
||||
| video | [Change.Block.Content.Video](#anytype.Change.Block.Content.Video) | | |
|
||||
| image | [Change.Block.Content.Image](#anytype.Change.Block.Content.Image) | | |
|
||||
| file | [Change.Block.Content.File](#anytype.Change.Block.Content.File) | | |
|
||||
|
||||
|
||||
|
||||
|
@ -629,7 +706,7 @@ Middleware-to-front-end response for an account select request, that can contain
|
|||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| type | [Model.Block.Header.Type](#anytype.Model.Block.Header.Type) | | |
|
||||
| block | [Model.Block](#anytype.Model.Block) | | |
|
||||
| contextBlockId | [string](#string) | | |
|
||||
|
||||
|
||||
|
@ -770,7 +847,6 @@ Middleware-to-front-end response for an account select request, that can contain
|
|||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| error | [Rpc.Block.Open.Response.Error](#anytype.Rpc.Block.Open.Response.Error) | | |
|
||||
| blockHeader | [Model.Block.Header](#anytype.Model.Block.Header) | | |
|
||||
|
||||
|
||||
|
||||
|
@ -811,7 +887,7 @@ Middleware-to-front-end response for an account select request, that can contain
|
|||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| changes | [BlockChanges](#anytype.BlockChanges) | | |
|
||||
| changes | [Change.Multiple.BlocksList](#anytype.Change.Multiple.BlocksList) | | |
|
||||
|
||||
|
||||
|
||||
|
@ -1675,7 +1751,7 @@ Precondition: user A opened a block
|
|||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| changes | [BlockChanges](#anytype.BlockChanges) | | |
|
||||
| changes | [Change.Multiple.BlocksList](#anytype.Change.Multiple.BlocksList) | | |
|
||||
|
||||
|
||||
|
||||
|
@ -1844,13 +1920,17 @@ Avatar of a user's account. It could be an image or color
|
|||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| header | [Model.Block.Header](#anytype.Model.Block.Header) | | |
|
||||
| id | [string](#string) | | |
|
||||
| fields | [Model.Struct](#anytype.Model.Struct) | | |
|
||||
| permissions | [Model.Block.Permissions](#anytype.Model.Block.Permissions) | | |
|
||||
| children | [string](#string) | repeated | |
|
||||
| dashboard | [Model.Block.Content.Dashboard](#anytype.Model.Block.Content.Dashboard) | | |
|
||||
| page | [Model.Block.Content.Page](#anytype.Model.Block.Content.Page) | | |
|
||||
| dataview | [Model.Block.Content.Dataview](#anytype.Model.Block.Content.Dataview) | | |
|
||||
| text | [Model.Block.Content.Text](#anytype.Model.Block.Content.Text) | | |
|
||||
| media | [Model.Block.Content.Media](#anytype.Model.Block.Content.Media) | | |
|
||||
| video | [Model.Block.Content.Video](#anytype.Model.Block.Content.Video) | | |
|
||||
| image | [Model.Block.Content.Image](#anytype.Model.Block.Content.Image) | | |
|
||||
| file | [Model.Block.Content.File](#anytype.Model.Block.Content.File) | | |
|
||||
| layout | [Model.Block.Content.Layout](#anytype.Model.Block.Content.Layout) | | |
|
||||
| div | [Model.Block.Content.Div](#anytype.Model.Block.Content.Div) | | |
|
||||
|
||||
|
@ -1878,7 +1958,6 @@ Avatar of a user's account. It could be an image or color
|
|||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| style | [Model.Block.Content.Dashboard.Style](#anytype.Model.Block.Content.Dashboard.Style) | | |
|
||||
| headers | [Model.Block.Header](#anytype.Model.Block.Header) | repeated | |
|
||||
|
||||
|
||||
|
||||
|
@ -1905,43 +1984,26 @@ Avatar of a user's account. It could be an image or color
|
|||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Content.Layout"></a>
|
||||
<a name="anytype.Model.Block.Content.File"></a>
|
||||
|
||||
### Model.Block.Content.Layout
|
||||
### Model.Block.Content.File
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| style | [Model.Block.Content.Layout.Style](#anytype.Model.Block.Content.Layout.Style) | | |
|
||||
| content | [string](#string) | | |
|
||||
| state | [Model.Block.Content.File.State](#anytype.Model.Block.Content.File.State) | | |
|
||||
| preview | [Model.Block.Content.File.Preview](#anytype.Model.Block.Content.File.Preview) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Content.Media"></a>
|
||||
<a name="anytype.Model.Block.Content.File.Preview"></a>
|
||||
|
||||
### Model.Block.Content.Media
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| content | [bytes](#bytes) | | |
|
||||
| state | [Model.Block.Content.Media.State](#anytype.Model.Block.Content.Media.State) | | |
|
||||
| video | [Model.Block.Content.Media.VideoPreview](#anytype.Model.Block.Content.Media.VideoPreview) | | |
|
||||
| image | [Model.Block.Content.Media.ImagePreview](#anytype.Model.Block.Content.Media.ImagePreview) | | |
|
||||
| file | [Model.Block.Content.Media.FilePreview](#anytype.Model.Block.Content.Media.FilePreview) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Content.Media.FilePreview"></a>
|
||||
|
||||
### Model.Block.Content.Media.FilePreview
|
||||
### Model.Block.Content.File.Preview
|
||||
|
||||
|
||||
|
||||
|
@ -1955,9 +2017,26 @@ Avatar of a user's account. It could be an image or color
|
|||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Content.Media.ImagePreview"></a>
|
||||
<a name="anytype.Model.Block.Content.Image"></a>
|
||||
|
||||
### Model.Block.Content.Media.ImagePreview
|
||||
### Model.Block.Content.Image
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| content | [string](#string) | | |
|
||||
| state | [Model.Block.Content.Image.State](#anytype.Model.Block.Content.Image.State) | | |
|
||||
| preview | [Model.Block.Content.Image.Preview](#anytype.Model.Block.Content.Image.Preview) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Content.Image.Preview"></a>
|
||||
|
||||
### Model.Block.Content.Image.Preview
|
||||
|
||||
|
||||
|
||||
|
@ -1972,17 +2051,15 @@ Avatar of a user's account. It could be an image or color
|
|||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Content.Media.VideoPreview"></a>
|
||||
<a name="anytype.Model.Block.Content.Layout"></a>
|
||||
|
||||
### Model.Block.Content.Media.VideoPreview
|
||||
### Model.Block.Content.Layout
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| thumbnail | [bytes](#bytes) | | |
|
||||
| name | [string](#string) | | |
|
||||
| width | [int32](#int32) | | |
|
||||
| style | [Model.Block.Content.Layout.Style](#anytype.Model.Block.Content.Layout.Style) | | |
|
||||
|
||||
|
||||
|
||||
|
@ -2057,27 +2134,43 @@ Avatar of a user's account. It could be an image or color
|
|||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Header"></a>
|
||||
<a name="anytype.Model.Block.Content.Video"></a>
|
||||
|
||||
### Model.Block.Header
|
||||
### Model.Block.Content.Video
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| id | [string](#string) | | |
|
||||
| type | [Model.Block.Header.Type](#anytype.Model.Block.Header.Type) | | |
|
||||
| fields | [Model.Struct](#anytype.Model.Struct) | | |
|
||||
| permissions | [Model.Block.Header.Permissions](#anytype.Model.Block.Header.Permissions) | | |
|
||||
| content | [string](#string) | | |
|
||||
| state | [Model.Block.Content.Video.State](#anytype.Model.Block.Content.Video.State) | | |
|
||||
| preview | [Model.Block.Content.Video.Preview](#anytype.Model.Block.Content.Video.Preview) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Header.Permissions"></a>
|
||||
<a name="anytype.Model.Block.Content.Video.Preview"></a>
|
||||
|
||||
### Model.Block.Header.Permissions
|
||||
### Model.Block.Content.Video.Preview
|
||||
|
||||
|
||||
|
||||
| Field | Type | Label | Description |
|
||||
| ----- | ---- | ----- | ----------- |
|
||||
| thumbnail | [bytes](#bytes) | | |
|
||||
| name | [string](#string) | | |
|
||||
| width | [int32](#int32) | | |
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Permissions"></a>
|
||||
|
||||
### Model.Block.Permissions
|
||||
|
||||
|
||||
|
||||
|
@ -2224,21 +2317,9 @@ variants, absence of any variant indicates an error.
|
|||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Content.Layout.Style"></a>
|
||||
<a name="anytype.Model.Block.Content.File.State"></a>
|
||||
|
||||
### Model.Block.Content.Layout.Style
|
||||
|
||||
|
||||
| Name | Number | Description |
|
||||
| ---- | ------ | ----------- |
|
||||
| ROW | 0 | |
|
||||
| COLUMN | 1 | |
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Content.Media.State"></a>
|
||||
|
||||
### Model.Block.Content.Media.State
|
||||
### Model.Block.Content.File.State
|
||||
|
||||
|
||||
| Name | Number | Description |
|
||||
|
@ -2251,6 +2332,33 @@ variants, absence of any variant indicates an error.
|
|||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Content.Image.State"></a>
|
||||
|
||||
### Model.Block.Content.Image.State
|
||||
|
||||
|
||||
| Name | Number | Description |
|
||||
| ---- | ------ | ----------- |
|
||||
| EMPTY | 0 | |
|
||||
| UPLOADING | 1 | |
|
||||
| PREVIEW | 2 | |
|
||||
| DOWNLOADING | 3 | |
|
||||
| DONE | 4 | |
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Content.Layout.Style"></a>
|
||||
|
||||
### Model.Block.Content.Layout.Style
|
||||
|
||||
|
||||
| Name | Number | Description |
|
||||
| ---- | ------ | ----------- |
|
||||
| ROW | 0 | |
|
||||
| COLUMN | 1 | |
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Content.Page.Style"></a>
|
||||
|
||||
### Model.Block.Content.Page.Style
|
||||
|
@ -2310,9 +2418,24 @@ variants, absence of any variant indicates an error.
|
|||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Header.Type"></a>
|
||||
<a name="anytype.Model.Block.Content.Video.State"></a>
|
||||
|
||||
### Model.Block.Header.Type
|
||||
### Model.Block.Content.Video.State
|
||||
|
||||
|
||||
| Name | Number | Description |
|
||||
| ---- | ------ | ----------- |
|
||||
| EMPTY | 0 | |
|
||||
| UPLOADING | 1 | |
|
||||
| PREVIEW | 2 | |
|
||||
| DOWNLOADING | 3 | |
|
||||
| DONE | 4 | |
|
||||
|
||||
|
||||
|
||||
<a name="anytype.Model.Block.Type"></a>
|
||||
|
||||
### Model.Block.Type
|
||||
|
||||
|
||||
| Name | Number | Description |
|
||||
|
|
2278
pb/changes.pb.go
2278
pb/changes.pb.go
File diff suppressed because it is too large
Load diff
|
@ -916,8 +916,7 @@ func (m *RpcBlockOpenRequest) GetId() string {
|
|||
}
|
||||
|
||||
type RpcBlockOpenResponse struct {
|
||||
Error *RpcBlockOpenResponseError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
||||
BlockHeader *ModelBlockHeader `protobuf:"bytes,2,opt,name=blockHeader,proto3" json:"blockHeader,omitempty"`
|
||||
Error *RpcBlockOpenResponseError `protobuf:"bytes,1,opt,name=error,proto3" json:"error,omitempty"`
|
||||
}
|
||||
|
||||
func (m *RpcBlockOpenResponse) Reset() { *m = RpcBlockOpenResponse{} }
|
||||
|
@ -960,13 +959,6 @@ func (m *RpcBlockOpenResponse) GetError() *RpcBlockOpenResponseError {
|
|||
return nil
|
||||
}
|
||||
|
||||
func (m *RpcBlockOpenResponse) GetBlockHeader() *ModelBlockHeader {
|
||||
if m != nil {
|
||||
return m.BlockHeader
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
type RpcBlockOpenResponseError struct {
|
||||
Code RpcBlockOpenResponseErrorCode `protobuf:"varint,1,opt,name=code,proto3,enum=anytype.RpcBlockOpenResponseErrorCode" json:"code,omitempty"`
|
||||
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
|
||||
|
@ -1056,8 +1048,8 @@ func (m *RpcBlockCreate) XXX_DiscardUnknown() {
|
|||
var xxx_messageInfo_RpcBlockCreate proto.InternalMessageInfo
|
||||
|
||||
type RpcBlockCreateRequest struct {
|
||||
Type ModelBlockHeaderType `protobuf:"varint,1,opt,name=type,proto3,enum=anytype.ModelBlockHeaderType" json:"type,omitempty"`
|
||||
ContextBlockId string `protobuf:"bytes,2,opt,name=contextBlockId,proto3" json:"contextBlockId,omitempty"`
|
||||
Block *ModelBlock `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
|
||||
ContextBlockId string `protobuf:"bytes,2,opt,name=contextBlockId,proto3" json:"contextBlockId,omitempty"`
|
||||
}
|
||||
|
||||
func (m *RpcBlockCreateRequest) Reset() { *m = RpcBlockCreateRequest{} }
|
||||
|
@ -1093,11 +1085,11 @@ func (m *RpcBlockCreateRequest) XXX_DiscardUnknown() {
|
|||
|
||||
var xxx_messageInfo_RpcBlockCreateRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *RpcBlockCreateRequest) GetType() ModelBlockHeaderType {
|
||||
func (m *RpcBlockCreateRequest) GetBlock() *ModelBlock {
|
||||
if m != nil {
|
||||
return m.Type
|
||||
return m.Block
|
||||
}
|
||||
return ModelBlockHeader_DASHBOARD
|
||||
return nil
|
||||
}
|
||||
|
||||
func (m *RpcBlockCreateRequest) GetContextBlockId() string {
|
||||
|
@ -1240,7 +1232,7 @@ func (m *RpcBlockUpdate) XXX_DiscardUnknown() {
|
|||
var xxx_messageInfo_RpcBlockUpdate proto.InternalMessageInfo
|
||||
|
||||
type RpcBlockUpdateRequest struct {
|
||||
Changes *BlockChanges `protobuf:"bytes,1,opt,name=changes,proto3" json:"changes,omitempty"`
|
||||
Changes *ChangeMultipleBlocksList `protobuf:"bytes,1,opt,name=changes,proto3" json:"changes,omitempty"`
|
||||
}
|
||||
|
||||
func (m *RpcBlockUpdateRequest) Reset() { *m = RpcBlockUpdateRequest{} }
|
||||
|
@ -1276,7 +1268,7 @@ func (m *RpcBlockUpdateRequest) XXX_DiscardUnknown() {
|
|||
|
||||
var xxx_messageInfo_RpcBlockUpdateRequest proto.InternalMessageInfo
|
||||
|
||||
func (m *RpcBlockUpdateRequest) GetChanges() *BlockChanges {
|
||||
func (m *RpcBlockUpdateRequest) GetChanges() *ChangeMultipleBlocksList {
|
||||
if m != nil {
|
||||
return m.Changes
|
||||
}
|
||||
|
@ -3682,103 +3674,102 @@ func init() {
|
|||
func init() { proto.RegisterFile("commands.proto", fileDescriptor_0dff099eb2e3dfdb) }
|
||||
|
||||
var fileDescriptor_0dff099eb2e3dfdb = []byte{
|
||||
// 1521 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0x4f, 0x6c, 0xdb, 0x64,
|
||||
0x1b, 0x6f, 0x1c, 0xa7, 0x69, 0x9f, 0x76, 0xfd, 0x3c, 0x6b, 0x9b, 0xba, 0x77, 0x53, 0x57, 0x75,
|
||||
0xdf, 0xb7, 0xaf, 0xfb, 0xe7, 0x4d, 0x1d, 0x1c, 0x98, 0x18, 0x9b, 0x93, 0x38, 0xad, 0x21, 0xb1,
|
||||
0xab, 0x37, 0x4e, 0x0b, 0x5c, 0x2c, 0x37, 0x7e, 0x9b, 0x06, 0x92, 0x38, 0x38, 0x5e, 0x47, 0x77,
|
||||
0xe3, 0x80, 0x38, 0x70, 0x41, 0x48, 0x3b, 0x21, 0x21, 0xb8, 0x21, 0x36, 0x24, 0x0e, 0x48, 0x43,
|
||||
0x48, 0x80, 0x04, 0x1c, 0x00, 0x81, 0x34, 0x40, 0x42, 0x5c, 0x40, 0x6c, 0x3b, 0xa2, 0xdd, 0xe0,
|
||||
0xb0, 0x03, 0x08, 0xbd, 0xb6, 0x93, 0xd8, 0x55, 0x92, 0xd9, 0xd5, 0xa6, 0xed, 0xe6, 0xf7, 0xcd,
|
||||
0xf3, 0xfe, 0x9e, 0xe7, 0xf9, 0xfd, 0x9e, 0xe7, 0xfd, 0x13, 0x98, 0xaa, 0x58, 0x8d, 0x86, 0xd1,
|
||||
0x34, 0xdb, 0x42, 0xcb, 0xb6, 0x1c, 0x8b, 0x4f, 0x1b, 0xcd, 0x2d, 0x67, 0xab, 0x45, 0xd0, 0x64,
|
||||
0xc3, 0x32, 0x49, 0xdd, 0x9f, 0x46, 0xbb, 0x2a, 0x1b, 0x46, 0xb3, 0x4a, 0xfc, 0xe1, 0xdc, 0x95,
|
||||
0x13, 0x90, 0xc4, 0xad, 0x0a, 0xba, 0x0b, 0x90, 0xca, 0xd4, 0xad, 0xca, 0x8b, 0xe8, 0xd5, 0x24,
|
||||
0xa4, 0x97, 0x6a, 0x6d, 0xc7, 0xb2, 0xb7, 0xd0, 0x5d, 0x06, 0xd8, 0xa2, 0xb5, 0x49, 0x50, 0x05,
|
||||
0xd2, 0x98, 0xbc, 0x74, 0x91, 0xb4, 0x1d, 0x7e, 0x0a, 0x98, 0x9a, 0x39, 0x9d, 0x98, 0x4d, 0xcc,
|
||||
0x8f, 0x63, 0xa6, 0x66, 0xf2, 0x47, 0xa8, 0xe7, 0xa6, 0x43, 0x5e, 0x76, 0xdc, 0xf5, 0xb2, 0x39,
|
||||
0xcd, 0xb8, 0xbf, 0x6d, 0x9b, 0xe5, 0x67, 0x61, 0xa2, 0x61, 0x6d, 0x92, 0xbc, 0x65, 0x5f, 0x32,
|
||||
0x6c, 0x73, 0x3a, 0x39, 0x9b, 0x98, 0x1f, 0xc3, 0xc1, 0x29, 0xf4, 0x3a, 0x03, 0x63, 0x98, 0xb4,
|
||||
0x5b, 0x56, 0xb3, 0x4d, 0xf8, 0x1c, 0xa4, 0x88, 0x6d, 0x5b, 0xb6, 0xeb, 0x69, 0x62, 0x41, 0x10,
|
||||
0xfc, 0x74, 0x04, 0xdc, 0xaa, 0x08, 0x2e, 0xa6, 0xe0, 0x47, 0x29, 0xd0, 0x08, 0x85, 0xce, 0x42,
|
||||
0x41, 0xa2, 0xab, 0xb0, 0xb7, 0x18, 0x7d, 0x9c, 0x80, 0x94, 0x3b, 0xc1, 0x2f, 0x02, 0x5b, 0xb1,
|
||||
0x4c, 0xe2, 0xc2, 0x4d, 0x2d, 0x9c, 0x89, 0x07, 0x27, 0x64, 0x2d, 0x93, 0x60, 0x17, 0x80, 0xe6,
|
||||
0x61, 0x92, 0x76, 0xc5, 0xae, 0xb5, 0x9c, 0x9a, 0xd5, 0xf4, 0x93, 0x0d, 0x4e, 0xcd, 0xe5, 0x80,
|
||||
0xa5, 0xf6, 0xfc, 0x18, 0xb0, 0x4a, 0xb9, 0x50, 0xe0, 0x46, 0xf8, 0xdd, 0xb0, 0xab, 0xac, 0x3c,
|
||||
0xa3, 0xa8, 0xab, 0x8a, 0x2e, 0x61, 0xac, 0x62, 0x2e, 0xc1, 0xef, 0x82, 0xf1, 0x8c, 0x98, 0xd3,
|
||||
0x65, 0x65, 0xb9, 0xac, 0x71, 0x0c, 0xcf, 0xc1, 0x64, 0x56, 0x54, 0x74, 0x45, 0xd5, 0xf4, 0xa2,
|
||||
0xba, 0x22, 0x71, 0x49, 0xf4, 0x1d, 0x03, 0xac, 0xda, 0x22, 0x4d, 0xb4, 0x7f, 0x20, 0xf7, 0xe8,
|
||||
0xbd, 0x20, 0x63, 0x4f, 0x86, 0x19, 0x3b, 0xd2, 0x27, 0x45, 0x8a, 0xd7, 0x9f, 0x29, 0xfe, 0x1c,
|
||||
0x4c, 0xac, 0x51, 0x9b, 0x25, 0x62, 0x98, 0xc4, 0x76, 0xd3, 0x9a, 0x58, 0x38, 0xd0, 0xc5, 0x28,
|
||||
0xd2, 0x1a, 0xea, 0x10, 0xe5, 0x9a, 0xe0, 0xa0, 0x3d, 0x7a, 0xbb, 0x4b, 0xf4, 0xf9, 0x10, 0xd1,
|
||||
0xc7, 0xa3, 0x45, 0x11, 0x8f, 0xe0, 0x85, 0xf8, 0x04, 0xa3, 0x9b, 0x0c, 0x8c, 0x66, 0x6d, 0x62,
|
||||
0x38, 0x04, 0x55, 0x7b, 0x84, 0x3e, 0x06, 0x2c, 0x0d, 0xce, 0x0f, 0x76, 0x76, 0x48, 0xba, 0x82,
|
||||
0xb6, 0xd5, 0x22, 0xd8, 0xb5, 0x8e, 0x5a, 0xf2, 0xe8, 0x4e, 0x22, 0x20, 0xcf, 0x53, 0x61, 0x79,
|
||||
0xe6, 0xfb, 0x10, 0xe3, 0xc5, 0x37, 0xa0, 0x94, 0xdf, 0xe9, 0x32, 0x2c, 0x86, 0x18, 0x3e, 0x19,
|
||||
0x15, 0xe8, 0xc1, 0x73, 0xfc, 0x11, 0x03, 0xa3, 0xe5, 0x96, 0x49, 0x39, 0x3e, 0xdb, 0xe3, 0xf8,
|
||||
0x14, 0xa4, 0xfd, 0x3d, 0xc7, 0x4f, 0x7d, 0x6f, 0x37, 0x62, 0x37, 0xda, 0xac, 0xf7, 0x23, 0xee,
|
||||
0x58, 0xc5, 0xa6, 0xcd, 0x73, 0x79, 0x1f, 0x68, 0xeb, 0x0b, 0xf4, 0xe0, 0x69, 0xfb, 0x3e, 0x05,
|
||||
0xa3, 0xab, 0x46, 0xbd, 0x4e, 0x1c, 0xf4, 0x5b, 0xaf, 0x4a, 0xff, 0xd7, 0x63, 0x10, 0xc1, 0x98,
|
||||
0x6d, 0x59, 0xce, 0xb2, 0xe1, 0x6c, 0xf8, 0xcd, 0xdf, 0x1d, 0xa3, 0x6b, 0xc1, 0x2d, 0xe0, 0x7c,
|
||||
0x98, 0xac, 0xa3, 0xa1, 0x1c, 0x3d, 0x17, 0x43, 0x8b, 0x8c, 0x7a, 0x6a, 0x34, 0x49, 0xc3, 0x6a,
|
||||
0xd6, 0x2a, 0x7e, 0x76, 0xdd, 0x31, 0xfa, 0xa2, 0xcb, 0x64, 0x26, 0xc4, 0xa4, 0x10, 0xd9, 0x4b,
|
||||
0x3c, 0x2a, 0x4b, 0x3b, 0xd8, 0x46, 0x0f, 0xc1, 0x81, 0xbc, 0x28, 0x17, 0xa4, 0x9c, 0xae, 0xa9,
|
||||
0x7a, 0x16, 0x4b, 0xa2, 0x26, 0xe9, 0x05, 0x35, 0x2b, 0x16, 0x74, 0x2c, 0x2d, 0xab, 0x1c, 0xa1,
|
||||
0xdb, 0x40, 0x1a, 0x93, 0x8a, 0xb5, 0x49, 0x6c, 0x24, 0x46, 0x62, 0x78, 0x28, 0x27, 0x6f, 0x06,
|
||||
0xd9, 0xbf, 0x10, 0x66, 0xff, 0x58, 0x3f, 0x5e, 0x7c, 0xdf, 0x03, 0x8a, 0xf5, 0xcb, 0x2e, 0xc5,
|
||||
0xd9, 0x10, 0xc5, 0xa7, 0xa2, 0x43, 0x3d, 0x02, 0x1c, 0xbf, 0x35, 0x09, 0x69, 0xb1, 0x52, 0xb1,
|
||||
0x2e, 0x36, 0x1d, 0xf4, 0x21, 0xdb, 0x2d, 0xe8, 0x4b, 0x3d, 0xba, 0x79, 0x60, 0x9b, 0x46, 0x83,
|
||||
0xf8, 0x54, 0xbb, 0xdf, 0xfc, 0x31, 0xf8, 0x8f, 0xb1, 0x69, 0x38, 0x86, 0x5d, 0xb0, 0x2a, 0x46,
|
||||
0xdd, 0x55, 0xc2, 0x0d, 0x78, 0x69, 0x04, 0x6f, 0xff, 0x81, 0x9f, 0x83, 0x09, 0x6f, 0x2a, 0x6b,
|
||||
0xd5, 0x2d, 0xdb, 0xbd, 0x4b, 0x50, 0xbb, 0xe0, 0x64, 0x66, 0x0c, 0x46, 0xbd, 0x21, 0xba, 0x96,
|
||||
0x8c, 0x2a, 0x92, 0x1f, 0xf5, 0xf0, 0x1e, 0x39, 0x0d, 0x69, 0xc3, 0xb3, 0xf3, 0x4f, 0xc9, 0x7d,
|
||||
0xdb, 0x8e, 0x0d, 0x1f, 0x05, 0x77, 0xcc, 0xd0, 0x55, 0x26, 0x8a, 0xac, 0x43, 0x9d, 0xc7, 0x93,
|
||||
0xf5, 0x93, 0xc4, 0x0e, 0x74, 0x3d, 0x01, 0xf3, 0x62, 0x36, 0xab, 0x96, 0x15, 0xcd, 0x57, 0x35,
|
||||
0xa7, 0x67, 0xca, 0x9a, 0xde, 0xd3, 0xba, 0xa4, 0x89, 0x58, 0xd3, 0x15, 0x35, 0x27, 0x71, 0x54,
|
||||
0xae, 0x23, 0xf7, 0xb0, 0x96, 0x34, 0x5d, 0x11, 0x8b, 0x12, 0xb7, 0x1e, 0x01, 0x59, 0xd2, 0x74,
|
||||
0x71, 0x45, 0xd4, 0x44, 0xcc, 0x55, 0xd1, 0x57, 0xc9, 0x5e, 0x8b, 0x8e, 0x77, 0x6b, 0x06, 0x7d,
|
||||
0x10, 0x54, 0x51, 0x0c, 0xab, 0x78, 0xbc, 0x2f, 0x91, 0xc3, 0x7b, 0xed, 0xd7, 0xae, 0x28, 0xb9,
|
||||
0x90, 0x28, 0xa7, 0x63, 0x60, 0xc5, 0x53, 0xe5, 0x8f, 0x9d, 0xa8, 0xb2, 0x17, 0x76, 0x2b, 0xaa,
|
||||
0xee, 0xd3, 0x57, 0xd2, 0xf3, 0x6a, 0x59, 0xc9, 0x71, 0xd4, 0xdb, 0x41, 0x45, 0xf2, 0xc8, 0xc3,
|
||||
0x52, 0x56, 0x5d, 0x91, 0xb0, 0xbe, 0x2a, 0x16, 0x0a, 0x92, 0xa6, 0xe7, 0x65, 0x5c, 0xd2, 0xb8,
|
||||
0xf5, 0x7b, 0xb5, 0x69, 0x95, 0x3f, 0x0c, 0x87, 0x7a, 0x63, 0x5d, 0x7a, 0x56, 0x2e, 0x69, 0x25,
|
||||
0x57, 0x97, 0xac, 0x8a, 0x71, 0x79, 0x59, 0x93, 0x72, 0xdc, 0x06, 0xbf, 0x0f, 0xf8, 0x1e, 0x0a,
|
||||
0x2e, 0x2b, 0x9e, 0xfc, 0x35, 0xea, 0xdf, 0xf7, 0xd7, 0x71, 0x4f, 0xaf, 0xae, 0xcb, 0x12, 0xce,
|
||||
0xab, 0xb8, 0x28, 0xe5, 0xb8, 0x17, 0xd0, 0x15, 0x16, 0x46, 0x4b, 0xa4, 0x4e, 0x2a, 0x0e, 0x7a,
|
||||
0x7c, 0xf0, 0xeb, 0x21, 0xb8, 0xf1, 0x32, 0xdb, 0x8e, 0xb6, 0x9f, 0x62, 0xf7, 0xad, 0xe7, 0xef,
|
||||
0xbe, 0xf5, 0xed, 0x8f, 0xb1, 0xfa, 0xb6, 0xaf, 0xf3, 0x78, 0x15, 0x72, 0x33, 0xf1, 0x00, 0xf6,
|
||||
0xe3, 0x28, 0x42, 0xaf, 0x0f, 0x10, 0xba, 0x1a, 0x46, 0xcf, 0xcb, 0x4a, 0xae, 0x53, 0x8b, 0xba,
|
||||
0xac, 0xe4, 0x55, 0x6e, 0x83, 0x17, 0xe0, 0x58, 0x00, 0x9d, 0x56, 0x81, 0xef, 0x41, 0x54, 0x72,
|
||||
0x7a, 0x51, 0x91, 0x8a, 0xaa, 0x22, 0x67, 0xdd, 0xf9, 0x92, 0xa4, 0x71, 0x35, 0xf4, 0x33, 0x03,
|
||||
0xe9, 0x15, 0x62, 0xb7, 0x6b, 0x56, 0x13, 0x7d, 0xcb, 0x40, 0x72, 0x91, 0x38, 0xc1, 0x36, 0xbf,
|
||||
0x1e, 0x3c, 0x51, 0xcf, 0x85, 0x45, 0xff, 0x7f, 0x88, 0x77, 0x1f, 0x44, 0x58, 0x24, 0x83, 0x14,
|
||||
0x9f, 0x86, 0xf4, 0xa6, 0x67, 0xe4, 0x93, 0xdd, 0x19, 0xa2, 0x1f, 0xba, 0x07, 0xed, 0x85, 0x90,
|
||||
0xb2, 0x27, 0x22, 0x7a, 0x88, 0x27, 0xab, 0xb9, 0x03, 0x55, 0xf7, 0x00, 0xb7, 0x22, 0xe1, 0x92,
|
||||
0xac, 0x2a, 0xba, 0x5c, 0xd2, 0xa5, 0xe2, 0xb2, 0xf6, 0x1c, 0x97, 0xa4, 0x46, 0x94, 0xc9, 0xce,
|
||||
0x2e, 0x30, 0x01, 0x69, 0x4d, 0x2e, 0x4a, 0x6a, 0x59, 0xe3, 0xd6, 0xd1, 0xe7, 0x49, 0x48, 0x16,
|
||||
0xac, 0x2a, 0xba, 0x9e, 0x04, 0xb6, 0x44, 0x9a, 0x26, 0x7a, 0x3f, 0xd1, 0xeb, 0xbb, 0x69, 0x48,
|
||||
0x37, 0x48, 0xbb, 0x6d, 0x54, 0x3b, 0x87, 0x6e, 0x67, 0xc8, 0x3f, 0x01, 0xa9, 0x3a, 0xd9, 0x24,
|
||||
0x75, 0x37, 0xf0, 0xa9, 0x85, 0xc3, 0x21, 0x06, 0x0a, 0x56, 0x55, 0xa0, 0x58, 0x82, 0x8f, 0x23,
|
||||
0x14, 0xa8, 0x29, 0xf6, 0x56, 0xcc, 0x3d, 0x0d, 0x29, 0x77, 0xcc, 0x8f, 0x43, 0x2a, 0x27, 0x65,
|
||||
0xca, 0x8b, 0xdc, 0x08, 0xfd, 0xec, 0x64, 0x34, 0x0e, 0xa9, 0xbc, 0xa8, 0x89, 0x05, 0x8e, 0xa1,
|
||||
0x99, 0xbb, 0xe5, 0x92, 0xa4, 0x93, 0xcb, 0xa2, 0x22, 0x67, 0x39, 0x96, 0x46, 0xbf, 0x2a, 0x62,
|
||||
0x45, 0x56, 0x16, 0xb9, 0x14, 0x7a, 0x25, 0xa8, 0xfb, 0xd9, 0xb0, 0xee, 0xff, 0x1d, 0x14, 0xd3,
|
||||
0xf0, 0x27, 0xff, 0xb9, 0x90, 0xb4, 0x47, 0xa3, 0x80, 0xc4, 0xd3, 0x55, 0xd9, 0x81, 0xae, 0xc3,
|
||||
0x14, 0xfc, 0x87, 0x01, 0x56, 0x6e, 0xad, 0xb7, 0xd1, 0x5f, 0x7e, 0x5f, 0xdc, 0x61, 0x80, 0xcd,
|
||||
0xd7, 0xea, 0x64, 0xd8, 0x7f, 0x00, 0xdf, 0x44, 0x7e, 0x00, 0x50, 0x68, 0xb7, 0x96, 0x29, 0xe4,
|
||||
0x80, 0x96, 0xe1, 0x81, 0x35, 0x0d, 0xc7, 0x70, 0xb3, 0x9d, 0xc4, 0xee, 0x37, 0xbf, 0x07, 0x52,
|
||||
0x0d, 0x62, 0xd6, 0x0c, 0xef, 0x9e, 0x85, 0xbd, 0x41, 0xf7, 0x0e, 0xc7, 0xf6, 0xee, 0x70, 0xe8,
|
||||
0xd3, 0x48, 0x4f, 0x84, 0x61, 0x71, 0x3c, 0x5c, 0x01, 0x5e, 0x1b, 0x85, 0x94, 0xdc, 0x30, 0xaa,
|
||||
0x04, 0xfd, 0x9d, 0xf2, 0x14, 0xf8, 0x93, 0x01, 0x36, 0x53, 0xb7, 0xd6, 0xd0, 0xd2, 0xe0, 0x33,
|
||||
0xec, 0x24, 0xb0, 0xed, 0xda, 0x65, 0xe2, 0x37, 0xd0, 0xfe, 0x6d, 0xa7, 0x8a, 0x8b, 0x27, 0x94,
|
||||
0x6a, 0x97, 0x09, 0x76, 0xcd, 0xd0, 0xbb, 0x91, 0xdf, 0x0c, 0xde, 0x52, 0xca, 0x14, 0x0d, 0x61,
|
||||
0xb0, 0x62, 0x6b, 0x75, 0x6b, 0xad, 0xa3, 0x18, 0xfd, 0x46, 0x9f, 0x45, 0x7a, 0x47, 0x0c, 0x85,
|
||||
0x7f, 0xf8, 0x9d, 0xe0, 0x16, 0xfe, 0xfd, 0xa3, 0xfd, 0xea, 0x0e, 0x68, 0x1f, 0xd2, 0x28, 0x07,
|
||||
0x61, 0xbc, 0x1e, 0x7e, 0xa8, 0xe0, 0xde, 0x44, 0x6c, 0x01, 0x1e, 0xb5, 0x4e, 0xc8, 0x1c, 0xfc,
|
||||
0xfa, 0xd6, 0x4c, 0xe2, 0xc6, 0xad, 0x99, 0xc4, 0xef, 0xb7, 0x66, 0x12, 0x6f, 0xdc, 0x9e, 0x19,
|
||||
0xb9, 0x71, 0x7b, 0x66, 0xe4, 0x97, 0xdb, 0x33, 0x23, 0xcf, 0x33, 0xad, 0xb5, 0xb5, 0x51, 0xf7,
|
||||
0xcf, 0xe3, 0x33, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0x83, 0x77, 0x03, 0x72, 0x74, 0x16, 0x00,
|
||||
0x00,
|
||||
// 1511 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x98, 0x4d, 0x8c, 0xdb, 0xd4,
|
||||
0x16, 0xc7, 0x27, 0x8e, 0x33, 0x99, 0x39, 0x33, 0x9d, 0xe7, 0x5a, 0x7d, 0xd5, 0xf4, 0xbe, 0x6a,
|
||||
0x5a, 0x4d, 0xdf, 0xeb, 0x9b, 0x4e, 0x5b, 0x53, 0x4d, 0xc5, 0x02, 0x44, 0x69, 0x9d, 0xc4, 0x99,
|
||||
0x1a, 0x12, 0x3b, 0xba, 0x71, 0x66, 0x00, 0x09, 0x59, 0x9e, 0xe4, 0x4e, 0xc6, 0xe0, 0xc4, 0xc1,
|
||||
0x71, 0xa7, 0xb4, 0x3b, 0x16, 0x88, 0x05, 0x42, 0x42, 0x48, 0xac, 0x90, 0x10, 0x6c, 0x69, 0x91,
|
||||
0xd8, 0x15, 0x21, 0x51, 0xa4, 0xc2, 0x02, 0x90, 0x90, 0x0a, 0x48, 0x80, 0x90, 0x40, 0xb4, 0x5d,
|
||||
0x21, 0xd4, 0x1d, 0x2c, 0x58, 0x80, 0xd0, 0xb5, 0x9d, 0xc4, 0x1e, 0x4d, 0x52, 0x7b, 0xd4, 0xaa,
|
||||
0xdd, 0xf9, 0xde, 0xdc, 0x7b, 0xce, 0xb9, 0xbf, 0xff, 0x39, 0xf7, 0x23, 0x30, 0x53, 0xb7, 0x5b,
|
||||
0x2d, 0xa3, 0xdd, 0xe8, 0x0a, 0x1d, 0xc7, 0x76, 0x6d, 0x3e, 0x6b, 0xb4, 0x2f, 0xb8, 0x17, 0x3a,
|
||||
0x04, 0x4d, 0xb7, 0xec, 0x06, 0xb1, 0x82, 0x6e, 0xb4, 0xab, 0xbe, 0x61, 0xb4, 0x9b, 0x24, 0x68,
|
||||
0xce, 0xff, 0x78, 0x14, 0xd2, 0xb8, 0x53, 0x47, 0x57, 0x01, 0x32, 0x39, 0xcb, 0xae, 0x3f, 0x8f,
|
||||
0x5e, 0x4e, 0x43, 0xf6, 0xac, 0xd9, 0x75, 0x6d, 0xe7, 0x02, 0xfa, 0x93, 0x01, 0xb6, 0x6c, 0x6f,
|
||||
0x12, 0x54, 0x87, 0x2c, 0x26, 0x2f, 0x9c, 0x23, 0x5d, 0x97, 0x9f, 0x01, 0xc6, 0x6c, 0xcc, 0xa6,
|
||||
0x0e, 0xa6, 0x16, 0x26, 0x31, 0x63, 0x36, 0xf8, 0xc3, 0xd4, 0x73, 0xdb, 0x25, 0x2f, 0xba, 0xde,
|
||||
0x7c, 0xb9, 0x31, 0xcb, 0x78, 0xbf, 0x6d, 0xe9, 0xe5, 0x0f, 0xc2, 0x54, 0xcb, 0xde, 0x24, 0x45,
|
||||
0xdb, 0x39, 0x6f, 0x38, 0x8d, 0xd9, 0xf4, 0xc1, 0xd4, 0xc2, 0x04, 0x0e, 0x77, 0xa1, 0x57, 0x19,
|
||||
0x98, 0xc0, 0xa4, 0xdb, 0xb1, 0xdb, 0x5d, 0xc2, 0x17, 0x20, 0x43, 0x1c, 0xc7, 0x76, 0x3c, 0x4f,
|
||||
0x53, 0x4b, 0x82, 0x10, 0x2c, 0x47, 0xc0, 0x9d, 0xba, 0xe0, 0xd9, 0x14, 0x82, 0x28, 0x05, 0x1a,
|
||||
0xa1, 0xd0, 0x9b, 0x28, 0x48, 0x74, 0x16, 0xf6, 0x27, 0xa3, 0x0f, 0x53, 0x90, 0xf1, 0x3a, 0xf8,
|
||||
0x65, 0x60, 0xeb, 0x76, 0x83, 0x78, 0xe6, 0x66, 0x96, 0x4e, 0x26, 0x33, 0x27, 0xe4, 0xed, 0x06,
|
||||
0xc1, 0x9e, 0x01, 0xba, 0x8e, 0x06, 0xe9, 0xd6, 0x1d, 0xb3, 0xe3, 0x9a, 0x76, 0x3b, 0x58, 0x6c,
|
||||
0xb8, 0x6b, 0xbe, 0x00, 0x2c, 0x1d, 0xcf, 0x4f, 0x00, 0xab, 0xd4, 0x4a, 0x25, 0x6e, 0x8c, 0xdf,
|
||||
0x0d, 0xbb, 0x6a, 0xca, 0x93, 0x8a, 0xba, 0xaa, 0xe8, 0x12, 0xc6, 0x2a, 0xe6, 0x52, 0xfc, 0x2e,
|
||||
0x98, 0xcc, 0x89, 0x05, 0x5d, 0x56, 0x2a, 0x35, 0x8d, 0x63, 0x78, 0x0e, 0xa6, 0xf3, 0xa2, 0xa2,
|
||||
0x2b, 0xaa, 0xa6, 0x97, 0xd5, 0x15, 0x89, 0x4b, 0xa3, 0xd7, 0x18, 0x60, 0xd5, 0x0e, 0x69, 0xa3,
|
||||
0x7d, 0x43, 0xd9, 0xa3, 0x5f, 0x53, 0x21, 0x62, 0x8f, 0x45, 0x89, 0x1d, 0xde, 0x66, 0x89, 0xd4,
|
||||
0xde, 0x10, 0x52, 0x6f, 0xf7, 0x49, 0x9d, 0x8e, 0x90, 0x3a, 0x1a, 0xcf, 0x4c, 0x32, 0x42, 0x4b,
|
||||
0xc9, 0x09, 0xa1, 0xef, 0x19, 0x18, 0xcf, 0x3b, 0xc4, 0x70, 0x09, 0x7a, 0x76, 0x40, 0x64, 0x11,
|
||||
0x32, 0x6b, 0x34, 0xa6, 0x60, 0xd1, 0x7b, 0xfa, 0xd1, 0x96, 0x69, 0xd2, 0xfb, 0xf1, 0x62, 0x7f,
|
||||
0x48, 0xdc, 0x4c, 0x45, 0xb7, 0xc3, 0x54, 0x1f, 0x8f, 0x52, 0x5d, 0xd8, 0x06, 0x87, 0x1f, 0xd5,
|
||||
0x10, 0xae, 0xef, 0xf4, 0xb9, 0x8a, 0x11, 0xae, 0xc7, 0xe3, 0x1a, 0xba, 0xf7, 0x64, 0xaf, 0x31,
|
||||
0x30, 0x5e, 0xeb, 0x34, 0x28, 0xd9, 0xb3, 0x03, 0xb2, 0xa7, 0x20, 0x1b, 0x6c, 0x15, 0xc1, 0xd2,
|
||||
0x0f, 0xf5, 0x23, 0xce, 0x7b, 0xfd, 0x42, 0xf9, 0x9c, 0xe5, 0x9a, 0x1d, 0x8b, 0xf8, 0xd1, 0x77,
|
||||
0x4b, 0x66, 0xd7, 0xc5, 0xbd, 0x39, 0x89, 0x21, 0xfa, 0x01, 0xdc, 0x05, 0x88, 0xdb, 0x1a, 0xba,
|
||||
0xf7, 0x10, 0xbf, 0xca, 0xc0, 0xf8, 0xaa, 0x61, 0x59, 0xc4, 0x45, 0x3f, 0x0f, 0x32, 0xf5, 0x7f,
|
||||
0x03, 0x9e, 0x08, 0x26, 0x1c, 0xdb, 0x76, 0x2b, 0x86, 0xbb, 0x11, 0x54, 0x70, 0xbf, 0x8d, 0x2e,
|
||||
0x87, 0x77, 0xbe, 0xd3, 0x51, 0x58, 0x47, 0x22, 0x6b, 0xf4, 0x5d, 0x8c, 0x4c, 0x39, 0xea, 0xa9,
|
||||
0xd5, 0x26, 0x2d, 0xbb, 0x6d, 0xd6, 0x83, 0xd5, 0xf5, 0xdb, 0xe8, 0x5a, 0x9f, 0x64, 0x2e, 0x42,
|
||||
0x52, 0x88, 0xed, 0x25, 0x19, 0xca, 0xea, 0x0e, 0xf6, 0xc2, 0x03, 0xf0, 0x9f, 0xa2, 0x28, 0x97,
|
||||
0xa4, 0x82, 0xae, 0xa9, 0x7a, 0x1e, 0x4b, 0xa2, 0x26, 0xe9, 0x25, 0x35, 0x2f, 0x96, 0x74, 0x2c,
|
||||
0x55, 0x54, 0x8e, 0xa0, 0x1b, 0x0c, 0xc5, 0x5a, 0xb7, 0x37, 0x89, 0x83, 0xc4, 0x58, 0x84, 0x47,
|
||||
0x32, 0x79, 0x23, 0x4c, 0xff, 0x4c, 0x94, 0xfe, 0xe2, 0x76, 0x5c, 0x02, 0xdf, 0x43, 0x92, 0xf5,
|
||||
0xd3, 0x3e, 0xe2, 0x7c, 0x04, 0xf1, 0x43, 0xf1, 0x4d, 0x3d, 0x00, 0x8c, 0xdf, 0x9a, 0x86, 0xac,
|
||||
0x58, 0xaf, 0xdb, 0xe7, 0xda, 0x2e, 0xfa, 0x80, 0xed, 0x27, 0xf4, 0xf9, 0x01, 0x6e, 0x1e, 0xd8,
|
||||
0xb6, 0xd1, 0x22, 0x01, 0x6a, 0xef, 0x9b, 0x5f, 0x84, 0x7f, 0x19, 0x9b, 0x86, 0x6b, 0x38, 0x25,
|
||||
0xbb, 0x6e, 0x58, 0x9e, 0x12, 0x5e, 0xc0, 0x67, 0xc7, 0xf0, 0xd6, 0x1f, 0xf8, 0x79, 0x98, 0xf2,
|
||||
0xbb, 0xf2, 0xb6, 0x65, 0x3b, 0xde, 0x85, 0x80, 0x8e, 0x0b, 0x77, 0xe6, 0x26, 0x60, 0xdc, 0x6f,
|
||||
0xa2, 0xcb, 0xe9, 0xb8, 0x22, 0x05, 0x51, 0x8f, 0xae, 0x91, 0x13, 0x90, 0x35, 0xfc, 0x71, 0x5e,
|
||||
0x80, 0x53, 0x4b, 0x7b, 0xb7, 0x9c, 0x1c, 0x81, 0x15, 0xdc, 0x1b, 0x86, 0x2e, 0x31, 0x71, 0x64,
|
||||
0x1d, 0xe9, 0x3c, 0x99, 0xac, 0x1f, 0xa5, 0x76, 0xa0, 0xeb, 0x31, 0x58, 0x10, 0xf3, 0x79, 0xb5,
|
||||
0xa6, 0x68, 0x81, 0xaa, 0x05, 0x3d, 0x57, 0xd3, 0xf4, 0x81, 0xd6, 0x55, 0x4d, 0xc4, 0x9a, 0xae,
|
||||
0xa8, 0x05, 0x89, 0xa3, 0x72, 0x1d, 0xbe, 0xc3, 0x68, 0x49, 0xd3, 0x15, 0xb1, 0x2c, 0x71, 0xeb,
|
||||
0x31, 0x2c, 0x4b, 0x9a, 0x2e, 0xae, 0x88, 0x9a, 0x88, 0xb9, 0x26, 0xfa, 0x2c, 0x3d, 0x28, 0xd1,
|
||||
0xc9, 0x7e, 0xce, 0xa0, 0xf7, 0xc3, 0x2a, 0x8a, 0x51, 0x15, 0x8f, 0x6e, 0x0b, 0x72, 0x74, 0xad,
|
||||
0xfd, 0xd4, 0x17, 0xa5, 0x10, 0x11, 0xe5, 0x44, 0x02, 0x5b, 0xc9, 0x54, 0xf9, 0x6d, 0x27, 0xaa,
|
||||
0xfc, 0x1b, 0x76, 0x2b, 0xaa, 0x1e, 0xe0, 0xab, 0xea, 0x45, 0xb5, 0xa6, 0x14, 0x38, 0xea, 0x6d,
|
||||
0xbf, 0x22, 0xf9, 0xf0, 0xb0, 0x94, 0x57, 0x57, 0x24, 0xac, 0xaf, 0x8a, 0xa5, 0x92, 0xa4, 0xe9,
|
||||
0x45, 0x19, 0x57, 0x35, 0x6e, 0xfd, 0x4e, 0x65, 0xda, 0xe4, 0x0f, 0xc1, 0x81, 0x41, 0x5b, 0x97,
|
||||
0x9e, 0x92, 0xab, 0x5a, 0xd5, 0xd3, 0x25, 0xaf, 0x62, 0x5c, 0xab, 0x68, 0x52, 0x81, 0xdb, 0xe0,
|
||||
0xf7, 0x02, 0x3f, 0xb0, 0x82, 0x6b, 0x8a, 0x2f, 0xbf, 0x49, 0xfd, 0x07, 0xfe, 0x7a, 0xee, 0xe9,
|
||||
0xfd, 0xb3, 0x22, 0xe1, 0xa2, 0x8a, 0xcb, 0x52, 0x81, 0x7b, 0x0e, 0xbd, 0xc9, 0xc2, 0x78, 0x95,
|
||||
0x58, 0xa4, 0xee, 0xa2, 0x87, 0x87, 0x3f, 0x01, 0xc2, 0x1b, 0x2f, 0xb3, 0xe5, 0x68, 0xfb, 0x36,
|
||||
0x71, 0xdd, 0xfa, 0xfe, 0xee, 0x5a, 0xdd, 0x7e, 0x93, 0xa8, 0x6e, 0xb7, 0x75, 0x9e, 0x2c, 0x43,
|
||||
0x6e, 0xa4, 0xee, 0xc1, 0x7e, 0x1c, 0x47, 0xe8, 0xf5, 0x21, 0x42, 0x37, 0xa3, 0xd6, 0x8b, 0xb2,
|
||||
0x52, 0xe8, 0xe5, 0xa2, 0x2e, 0x2b, 0x45, 0x95, 0xdb, 0xe0, 0x05, 0x58, 0x0c, 0x59, 0xa7, 0x59,
|
||||
0x10, 0x78, 0x10, 0x95, 0x82, 0x5e, 0x56, 0xa4, 0xb2, 0xaa, 0xc8, 0x79, 0xaf, 0xbf, 0x2a, 0x69,
|
||||
0x9c, 0x89, 0xbe, 0x63, 0x20, 0xbb, 0x42, 0x9c, 0xae, 0x69, 0xb7, 0xd1, 0x97, 0x0c, 0xa4, 0x97,
|
||||
0x89, 0x1b, 0x2e, 0xf3, 0x2b, 0xe1, 0x13, 0xf5, 0x54, 0x54, 0xf4, 0xff, 0x47, 0xb8, 0x07, 0x46,
|
||||
0x84, 0x65, 0x32, 0x4c, 0xf1, 0x59, 0xc8, 0x6e, 0xfa, 0x83, 0x02, 0xd8, 0xbd, 0x26, 0xfa, 0xba,
|
||||
0x7f, 0xd0, 0x9e, 0x89, 0x28, 0x7b, 0x2c, 0xa6, 0x87, 0x64, 0xb2, 0x36, 0x76, 0xa0, 0xea, 0x1e,
|
||||
0xe0, 0x56, 0x24, 0x5c, 0x95, 0x55, 0x45, 0x97, 0xab, 0xba, 0x54, 0xae, 0x68, 0x4f, 0x73, 0x69,
|
||||
0x3a, 0x88, 0x92, 0xec, 0xed, 0x02, 0x53, 0x90, 0xd5, 0xe4, 0xb2, 0xa4, 0xd6, 0x34, 0x6e, 0x1d,
|
||||
0x7d, 0x92, 0x86, 0x74, 0xc9, 0x6e, 0xa2, 0x2b, 0x69, 0x60, 0xab, 0xa4, 0xdd, 0x40, 0xef, 0xa5,
|
||||
0x06, 0x75, 0x37, 0x0b, 0xd9, 0x16, 0xe9, 0x76, 0x8d, 0x66, 0xef, 0xd0, 0xed, 0x35, 0xf9, 0x47,
|
||||
0x20, 0x63, 0x91, 0x4d, 0x62, 0x79, 0x81, 0xcf, 0x84, 0xae, 0xea, 0x94, 0x40, 0xc9, 0x6e, 0x0a,
|
||||
0xd4, 0x96, 0x10, 0xd8, 0x11, 0x4a, 0x74, 0x28, 0xf6, 0x67, 0xcc, 0x3f, 0x01, 0x19, 0xaf, 0xcd,
|
||||
0x4f, 0x42, 0xa6, 0x20, 0xe5, 0x6a, 0xcb, 0xdc, 0x18, 0xfd, 0xec, 0xad, 0x68, 0x12, 0x32, 0x45,
|
||||
0x51, 0x13, 0x4b, 0x1c, 0x43, 0x57, 0xee, 0xa5, 0x4b, 0x9a, 0x76, 0x56, 0x44, 0x45, 0xce, 0x73,
|
||||
0x2c, 0x8d, 0x7e, 0x55, 0xc4, 0x8a, 0xac, 0x2c, 0x73, 0x19, 0xf4, 0x52, 0x58, 0xf7, 0x47, 0xa3,
|
||||
0xba, 0xff, 0x77, 0x58, 0x4c, 0xa3, 0xdf, 0xed, 0xa7, 0x22, 0xd2, 0x1e, 0x89, 0x63, 0x24, 0x99,
|
||||
0xae, 0xca, 0x0e, 0x74, 0x1d, 0xa5, 0xe0, 0xdf, 0x0c, 0xb0, 0x72, 0x67, 0xbd, 0x8b, 0xfe, 0x08,
|
||||
0xea, 0xe2, 0x36, 0x03, 0x6c, 0xd1, 0xb4, 0xc8, 0xa8, 0x87, 0xfc, 0x17, 0xb1, 0x1f, 0x00, 0xd4,
|
||||
0xb4, 0x97, 0xcb, 0xd4, 0xe4, 0x90, 0x92, 0xe1, 0x81, 0x6d, 0x18, 0xae, 0xe1, 0xad, 0x76, 0x1a,
|
||||
0x7b, 0xdf, 0xfc, 0x1e, 0xc8, 0xb4, 0x48, 0xc3, 0x34, 0xfc, 0x7b, 0x16, 0xf6, 0x1b, 0xfd, 0x3b,
|
||||
0x1c, 0x3b, 0xb8, 0xc3, 0xa1, 0x8f, 0x63, 0x3d, 0x11, 0x46, 0xc5, 0x71, 0x7f, 0x05, 0x78, 0x65,
|
||||
0x1c, 0x32, 0x72, 0xcb, 0x68, 0x12, 0xf4, 0x57, 0xc6, 0x57, 0xe0, 0x77, 0x06, 0xd8, 0x9c, 0x65,
|
||||
0xaf, 0x85, 0x9f, 0xb7, 0x5b, 0xcf, 0xb0, 0xe3, 0xc0, 0x76, 0xcd, 0x8b, 0x24, 0x28, 0xa0, 0x7d,
|
||||
0x5b, 0x4e, 0x15, 0xcf, 0x9e, 0x50, 0x35, 0x2f, 0x12, 0xec, 0x0d, 0x43, 0xef, 0xc6, 0x7e, 0x33,
|
||||
0xf8, 0x53, 0x29, 0x29, 0x1a, 0xc2, 0x70, 0xc5, 0xd6, 0x2c, 0x7b, 0xad, 0xa7, 0x18, 0xfd, 0x46,
|
||||
0x57, 0x63, 0xbd, 0x23, 0x46, 0x9a, 0xbf, 0xff, 0x95, 0xe0, 0x25, 0xfe, 0xdd, 0xc3, 0x7e, 0x69,
|
||||
0x07, 0xd8, 0x47, 0x14, 0xca, 0x7e, 0x98, 0xb4, 0xa2, 0x0f, 0x15, 0x3c, 0xe8, 0x48, 0x2c, 0xc0,
|
||||
0x83, 0x56, 0x09, 0xb9, 0xfd, 0x9f, 0xdf, 0x9c, 0x4b, 0x5d, 0xbf, 0x39, 0x97, 0xfa, 0xe5, 0xe6,
|
||||
0x5c, 0xea, 0xf5, 0x5b, 0x73, 0x63, 0xd7, 0x6f, 0xcd, 0x8d, 0xfd, 0x70, 0x6b, 0x6e, 0xec, 0x19,
|
||||
0xa6, 0xb3, 0xb6, 0x36, 0xee, 0xfd, 0x03, 0x7c, 0xf2, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe8,
|
||||
0x3d, 0xdc, 0x1e, 0x39, 0x16, 0x00, 0x00,
|
||||
}
|
||||
|
||||
func (m *Rpc) Marshal() (dAtA []byte, err error) {
|
||||
|
@ -4063,18 +4054,6 @@ func (m *RpcBlockOpenResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|||
_ = i
|
||||
var l int
|
||||
_ = l
|
||||
if m.BlockHeader != nil {
|
||||
{
|
||||
size, err := m.BlockHeader.MarshalToSizedBuffer(dAtA[:i])
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
i -= size
|
||||
i = encodeVarintCommands(dAtA, i, uint64(size))
|
||||
}
|
||||
i--
|
||||
dAtA[i] = 0x12
|
||||
}
|
||||
if m.Error != nil {
|
||||
{
|
||||
size, err := m.Error.MarshalToSizedBuffer(dAtA[:i])
|
||||
|
@ -4175,10 +4154,17 @@ func (m *RpcBlockCreateRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) {
|
|||
i--
|
||||
dAtA[i] = 0x12
|
||||
}
|
||||
if m.Type != 0 {
|
||||
i = encodeVarintCommands(dAtA, i, uint64(m.Type))
|
||||
if m.Block != nil {
|
||||
{
|
||||
size, err := m.Block.MarshalToSizedBuffer(dAtA[:i])
|
||||
if err != nil {
|
||||
return 0, err
|
||||
}
|
||||
i -= size
|
||||
i = encodeVarintCommands(dAtA, i, uint64(size))
|
||||
}
|
||||
i--
|
||||
dAtA[i] = 0x8
|
||||
dAtA[i] = 0xa
|
||||
}
|
||||
return len(dAtA) - i, nil
|
||||
}
|
||||
|
@ -6048,10 +6034,6 @@ func (m *RpcBlockOpenResponse) Size() (n int) {
|
|||
l = m.Error.Size()
|
||||
n += 1 + l + sovCommands(uint64(l))
|
||||
}
|
||||
if m.BlockHeader != nil {
|
||||
l = m.BlockHeader.Size()
|
||||
n += 1 + l + sovCommands(uint64(l))
|
||||
}
|
||||
return n
|
||||
}
|
||||
|
||||
|
@ -6086,8 +6068,9 @@ func (m *RpcBlockCreateRequest) Size() (n int) {
|
|||
}
|
||||
var l int
|
||||
_ = l
|
||||
if m.Type != 0 {
|
||||
n += 1 + sovCommands(uint64(m.Type))
|
||||
if m.Block != nil {
|
||||
l = m.Block.Size()
|
||||
n += 1 + l + sovCommands(uint64(l))
|
||||
}
|
||||
l = len(m.ContextBlockId)
|
||||
if l > 0 {
|
||||
|
@ -7577,42 +7560,6 @@ func (m *RpcBlockOpenResponse) Unmarshal(dAtA []byte) error {
|
|||
return err
|
||||
}
|
||||
iNdEx = postIndex
|
||||
case 2:
|
||||
if wireType != 2 {
|
||||
return fmt.Errorf("proto: wrong wireType = %d for field BlockHeader", wireType)
|
||||
}
|
||||
var msglen int
|
||||
for shift := uint(0); ; shift += 7 {
|
||||
if shift >= 64 {
|
||||
return ErrIntOverflowCommands
|
||||
}
|
||||
if iNdEx >= l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
b := dAtA[iNdEx]
|
||||
iNdEx++
|
||||
msglen |= int(b&0x7F) << shift
|
||||
if b < 0x80 {
|
||||
break
|
||||
}
|
||||
}
|
||||
if msglen < 0 {
|
||||
return ErrInvalidLengthCommands
|
||||
}
|
||||
postIndex := iNdEx + msglen
|
||||
if postIndex < 0 {
|
||||
return ErrInvalidLengthCommands
|
||||
}
|
||||
if postIndex > l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
if m.BlockHeader == nil {
|
||||
m.BlockHeader = &ModelBlockHeader{}
|
||||
}
|
||||
if err := m.BlockHeader.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
||||
return err
|
||||
}
|
||||
iNdEx = postIndex
|
||||
default:
|
||||
iNdEx = preIndex
|
||||
skippy, err := skipCommands(dAtA[iNdEx:])
|
||||
|
@ -7824,10 +7771,10 @@ func (m *RpcBlockCreateRequest) Unmarshal(dAtA []byte) error {
|
|||
}
|
||||
switch fieldNum {
|
||||
case 1:
|
||||
if wireType != 0 {
|
||||
return fmt.Errorf("proto: wrong wireType = %d for field Type", wireType)
|
||||
if wireType != 2 {
|
||||
return fmt.Errorf("proto: wrong wireType = %d for field Block", wireType)
|
||||
}
|
||||
m.Type = 0
|
||||
var msglen int
|
||||
for shift := uint(0); ; shift += 7 {
|
||||
if shift >= 64 {
|
||||
return ErrIntOverflowCommands
|
||||
|
@ -7837,11 +7784,28 @@ func (m *RpcBlockCreateRequest) Unmarshal(dAtA []byte) error {
|
|||
}
|
||||
b := dAtA[iNdEx]
|
||||
iNdEx++
|
||||
m.Type |= ModelBlockHeaderType(b&0x7F) << shift
|
||||
msglen |= int(b&0x7F) << shift
|
||||
if b < 0x80 {
|
||||
break
|
||||
}
|
||||
}
|
||||
if msglen < 0 {
|
||||
return ErrInvalidLengthCommands
|
||||
}
|
||||
postIndex := iNdEx + msglen
|
||||
if postIndex < 0 {
|
||||
return ErrInvalidLengthCommands
|
||||
}
|
||||
if postIndex > l {
|
||||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
if m.Block == nil {
|
||||
m.Block = &ModelBlock{}
|
||||
}
|
||||
if err := m.Block.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
||||
return err
|
||||
}
|
||||
iNdEx = postIndex
|
||||
case 2:
|
||||
if wireType != 2 {
|
||||
return fmt.Errorf("proto: wrong wireType = %d for field ContextBlockId", wireType)
|
||||
|
@ -8203,7 +8167,7 @@ func (m *RpcBlockUpdateRequest) Unmarshal(dAtA []byte) error {
|
|||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
if m.Changes == nil {
|
||||
m.Changes = &BlockChanges{}
|
||||
m.Changes = &ChangeMultipleBlocksList{}
|
||||
}
|
||||
if err := m.Changes.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
||||
return err
|
||||
|
|
|
@ -369,7 +369,7 @@ func (m *EventBlockShow) GetBlock() *ModelBlock {
|
|||
}
|
||||
|
||||
type EventBlockUpdate struct {
|
||||
Changes *BlockChanges `protobuf:"bytes,1,opt,name=changes,proto3" json:"changes,omitempty"`
|
||||
Changes *ChangeMultipleBlocksList `protobuf:"bytes,1,opt,name=changes,proto3" json:"changes,omitempty"`
|
||||
}
|
||||
|
||||
func (m *EventBlockUpdate) Reset() { *m = EventBlockUpdate{} }
|
||||
|
@ -405,7 +405,7 @@ func (m *EventBlockUpdate) XXX_DiscardUnknown() {
|
|||
|
||||
var xxx_messageInfo_EventBlockUpdate proto.InternalMessageInfo
|
||||
|
||||
func (m *EventBlockUpdate) GetChanges() *BlockChanges {
|
||||
func (m *EventBlockUpdate) GetChanges() *ChangeMultipleBlocksList {
|
||||
if m != nil {
|
||||
return m.Changes
|
||||
}
|
||||
|
@ -825,43 +825,44 @@ func init() {
|
|||
func init() { proto.RegisterFile("events.proto", fileDescriptor_8f22242cb04491f9) }
|
||||
|
||||
var fileDescriptor_8f22242cb04491f9 = []byte{
|
||||
// 567 bytes of a gzipped FileDescriptorProto
|
||||
// 579 bytes of a gzipped FileDescriptorProto
|
||||
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0xcf, 0x6e, 0xd3, 0x40,
|
||||
0x10, 0xc6, 0xed, 0xfc, 0x73, 0x3d, 0x6e, 0x2e, 0xab, 0x80, 0xcc, 0x82, 0xac, 0x88, 0x3f, 0x52,
|
||||
0xc5, 0xc1, 0xa0, 0xc2, 0xa1, 0x3d, 0xa1, 0x26, 0x50, 0x05, 0x04, 0x08, 0x6d, 0xc9, 0x01, 0x38,
|
||||
0x39, 0xf6, 0xb6, 0x89, 0x70, 0x6d, 0xcb, 0x76, 0xa1, 0x39, 0xf3, 0x02, 0x3c, 0x16, 0xc7, 0x1e,
|
||||
0xb9, 0x20, 0xa1, 0xe4, 0xc2, 0xb5, 0x6f, 0x80, 0x76, 0xbc, 0x76, 0xec, 0xc8, 0x01, 0xe5, 0x38,
|
||||
0xe3, 0xef, 0xfb, 0x4d, 0x76, 0xf6, 0xdb, 0xc0, 0x2e, 0xff, 0xc2, 0x83, 0x34, 0xb1, 0xa3, 0x38,
|
||||
0x4c, 0x43, 0xa2, 0x39, 0xc1, 0x3c, 0x9d, 0x47, 0x9c, 0xee, 0x9e, 0x87, 0x1e, 0xf7, 0x65, 0x9b,
|
||||
0x76, 0xdd, 0xa9, 0x13, 0x9c, 0x71, 0x59, 0xde, 0xfd, 0x05, 0xd0, 0x7e, 0x21, 0x6c, 0xe4, 0x19,
|
||||
0x18, 0x8e, 0xeb, 0x86, 0x17, 0x41, 0x7a, 0x32, 0x0d, 0xbf, 0x9a, 0x6a, 0x5f, 0xdd, 0x33, 0xf6,
|
||||
0x6f, 0xdb, 0x92, 0x62, 0xa3, 0xc8, 0x3e, 0xca, 0x14, 0xb6, 0x90, 0x8c, 0x14, 0x56, 0x76, 0x90,
|
||||
0x43, 0xd0, 0x27, 0x7e, 0xe8, 0x7e, 0x46, 0x7b, 0x03, 0xed, 0xb7, 0xd6, 0xec, 0x03, 0xf1, 0x3d,
|
||||
0x37, 0xaf, 0xd4, 0x62, 0x36, 0x16, 0xe3, 0xc8, 0x73, 0x52, 0x6e, 0x36, 0x6b, 0x67, 0x67, 0xe6,
|
||||
0x4c, 0x22, 0x66, 0x97, 0x1c, 0x05, 0x60, 0x18, 0x73, 0x01, 0x68, 0xfd, 0x03, 0x90, 0x49, 0x0a,
|
||||
0x40, 0x56, 0x92, 0x31, 0x90, 0x8b, 0x84, 0xc7, 0x28, 0x79, 0xcf, 0x2f, 0x53, 0x26, 0x96, 0x64,
|
||||
0xb6, 0x91, 0x73, 0x6f, 0x8d, 0x33, 0x4e, 0x78, 0x2c, 0x61, 0x85, 0x74, 0xa4, 0xb0, 0x1a, 0x00,
|
||||
0x39, 0x86, 0x6e, 0xd1, 0x7d, 0x15, 0xce, 0x02, 0xb3, 0x83, 0x44, 0x6b, 0x33, 0x51, 0xa8, 0x46,
|
||||
0x0a, 0xab, 0xda, 0x2a, 0x9c, 0xd7, 0xfc, 0x34, 0x35, 0xb5, 0xff, 0x71, 0x84, 0xaa, 0xc2, 0x11,
|
||||
0x0d, 0xf2, 0x09, 0x7a, 0x45, 0xe3, 0x84, 0xfb, 0xdc, 0x95, 0x07, 0xdd, 0x41, 0xdc, 0x83, 0xcd,
|
||||
0xb8, 0x92, 0x78, 0xa4, 0xb0, 0x5a, 0x08, 0x79, 0x0e, 0xc6, 0xe9, 0xcc, 0xe7, 0xc9, 0x38, 0xf2,
|
||||
0x43, 0xc7, 0x33, 0x75, 0x64, 0xf6, 0x6b, 0x2f, 0xe1, 0x78, 0xa5, 0x13, 0x37, 0x51, 0xb2, 0xd1,
|
||||
0x0f, 0xa0, 0xc9, 0x94, 0xd1, 0xb7, 0xd0, 0xc2, 0x78, 0xf4, 0xa0, 0x3d, 0x0b, 0x3c, 0x7e, 0x89,
|
||||
0xa1, 0x6c, 0xb2, 0xac, 0x20, 0x8f, 0x41, 0x93, 0xf1, 0x93, 0x69, 0xbb, 0x59, 0x8c, 0x7a, 0x23,
|
||||
0x12, 0x9f, 0x87, 0x95, 0xe5, 0x32, 0x7a, 0xad, 0x42, 0x1b, 0xe7, 0xd3, 0x7d, 0x49, 0x7e, 0x08,
|
||||
0x6d, 0x4c, 0x81, 0x8c, 0x7b, 0x6f, 0x8d, 0x80, 0x62, 0x96, 0x49, 0xe8, 0x21, 0x74, 0x64, 0xda,
|
||||
0x1e, 0x81, 0x26, 0x5f, 0x91, 0xf4, 0xdd, 0x28, 0x7c, 0xe8, 0x18, 0x66, 0x1f, 0x59, 0xae, 0xa2,
|
||||
0x4f, 0xa1, 0x23, 0x73, 0xb6, 0xcd, 0xc0, 0x21, 0x18, 0xa5, 0x3d, 0x11, 0x0a, 0x3b, 0x62, 0x4f,
|
||||
0xef, 0x9c, 0x74, 0x6a, 0xaa, 0xfd, 0xe6, 0x9e, 0xce, 0x8a, 0x9a, 0x98, 0xa0, 0xa1, 0xe7, 0xa5,
|
||||
0x87, 0xbb, 0xd0, 0x59, 0x5e, 0xd2, 0xeb, 0x06, 0xb4, 0xc4, 0x3d, 0xd2, 0x3f, 0x8d, 0xfc, 0xf0,
|
||||
0x07, 0xd0, 0xc2, 0x50, 0x95, 0x16, 0xa8, 0xae, 0x2d, 0xb0, 0xf2, 0xda, 0x57, 0x0b, 0x3c, 0x80,
|
||||
0x16, 0xc6, 0x68, 0x7b, 0xe7, 0x37, 0x15, 0xf4, 0xd5, 0xb3, 0xd8, 0xda, 0xbf, 0xf9, 0x80, 0x62,
|
||||
0xa3, 0x31, 0x66, 0xb8, 0x59, 0xbb, 0x51, 0x1c, 0xc8, 0x32, 0x09, 0xe5, 0x60, 0x94, 0x03, 0xbb,
|
||||
0xfd, 0xcf, 0xb8, 0x0f, 0x5d, 0x39, 0x37, 0x39, 0x8a, 0x63, 0x67, 0x6e, 0x36, 0xf0, 0x22, 0xaa,
|
||||
0xcd, 0x81, 0x0e, 0xda, 0x39, 0x4f, 0x12, 0xe7, 0x8c, 0x0f, 0xee, 0xfc, 0x58, 0x58, 0xea, 0xd5,
|
||||
0xc2, 0x52, 0x7f, 0x2f, 0x2c, 0xf5, 0xfb, 0xd2, 0x52, 0xae, 0x96, 0x96, 0xf2, 0x73, 0x69, 0x29,
|
||||
0x1f, 0x1b, 0xd1, 0x64, 0xd2, 0xc1, 0x3f, 0xe1, 0x27, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xad,
|
||||
0x8b, 0xe3, 0x03, 0xba, 0x05, 0x00, 0x00,
|
||||
0x10, 0xc6, 0xed, 0xfc, 0x73, 0x3d, 0x69, 0x2e, 0xab, 0x08, 0x99, 0x05, 0x59, 0x11, 0x7f, 0xa4,
|
||||
0x8a, 0x83, 0x85, 0x0a, 0x87, 0x72, 0x40, 0xa8, 0x09, 0x94, 0x80, 0x5a, 0x84, 0xb6, 0xe4, 0x00,
|
||||
0x9c, 0x9c, 0x64, 0xdb, 0x44, 0xb8, 0xb6, 0x65, 0x6f, 0xa0, 0x39, 0xf3, 0x02, 0x3c, 0x16, 0xc7,
|
||||
0x1e, 0x39, 0xa2, 0xe4, 0x82, 0xc4, 0x89, 0x27, 0x00, 0xed, 0x78, 0xed, 0xd8, 0x91, 0x43, 0x95,
|
||||
0xe3, 0x4c, 0xbe, 0xef, 0x37, 0xd9, 0xd9, 0x6f, 0x0d, 0xbb, 0xfc, 0x33, 0xf7, 0x45, 0xec, 0x84,
|
||||
0x51, 0x20, 0x02, 0x62, 0xb8, 0xfe, 0x5c, 0xcc, 0x43, 0x4e, 0x77, 0x2f, 0x82, 0x31, 0xf7, 0x54,
|
||||
0x9b, 0xb6, 0x46, 0x13, 0xd7, 0x3f, 0xe7, 0xaa, 0xbc, 0xf3, 0x1b, 0xa0, 0xfe, 0x42, 0xda, 0xc8,
|
||||
0x33, 0x68, 0xba, 0xa3, 0x51, 0x30, 0xf3, 0xc5, 0xe9, 0x24, 0xf8, 0x62, 0xe9, 0x1d, 0x7d, 0xaf,
|
||||
0xb9, 0x7f, 0xcb, 0x51, 0x14, 0x07, 0x45, 0xce, 0x61, 0xa2, 0x70, 0xa4, 0xa4, 0xaf, 0xb1, 0xbc,
|
||||
0x83, 0x3c, 0x01, 0x73, 0xe8, 0x05, 0xa3, 0x4f, 0x68, 0xaf, 0xa0, 0xfd, 0xe6, 0x9a, 0xbd, 0x2b,
|
||||
0x7f, 0x4f, 0xcd, 0x2b, 0xb5, 0x9c, 0x8d, 0xc5, 0x20, 0x1c, 0xbb, 0x82, 0x5b, 0xd5, 0xd2, 0xd9,
|
||||
0x89, 0x39, 0x91, 0xc8, 0xd9, 0x39, 0x47, 0x06, 0xe8, 0x45, 0x5c, 0x02, 0x6a, 0xff, 0x01, 0x24,
|
||||
0x92, 0x0c, 0x90, 0x94, 0x64, 0x00, 0x64, 0x16, 0xf3, 0x08, 0x25, 0xef, 0xf8, 0xa5, 0x60, 0x72,
|
||||
0x49, 0x56, 0x1d, 0x39, 0x77, 0xd7, 0x38, 0x83, 0x98, 0x47, 0x0a, 0x96, 0x49, 0xfb, 0x1a, 0x2b,
|
||||
0x01, 0x90, 0x23, 0x68, 0x65, 0xdd, 0xd7, 0xc1, 0xd4, 0xb7, 0x1a, 0x48, 0xb4, 0x37, 0x13, 0xa5,
|
||||
0xaa, 0xaf, 0xb1, 0xa2, 0xad, 0xc0, 0x39, 0xe6, 0x67, 0xc2, 0x32, 0xae, 0xe3, 0x48, 0x55, 0x81,
|
||||
0x23, 0x1b, 0xe4, 0x23, 0xb4, 0xb3, 0xc6, 0x29, 0xf7, 0xf8, 0x48, 0x1d, 0x74, 0x07, 0x71, 0xf7,
|
||||
0x37, 0xe3, 0x72, 0xe2, 0xbe, 0xc6, 0x4a, 0x21, 0xe4, 0x39, 0x34, 0xcf, 0xa6, 0x1e, 0x8f, 0x07,
|
||||
0xa1, 0x17, 0xb8, 0x63, 0xcb, 0x44, 0x66, 0xa7, 0xf4, 0x12, 0x8e, 0x56, 0x3a, 0x79, 0x13, 0x39,
|
||||
0x1b, 0x7d, 0x0f, 0x86, 0x4a, 0x19, 0x7d, 0x03, 0x35, 0x8c, 0x47, 0x1b, 0xea, 0x53, 0x7f, 0xcc,
|
||||
0x2f, 0x31, 0x94, 0x55, 0x96, 0x14, 0xe4, 0x21, 0x18, 0x2a, 0x7e, 0x2a, 0x6d, 0x37, 0xb2, 0x51,
|
||||
0x27, 0x32, 0xf1, 0x69, 0x58, 0x59, 0x2a, 0xa3, 0x7f, 0x75, 0xa8, 0xe3, 0x7c, 0xba, 0xaf, 0xc8,
|
||||
0x0f, 0xa0, 0x8e, 0x29, 0x50, 0x71, 0x6f, 0xaf, 0x11, 0x50, 0xcc, 0x12, 0x09, 0x7d, 0x09, 0x0d,
|
||||
0x95, 0xb6, 0xa7, 0x60, 0xa8, 0x57, 0xa4, 0x7c, 0xab, 0x84, 0xf4, 0xb0, 0xef, 0x9c, 0xcc, 0x3c,
|
||||
0x31, 0x0d, 0x3d, 0x9e, 0x10, 0xe2, 0xe3, 0x69, 0x2c, 0x58, 0xea, 0xa1, 0x8f, 0xa1, 0xa1, 0x52,
|
||||
0xb7, 0xcd, 0xf8, 0x1e, 0x34, 0x73, 0x5b, 0x23, 0x14, 0x76, 0xe4, 0xd6, 0xde, 0xba, 0x62, 0x62,
|
||||
0xe9, 0x9d, 0xea, 0x9e, 0xc9, 0xb2, 0x9a, 0x58, 0x60, 0xa0, 0xe7, 0xd5, 0x18, 0x37, 0x63, 0xb2,
|
||||
0xb4, 0xa4, 0x7f, 0x2a, 0x50, 0x93, 0xb7, 0x4a, 0x7f, 0x55, 0xd2, 0x55, 0x1c, 0x40, 0x0d, 0x23,
|
||||
0x96, 0x5b, 0xa7, 0xbe, 0xb6, 0xce, 0xc2, 0xdb, 0x5f, 0xad, 0xf3, 0x00, 0x6a, 0x18, 0xaa, 0xed,
|
||||
0x9d, 0x5f, 0x75, 0x30, 0x57, 0x8f, 0x64, 0x6b, 0xff, 0xe6, 0x03, 0xca, 0x8d, 0x46, 0x98, 0xe8,
|
||||
0x6a, 0xe9, 0x46, 0x71, 0x20, 0x4b, 0x24, 0x94, 0x43, 0x33, 0x1f, 0xdf, 0xed, 0xff, 0xc6, 0x3d,
|
||||
0x68, 0xa9, 0xb9, 0xf1, 0x61, 0x14, 0xb9, 0x73, 0xab, 0x82, 0x17, 0x51, 0x6c, 0x76, 0x4d, 0x30,
|
||||
0x2e, 0x78, 0x1c, 0xbb, 0xe7, 0xbc, 0x7b, 0xfb, 0xfb, 0xc2, 0xd6, 0xaf, 0x16, 0xb6, 0xfe, 0x73,
|
||||
0x61, 0xeb, 0xdf, 0x96, 0xb6, 0x76, 0xb5, 0xb4, 0xb5, 0x1f, 0x4b, 0x5b, 0xfb, 0x50, 0x09, 0x87,
|
||||
0xc3, 0x06, 0x7e, 0x92, 0x1f, 0xfd, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x0b, 0x48, 0x94, 0x96, 0xc8,
|
||||
0x05, 0x00, 0x00,
|
||||
}
|
||||
|
||||
func (m *Event) Marshal() (dAtA []byte, err error) {
|
||||
|
@ -2572,7 +2573,7 @@ func (m *EventBlockUpdate) Unmarshal(dAtA []byte) error {
|
|||
return io.ErrUnexpectedEOF
|
||||
}
|
||||
if m.Changes == nil {
|
||||
m.Changes = &BlockChanges{}
|
||||
m.Changes = &ChangeMultipleBlocksList{}
|
||||
}
|
||||
if err := m.Changes.Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
|
||||
return err
|
||||
|
|
2202
pb/models.pb.go
2202
pb/models.pb.go
File diff suppressed because it is too large
Load diff
|
@ -58,7 +58,7 @@ message Rpc {
|
|||
|
||||
message Create {
|
||||
message Request {
|
||||
Model.Block.Type type = 1;
|
||||
Model.Block block = 1;
|
||||
string contextBlockId = 2;
|
||||
}
|
||||
|
||||
|
@ -81,7 +81,7 @@ message Rpc {
|
|||
|
||||
message Update {
|
||||
message Request {
|
||||
BlockChanges changes = 1;
|
||||
Change.Multiple.BlocksList changes = 1;
|
||||
}
|
||||
|
||||
message Response {
|
||||
|
|
|
@ -36,7 +36,7 @@ message Event {
|
|||
}
|
||||
|
||||
message Update {
|
||||
BlockChanges changes = 1;
|
||||
Change.Multiple.BlocksList changes = 1;
|
||||
}
|
||||
|
||||
message Create {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue