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

GO-2978: add notification so space member permissions change

Signed-off-by: AnastasiaShemyakinskaya <shem98a@mail.ru>
This commit is contained in:
AnastasiaShemyakinskaya 2024-03-06 16:22:49 +01:00
parent 03368c48fa
commit ba3fe7c65d
No known key found for this signature in database
GPG key ID: CCD60ED83B103281
4 changed files with 1139 additions and 479 deletions

View file

@ -1570,8 +1570,10 @@
- [Notification.Export](#anytype-model-Notification-Export)
- [Notification.GalleryImport](#anytype-model-Notification-GalleryImport)
- [Notification.Import](#anytype-model-Notification-Import)
- [Notification.ParticipantPermissionsChange](#anytype-model-Notification-ParticipantPermissionsChange)
- [Notification.ParticipantRemove](#anytype-model-Notification-ParticipantRemove)
- [Notification.ParticipantRequestApproved](#anytype-model-Notification-ParticipantRequestApproved)
- [Notification.ParticipantRequestDecline](#anytype-model-Notification-ParticipantRequestDecline)
- [Notification.RequestToJoin](#anytype-model-Notification-RequestToJoin)
- [Notification.RequestToLeave](#anytype-model-Notification-RequestToLeave)
- [Notification.Test](#anytype-model-Notification-Test)
@ -24723,6 +24725,8 @@ Used to decode block meta only, without the content itself
| participantRequestApproved | [Notification.ParticipantRequestApproved](#anytype-model-Notification-ParticipantRequestApproved) | | |
| requestToLeave | [Notification.RequestToLeave](#anytype-model-Notification-RequestToLeave) | | |
| participantRemove | [Notification.ParticipantRemove](#anytype-model-Notification-ParticipantRemove) | | |
| participantRequestDecline | [Notification.ParticipantRequestDecline](#anytype-model-Notification-ParticipantRequestDecline) | | |
| participantPermissionsChange | [Notification.ParticipantPermissionsChange](#anytype-model-Notification-ParticipantPermissionsChange) | | |
| space | [string](#string) | | |
| aclHeadId | [string](#string) | | |
@ -24784,6 +24788,22 @@ Used to decode block meta only, without the content itself
<a name="anytype-model-Notification-ParticipantPermissionsChange"></a>
### Notification.ParticipantPermissionsChange
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| spaceId | [string](#string) | | |
| permissions | [ParticipantPermissions](#anytype-model-ParticipantPermissions) | | |
<a name="anytype-model-Notification-ParticipantRemove"></a>
### Notification.ParticipantRemove
@ -24818,6 +24838,21 @@ Used to decode block meta only, without the content itself
<a name="anytype-model-Notification-ParticipantRequestDecline"></a>
### Notification.ParticipantRequestDecline
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| spaceId | [string](#string) | | |
<a name="anytype-model-Notification-RequestToJoin"></a>
### Notification.RequestToJoin