-
-
Notifications
You must be signed in to change notification settings - Fork 160
/
Copy pathESteamNotificationType.js
69 lines (66 loc) · 1.43 KB
/
ESteamNotificationType.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
/* eslint-disable */
// Auto-generated by generate-enums script on Tue Sep 03 2024 00:00:33 GMT-0400 (Eastern Daylight Time)
/**
* @enum
* @readonly
*/
const ESteamNotificationType = {
Invalid: 0,
Test: 1,
Gift: 2,
Comment: 3,
Item: 4,
FriendInvite: 5,
MajorSale: 6,
PreloadAvailable: 7,
Wishlist: 8,
TradeOffer: 9,
General: 10,
HelpRequest: 11,
AsyncGame: 12,
ChatMsg: 13,
ModeratorMsg: 14,
ParentalFeatureAccessRequest: 15,
FamilyInvite: 16,
FamilyPurchaseRequest: 17,
ParentalPlaytimeRequest: 18,
FamilyPurchaseRequestResponse: 19,
ParentalFeatureAccessResponse: 20,
ParentalPlaytimeResponse: 21,
RequestedGameAdded: 22,
SendToPhone: 23,
ClipDownloaded: 24,
TwoFactorPrompt: 25,
MobileConfirmation: 26,
PartnerEvent: 27,
// Value-to-name mapping for convenience
0: 'Invalid',
1: 'Test',
2: 'Gift',
3: 'Comment',
4: 'Item',
5: 'FriendInvite',
6: 'MajorSale',
7: 'PreloadAvailable',
8: 'Wishlist',
9: 'TradeOffer',
10: 'General',
11: 'HelpRequest',
12: 'AsyncGame',
13: 'ChatMsg',
14: 'ModeratorMsg',
15: 'ParentalFeatureAccessRequest',
16: 'FamilyInvite',
17: 'FamilyPurchaseRequest',
18: 'ParentalPlaytimeRequest',
19: 'FamilyPurchaseRequestResponse',
20: 'ParentalFeatureAccessResponse',
21: 'ParentalPlaytimeResponse',
22: 'RequestedGameAdded',
23: 'SendToPhone',
24: 'ClipDownloaded',
25: 'TwoFactorPrompt',
26: 'MobileConfirmation',
27: 'PartnerEvent',
};
module.exports = ESteamNotificationType;