diff --git a/src/enums.js b/src/enums.js index d1f2292..47b31b1 100644 --- a/src/enums.js +++ b/src/enums.js @@ -417,6 +417,7 @@ exports.NoticeIcon = { RMB: 'stackexchange', SCALES: 'balance-scale', TROPHY: 'award', + UNLOCK: 'lock-open', WA: 'wa' } @@ -428,6 +429,7 @@ exports.NoticeIcon = { */ exports.NoticeType = { BAD_LOGIN: 'PW', + BANNER_UNLOCK: 'U', CARDS: 'C', CENSUS_RANK: 'T', DISPATCH_MENTION: 'D',