Skip to content

Commit

Permalink
feat: add notification REWARD_IN_PROGRESS (#284)
Browse files Browse the repository at this point in the history
* feat: add notification REWARD_IN_PROGRESS
  • Loading branch information
braianj authored Jul 22, 2024
1 parent d30dc6d commit 7afd587
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 @@ -1778,6 +1778,8 @@ export enum NotificationType {
// (undocumented)
REWARD_ASSIGNED = "reward_assignment",
// (undocumented)
REWARD_IN_PROGRESS = "reward_in_progress",
// (undocumented)
ROYALTIES_EARNED = "royalties_earned",
// (undocumented)
WORLDS_ACCESS_RESTORED = "worlds_access_restored",
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 @@ -19,6 +19,7 @@ export enum NotificationType {
ITEM_SOLD = 'item_sold',
LAND_RENTAL_ENDED = 'rental_ended',
LAND_RENTED = 'rental_started',
REWARD_IN_PROGRESS = 'reward_in_progress',
REWARD_ASSIGNED = 'reward_assignment',
ROYALTIES_EARNED = 'royalties_earned',
WORLDS_ACCESS_RESTORED = 'worlds_access_restored',
Expand Down

0 comments on commit 7afd587

Please sign in to comment.