mirror of
https://github.com/valitydev/notification-proto.git
synced 2024-11-06 09:05:21 +00:00
Remove party name field (#4)
This commit is contained in:
parent
a184600eaa
commit
332e5c02c4
@ -28,7 +28,12 @@ struct NotificationTemplateDistributionDetails {
|
||||
}
|
||||
|
||||
enum NotificationTemplateState {
|
||||
/* Состояние при котором возможно производить изменения в notification template */
|
||||
draft_state
|
||||
/*
|
||||
Состояние после которого невозможно модифицировать notification template.
|
||||
К примеру, после отправки нотификаций
|
||||
*/
|
||||
final_state
|
||||
}
|
||||
|
||||
@ -39,7 +44,6 @@ enum NotificationStatus {
|
||||
|
||||
struct Party {
|
||||
1: required PartyID party_id
|
||||
2: required string name
|
||||
}
|
||||
|
||||
struct PartyNotification {
|
||||
|
Loading…
Reference in New Issue
Block a user