diff --git a/apps/notify/src/notification-types.ts b/apps/notify/src/notification-types.ts index a639442..ad3fac6 100644 --- a/apps/notify/src/notification-types.ts +++ b/apps/notify/src/notification-types.ts @@ -15,9 +15,9 @@ export enum NotificationType { PresenceHeartbeatResponse = 4, RefreshLogin = 5, Logout = 6, - SubscriptionUpdateProfile = 11, - SubscriptionUpdatePresence = 12, - SubscriptionUpdateGameSession = 13, + SubscriptionUpdateProfile = "AccountUpdate", + SubscriptionUpdatePresence = "PresenceUpdate", + SubscriptionUpdateGameSession = "RoomInstanceUpdate", SubscriptionUpdateRoom = 15, SubscriptionUpdateRoomPlaylist = 16, ModerationQuitGame = 20, @@ -42,7 +42,7 @@ export enum NotificationType { PlayerEventResponseChanged = 83, PlayerEventResponseDeleted = 84, PlayerEventStateChanged = 85, - ChatMessageReceived = 90, + ChatMessageReceived = "ChatMessageReceived", CommunityBoardUpdate = 95, CommunityBoardAnnouncementUpdate = 96, InventionModerationStateChanged = 100,