Skip to content

Commit

Permalink
chore: add new cliff ended notification type (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
1emu authored Aug 16, 2024
1 parent c2f50b8 commit ccd58b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions report/schemas.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,8 @@ export enum NotificationType {
// (undocumented)
GOVERNANCE_AUTHORED_PROPOSAL_FINISHED = "governance_authored_proposal_finished",
// (undocumented)
GOVERNANCE_CLIFF_ENDED = "governance_cliff_ended",
// (undocumented)
GOVERNANCE_COAUTHOR_REQUESTED = "governance_coauthor_requested",
// (undocumented)
GOVERNANCE_NEW_COMMENT_ON_PROJECT_UPDATE = "governance_new_comment_on_project_update",
Expand Down
1 change: 1 addition & 0 deletions src/platform/notifications/notifications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export enum NotificationType {
GOVERNANCE_ANNOUNCEMENT = 'governance_announcement',
GOVERNANCE_AUTHORED_PROPOSAL_FINISHED = 'governance_authored_proposal_finished',
GOVERNANCE_COAUTHOR_REQUESTED = 'governance_coauthor_requested',
GOVERNANCE_CLIFF_ENDED = 'governance_cliff_ended',
GOVERNANCE_NEW_COMMENT_ON_PROJECT_UPDATE = 'governance_new_comment_on_project_update',
GOVERNANCE_NEW_COMMENT_ON_PROPOSAL = 'governance_new_comment_on_proposal',
GOVERNANCE_PROPOSAL_ENACTED = 'governance_proposal_enacted',
Expand Down

0 comments on commit ccd58b9

Please sign in to comment.