steamutils 1.4.41 → 1.4.43
Sign up to get free protection for your applications and to get access to all the features.
- package/_steamproto.js +29 -29
- package/full_steamproto.js +3 -16100
- package/package.json +2 -1
- package/steamproto.js +3 -298
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "steamutils",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.43",
|
4
4
|
"main": "index.js",
|
5
5
|
"dependencies": {
|
6
6
|
"alpha-common-utils": "^1.0.6",
|
@@ -15,6 +15,7 @@
|
|
15
15
|
"moment": "^2.30.1",
|
16
16
|
"moment-timezone": "^0.5.45",
|
17
17
|
"node-bignumber": "^1.2.2",
|
18
|
+
"protobufjs": "^7.4.0",
|
18
19
|
"qs": "^6.13.0",
|
19
20
|
"steam-session": "^1.7.2",
|
20
21
|
"steam-totp": "^2.1.2",
|
package/steamproto.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import path from "path";
|
2
|
-
import { loadProfos } from "./helpers/protos.js";
|
3
2
|
import { fileURLToPath } from "url";
|
3
|
+
import Protobuf from "protobufjs";
|
4
4
|
|
5
5
|
const __filename = fileURLToPath(import.meta.url);
|
6
6
|
const __dirname = path.dirname(__filename);
|
@@ -11,8 +11,7 @@ export class SteamProto {
|
|
11
11
|
}
|
12
12
|
|
13
13
|
toProto() {
|
14
|
-
const
|
15
|
-
const root = root.loadSync(file, {
|
14
|
+
const root = new Protobuf.Root().loadSync(path.join(`${__dirname}/protos/`, this._proto.filename), {
|
16
15
|
keepCase: true,
|
17
16
|
});
|
18
17
|
return root[this._proto.name];
|
@@ -29,298 +28,4 @@ export class SteamProto {
|
|
29
28
|
}
|
30
29
|
}
|
31
30
|
|
32
|
-
export const SteamProtoType = {};
|
33
|
-
export const ESteamProto = {};
|
34
|
-
ESteamProto.ECsgoGCMsg = {
|
35
|
-
k_EMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate: 9104,
|
36
|
-
k_EMsgGCCStrike15_v2_MatchmakingClient2GCHello: 9109,
|
37
|
-
k_EMsgGCCStrike15_v2_MatchmakingGC2ClientHello: 9110,
|
38
|
-
k_EMsgGCCStrike15_v2_ClientReportPlayer: 9119,
|
39
|
-
k_EMsgGCCStrike15_v2_ClientCommendPlayer: 9121,
|
40
|
-
k_EMsgGCCStrike15_v2_ClientReportResponse: 9122,
|
41
|
-
k_EMsgGCCStrike15_v2_ClientCommendPlayerQuery: 9123,
|
42
|
-
k_EMsgGCCStrike15_v2_ClientCommendPlayerQueryResponse: 9124,
|
43
|
-
k_EMsgGCCStrike15_v2_ClientRequestPlayersProfile: 9127,
|
44
|
-
k_EMsgGCCStrike15_v2_PlayersProfile: 9128,
|
45
|
-
k_EMsgGCCStrike15_v2_PlayerOverwatchCaseAssignment: 9132,
|
46
|
-
k_EMsgGCCStrike15_v2_GC2ClientTextMsg: 9134,
|
47
|
-
k_EMsgGCCStrike15_v2_MatchList: 9139,
|
48
|
-
k_EMsgGCCStrike15_v2_ClientRequestJoinFriendData: 9163,
|
49
|
-
k_EMsgGCCStrike15_v2_AcknowledgePenalty: 9171,
|
50
|
-
k_EMsgGCCStrike15_v2_GC2ClientGlobalStats: 9173,
|
51
|
-
k_EMsgGCCStrike15_v2_ClientLogonFatalError: 9187,
|
52
|
-
k_EMsgGCCStrike15_v2_Party_Register: 9189,
|
53
|
-
k_EMsgGCCStrike15_v2_Party_Search: 9191,
|
54
|
-
k_EMsgGCCStrike15_v2_Party_Invite: 9192,
|
55
|
-
k_EMsgGCCStrike15_v2_Account_RequestCoPlays: 9193,
|
56
|
-
k_EMsgGCCStrike15_v2_ClientGCRankUpdate: 9194,
|
57
|
-
k_EMsgGCCStrike15_v2_GetEventFavorites_Response: 9203,
|
58
|
-
k_EMsgGCCStrike15_ClientDeepStats: 9210,
|
59
|
-
k_EMsgGCCStrike15_StartAgreementSessionInGame: 9211,
|
60
|
-
k_EMsgGCCStrike15_v2_ClientRedeemFreeReward: 9219,
|
61
|
-
};
|
62
|
-
ESteamProto.EGCItemMsg = {
|
63
|
-
k_EMsgGCStoreGetUserData: 2500,
|
64
|
-
k_EMsgGCStoreGetUserDataResponse: 2501,
|
65
|
-
k_EMsgGCStorePurchaseFinalize: 2504,
|
66
|
-
k_EMsgGCStorePurchaseFinalizeResponse: 2505,
|
67
|
-
k_EMsgGCStorePurchaseCancel: 2506,
|
68
|
-
k_EMsgGCStorePurchaseCancelResponse: 2507,
|
69
|
-
k_EMsgGCStorePurchaseInit: 2510,
|
70
|
-
k_EMsgGCStorePurchaseInitResponse: 2511,
|
71
|
-
};
|
72
|
-
ESteamProto.EMsg = {
|
73
|
-
k_EMsgClientChatInvite: 800,
|
74
|
-
k_EMsgGCHInviteUserToLobby: 2238,
|
75
|
-
k_EMsgClientRequestedClientStats: 5480,
|
76
|
-
k_EMsgClientMMSCreateLobby: 6601,
|
77
|
-
k_EMsgClientMMSCreateLobbyResponse: 6602,
|
78
|
-
k_EMsgClientMMSJoinLobby: 6603,
|
79
|
-
k_EMsgClientMMSSetLobbyData: 6609,
|
80
|
-
k_EMsgClientMMSSetLobbyDataResponse: 6610,
|
81
|
-
k_EMsgClientMMSGetLobbyData: 6611,
|
82
|
-
k_EMsgClientMMSLobbyData: 6612,
|
83
|
-
k_EMsgClientMMSInviteToLobby: 6621,
|
84
|
-
};
|
85
|
-
ESteamProto.EGCBaseClientMsg = {
|
86
|
-
k_EMsgGCClientWelcome: 4004,
|
87
|
-
k_EMsgGCClientHello: 4006,
|
88
|
-
k_EMsgGCClientConnectionStatus: 4009,
|
89
|
-
};
|
90
|
-
SteamProtoType.CMsgGCStorePurchaseInit = {
|
91
|
-
name: "CMsgGCStorePurchaseInit",
|
92
|
-
filename: "csgo\\base_gcmessages.proto",
|
93
|
-
};
|
94
|
-
SteamProtoType.CMsgGCStorePurchaseInitResponse = {
|
95
|
-
name: "CMsgGCStorePurchaseInitResponse",
|
96
|
-
filename: "csgo\\base_gcmessages.proto",
|
97
|
-
};
|
98
|
-
SteamProtoType.CSOEconGameAccountClient = {
|
99
|
-
name: "CSOEconGameAccountClient",
|
100
|
-
filename: "csgo\\base_gcmessages.proto",
|
101
|
-
};
|
102
|
-
SteamProtoType.CSOItemRecipe = { name: "CSOItemRecipe", filename: "csgo\\base_gcmessages.proto" };
|
103
|
-
SteamProtoType.CSOEconItem = { name: "CSOEconItem", filename: "csgo\\base_gcmessages.proto" };
|
104
|
-
SteamProtoType.CMsgStoreGetUserData = { name: "CMsgStoreGetUserData", filename: "csgo\\base_gcmessages.proto" };
|
105
|
-
SteamProtoType.CMsgStoreGetUserDataResponse = {
|
106
|
-
name: "CMsgStoreGetUserDataResponse",
|
107
|
-
filename: "csgo\\base_gcmessages.proto",
|
108
|
-
};
|
109
|
-
SteamProtoType.CSOEconItemDropRateBonus = {
|
110
|
-
name: "CSOEconItemDropRateBonus",
|
111
|
-
filename: "csgo\\base_gcmessages.proto",
|
112
|
-
};
|
113
|
-
SteamProtoType.CSOEconItemLeagueViewPass = {
|
114
|
-
name: "CSOEconItemLeagueViewPass",
|
115
|
-
filename: "csgo\\base_gcmessages.proto",
|
116
|
-
};
|
117
|
-
SteamProtoType.CSOEconItemEventTicket = { name: "CSOEconItemEventTicket", filename: "csgo\\base_gcmessages.proto" };
|
118
|
-
SteamProtoType.CMsgGCStorePurchaseCancel = {
|
119
|
-
name: "CMsgGCStorePurchaseCancel",
|
120
|
-
filename: "csgo\\base_gcmessages.proto",
|
121
|
-
};
|
122
|
-
SteamProtoType.CMsgGCStorePurchaseCancelResponse = {
|
123
|
-
name: "CMsgGCStorePurchaseCancelResponse",
|
124
|
-
filename: "csgo\\base_gcmessages.proto",
|
125
|
-
};
|
126
|
-
SteamProtoType.CMsgGCStorePurchaseFinalize = {
|
127
|
-
name: "CMsgGCStorePurchaseFinalize",
|
128
|
-
filename: "csgo\\base_gcmessages.proto",
|
129
|
-
};
|
130
|
-
SteamProtoType.CMsgGCStorePurchaseFinalizeResponse = {
|
131
|
-
name: "CMsgGCStorePurchaseFinalizeResponse",
|
132
|
-
filename: "csgo\\base_gcmessages.proto",
|
133
|
-
};
|
134
|
-
SteamProtoType.CSOEconDefaultEquippedDefinitionInstanceClient = {
|
135
|
-
name: "CSOEconDefaultEquippedDefinitionInstanceClient",
|
136
|
-
filename: "csgo\\base_gcmessages.proto",
|
137
|
-
};
|
138
|
-
SteamProtoType.CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate = {
|
139
|
-
name: "CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate",
|
140
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
141
|
-
};
|
142
|
-
SteamProtoType.CMsgGCCStrike15_v2_MatchmakingGC2ClientHello = {
|
143
|
-
name: "CMsgGCCStrike15_v2_MatchmakingGC2ClientHello",
|
144
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
145
|
-
};
|
146
|
-
SteamProtoType.CMsgGCCStrike15_v2_ClientGCRankUpdate = {
|
147
|
-
name: "CMsgGCCStrike15_v2_ClientGCRankUpdate",
|
148
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
149
|
-
};
|
150
|
-
SteamProtoType.CMsgGCCStrike15_v2_ClientReportPlayer = {
|
151
|
-
name: "CMsgGCCStrike15_v2_ClientReportPlayer",
|
152
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
153
|
-
};
|
154
|
-
SteamProtoType.CMsgGCCStrike15_v2_ClientCommendPlayer = {
|
155
|
-
name: "CMsgGCCStrike15_v2_ClientCommendPlayer",
|
156
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
157
|
-
};
|
158
|
-
SteamProtoType.CMsgGCCStrike15_v2_ClientReportResponse = {
|
159
|
-
name: "CMsgGCCStrike15_v2_ClientReportResponse",
|
160
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
161
|
-
};
|
162
|
-
SteamProtoType.CMsgGCCStrike15_v2_ClientRequestJoinFriendData = {
|
163
|
-
name: "CMsgGCCStrike15_v2_ClientRequestJoinFriendData",
|
164
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
165
|
-
};
|
166
|
-
SteamProtoType.CMsgGCCstrike15_v2_ClientRedeemFreeReward = {
|
167
|
-
name: "CMsgGCCstrike15_v2_ClientRedeemFreeReward",
|
168
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
169
|
-
};
|
170
|
-
SteamProtoType.CMsgGCCStrike15_ClientDeepStats = {
|
171
|
-
name: "CMsgGCCStrike15_ClientDeepStats",
|
172
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
173
|
-
};
|
174
|
-
SteamProtoType.CMsgGCCStrike15_v2_ClientRequestPlayersProfile = {
|
175
|
-
name: "CMsgGCCStrike15_v2_ClientRequestPlayersProfile",
|
176
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
177
|
-
};
|
178
|
-
SteamProtoType.CMsgGCCStrike15_v2_PlayersProfile = {
|
179
|
-
name: "CMsgGCCStrike15_v2_PlayersProfile",
|
180
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
181
|
-
};
|
182
|
-
SteamProtoType.CMsgGCCStrike15_v2_PlayerOverwatchCaseAssignment = {
|
183
|
-
name: "CMsgGCCStrike15_v2_PlayerOverwatchCaseAssignment",
|
184
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
185
|
-
};
|
186
|
-
SteamProtoType.CMsgGCCStrike15_v2_GC2ClientTextMsg = {
|
187
|
-
name: "CMsgGCCStrike15_v2_GC2ClientTextMsg",
|
188
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
189
|
-
};
|
190
|
-
SteamProtoType.CMsgGCCStrike15_v2_MatchList = {
|
191
|
-
name: "CMsgGCCStrike15_v2_MatchList",
|
192
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
193
|
-
};
|
194
|
-
SteamProtoType.CSOEconCoupon = { name: "CSOEconCoupon", filename: "csgo\\cstrike15_gcmessages.proto" };
|
195
|
-
SteamProtoType.CSOAccountItemPersonalStore = {
|
196
|
-
name: "CSOAccountItemPersonalStore",
|
197
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
198
|
-
};
|
199
|
-
SteamProtoType.CSOQuestProgress = { name: "CSOQuestProgress", filename: "csgo\\cstrike15_gcmessages.proto" };
|
200
|
-
SteamProtoType.CSOAccountSeasonalOperation = {
|
201
|
-
name: "CSOAccountSeasonalOperation",
|
202
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
203
|
-
};
|
204
|
-
SteamProtoType.CSOPersonaDataPublic = {
|
205
|
-
name: "CSOPersonaDataPublic",
|
206
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
207
|
-
};
|
208
|
-
SteamProtoType.CMsgGCCStrike15_v2_AcknowledgePenalty = {
|
209
|
-
name: "CMsgGCCStrike15_v2_AcknowledgePenalty",
|
210
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
211
|
-
};
|
212
|
-
SteamProtoType.CMsgGCCStrike15_v2_ClientLogonFatalError = {
|
213
|
-
name: "CMsgGCCStrike15_v2_ClientLogonFatalError",
|
214
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
215
|
-
};
|
216
|
-
SteamProtoType.CMsgGCCStrike15_v2_Party_Register = {
|
217
|
-
name: "CMsgGCCStrike15_v2_Party_Register",
|
218
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
219
|
-
};
|
220
|
-
SteamProtoType.CMsgGCCStrike15_v2_Party_Search = {
|
221
|
-
name: "CMsgGCCStrike15_v2_Party_Search",
|
222
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
223
|
-
};
|
224
|
-
SteamProtoType.CMsgGCCStrike15_v2_Party_SearchResults = {
|
225
|
-
name: "CMsgGCCStrike15_v2_Party_SearchResults",
|
226
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
227
|
-
};
|
228
|
-
SteamProtoType.CMsgGCCStrike15_v2_Party_Invite = {
|
229
|
-
name: "CMsgGCCStrike15_v2_Party_Invite",
|
230
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
231
|
-
};
|
232
|
-
SteamProtoType.CMsgGCCStrike15_v2_Account_RequestCoPlays = {
|
233
|
-
name: "CMsgGCCStrike15_v2_Account_RequestCoPlays",
|
234
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
235
|
-
};
|
236
|
-
SteamProtoType.CMsgGCCStrike15_v2_GetEventFavorites_Response = {
|
237
|
-
name: "CMsgGCCStrike15_v2_GetEventFavorites_Response",
|
238
|
-
filename: "csgo\\cstrike15_gcmessages.proto",
|
239
|
-
};
|
240
|
-
SteamProtoType.CMsgClientHello = { name: "CMsgClientHello", filename: "csgo\\gcsdk_gcmessages.proto" };
|
241
|
-
SteamProtoType.CMsgClientWelcome = { name: "CMsgClientWelcome", filename: "csgo\\gcsdk_gcmessages.proto" };
|
242
|
-
SteamProtoType.CMsgConnectionStatus = { name: "CMsgConnectionStatus", filename: "csgo\\gcsdk_gcmessages.proto" };
|
243
|
-
SteamProtoType.CPlayer_GetFriendsGameplayInfo_Request = {
|
244
|
-
name: "CPlayer_GetFriendsGameplayInfo_Request",
|
245
|
-
filename: "csgo\\steammessages_player.steamworkssdk.proto",
|
246
|
-
};
|
247
|
-
SteamProtoType.CPlayer_GetFriendsGameplayInfo_Response = {
|
248
|
-
name: "CPlayer_GetFriendsGameplayInfo_Response",
|
249
|
-
filename: "csgo\\steammessages_player.steamworkssdk.proto",
|
250
|
-
};
|
251
|
-
SteamProtoType.CAuthentication_RefreshToken_Revoke_Request = {
|
252
|
-
name: "CAuthentication_RefreshToken_Revoke_Request",
|
253
|
-
filename: "steam\\steammessages_auth.steamclient.proto",
|
254
|
-
};
|
255
|
-
SteamProtoType.CAuthenticationSupport_QueryRefreshTokenByID_Request = {
|
256
|
-
name: "CAuthenticationSupport_QueryRefreshTokenByID_Request",
|
257
|
-
filename: "steam\\steammessages_auth.steamclient.proto",
|
258
|
-
};
|
259
|
-
SteamProtoType.CMsgClientRequestedClientStats = {
|
260
|
-
name: "CMsgClientRequestedClientStats",
|
261
|
-
filename: "steam\\steammessages_clientserver.proto",
|
262
|
-
};
|
263
|
-
SteamProtoType.CMsgClientUGSGetGlobalStats = {
|
264
|
-
name: "CMsgClientUGSGetGlobalStats",
|
265
|
-
filename: "steam\\steammessages_clientserver_2.proto",
|
266
|
-
};
|
267
|
-
SteamProtoType.CMsgClientUGSGetGlobalStatsResponse = {
|
268
|
-
name: "CMsgClientUGSGetGlobalStatsResponse",
|
269
|
-
filename: "steam\\steammessages_clientserver_2.proto",
|
270
|
-
};
|
271
|
-
SteamProtoType.CMsgClientMMSCreateLobby = {
|
272
|
-
name: "CMsgClientMMSCreateLobby",
|
273
|
-
filename: "steam\\steammessages_clientserver_mms.proto",
|
274
|
-
};
|
275
|
-
SteamProtoType.CMsgClientMMSCreateLobbyResponse = {
|
276
|
-
name: "CMsgClientMMSCreateLobbyResponse",
|
277
|
-
filename: "steam\\steammessages_clientserver_mms.proto",
|
278
|
-
};
|
279
|
-
SteamProtoType.CMsgClientMMSJoinLobby = {
|
280
|
-
name: "CMsgClientMMSJoinLobby",
|
281
|
-
filename: "steam\\steammessages_clientserver_mms.proto",
|
282
|
-
};
|
283
|
-
SteamProtoType.CMsgClientMMSJoinLobbyResponse = {
|
284
|
-
name: "CMsgClientMMSJoinLobbyResponse",
|
285
|
-
filename: "steam\\steammessages_clientserver_mms.proto",
|
286
|
-
};
|
287
|
-
SteamProtoType.CMsgClientMMSSetLobbyData = {
|
288
|
-
name: "CMsgClientMMSSetLobbyData",
|
289
|
-
filename: "steam\\steammessages_clientserver_mms.proto",
|
290
|
-
};
|
291
|
-
SteamProtoType.CMsgClientMMSSetLobbyDataResponse = {
|
292
|
-
name: "CMsgClientMMSSetLobbyDataResponse",
|
293
|
-
filename: "steam\\steammessages_clientserver_mms.proto",
|
294
|
-
};
|
295
|
-
SteamProtoType.CMsgClientMMSGetLobbyData = {
|
296
|
-
name: "CMsgClientMMSGetLobbyData",
|
297
|
-
filename: "steam\\steammessages_clientserver_mms.proto",
|
298
|
-
};
|
299
|
-
SteamProtoType.CMsgClientMMSLobbyData = {
|
300
|
-
name: "CMsgClientMMSLobbyData",
|
301
|
-
filename: "steam\\steammessages_clientserver_mms.proto",
|
302
|
-
};
|
303
|
-
SteamProtoType.CMsgClientMMSUserJoinedLobby = {
|
304
|
-
name: "CMsgClientMMSUserJoinedLobby",
|
305
|
-
filename: "steam\\steammessages_clientserver_mms.proto",
|
306
|
-
};
|
307
|
-
SteamProtoType.CMsgClientMMSInviteToLobby = {
|
308
|
-
name: "CMsgClientMMSInviteToLobby",
|
309
|
-
filename: "steam\\steammessages_clientserver_mms.proto",
|
310
|
-
};
|
311
|
-
SteamProtoType.CFriendMessages_SendMessage_Request = {
|
312
|
-
name: "CFriendMessages_SendMessage_Request",
|
313
|
-
filename: "steam\\steammessages_friendmessages.steamclient.proto",
|
314
|
-
};
|
315
|
-
SteamProtoType.CFriendMessages_SendMessage_Response = {
|
316
|
-
name: "CFriendMessages_SendMessage_Response",
|
317
|
-
filename: "steam\\steammessages_friendmessages.steamclient.proto",
|
318
|
-
};
|
319
|
-
SteamProtoType.CCheckout_GetFriendOwnershipForGifting_Response = {
|
320
|
-
name: "CCheckout_GetFriendOwnershipForGifting_Response",
|
321
|
-
filename: "webui\\service_checkout.proto",
|
322
|
-
};
|
323
|
-
SteamProtoType.CFriendsList_GetFriendsList_Response = {
|
324
|
-
name: "CFriendsList_GetFriendsList_Response",
|
325
|
-
filename: "webui\\service_friendslist.proto",
|
326
|
-
};
|
31
|
+
export const SteamProtoType = {};export const ESteamProto = {};ESteamProto.ECsgoGCMsg = {"k_EMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate":9104,"k_EMsgGCCStrike15_v2_MatchmakingClient2GCHello":9109,"k_EMsgGCCStrike15_v2_MatchmakingGC2ClientHello":9110,"k_EMsgGCCStrike15_v2_ClientReportPlayer":9119,"k_EMsgGCCStrike15_v2_ClientCommendPlayer":9121,"k_EMsgGCCStrike15_v2_ClientReportResponse":9122,"k_EMsgGCCStrike15_v2_ClientCommendPlayerQuery":9123,"k_EMsgGCCStrike15_v2_ClientCommendPlayerQueryResponse":9124,"k_EMsgGCCStrike15_v2_ClientRequestPlayersProfile":9127,"k_EMsgGCCStrike15_v2_PlayersProfile":9128,"k_EMsgGCCStrike15_v2_PlayerOverwatchCaseAssignment":9132,"k_EMsgGCCStrike15_v2_GC2ClientTextMsg":9134,"k_EMsgGCCStrike15_v2_MatchList":9139,"k_EMsgGCCStrike15_v2_ClientRequestJoinFriendData":9163,"k_EMsgGCCStrike15_v2_AcknowledgePenalty":9171,"k_EMsgGCCStrike15_v2_GC2ClientGlobalStats":9173,"k_EMsgGCCStrike15_v2_ClientLogonFatalError":9187,"k_EMsgGCCStrike15_v2_Party_Register":9189,"k_EMsgGCCStrike15_v2_Party_Search":9191,"k_EMsgGCCStrike15_v2_Party_Invite":9192,"k_EMsgGCCStrike15_v2_Account_RequestCoPlays":9193,"k_EMsgGCCStrike15_v2_ClientGCRankUpdate":9194,"k_EMsgGCCStrike15_v2_GetEventFavorites_Response":9203,"k_EMsgGCCStrike15_ClientDeepStats":9210,"k_EMsgGCCStrike15_StartAgreementSessionInGame":9211,"k_EMsgGCCStrike15_v2_ClientRedeemFreeReward":9219};ESteamProto.EGCItemMsg = {"k_EMsgGCStoreGetUserData":2500,"k_EMsgGCStoreGetUserDataResponse":2501,"k_EMsgGCStorePurchaseFinalize":2504,"k_EMsgGCStorePurchaseFinalizeResponse":2505,"k_EMsgGCStorePurchaseCancel":2506,"k_EMsgGCStorePurchaseCancelResponse":2507,"k_EMsgGCStorePurchaseInit":2510,"k_EMsgGCStorePurchaseInitResponse":2511};ESteamProto.EMsg = {"k_EMsgClientChatInvite":800,"k_EMsgGCHInviteUserToLobby":2238,"k_EMsgClientRequestedClientStats":5480,"k_EMsgClientMMSCreateLobby":6601,"k_EMsgClientMMSCreateLobbyResponse":6602,"k_EMsgClientMMSJoinLobby":6603,"k_EMsgClientMMSSetLobbyData":6609,"k_EMsgClientMMSSetLobbyDataResponse":6610,"k_EMsgClientMMSGetLobbyData":6611,"k_EMsgClientMMSLobbyData":6612,"k_EMsgClientMMSInviteToLobby":6621};ESteamProto.EGCBaseClientMsg = {"k_EMsgGCClientWelcome":4004,"k_EMsgGCClientHello":4006,"k_EMsgGCClientConnectionStatus":4009};SteamProtoType.CMsgGCStorePurchaseInit = {"name":"CMsgGCStorePurchaseInit","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CMsgGCStorePurchaseInitResponse = {"name":"CMsgGCStorePurchaseInitResponse","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CSOEconGameAccountClient = {"name":"CSOEconGameAccountClient","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CSOItemRecipe = {"name":"CSOItemRecipe","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CSOEconItem = {"name":"CSOEconItem","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CMsgStoreGetUserData = {"name":"CMsgStoreGetUserData","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CMsgStoreGetUserDataResponse = {"name":"CMsgStoreGetUserDataResponse","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CSOEconItemDropRateBonus = {"name":"CSOEconItemDropRateBonus","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CSOEconItemLeagueViewPass = {"name":"CSOEconItemLeagueViewPass","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CSOEconItemEventTicket = {"name":"CSOEconItemEventTicket","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CMsgGCStorePurchaseCancel = {"name":"CMsgGCStorePurchaseCancel","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CMsgGCStorePurchaseCancelResponse = {"name":"CMsgGCStorePurchaseCancelResponse","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CMsgGCStorePurchaseFinalize = {"name":"CMsgGCStorePurchaseFinalize","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CMsgGCStorePurchaseFinalizeResponse = {"name":"CMsgGCStorePurchaseFinalizeResponse","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CSOEconDefaultEquippedDefinitionInstanceClient = {"name":"CSOEconDefaultEquippedDefinitionInstanceClient","filename":"csgo\\base_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate = {"name":"CMsgGCCStrike15_v2_MatchmakingGC2ClientUpdate","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_MatchmakingGC2ClientHello = {"name":"CMsgGCCStrike15_v2_MatchmakingGC2ClientHello","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_ClientGCRankUpdate = {"name":"CMsgGCCStrike15_v2_ClientGCRankUpdate","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_ClientReportPlayer = {"name":"CMsgGCCStrike15_v2_ClientReportPlayer","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_ClientCommendPlayer = {"name":"CMsgGCCStrike15_v2_ClientCommendPlayer","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_ClientReportResponse = {"name":"CMsgGCCStrike15_v2_ClientReportResponse","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_ClientRequestJoinFriendData = {"name":"CMsgGCCStrike15_v2_ClientRequestJoinFriendData","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCstrike15_v2_ClientRedeemFreeReward = {"name":"CMsgGCCstrike15_v2_ClientRedeemFreeReward","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_ClientDeepStats = {"name":"CMsgGCCStrike15_ClientDeepStats","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_ClientRequestPlayersProfile = {"name":"CMsgGCCStrike15_v2_ClientRequestPlayersProfile","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_PlayersProfile = {"name":"CMsgGCCStrike15_v2_PlayersProfile","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_PlayerOverwatchCaseAssignment = {"name":"CMsgGCCStrike15_v2_PlayerOverwatchCaseAssignment","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_GC2ClientTextMsg = {"name":"CMsgGCCStrike15_v2_GC2ClientTextMsg","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_MatchList = {"name":"CMsgGCCStrike15_v2_MatchList","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CSOEconCoupon = {"name":"CSOEconCoupon","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CSOAccountItemPersonalStore = {"name":"CSOAccountItemPersonalStore","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CSOQuestProgress = {"name":"CSOQuestProgress","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CSOAccountSeasonalOperation = {"name":"CSOAccountSeasonalOperation","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CSOPersonaDataPublic = {"name":"CSOPersonaDataPublic","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_AcknowledgePenalty = {"name":"CMsgGCCStrike15_v2_AcknowledgePenalty","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_ClientLogonFatalError = {"name":"CMsgGCCStrike15_v2_ClientLogonFatalError","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_Party_Register = {"name":"CMsgGCCStrike15_v2_Party_Register","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_Party_Search = {"name":"CMsgGCCStrike15_v2_Party_Search","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_Party_SearchResults = {"name":"CMsgGCCStrike15_v2_Party_SearchResults","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_Party_Invite = {"name":"CMsgGCCStrike15_v2_Party_Invite","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_Account_RequestCoPlays = {"name":"CMsgGCCStrike15_v2_Account_RequestCoPlays","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgGCCStrike15_v2_GetEventFavorites_Response = {"name":"CMsgGCCStrike15_v2_GetEventFavorites_Response","filename":"csgo\\cstrike15_gcmessages.proto"};SteamProtoType.CMsgClientHello = {"name":"CMsgClientHello","filename":"csgo\\gcsdk_gcmessages.proto"};SteamProtoType.CMsgClientWelcome = {"name":"CMsgClientWelcome","filename":"csgo\\gcsdk_gcmessages.proto"};SteamProtoType.CMsgConnectionStatus = {"name":"CMsgConnectionStatus","filename":"csgo\\gcsdk_gcmessages.proto"};SteamProtoType.CPlayer_GetFriendsGameplayInfo_Request = {"name":"CPlayer_GetFriendsGameplayInfo_Request","filename":"csgo\\steammessages_player.steamworkssdk.proto"};SteamProtoType.CPlayer_GetFriendsGameplayInfo_Response = {"name":"CPlayer_GetFriendsGameplayInfo_Response","filename":"csgo\\steammessages_player.steamworkssdk.proto"};SteamProtoType.CAuthentication_RefreshToken_Revoke_Request = {"name":"CAuthentication_RefreshToken_Revoke_Request","filename":"steam\\steammessages_auth.steamclient.proto"};SteamProtoType.CAuthenticationSupport_QueryRefreshTokenByID_Request = {"name":"CAuthenticationSupport_QueryRefreshTokenByID_Request","filename":"steam\\steammessages_auth.steamclient.proto"};SteamProtoType.CMsgClientRequestedClientStats = {"name":"CMsgClientRequestedClientStats","filename":"steam\\steammessages_clientserver.proto"};SteamProtoType.CMsgClientUGSGetGlobalStats = {"name":"CMsgClientUGSGetGlobalStats","filename":"steam\\steammessages_clientserver_2.proto"};SteamProtoType.CMsgClientUGSGetGlobalStatsResponse = {"name":"CMsgClientUGSGetGlobalStatsResponse","filename":"steam\\steammessages_clientserver_2.proto"};SteamProtoType.CMsgClientMMSCreateLobby = {"name":"CMsgClientMMSCreateLobby","filename":"steam\\steammessages_clientserver_mms.proto"};SteamProtoType.CMsgClientMMSCreateLobbyResponse = {"name":"CMsgClientMMSCreateLobbyResponse","filename":"steam\\steammessages_clientserver_mms.proto"};SteamProtoType.CMsgClientMMSJoinLobby = {"name":"CMsgClientMMSJoinLobby","filename":"steam\\steammessages_clientserver_mms.proto"};SteamProtoType.CMsgClientMMSJoinLobbyResponse = {"name":"CMsgClientMMSJoinLobbyResponse","filename":"steam\\steammessages_clientserver_mms.proto"};SteamProtoType.CMsgClientMMSSetLobbyData = {"name":"CMsgClientMMSSetLobbyData","filename":"steam\\steammessages_clientserver_mms.proto"};SteamProtoType.CMsgClientMMSSetLobbyDataResponse = {"name":"CMsgClientMMSSetLobbyDataResponse","filename":"steam\\steammessages_clientserver_mms.proto"};SteamProtoType.CMsgClientMMSGetLobbyData = {"name":"CMsgClientMMSGetLobbyData","filename":"steam\\steammessages_clientserver_mms.proto"};SteamProtoType.CMsgClientMMSLobbyData = {"name":"CMsgClientMMSLobbyData","filename":"steam\\steammessages_clientserver_mms.proto"};SteamProtoType.CMsgClientMMSUserJoinedLobby = {"name":"CMsgClientMMSUserJoinedLobby","filename":"steam\\steammessages_clientserver_mms.proto"};SteamProtoType.CMsgClientMMSInviteToLobby = {"name":"CMsgClientMMSInviteToLobby","filename":"steam\\steammessages_clientserver_mms.proto"};SteamProtoType.CFriendMessages_SendMessage_Request = {"name":"CFriendMessages_SendMessage_Request","filename":"steam\\steammessages_friendmessages.steamclient.proto"};SteamProtoType.CFriendMessages_SendMessage_Response = {"name":"CFriendMessages_SendMessage_Response","filename":"steam\\steammessages_friendmessages.steamclient.proto"};SteamProtoType.CCheckout_GetFriendOwnershipForGifting_Response = {"name":"CCheckout_GetFriendOwnershipForGifting_Response","filename":"webui\\service_checkout.proto"};SteamProtoType.CFriendsList_GetFriendsList_Response = {"name":"CFriendsList_GetFriendsList_Response","filename":"webui\\service_friendslist.proto"};
|