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

GO-2516: number ids

Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
AnastasiaShemyakinskaya 2024-03-04 11:58:17 +01:00
parent 92d626a310
commit ef57b75b08
No known key found for this signature in database
GPG key ID: CCD60ED83B103281
6 changed files with 482 additions and 969 deletions

View file

@ -1568,7 +1568,6 @@
- [Notification.LeaveRequest](#anytype-model-Notification-LeaveRequest)
- [Notification.ParticipantRemove](#anytype-model-Notification-ParticipantRemove)
- [Notification.ParticipantRequestApproved](#anytype-model-Notification-ParticipantRequestApproved)
- [Notification.RequestResponse](#anytype-model-Notification-RequestResponse)
- [Notification.RequestToJoin](#anytype-model-Notification-RequestToJoin)
- [Notification.Test](#anytype-model-Notification-Test)
- [Object](#anytype-model-Object)
@ -24652,7 +24651,6 @@ Used to decode block meta only, without the content itself
| galleryImport | [Notification.GalleryImport](#anytype-model-Notification-GalleryImport) | | |
| requestToJoin | [Notification.RequestToJoin](#anytype-model-Notification-RequestToJoin) | | |
| test | [Notification.Test](#anytype-model-Notification-Test) | | |
| requestResponse | [Notification.RequestResponse](#anytype-model-Notification-RequestResponse) | | |
| participantRequestApproved | [Notification.ParticipantRequestApproved](#anytype-model-Notification-ParticipantRequestApproved) | | |
| leaveRequest | [Notification.LeaveRequest](#anytype-model-Notification-LeaveRequest) | | |
| participantRemove | [Notification.ParticipantRemove](#anytype-model-Notification-ParticipantRemove) | | |
@ -24768,25 +24766,6 @@ Used to decode block meta only, without the content itself
<a name="anytype-model-Notification-RequestResponse"></a>
### Notification.RequestResponse
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| identity | [string](#string) | | |
| identityName | [string](#string) | | |
| identityIcon | [string](#string) | | |
| isApproved | [bool](#bool) | | |
| permission | [ParticipantPermissions](#anytype-model-ParticipantPermissions) | | |
<a name="anytype-model-Notification-RequestToJoin"></a>
### Notification.RequestToJoin