Updated NotificationEventType order/values with data from client
This commit is contained in:
@@ -5,42 +5,77 @@ namespace SPTarkov.Server.Core.Models.Eft.Ws;
|
||||
[EftEnumConverter]
|
||||
public enum NotificationEventType
|
||||
{
|
||||
ping,
|
||||
channel_deleted,
|
||||
trader_supply,
|
||||
groupMatchInviteAccept,
|
||||
groupMatchInviteDecline,
|
||||
groupMatchWasRemoved,
|
||||
groupMatchInviteSend,
|
||||
groupMatchInviteCancel,
|
||||
groupMatchInviteExpired,
|
||||
groupMatchLeaderChanged,
|
||||
groupMatchUserLeave,
|
||||
groupMaxCountReached,
|
||||
groupMatchStartGame,
|
||||
groupMatchRaidSettings,
|
||||
groupMatchRaidReady,
|
||||
groupMatchRaidNotReady,
|
||||
groupMatchAbort,
|
||||
groupMatchUserHasBadVersion,
|
||||
new_message,
|
||||
youAreRemovedFromFriendList,
|
||||
friendListNewRequest,
|
||||
friendListRequestCancel,
|
||||
tournamentWarning,
|
||||
friendListRequestDecline,
|
||||
friendListRequestAccept,
|
||||
groupMatchYouWasKicked,
|
||||
youAreAddToIgnoreList,
|
||||
youAreRemoveFromIgnoreList,
|
||||
CustomizationUpdateRequired,
|
||||
RagfairOfferSold,
|
||||
RagfairRatingChange,
|
||||
RagfairNewRating,
|
||||
ForceLogout,
|
||||
InGameBan,
|
||||
InGameUnBan,
|
||||
Hideout,
|
||||
TraderStanding,
|
||||
ProfileLevel,
|
||||
SkillPoints,
|
||||
HideoutAreaLevel,
|
||||
AssortmentUnlockRule,
|
||||
ExamineItems,
|
||||
ExamineAllItems,
|
||||
ForceLogout,
|
||||
RagfairOfferSold,
|
||||
RagfairNewRating,
|
||||
RagfairRatingChange,
|
||||
new_message,
|
||||
ping,
|
||||
TraderSalesSum,
|
||||
trader_supply,
|
||||
TraderStanding,
|
||||
UnlockTrader,
|
||||
groupMatchRaidSettings,
|
||||
groupMatchRaidNotReady,
|
||||
groupMatchRaidReady,
|
||||
groupMatchInviteAccept,
|
||||
groupMatchInviteDecline,
|
||||
groupMatchInviteSend,
|
||||
groupMatchLeaderChanged,
|
||||
groupMatchStartGame,
|
||||
groupMatchUserLeave,
|
||||
groupMatchWasRemoved,
|
||||
groupMatchUserHasBadVersion,
|
||||
userConfirmed,
|
||||
UserMatched,
|
||||
userMatchOver,
|
||||
channel_deleted,
|
||||
friendListRequestAccept,
|
||||
friendListRequestDecline,
|
||||
friendListNewRequest,
|
||||
youAreRemovedFromFriendList,
|
||||
YouWereAddedToIgnoreList,
|
||||
youAreRemoveFromIgnoreList,
|
||||
ProfileLockTimer,
|
||||
StashRows,
|
||||
SkillPoints,
|
||||
tournamentWarning
|
||||
ProfileLockTimer,
|
||||
MasteringSkill,
|
||||
ProfileExperienceDelta,
|
||||
TraderStandingDelta,
|
||||
TraderSalesSumDelta,
|
||||
SkillPointsDelta,
|
||||
MasteringSkillDelta,
|
||||
userMatched,
|
||||
userMatchOver,
|
||||
userConfirmed,
|
||||
NotificationPopup,
|
||||
arenaCustomGamePlayerJoined,
|
||||
arenaCustomGameSquadMemberInvite,
|
||||
arenaCustomGameSquadMemberInviteError,
|
||||
arenaCustomGamePlayerLeft,
|
||||
arenaCustomGamePlayerKicked,
|
||||
arenaCustomGamePlayerMoved,
|
||||
arenaCustomGameSquadLeaderLeft,
|
||||
arenaCustomGameSquadLeaderKicked,
|
||||
arenaCustomGameRemoved,
|
||||
arenaCustomGameStarted,
|
||||
arenaCustomGameConfigurationUpdated,
|
||||
arenaCustomGameCountdownStarted,
|
||||
arenaCustomGameCountdownCanceled,
|
||||
arenaCustomGameTeamNameChanged,
|
||||
arenaCustomGameNewOwnerAppointed,
|
||||
arenaAchievementObtain
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user