steamutils 1.3.65 → 1.3.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SteamClient.js +6 -3
- package/package.json +2 -2
- package/protos/csgo/base_gcmessages.proto +553 -0
- package/protos/csgo/connectionless_netmessages.proto +0 -2
- package/protos/csgo/cs_gameevents.proto +1 -0
- package/protos/csgo/cstrike15_gcmessages.proto +41 -12
- package/protos/csgo/cstrike15_usermessages.proto +0 -4
- package/protos/csgo/demo.proto +5 -0
- package/protos/csgo/econ_gcmessages.proto +0 -9
- package/protos/csgo/gcsdk_gcmessages.proto +2 -2
- package/protos/csgo/gcsystemmsgs.proto +1 -0
- package/protos/csgo/netmessages.proto +22 -8
- package/protos/csgo/networkbasetypes.proto +2 -0
- package/protos/csgo/steammessages.proto +23 -0
- package/protos/csgo/usercmd.proto +2 -1
- package/protos/csgo/usermessages.proto +31 -0
- package/protos/steam/enums.proto +58 -1
- package/protos/steam/enums_clientserver.proto +3 -34
- package/protos/steam/enums_productinfo.proto +1 -0
- package/protos/steam/htmlmessages.proto +12 -0
- package/protos/steam/steamdatagram_messages_sdr.proto +1 -1
- package/protos/steam/steammessages_accounthardware.steamclient.proto +18 -52
- package/protos/steam/steammessages_appoverview.proto +18 -1
- package/protos/steam/steammessages_auth.steamclient.proto +128 -188
- package/protos/steam/steammessages_base.proto +3 -0
- package/protos/steam/steammessages_broadcast.steamclient.proto +126 -267
- package/protos/steam/steammessages_chat.steamclient.proto +79 -290
- package/protos/steam/steammessages_client_objects.proto +4 -0
- package/protos/steam/steammessages_clientlanp2p.proto +1 -0
- package/protos/steam/steammessages_clientmetrics.steamclient.proto +0 -2
- package/protos/steam/steammessages_clientnotificationtypes.proto +19 -0
- package/protos/steam/steammessages_clientserver_2.proto +11 -0
- package/protos/steam/steammessages_clientserver_login.proto +1 -1
- package/protos/steam/steammessages_clientserver_mms.proto +228 -235
- package/protos/steam/steammessages_clientserver_ucm.proto +2 -0
- package/protos/steam/steammessages_clientserver_uds.proto +1 -0
- package/protos/steam/steammessages_clientserver_ufs.proto +0 -127
- package/protos/steam/steammessages_clientsettings.proto +46 -6
- package/protos/steam/steammessages_cloud.steamclient.proto +158 -249
- package/protos/steam/steammessages_contentsystem.steamclient.proto +16 -8
- package/protos/steam/steammessages_credentials.steamclient.proto +7 -26
- package/protos/steam/steammessages_datapublisher.steamclient.proto +30 -44
- package/protos/steam/steammessages_depotbuilder.steamclient.proto +6 -25
- package/protos/steam/steammessages_deviceauth.steamclient.proto +11 -45
- package/protos/steam/steammessages_econ.steamclient.proto +12 -25
- package/protos/steam/steammessages_familygroups.steamclient.proto +441 -0
- package/protos/steam/steammessages_friendmessages.steamclient.proto +19 -46
- package/protos/steam/steammessages_gamenetworking.steamclient.proto +2 -9
- package/protos/steam/steammessages_gamenotifications.steamclient.proto +57 -82
- package/protos/steam/steammessages_gameservers.steamclient.proto +13 -29
- package/protos/steam/steammessages_inventory.steamclient.proto +21 -73
- package/protos/steam/steammessages_linkfilter.steamclient.proto +14 -24
- package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +1 -5
- package/protos/steam/steammessages_market.steamclient.proto +9 -13
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +59 -60
- package/protos/steam/steammessages_offline.steamclient.proto +2 -9
- package/protos/steam/steammessages_parental.steamclient.proto +100 -66
- package/protos/steam/steammessages_parties.steamclient.proto +6 -25
- package/protos/steam/steammessages_partnerapps.steamclient.proto +11 -43
- package/protos/steam/steammessages_player.steamclient.proto +133 -278
- package/protos/steam/steammessages_publishedfile.steamclient.proto +213 -289
- package/protos/steam/steammessages_qms.steamclient.proto +4 -18
- package/protos/steam/steammessages_remoteclient.proto +2 -1
- package/protos/steam/steammessages_remoteclient_discovery.proto +9 -0
- package/protos/steam/steammessages_remoteclient_service.steamclient.proto +18 -73
- package/protos/steam/steammessages_remoteplay.proto +1 -2
- package/protos/steam/steammessages_secrets.steamclient.proto +1 -5
- package/protos/steam/steammessages_shader.steamclient.proto +6 -25
- package/protos/steam/steammessages_site_license.steamclient.proto +8 -33
- package/protos/steam/steammessages_steamtv.steamclient.proto +169 -266
- package/protos/steam/steammessages_store.steamclient.proto +110 -77
- package/protos/steam/steammessages_storebrowse.steamclient.proto +170 -115
- package/protos/steam/steammessages_timedtrial.steamclient.proto +3 -13
- package/protos/steam/steammessages_twofactor.steamclient.proto +92 -121
- package/protos/steam/steammessages_unified_base.steamclient.proto +12 -0
- package/protos/steam/steammessages_unified_test.steamclient.proto +10 -20
- package/protos/steam/steammessages_useraccount.steamclient.proto +26 -64
- package/protos/steam/steammessages_vac.steamclient.proto +2 -9
- package/protos/steam/steammessages_video.steamclient.proto +25 -128
- package/protos/steam/steammessages_workshop.steamclient.proto +1 -5
- package/protos/steam/webuimessages_achievements.proto +29 -0
- package/protos/steam/webuimessages_gamescope.proto +57 -0
- package/protos/steam/webuimessages_steamengine.proto +9 -0
- package/protos/steam/webuimessages_steamos.proto +114 -0
- package/protos/steam/webuimessages_transport.proto +4 -0
- package/protos/steam/webuimessages_transportvalidation.proto +14 -0
- package/test_steamclient.js +7 -11
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +0 -357
- package/protos/steam/renderer/rendermessages.proto +0 -893
- package/protos/steam/steammessages_star.steamclient.proto +0 -64
- package/protos/webui/common.proto +0 -5508
- package/protos/webui/common_base.proto +0 -27
- package/protos/webui/service_accountlinking.proto +0 -27
- package/protos/webui/service_accountprivacy.proto +0 -42
- package/protos/webui/service_auction.proto +0 -97
- package/protos/webui/service_authentication.proto +0 -222
- package/protos/webui/service_authenticationsupport.proto +0 -74
- package/protos/webui/service_broadcast.proto +0 -562
- package/protos/webui/service_chat.proto +0 -11
- package/protos/webui/service_chatroom.proto +0 -810
- package/protos/webui/service_chatusability.proto +0 -107
- package/protos/webui/service_clan.proto +0 -41
- package/protos/webui/service_clanchatrooms.proto +0 -25
- package/protos/webui/service_clanfaqs.proto +0 -202
- package/protos/webui/service_clientcomm.proto +0 -150
- package/protos/webui/service_clientmetrics.proto +0 -63
- package/protos/webui/service_cloud.proto +0 -222
- package/protos/webui/service_cloudconfigstore.proto +0 -51
- package/protos/webui/service_cloudgaming.proto +0 -30
- package/protos/webui/service_community.proto +0 -365
- package/protos/webui/service_econ.proto +0 -134
- package/protos/webui/service_embedded.proto +0 -24
- package/protos/webui/service_experimentservice.proto +0 -6
- package/protos/webui/service_fovasvideo.proto +0 -15
- package/protos/webui/service_friendmessages.proto +0 -133
- package/protos/webui/service_friendslist.proto +0 -70
- package/protos/webui/service_gamenotes.proto +0 -15
- package/protos/webui/service_helprequestlogs.proto +0 -26
- package/protos/webui/service_loyaltyrewards.proto +0 -252
- package/protos/webui/service_marketingmessages.proto +0 -184
- package/protos/webui/service_mobileapp.proto +0 -18
- package/protos/webui/service_mobileauth.proto +0 -24
- package/protos/webui/service_mobiledevice.proto +0 -26
- package/protos/webui/service_mobileperaccount.proto +0 -31
- package/protos/webui/service_news.proto +0 -101
- package/protos/webui/service_parental.proto +0 -178
- package/protos/webui/service_partnermembershipinvite.proto +0 -29
- package/protos/webui/service_partnerstorebrowse.proto +0 -6
- package/protos/webui/service_phone.proto +0 -51
- package/protos/webui/service_physicalgoods.proto +0 -15
- package/protos/webui/service_player.proto +0 -885
- package/protos/webui/service_promotioneventinvites.proto +0 -50
- package/protos/webui/service_promotionplanning.proto +0 -72
- package/protos/webui/service_publishedfile.proto +0 -687
- package/protos/webui/service_publishing.proto +0 -119
- package/protos/webui/service_quest.proto +0 -127
- package/protos/webui/service_salefeature.proto +0 -315
- package/protos/webui/service_saleitemrewards.proto +0 -54
- package/protos/webui/service_shoppingcart.proto +0 -108
- package/protos/webui/service_steamawards.proto +0 -19
- package/protos/webui/service_steamcharts.proto +0 -75
- package/protos/webui/service_steamengine.proto +0 -36
- package/protos/webui/service_steamlearn.proto +0 -727
- package/protos/webui/service_steamnotification.proto +0 -84
- package/protos/webui/service_steamtv.proto +0 -495
- package/protos/webui/service_steamvrvoicechat.proto +0 -67
- package/protos/webui/service_steamvrwebrtc.proto +0 -48
- package/protos/webui/service_storagedevicemanager.proto +0 -104
- package/protos/webui/service_store.proto +0 -289
- package/protos/webui/service_storeappsimilarity.proto +0 -76
- package/protos/webui/service_storebrowse.proto +0 -73
- package/protos/webui/service_storequery.proto +0 -97
- package/protos/webui/service_storesales.proto +0 -15
- package/protos/webui/service_storetopsellers.proto +0 -44
- package/protos/webui/service_systemmanager.proto +0 -11
- package/protos/webui/service_test_transporterror.proto +0 -6
- package/protos/webui/service_transportauth.proto +0 -12
- package/protos/webui/service_transportvalidation.proto +0 -69
- package/protos/webui/service_twofactor.proto +0 -181
- package/protos/webui/service_useraccount.proto +0 -138
- package/protos/webui/service_usergameactivity.proto +0 -34
- package/protos/webui/service_usergamenotes.proto +0 -53
- package/protos/webui/service_usernews.proto +0 -68
- package/protos/webui/service_userreviews.proto +0 -96
- package/protos/webui/service_video.proto +0 -128
- package/protos/webui/service_voicechat.proto +0 -139
- package/protos/webui/service_webrtc.proto +0 -52
|
@@ -1,235 +1,228 @@
|
|
|
1
|
-
import "steammessages_base.proto";
|
|
2
|
-
|
|
3
|
-
option optimize_for = SPEED;
|
|
4
|
-
option cc_generic_services = false;
|
|
5
|
-
|
|
6
|
-
enum EMMSLobbyStatus {
|
|
7
|
-
k_EMMSLobbyStatusInvalid = 0;
|
|
8
|
-
k_EMMSLobbyStatusExists = 1;
|
|
9
|
-
k_EMMSLobbyStatusDoesNotExist = 2;
|
|
10
|
-
k_EMMSLobbyStatusNotAMember = 3;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
message CMsgClientMMSSetRatelimitPolicyOnClient {
|
|
14
|
-
optional uint32 app_id = 1;
|
|
15
|
-
optional bool enable_rate_limits = 2;
|
|
16
|
-
optional int32 seconds_per_message = 3;
|
|
17
|
-
optional int32 milliseconds_per_data_update = 4;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
message CMsgClientMMSCreateLobby {
|
|
21
|
-
optional uint32 app_id = 1;
|
|
22
|
-
optional int32 max_members = 2;
|
|
23
|
-
optional int32 lobby_type = 3;
|
|
24
|
-
optional int32 lobby_flags = 4;
|
|
25
|
-
optional uint32 cell_id = 5;
|
|
26
|
-
optional uint32 deprecated_public_ip = 6;
|
|
27
|
-
optional bytes metadata = 7;
|
|
28
|
-
optional string persona_name_owner = 8;
|
|
29
|
-
optional .CMsgIPAddress public_ip = 9;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
message CMsgClientMMSCreateLobbyResponse {
|
|
33
|
-
optional uint32 app_id = 1;
|
|
34
|
-
optional fixed64 steam_id_lobby = 2;
|
|
35
|
-
optional int32 eresult = 3 [default = 2];
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
message CMsgClientMMSJoinLobby {
|
|
39
|
-
optional uint32 app_id = 1;
|
|
40
|
-
optional fixed64 steam_id_lobby = 2;
|
|
41
|
-
optional string persona_name = 3;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
message CMsgClientMMSJoinLobbyResponse {
|
|
45
|
-
message Member {
|
|
46
|
-
optional fixed64 steam_id = 1;
|
|
47
|
-
optional string persona_name = 2;
|
|
48
|
-
optional bytes metadata = 3;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
optional uint32 app_id = 1;
|
|
52
|
-
optional fixed64 steam_id_lobby = 2;
|
|
53
|
-
optional int32 chat_room_enter_response = 3;
|
|
54
|
-
optional int32 max_members = 4;
|
|
55
|
-
optional int32 lobby_type = 5;
|
|
56
|
-
optional int32 lobby_flags = 6;
|
|
57
|
-
optional fixed64 steam_id_owner = 7;
|
|
58
|
-
optional bytes metadata = 8;
|
|
59
|
-
repeated .CMsgClientMMSJoinLobbyResponse.Member members = 9;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
message CMsgClientMMSLeaveLobby {
|
|
63
|
-
optional uint32 app_id = 1;
|
|
64
|
-
optional fixed64 steam_id_lobby = 2;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
message CMsgClientMMSLeaveLobbyResponse {
|
|
68
|
-
optional uint32 app_id = 1;
|
|
69
|
-
optional fixed64 steam_id_lobby = 2;
|
|
70
|
-
optional int32 eresult = 3 [default = 2];
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
message
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
optional
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
optional
|
|
109
|
-
optional
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
optional
|
|
118
|
-
optional
|
|
119
|
-
optional int32
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
optional
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
optional
|
|
142
|
-
|
|
143
|
-
optional
|
|
144
|
-
optional
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
optional
|
|
149
|
-
|
|
150
|
-
optional
|
|
151
|
-
optional
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
message
|
|
155
|
-
optional uint32 app_id = 1;
|
|
156
|
-
optional fixed64 steam_id_lobby = 2;
|
|
157
|
-
optional fixed64
|
|
158
|
-
optional bytes lobby_message = 4;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
message
|
|
162
|
-
optional uint32 app_id = 1;
|
|
163
|
-
optional fixed64 steam_id_lobby = 2;
|
|
164
|
-
optional fixed64
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
optional
|
|
170
|
-
optional
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
optional
|
|
176
|
-
optional fixed64
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
optional
|
|
182
|
-
optional
|
|
183
|
-
optional
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
optional uint32
|
|
190
|
-
optional
|
|
191
|
-
optional
|
|
192
|
-
optional
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
optional uint32
|
|
199
|
-
optional
|
|
200
|
-
optional fixed64
|
|
201
|
-
optional
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
message
|
|
205
|
-
optional uint32 app_id = 1;
|
|
206
|
-
optional fixed64 steam_id_lobby = 2;
|
|
207
|
-
optional fixed64 steam_id_user = 3;
|
|
208
|
-
optional string persona_name = 4;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
message
|
|
212
|
-
optional uint32 app_id = 1;
|
|
213
|
-
optional fixed64 steam_id_lobby = 2;
|
|
214
|
-
optional fixed64
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
optional
|
|
220
|
-
optional
|
|
221
|
-
optional
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
message
|
|
225
|
-
optional uint32 app_id = 1;
|
|
226
|
-
optional fixed64 steam_id_lobby = 2;
|
|
227
|
-
optional
|
|
228
|
-
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
message CMsgClientMMSGetLobbyStatusResponse {
|
|
232
|
-
optional uint32 app_id = 1;
|
|
233
|
-
optional fixed64 steam_id_lobby = 2;
|
|
234
|
-
optional .EMMSLobbyStatus lobby_status = 3 [default = k_EMMSLobbyStatusInvalid];
|
|
235
|
-
}
|
|
1
|
+
import "steammessages_base.proto";
|
|
2
|
+
|
|
3
|
+
option optimize_for = SPEED;
|
|
4
|
+
option cc_generic_services = false;
|
|
5
|
+
|
|
6
|
+
enum EMMSLobbyStatus {
|
|
7
|
+
k_EMMSLobbyStatusInvalid = 0;
|
|
8
|
+
k_EMMSLobbyStatusExists = 1;
|
|
9
|
+
k_EMMSLobbyStatusDoesNotExist = 2;
|
|
10
|
+
k_EMMSLobbyStatusNotAMember = 3;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
message CMsgClientMMSSetRatelimitPolicyOnClient {
|
|
14
|
+
optional uint32 app_id = 1;
|
|
15
|
+
optional bool enable_rate_limits = 2;
|
|
16
|
+
optional int32 seconds_per_message = 3;
|
|
17
|
+
optional int32 milliseconds_per_data_update = 4;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
message CMsgClientMMSCreateLobby {
|
|
21
|
+
optional uint32 app_id = 1;
|
|
22
|
+
optional int32 max_members = 2;
|
|
23
|
+
optional int32 lobby_type = 3;
|
|
24
|
+
optional int32 lobby_flags = 4;
|
|
25
|
+
optional uint32 cell_id = 5;
|
|
26
|
+
optional uint32 deprecated_public_ip = 6;
|
|
27
|
+
optional bytes metadata = 7;
|
|
28
|
+
optional string persona_name_owner = 8;
|
|
29
|
+
optional .CMsgIPAddress public_ip = 9;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
message CMsgClientMMSCreateLobbyResponse {
|
|
33
|
+
optional uint32 app_id = 1;
|
|
34
|
+
optional fixed64 steam_id_lobby = 2;
|
|
35
|
+
optional int32 eresult = 3 [default = 2];
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
message CMsgClientMMSJoinLobby {
|
|
39
|
+
optional uint32 app_id = 1;
|
|
40
|
+
optional fixed64 steam_id_lobby = 2;
|
|
41
|
+
optional string persona_name = 3;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
message CMsgClientMMSJoinLobbyResponse {
|
|
45
|
+
message Member {
|
|
46
|
+
optional fixed64 steam_id = 1;
|
|
47
|
+
optional string persona_name = 2;
|
|
48
|
+
optional bytes metadata = 3;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
optional uint32 app_id = 1;
|
|
52
|
+
optional fixed64 steam_id_lobby = 2;
|
|
53
|
+
optional int32 chat_room_enter_response = 3;
|
|
54
|
+
optional int32 max_members = 4;
|
|
55
|
+
optional int32 lobby_type = 5;
|
|
56
|
+
optional int32 lobby_flags = 6;
|
|
57
|
+
optional fixed64 steam_id_owner = 7;
|
|
58
|
+
optional bytes metadata = 8;
|
|
59
|
+
repeated .CMsgClientMMSJoinLobbyResponse.Member members = 9;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
message CMsgClientMMSLeaveLobby {
|
|
63
|
+
optional uint32 app_id = 1;
|
|
64
|
+
optional fixed64 steam_id_lobby = 2;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
message CMsgClientMMSLeaveLobbyResponse {
|
|
68
|
+
optional uint32 app_id = 1;
|
|
69
|
+
optional fixed64 steam_id_lobby = 2;
|
|
70
|
+
optional int32 eresult = 3 [default = 2];
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
message CMsgClientMMSGetLobbyList {
|
|
74
|
+
message Filter {
|
|
75
|
+
optional string key = 1;
|
|
76
|
+
optional string value = 2;
|
|
77
|
+
optional int32 comparision = 3;
|
|
78
|
+
optional int32 filter_type = 4;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
optional uint32 app_id = 1;
|
|
82
|
+
optional int32 num_lobbies_requested = 3;
|
|
83
|
+
optional uint32 cell_id = 4;
|
|
84
|
+
optional uint32 deprecated_public_ip = 5;
|
|
85
|
+
repeated .CMsgClientMMSGetLobbyList.Filter filters = 6;
|
|
86
|
+
optional .CMsgIPAddress public_ip = 7;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
message CMsgClientMMSGetLobbyListResponse {
|
|
90
|
+
message Lobby {
|
|
91
|
+
optional fixed64 steam_id = 1;
|
|
92
|
+
optional int32 max_members = 2;
|
|
93
|
+
optional int32 lobby_type = 3;
|
|
94
|
+
optional int32 lobby_flags = 4;
|
|
95
|
+
optional bytes metadata = 5;
|
|
96
|
+
optional int32 num_members = 6;
|
|
97
|
+
optional float distance = 7;
|
|
98
|
+
optional int64 weight = 8;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
optional uint32 app_id = 1;
|
|
102
|
+
optional int32 eresult = 3 [default = 2];
|
|
103
|
+
repeated .CMsgClientMMSGetLobbyListResponse.Lobby lobbies = 4;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
message CMsgClientMMSSetLobbyData {
|
|
107
|
+
optional uint32 app_id = 1;
|
|
108
|
+
optional fixed64 steam_id_lobby = 2;
|
|
109
|
+
optional fixed64 steam_id_member = 3;
|
|
110
|
+
optional int32 max_members = 4;
|
|
111
|
+
optional int32 lobby_type = 5;
|
|
112
|
+
optional int32 lobby_flags = 6;
|
|
113
|
+
optional bytes metadata = 7;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
message CMsgClientMMSSetLobbyDataResponse {
|
|
117
|
+
optional uint32 app_id = 1;
|
|
118
|
+
optional fixed64 steam_id_lobby = 2;
|
|
119
|
+
optional int32 eresult = 3 [default = 2];
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
message CMsgClientMMSGetLobbyData {
|
|
123
|
+
optional uint32 app_id = 1;
|
|
124
|
+
optional fixed64 steam_id_lobby = 2;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
message CMsgClientMMSLobbyData {
|
|
128
|
+
message Member {
|
|
129
|
+
optional fixed64 steam_id = 1;
|
|
130
|
+
optional string persona_name = 2;
|
|
131
|
+
optional bytes metadata = 3;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
optional uint32 app_id = 1;
|
|
135
|
+
optional fixed64 steam_id_lobby = 2;
|
|
136
|
+
optional int32 num_members = 3;
|
|
137
|
+
optional int32 max_members = 4;
|
|
138
|
+
optional int32 lobby_type = 5;
|
|
139
|
+
optional int32 lobby_flags = 6;
|
|
140
|
+
optional fixed64 steam_id_owner = 7;
|
|
141
|
+
optional bytes metadata = 8;
|
|
142
|
+
repeated .CMsgClientMMSLobbyData.Member members = 9;
|
|
143
|
+
optional uint32 lobby_cellid = 10;
|
|
144
|
+
optional bool owner_should_accept_changes = 11;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
message CMsgClientMMSSendLobbyChatMsg {
|
|
148
|
+
optional uint32 app_id = 1;
|
|
149
|
+
optional fixed64 steam_id_lobby = 2;
|
|
150
|
+
optional fixed64 steam_id_target = 3;
|
|
151
|
+
optional bytes lobby_message = 4;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
message CMsgClientMMSLobbyChatMsg {
|
|
155
|
+
optional uint32 app_id = 1;
|
|
156
|
+
optional fixed64 steam_id_lobby = 2;
|
|
157
|
+
optional fixed64 steam_id_sender = 3;
|
|
158
|
+
optional bytes lobby_message = 4;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
message CMsgClientMMSSetLobbyOwner {
|
|
162
|
+
optional uint32 app_id = 1;
|
|
163
|
+
optional fixed64 steam_id_lobby = 2;
|
|
164
|
+
optional fixed64 steam_id_new_owner = 3;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
message CMsgClientMMSSetLobbyOwnerResponse {
|
|
168
|
+
optional uint32 app_id = 1;
|
|
169
|
+
optional fixed64 steam_id_lobby = 2;
|
|
170
|
+
optional int32 eresult = 3 [default = 2];
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
message CMsgClientMMSSetLobbyLinked {
|
|
174
|
+
optional uint32 app_id = 1;
|
|
175
|
+
optional fixed64 steam_id_lobby = 2;
|
|
176
|
+
optional fixed64 steam_id_lobby2 = 3;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
message CMsgClientMMSSetLobbyGameServer {
|
|
180
|
+
optional uint32 app_id = 1;
|
|
181
|
+
optional fixed64 steam_id_lobby = 2;
|
|
182
|
+
optional uint32 deprecated_game_server_ip = 3;
|
|
183
|
+
optional uint32 game_server_port = 4;
|
|
184
|
+
optional fixed64 game_server_steam_id = 5;
|
|
185
|
+
optional .CMsgIPAddress game_server_ip = 6;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
message CMsgClientMMSLobbyGameServerSet {
|
|
189
|
+
optional uint32 app_id = 1;
|
|
190
|
+
optional fixed64 steam_id_lobby = 2;
|
|
191
|
+
optional uint32 deprecated_game_server_ip = 3;
|
|
192
|
+
optional uint32 game_server_port = 4;
|
|
193
|
+
optional fixed64 game_server_steam_id = 5;
|
|
194
|
+
optional .CMsgIPAddress game_server_ip = 6;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
message CMsgClientMMSUserJoinedLobby {
|
|
198
|
+
optional uint32 app_id = 1;
|
|
199
|
+
optional fixed64 steam_id_lobby = 2;
|
|
200
|
+
optional fixed64 steam_id_user = 3;
|
|
201
|
+
optional string persona_name = 4;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
message CMsgClientMMSUserLeftLobby {
|
|
205
|
+
optional uint32 app_id = 1;
|
|
206
|
+
optional fixed64 steam_id_lobby = 2;
|
|
207
|
+
optional fixed64 steam_id_user = 3;
|
|
208
|
+
optional string persona_name = 4;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
message CMsgClientMMSInviteToLobby {
|
|
212
|
+
optional uint32 app_id = 1;
|
|
213
|
+
optional fixed64 steam_id_lobby = 2;
|
|
214
|
+
optional fixed64 steam_id_user_invited = 3;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
message CMsgClientMMSGetLobbyStatus {
|
|
218
|
+
optional uint32 app_id = 1;
|
|
219
|
+
optional fixed64 steam_id_lobby = 2;
|
|
220
|
+
optional bool claim_membership = 3;
|
|
221
|
+
optional bool claim_ownership = 4;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
message CMsgClientMMSGetLobbyStatusResponse {
|
|
225
|
+
optional uint32 app_id = 1;
|
|
226
|
+
optional fixed64 steam_id_lobby = 2;
|
|
227
|
+
optional .EMMSLobbyStatus lobby_status = 3 [default = k_EMMSLobbyStatusInvalid];
|
|
228
|
+
}
|
|
@@ -28,6 +28,7 @@ message CMsgClientUCMAddScreenshot {
|
|
|
28
28
|
message CMsgClientUCMAddScreenshotResponse {
|
|
29
29
|
optional int32 eresult = 1 [default = 2];
|
|
30
30
|
optional fixed64 screenshotid = 2 [default = 18446744073709551615];
|
|
31
|
+
optional uint64 publishedfileid = 3;
|
|
31
32
|
}
|
|
32
33
|
|
|
33
34
|
message CMsgClientUCMDeleteScreenshot {
|
|
@@ -107,6 +108,7 @@ message CMsgClientUCMUpdatePublishedFile {
|
|
|
107
108
|
repeated int32 content_descriptors_to_add = 29;
|
|
108
109
|
repeated int32 content_descriptors_to_remove = 30;
|
|
109
110
|
optional bool allow_admin_tags = 31 [default = false];
|
|
111
|
+
optional uint64 external_asset_id = 32;
|
|
110
112
|
}
|
|
111
113
|
|
|
112
114
|
message CMsgClientUCMUpdatePublishedFileResponse {
|
|
@@ -3,133 +3,6 @@ import "steammessages_base.proto";
|
|
|
3
3
|
option optimize_for = SPEED;
|
|
4
4
|
option cc_generic_services = false;
|
|
5
5
|
|
|
6
|
-
message CMsgClientUFSUploadFileRequest {
|
|
7
|
-
optional uint32 app_id = 1;
|
|
8
|
-
optional uint32 file_size = 2;
|
|
9
|
-
optional uint32 raw_file_size = 3;
|
|
10
|
-
optional bytes sha_file = 4;
|
|
11
|
-
optional uint64 time_stamp = 5;
|
|
12
|
-
optional string file_name = 6;
|
|
13
|
-
optional uint32 platforms_to_sync_deprecated = 7;
|
|
14
|
-
optional uint32 platforms_to_sync = 8 [default = 4294967295];
|
|
15
|
-
optional uint32 cell_id = 9;
|
|
16
|
-
optional bool can_encrypt = 10;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
message CMsgClientUFSUploadFileResponse {
|
|
20
|
-
optional int32 eresult = 1 [default = 2];
|
|
21
|
-
optional bytes sha_file = 2;
|
|
22
|
-
optional bool use_http = 3;
|
|
23
|
-
optional string http_host = 4;
|
|
24
|
-
optional string http_url = 5;
|
|
25
|
-
optional bytes kv_headers = 6;
|
|
26
|
-
optional bool use_https = 7;
|
|
27
|
-
optional bool encrypt_file = 8;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
message CMsgClientUFSUploadCommit {
|
|
31
|
-
message File {
|
|
32
|
-
optional int32 eresult = 1 [default = 2];
|
|
33
|
-
optional uint32 app_id = 2;
|
|
34
|
-
optional bytes sha_file = 3;
|
|
35
|
-
optional uint32 cub_file = 4;
|
|
36
|
-
optional string file_name = 5;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
repeated .CMsgClientUFSUploadCommit.File files = 1;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
message CMsgClientUFSUploadCommitResponse {
|
|
43
|
-
message File {
|
|
44
|
-
optional int32 eresult = 1 [default = 2];
|
|
45
|
-
optional uint32 app_id = 2;
|
|
46
|
-
optional bytes sha_file = 3;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
repeated .CMsgClientUFSUploadCommitResponse.File files = 1;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
message CMsgClientUFSFileChunk {
|
|
53
|
-
optional bytes sha_file = 1;
|
|
54
|
-
optional uint32 file_start = 2;
|
|
55
|
-
optional bytes data = 3;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
message CMsgClientUFSTransferHeartbeat {
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
message CMsgClientUFSUploadFileFinished {
|
|
62
|
-
optional int32 eresult = 1 [default = 2];
|
|
63
|
-
optional bytes sha_file = 2;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
message CMsgClientUFSDeleteFileRequest {
|
|
67
|
-
optional uint32 app_id = 1;
|
|
68
|
-
optional string file_name = 2;
|
|
69
|
-
optional bool is_explicit_delete = 3;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
message CMsgClientUFSDeleteFileResponse {
|
|
73
|
-
optional int32 eresult = 1 [default = 2];
|
|
74
|
-
optional string file_name = 2;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
message CMsgClientUFSGetFileListForApp {
|
|
78
|
-
repeated uint32 apps_to_query = 1;
|
|
79
|
-
optional bool send_path_prefixes = 2;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
message CMsgClientUFSGetFileListForAppResponse {
|
|
83
|
-
option (msgpool_soft_limit) = 8;
|
|
84
|
-
option (msgpool_hard_limit) = 16;
|
|
85
|
-
|
|
86
|
-
message File {
|
|
87
|
-
optional uint32 app_id = 1;
|
|
88
|
-
optional string file_name = 2;
|
|
89
|
-
optional bytes sha_file = 3;
|
|
90
|
-
optional uint64 time_stamp = 4;
|
|
91
|
-
optional uint32 raw_file_size = 5;
|
|
92
|
-
optional bool is_explicit_delete = 6;
|
|
93
|
-
optional uint32 platforms_to_sync = 7;
|
|
94
|
-
optional uint32 path_prefix_index = 8;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
repeated .CMsgClientUFSGetFileListForAppResponse.File files = 1;
|
|
98
|
-
repeated string path_prefixes = 2;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
message CMsgClientUFSDownloadRequest {
|
|
102
|
-
optional uint32 app_id = 1;
|
|
103
|
-
optional string file_name = 2;
|
|
104
|
-
optional bool can_handle_http = 3;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
message CMsgClientUFSDownloadResponse {
|
|
108
|
-
optional int32 eresult = 1 [default = 2];
|
|
109
|
-
optional uint32 app_id = 2;
|
|
110
|
-
optional uint32 file_size = 3;
|
|
111
|
-
optional uint32 raw_file_size = 4;
|
|
112
|
-
optional bytes sha_file = 5;
|
|
113
|
-
optional uint64 time_stamp = 6;
|
|
114
|
-
optional bool is_explicit_delete = 7;
|
|
115
|
-
optional bool use_http = 8;
|
|
116
|
-
optional string http_host = 9;
|
|
117
|
-
optional string http_url = 10;
|
|
118
|
-
optional bytes kv_headers = 11;
|
|
119
|
-
optional bool use_https = 12;
|
|
120
|
-
optional bool encrypted = 13;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
message CMsgClientUFSLoginRequest {
|
|
124
|
-
optional uint32 protocol_version = 1;
|
|
125
|
-
optional uint64 am_session_token = 2;
|
|
126
|
-
repeated uint32 apps = 3;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
message CMsgClientUFSLoginResponse {
|
|
130
|
-
optional int32 eresult = 1 [default = 2];
|
|
131
|
-
}
|
|
132
|
-
|
|
133
6
|
message CMsgClientUFSGetUGCDetails {
|
|
134
7
|
optional fixed64 hcontent = 1 [default = 18446744073709551615];
|
|
135
8
|
}
|