1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-10 10:00:46 +09:00

GO-2516 Merge branch 'main' of github.com:anyproto/anytype-heart into go-2516-create-notifications-for-space-invitation

This commit is contained in:
AnastasiaShemyakinskaya 2024-03-06 14:37:37 +01:00
commit 03368c48fa
No known key found for this signature in database
GPG key ID: CCD60ED83B103281
36 changed files with 2917 additions and 1806 deletions

View file

@ -541,6 +541,10 @@
- [Rpc.Debug.StackGoroutines.Request](#anytype-Rpc-Debug-StackGoroutines-Request)
- [Rpc.Debug.StackGoroutines.Response](#anytype-Rpc-Debug-StackGoroutines-Response)
- [Rpc.Debug.StackGoroutines.Response.Error](#anytype-Rpc-Debug-StackGoroutines-Response-Error)
- [Rpc.Debug.Stat](#anytype-Rpc-Debug-Stat)
- [Rpc.Debug.Stat.Request](#anytype-Rpc-Debug-Stat-Request)
- [Rpc.Debug.Stat.Response](#anytype-Rpc-Debug-Stat-Response)
- [Rpc.Debug.Stat.Response.Error](#anytype-Rpc-Debug-Stat-Response-Error)
- [Rpc.Debug.Subscriptions](#anytype-Rpc-Debug-Subscriptions)
- [Rpc.Debug.Subscriptions.Request](#anytype-Rpc-Debug-Subscriptions-Request)
- [Rpc.Debug.Subscriptions.Response](#anytype-Rpc-Debug-Subscriptions-Response)
@ -1170,6 +1174,7 @@
- [Rpc.Debug.Ping.Response.Error.Code](#anytype-Rpc-Debug-Ping-Response-Error-Code)
- [Rpc.Debug.SpaceSummary.Response.Error.Code](#anytype-Rpc-Debug-SpaceSummary-Response-Error-Code)
- [Rpc.Debug.StackGoroutines.Response.Error.Code](#anytype-Rpc-Debug-StackGoroutines-Response-Error-Code)
- [Rpc.Debug.Stat.Response.Error.Code](#anytype-Rpc-Debug-Stat-Response-Error-Code)
- [Rpc.Debug.Subscriptions.Response.Error.Code](#anytype-Rpc-Debug-Subscriptions-Response-Error-Code)
- [Rpc.Debug.Tree.Response.Error.Code](#anytype-Rpc-Debug-Tree-Response-Error-Code)
- [Rpc.Debug.TreeHeads.Response.Error.Code](#anytype-Rpc-Debug-TreeHeads-Response-Error-Code)
@ -1875,6 +1880,7 @@
| BlockLatexSetText | [Rpc.BlockLatex.SetText.Request](#anytype-Rpc-BlockLatex-SetText-Request) | [Rpc.BlockLatex.SetText.Response](#anytype-Rpc-BlockLatex-SetText-Response) | |
| ProcessCancel | [Rpc.Process.Cancel.Request](#anytype-Rpc-Process-Cancel-Request) | [Rpc.Process.Cancel.Response](#anytype-Rpc-Process-Cancel-Response) | |
| LogSend | [Rpc.Log.Send.Request](#anytype-Rpc-Log-Send-Request) | [Rpc.Log.Send.Response](#anytype-Rpc-Log-Send-Response) | |
| DebugStat | [Rpc.Debug.Stat.Request](#anytype-Rpc-Debug-Stat-Request) | [Rpc.Debug.Stat.Response](#anytype-Rpc-Debug-Stat-Response) | |
| DebugTree | [Rpc.Debug.Tree.Request](#anytype-Rpc-Debug-Tree-Request) | [Rpc.Debug.Tree.Response](#anytype-Rpc-Debug-Tree-Response) | |
| DebugTreeHeads | [Rpc.Debug.TreeHeads.Request](#anytype-Rpc-Debug-TreeHeads-Request) | [Rpc.Debug.TreeHeads.Response](#anytype-Rpc-Debug-TreeHeads-Response) | |
| DebugSpaceSummary | [Rpc.Debug.SpaceSummary.Request](#anytype-Rpc-Debug-SpaceSummary-Request) | [Rpc.Debug.SpaceSummary.Response](#anytype-Rpc-Debug-SpaceSummary-Response) | |
@ -9716,6 +9722,58 @@ Get marks list in the selected range in text block.
<a name="anytype-Rpc-Debug-Stat"></a>
### Rpc.Debug.Stat
<a name="anytype-Rpc-Debug-Stat-Request"></a>
### Rpc.Debug.Stat.Request
<a name="anytype-Rpc-Debug-Stat-Response"></a>
### Rpc.Debug.Stat.Response
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| error | [Rpc.Debug.Stat.Response.Error](#anytype-Rpc-Debug-Stat-Response-Error) | | |
| jsonStat | [string](#string) | | |
<a name="anytype-Rpc-Debug-Stat-Response-Error"></a>
### Rpc.Debug.Stat.Response.Error
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| code | [Rpc.Debug.Stat.Response.Error.Code](#anytype-Rpc-Debug-Stat-Response-Error-Code) | | |
| description | [string](#string) | | |
<a name="anytype-Rpc-Debug-Subscriptions"></a>
### Rpc.Debug.Subscriptions
@ -15509,8 +15567,6 @@ Available undo/redo operations
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| spaceId | [string](#string) | | |
| inviteCid | [string](#string) | | |
| inviteFileKey | [string](#string) | | |
@ -18708,6 +18764,19 @@ Middleware-to-front-end response, that can contain a NULL error or a non-NULL er
<a name="anytype-Rpc-Debug-Stat-Response-Error-Code"></a>
### Rpc.Debug.Stat.Response.Error.Code
| Name | Number | Description |
| ---- | ------ | ----------- |
| NULL | 0 | |
| UNKNOWN_ERROR | 1 | |
| BAD_INPUT | 2 | ... |
<a name="anytype-Rpc-Debug-Subscriptions-Response-Error-Code"></a>
### Rpc.Debug.Subscriptions.Response.Error.Code