steamutils 1.0.5 → 1.0.6

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.
Files changed (94) hide show
  1. package/package.json +1 -1
  2. package/protos/base_gcmessages.proto +533 -0
  3. package/protos/clientmetrics.proto +45 -0
  4. package/protos/content_manifest.proto +62 -0
  5. package/protos/cstrike15_gcmessages.proto +1344 -0
  6. package/protos/cstrike15_usermessages.proto +597 -0
  7. package/protos/econ_gcmessages.proto +225 -0
  8. package/protos/encrypted_app_ticket.proto +10 -0
  9. package/protos/engine_gcmessages.proto +16 -0
  10. package/protos/enums.proto +285 -0
  11. package/protos/enums_clientserver.proto +1534 -0
  12. package/protos/fatdemo.proto +125 -0
  13. package/protos/gcsdk_gcmessages.proto +302 -0
  14. package/protos/gcsystemmsgs.proto +246 -0
  15. package/protos/htmlmessages.proto +993 -0
  16. package/protos/netmessages.proto +491 -0
  17. package/protos/network_connection.proto +70 -0
  18. package/protos/renderer/rendermessages.proto +893 -0
  19. package/protos/steamdatagram_messages.proto +205 -0
  20. package/protos/steamdatagram_messages_auth.proto +65 -0
  21. package/protos/steamdatagram_messages_sdr.proto +518 -0
  22. package/protos/steammessages.proto +601 -0
  23. package/protos/steammessages_accounthardware.steamclient.proto +188 -0
  24. package/protos/steammessages_appoverview.proto +185 -0
  25. package/protos/steammessages_auth.steamclient.proto +192 -0
  26. package/protos/steammessages_base.proto +288 -0
  27. package/protos/steammessages_broadcast.steamclient.proto +756 -0
  28. package/protos/steammessages_chat.steamclient.proto +1281 -0
  29. package/protos/steammessages_client_objects.proto +336 -0
  30. package/protos/steammessages_clientlanp2p.proto +26 -0
  31. package/protos/steammessages_clientmetrics.steamclient.proto +176 -0
  32. package/protos/steammessages_clientnotificationtypes.proto +129 -0
  33. package/protos/steammessages_clientserver.proto +384 -0
  34. package/protos/steammessages_clientserver_2.proto +776 -0
  35. package/protos/steammessages_clientserver_appinfo.proto +166 -0
  36. package/protos/steammessages_clientserver_friends.proto +260 -0
  37. package/protos/steammessages_clientserver_gameservers.proto +159 -0
  38. package/protos/steammessages_clientserver_lbs.proto +70 -0
  39. package/protos/steammessages_clientserver_login.proto +159 -0
  40. package/protos/steammessages_clientserver_mms.proto +235 -0
  41. package/protos/steammessages_clientserver_ucm.proto +202 -0
  42. package/protos/steammessages_clientserver_uds.proto +104 -0
  43. package/protos/steammessages_clientserver_ufs.proto +172 -0
  44. package/protos/steammessages_clientserver_userstats.proto +80 -0
  45. package/protos/steammessages_cloud.steamclient.proto +512 -0
  46. package/protos/steammessages_contentsystem.steamclient.proto +77 -0
  47. package/protos/steammessages_credentials.steamclient.proto +141 -0
  48. package/protos/steammessages_datapublisher.steamclient.proto +67 -0
  49. package/protos/steammessages_depotbuilder.steamclient.proto +118 -0
  50. package/protos/steammessages_deviceauth.steamclient.proto +200 -0
  51. package/protos/steammessages_econ.steamclient.proto +105 -0
  52. package/protos/steammessages_friendmessages.steamclient.proto +168 -0
  53. package/protos/steammessages_gamenetworking.steamclient.proto +32 -0
  54. package/protos/steammessages_gamenetworkingui.proto +42 -0
  55. package/protos/steammessages_gamenotifications.steamclient.proto +156 -0
  56. package/protos/steammessages_gameservers.steamclient.proto +152 -0
  57. package/protos/steammessages_hiddevices.proto +156 -0
  58. package/protos/steammessages_inventory.steamclient.proto +224 -0
  59. package/protos/steammessages_linkfilter.steamclient.proto +49 -0
  60. package/protos/steammessages_lobbymatchmaking.steamclient.proto +33 -0
  61. package/protos/steammessages_market.steamclient.proto +26 -0
  62. package/protos/steammessages_offline.steamclient.proto +37 -0
  63. package/protos/steammessages_parental.steamclient.proto +186 -0
  64. package/protos/steammessages_parties.steamclient.proto +94 -0
  65. package/protos/steammessages_partnerapps.steamclient.proto +136 -0
  66. package/protos/steammessages_player.steamclient.proto +912 -0
  67. package/protos/steammessages_publishedfile.steamclient.proto +711 -0
  68. package/protos/steammessages_qms.steamclient.proto +125 -0
  69. package/protos/steammessages_remoteclient.proto +99 -0
  70. package/protos/steammessages_remoteclient_discovery.proto +228 -0
  71. package/protos/steammessages_remoteclient_service.steamclient.proto +90 -0
  72. package/protos/steammessages_remoteclient_service_messages.proto +196 -0
  73. package/protos/steammessages_remoteplay.proto +871 -0
  74. package/protos/steammessages_secrets.steamclient.proto +39 -0
  75. package/protos/steammessages_shader.steamclient.proto +96 -0
  76. package/protos/steammessages_site_license.steamclient.proto +128 -0
  77. package/protos/steammessages_sitelicenseclient.proto +38 -0
  78. package/protos/steammessages_siteserverui.proto +130 -0
  79. package/protos/steammessages_star.steamclient.proto +64 -0
  80. package/protos/steammessages_steamtv.steamclient.proto +630 -0
  81. package/protos/steammessages_store.steamclient.proto +262 -0
  82. package/protos/steammessages_timedtrial.steamclient.proto +50 -0
  83. package/protos/steammessages_twofactor.steamclient.proto +154 -0
  84. package/protos/steammessages_unified_base.steamclient.proto +33 -0
  85. package/protos/steammessages_unified_test.steamclient.proto +50 -0
  86. package/protos/steammessages_useraccount.steamclient.proto +210 -0
  87. package/protos/steammessages_vac.steamclient.proto +44 -0
  88. package/protos/steammessages_video.steamclient.proto +84 -0
  89. package/protos/steammessages_virtualcontroller.proto +138 -0
  90. package/protos/steammessages_workshop.steamclient.proto +23 -0
  91. package/protos/steamnetworkingsockets_messages.proto +204 -0
  92. package/protos/steamnetworkingsockets_messages_certs.proto +38 -0
  93. package/protos/steamnetworkingsockets_messages_udp.proto +75 -0
  94. package/protos/uifontfile_format.proto +16 -0
@@ -0,0 +1,159 @@
1
+ import "steammessages_base.proto";
2
+
3
+ option optimize_for = SPEED;
4
+ option cc_generic_services = false;
5
+
6
+ message CMsgClientHeartBeat {
7
+ optional bool send_reply = 1;
8
+ }
9
+
10
+ message CMsgClientServerTimestampRequest {
11
+ optional uint64 client_request_timestamp = 1;
12
+ }
13
+
14
+ message CMsgClientServerTimestampResponse {
15
+ optional uint64 client_request_timestamp = 1;
16
+ optional uint64 server_timestamp_ms = 2;
17
+ }
18
+
19
+ message CMsgClientSecret {
20
+ optional uint32 version = 1;
21
+ optional uint32 appid = 2;
22
+ optional uint32 deviceid = 3;
23
+ optional fixed64 nonce = 4;
24
+ optional bytes hmac = 5;
25
+ }
26
+
27
+ message CMsgClientLogon {
28
+ optional uint32 protocol_version = 1;
29
+ optional uint32 deprecated_obfustucated_private_ip = 2;
30
+ optional uint32 cell_id = 3;
31
+ optional uint32 last_session_id = 4;
32
+ optional uint32 client_package_version = 5;
33
+ optional string client_language = 6;
34
+ optional uint32 client_os_type = 7;
35
+ optional bool should_remember_password = 8 [default = false];
36
+ optional string wine_version = 9;
37
+ optional uint32 deprecated_10 = 10;
38
+ optional .CMsgIPAddress obfuscated_private_ip = 11;
39
+ optional uint32 deprecated_public_ip = 20;
40
+ optional uint32 qos_level = 21;
41
+ optional fixed64 client_supplied_steam_id = 22;
42
+ optional .CMsgIPAddress public_ip = 23;
43
+ optional bytes machine_id = 30;
44
+ optional uint32 launcher_type = 31 [default = 0];
45
+ optional uint32 ui_mode = 32 [default = 0];
46
+ optional uint32 chat_mode = 33 [default = 0];
47
+ optional bytes steam2_auth_ticket = 41;
48
+ optional string email_address = 42;
49
+ optional fixed32 rtime32_account_creation = 43;
50
+ optional string account_name = 50;
51
+ optional string password = 51;
52
+ optional string game_server_token = 52;
53
+ optional string login_key = 60;
54
+ optional bool was_converted_deprecated_msg = 70 [default = false];
55
+ optional string anon_user_target_account_name = 80;
56
+ optional fixed64 resolved_user_steam_id = 81;
57
+ optional int32 eresult_sentryfile = 82;
58
+ optional bytes sha_sentryfile = 83;
59
+ optional string auth_code = 84;
60
+ optional int32 otp_type = 85;
61
+ optional uint32 otp_value = 86;
62
+ optional string otp_identifier = 87;
63
+ optional bool steam2_ticket_request = 88;
64
+ optional bytes sony_psn_ticket = 90;
65
+ optional string sony_psn_service_id = 91;
66
+ optional bool create_new_psn_linked_account_if_needed = 92 [default = false];
67
+ optional string sony_psn_name = 93;
68
+ optional int32 game_server_app_id = 94;
69
+ optional bool steamguard_dont_remember_computer = 95;
70
+ optional string machine_name = 96;
71
+ optional string machine_name_userchosen = 97;
72
+ optional string country_override = 98;
73
+ optional bool is_steam_box = 99;
74
+ optional uint64 client_instance_id = 100;
75
+ optional string two_factor_code = 101;
76
+ optional bool supports_rate_limit_response = 102;
77
+ optional string web_logon_nonce = 103;
78
+ optional int32 priority_reason = 104;
79
+ optional .CMsgClientSecret embedded_client_secret = 105;
80
+ optional bool disable_partner_autogrants = 106;
81
+ optional bool is_steam_deck = 107;
82
+ }
83
+
84
+ message CMsgClientLogonResponse {
85
+ optional int32 eresult = 1 [default = 2];
86
+ optional int32 legacy_out_of_game_heartbeat_seconds = 2;
87
+ optional int32 heartbeat_seconds = 3;
88
+ optional uint32 deprecated_public_ip = 4;
89
+ optional fixed32 rtime32_server_time = 5;
90
+ optional uint32 account_flags = 6;
91
+ optional uint32 cell_id = 7;
92
+ optional string email_domain = 8;
93
+ optional bytes steam2_ticket = 9;
94
+ optional int32 eresult_extended = 10;
95
+ optional string webapi_authenticate_user_nonce = 11;
96
+ optional uint32 cell_id_ping_threshold = 12;
97
+ optional bool deprecated_use_pics = 13;
98
+ optional string vanity_url = 14;
99
+ optional .CMsgIPAddress public_ip = 15;
100
+ optional fixed64 client_supplied_steamid = 20;
101
+ optional string ip_country_code = 21;
102
+ optional bytes parental_settings = 22;
103
+ optional bytes parental_setting_signature = 23;
104
+ optional int32 count_loginfailures_to_migrate = 24;
105
+ optional int32 count_disconnects_to_migrate = 25;
106
+ optional int32 ogs_data_report_time_window = 26;
107
+ optional uint64 client_instance_id = 27;
108
+ optional bool force_client_update_check = 28;
109
+ optional string agreement_session_url = 29;
110
+ }
111
+
112
+ message CMsgClientRequestWebAPIAuthenticateUserNonce {
113
+ optional int32 token_type = 1 [default = -1];
114
+ }
115
+
116
+ message CMsgClientRequestWebAPIAuthenticateUserNonceResponse {
117
+ optional int32 eresult = 1 [default = 2];
118
+ optional string webapi_authenticate_user_nonce = 11;
119
+ optional int32 token_type = 3 [default = -1];
120
+ }
121
+
122
+ message CMsgClientLogOff {
123
+ }
124
+
125
+ message CMsgClientLoggedOff {
126
+ optional int32 eresult = 1 [default = 2];
127
+ }
128
+
129
+ message CMsgClientNewLoginKey {
130
+ optional uint32 unique_id = 1;
131
+ optional string login_key = 2;
132
+ }
133
+
134
+ message CMsgClientNewLoginKeyAccepted {
135
+ optional uint32 unique_id = 1;
136
+ }
137
+
138
+ message CMsgClientAccountInfo {
139
+ optional string persona_name = 1;
140
+ optional string ip_country = 2;
141
+ optional int32 count_authed_computers = 5;
142
+ optional uint32 account_flags = 7;
143
+ optional uint64 facebook_id = 8;
144
+ optional string facebook_name = 9;
145
+ optional bool steamguard_notify_newmachines = 14;
146
+ optional string steamguard_machine_name_user_chosen = 15;
147
+ optional bool is_phone_verified = 16;
148
+ optional uint32 two_factor_state = 17;
149
+ optional bool is_phone_identifying = 18;
150
+ optional bool is_phone_needing_reverify = 19;
151
+ }
152
+
153
+ message CMsgClientChallengeRequest {
154
+ optional fixed64 steamid = 1;
155
+ }
156
+
157
+ message CMsgClientChallengeResponse {
158
+ optional fixed64 challenge = 1;
159
+ }
@@ -0,0 +1,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
+ }
229
+
230
+ message CMsgIPAddress {
231
+ oneof ip {
232
+ fixed32 v4 = 1;
233
+ bytes v6 = 2;
234
+ }
235
+ }
@@ -0,0 +1,202 @@
1
+ import "steammessages_base.proto";
2
+
3
+ option optimize_for = SPEED;
4
+ option cc_generic_services = false;
5
+
6
+ message CMsgClientUCMAddScreenshot {
7
+ message Tag {
8
+ optional string tag_name = 1;
9
+ optional string tag_value = 2;
10
+ }
11
+
12
+ optional uint32 appid = 1;
13
+ optional string filename = 2;
14
+ optional string thumbname = 3;
15
+ optional string vr_filename = 14;
16
+ optional fixed32 rtime32_created = 4;
17
+ optional uint32 width = 5;
18
+ optional uint32 height = 6;
19
+ optional uint32 permissions = 7;
20
+ optional string caption = 8;
21
+ optional string shortcut_name = 9;
22
+ repeated .CMsgClientUCMAddScreenshot.Tag tag = 10;
23
+ repeated fixed64 tagged_steamid = 11;
24
+ optional bool spoiler_tag = 12;
25
+ repeated uint64 tagged_publishedfileid = 13;
26
+ }
27
+
28
+ message CMsgClientUCMAddScreenshotResponse {
29
+ optional int32 eresult = 1 [default = 2];
30
+ optional fixed64 screenshotid = 2 [default = 18446744073709551615];
31
+ }
32
+
33
+ message CMsgClientUCMDeleteScreenshot {
34
+ optional fixed64 screenshotid = 1 [default = 18446744073709551615];
35
+ }
36
+
37
+ message CMsgClientUCMDeleteScreenshotResponse {
38
+ optional int32 eresult = 1 [default = 2];
39
+ }
40
+
41
+ message CMsgClientUCMPublishFile {
42
+ optional uint32 app_id = 1;
43
+ optional string file_name = 2;
44
+ optional string preview_file_name = 3;
45
+ optional uint32 consumer_app_id = 4;
46
+ optional string title = 5;
47
+ optional string description = 6;
48
+ repeated string tags = 8;
49
+ optional bool workshop_file = 9;
50
+ optional int32 visibility = 10;
51
+ optional uint32 file_type = 11;
52
+ optional string url = 12;
53
+ optional uint32 video_provider = 13;
54
+ optional string video_account_name = 14;
55
+ optional string video_identifier = 15;
56
+ optional bool in_progress = 16;
57
+ }
58
+
59
+ message CMsgClientUCMPublishFileResponse {
60
+ optional int32 eresult = 1 [default = 2];
61
+ optional fixed64 published_file_id = 2 [default = 18446744073709551615];
62
+ optional bool needs_workshop_legal_agreement_acceptance = 3 [default = false];
63
+ }
64
+
65
+ message CMsgClientUCMUpdatePublishedFile {
66
+ message KeyValueTag {
67
+ optional string key = 1;
68
+ optional string value = 2;
69
+ }
70
+
71
+ message AdditionalPreview {
72
+ optional string original_file_name = 1;
73
+ optional string internal_file_name = 2;
74
+ optional string videoid = 3;
75
+ optional uint32 preview_type = 4;
76
+ optional int32 update_index = 5 [default = -1];
77
+ }
78
+
79
+ optional uint32 app_id = 1;
80
+ optional fixed64 published_file_id = 2;
81
+ optional string file_name = 3;
82
+ optional string preview_file_name = 4;
83
+ optional string title = 5;
84
+ optional string description = 6;
85
+ repeated string tags = 7;
86
+ optional int32 visibility = 8;
87
+ optional bool update_file = 9;
88
+ optional bool update_preview_file = 10;
89
+ optional bool update_title = 11;
90
+ optional bool update_description = 12;
91
+ optional bool update_tags = 13;
92
+ optional bool update_visibility = 14;
93
+ optional string change_description = 15;
94
+ optional bool update_url = 16;
95
+ optional string url = 17;
96
+ optional bool update_content_manifest = 18;
97
+ optional fixed64 content_manifest = 19;
98
+ optional string metadata = 20;
99
+ optional bool update_metadata = 21;
100
+ optional int32 language = 22 [default = 0];
101
+ repeated string removed_kvtags = 23;
102
+ repeated .CMsgClientUCMUpdatePublishedFile.KeyValueTag kvtags = 24;
103
+ repeated .CMsgClientUCMUpdatePublishedFile.AdditionalPreview previews = 25;
104
+ repeated int32 previews_to_remove = 26;
105
+ optional bool clear_in_progress = 27;
106
+ optional bool remove_all_kvtags = 28;
107
+ }
108
+
109
+ message CMsgClientUCMUpdatePublishedFileResponse {
110
+ optional int32 eresult = 1 [default = 2];
111
+ optional bool needs_workshop_legal_agreement_acceptance = 2 [default = false];
112
+ }
113
+
114
+ message CMsgClientUCMDeletePublishedFile {
115
+ optional fixed64 published_file_id = 1;
116
+ optional uint32 app_id = 2;
117
+ }
118
+
119
+ message CMsgClientUCMDeletePublishedFileResponse {
120
+ optional int32 eresult = 1 [default = 2];
121
+ }
122
+
123
+ message CMsgClientUCMEnumerateUserSubscribedFilesWithUpdates {
124
+ optional uint32 app_id = 1;
125
+ optional uint32 start_index = 2;
126
+ optional fixed32 start_time = 3;
127
+ optional uint32 desired_revision = 4 [default = 0];
128
+ }
129
+
130
+ message CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse {
131
+ message PublishedFileId {
132
+ optional fixed64 published_file_id = 1;
133
+ optional fixed32 rtime32_subscribed = 2 [default = 0];
134
+ optional uint32 appid = 3;
135
+ optional fixed64 file_hcontent = 4;
136
+ optional uint32 file_size = 5;
137
+ optional fixed32 rtime32_last_updated = 6;
138
+ optional bool is_depot_content = 7;
139
+ }
140
+
141
+ optional int32 eresult = 1 [default = 2];
142
+ repeated .CMsgClientUCMEnumerateUserSubscribedFilesWithUpdatesResponse.PublishedFileId subscribed_files = 2;
143
+ optional uint32 total_results = 3;
144
+ }
145
+
146
+ message CMsgClientUCMPublishedFileUpdated {
147
+ optional fixed64 published_file_id = 1;
148
+ optional uint32 app_id = 2;
149
+ optional uint32 time_updated = 3;
150
+ optional fixed64 hcontent = 4;
151
+ optional fixed32 file_size = 5;
152
+ optional bool is_depot_content = 6;
153
+ optional uint32 revision = 7;
154
+ }
155
+
156
+ message CMsgClientWorkshopItemChangesRequest {
157
+ optional uint32 app_id = 1;
158
+ optional uint32 last_time_updated = 2;
159
+ optional uint32 num_items_needed = 3;
160
+ }
161
+
162
+ message CMsgClientWorkshopItemChangesResponse {
163
+ message WorkshopItemInfo {
164
+ optional fixed64 published_file_id = 1;
165
+ optional uint32 time_updated = 2;
166
+ optional fixed64 manifest_id = 3;
167
+ }
168
+
169
+ optional int32 eresult = 1 [default = 2];
170
+ optional uint32 update_time = 2;
171
+ repeated .CMsgClientWorkshopItemChangesResponse.WorkshopItemInfo workshop_items = 5;
172
+ }
173
+
174
+ message CMsgClientUCMSetUserPublishedFileAction {
175
+ optional fixed64 published_file_id = 1;
176
+ optional uint32 app_id = 2;
177
+ optional int32 action = 3;
178
+ }
179
+
180
+ message CMsgClientUCMSetUserPublishedFileActionResponse {
181
+ optional int32 eresult = 1 [default = 2];
182
+ }
183
+
184
+ message CMsgClientUCMEnumeratePublishedFilesByUserAction {
185
+ optional uint32 app_id = 1;
186
+ optional uint32 start_index = 2;
187
+ optional int32 action = 3;
188
+ }
189
+
190
+ message CMsgClientUCMEnumeratePublishedFilesByUserActionResponse {
191
+ message PublishedFileId {
192
+ optional fixed64 published_file_id = 1;
193
+ optional fixed32 rtime_time_stamp = 2 [default = 0];
194
+ }
195
+
196
+ optional int32 eresult = 1 [default = 2];
197
+ repeated .CMsgClientUCMEnumeratePublishedFilesByUserActionResponse.PublishedFileId published_files = 2;
198
+ optional uint32 total_results = 3;
199
+ }
200
+
201
+ message CMsgClientScreenshotsChanged {
202
+ }
@@ -0,0 +1,104 @@
1
+ import "steammessages_base.proto";
2
+
3
+ option optimize_for = SPEED;
4
+ option cc_generic_services = false;
5
+
6
+ message CMsgClientUDSP2PSessionStarted {
7
+ optional fixed64 steamid_remote = 1;
8
+ optional int32 appid = 2;
9
+ }
10
+
11
+ message CMsgClientUDSP2PSessionEnded {
12
+ optional fixed64 steamid_remote = 1;
13
+ optional int32 appid = 2;
14
+ optional int32 session_length_sec = 3;
15
+ optional int32 session_error = 4;
16
+ optional int32 nattype = 5;
17
+ optional int32 bytes_recv = 6;
18
+ optional int32 bytes_sent = 7;
19
+ optional int32 bytes_sent_relay = 8;
20
+ optional int32 bytes_recv_relay = 9;
21
+ optional int32 time_to_connect_ms = 10;
22
+ }
23
+
24
+ message CMsgClientGetClientDetails {
25
+ }
26
+
27
+ message CMsgClientGetClientDetailsResponse {
28
+ message Game {
29
+ optional uint32 appid = 1;
30
+ optional string extra_info = 2;
31
+ optional uint32 time_running_sec = 3;
32
+ }
33
+
34
+ optional uint32 package_version = 1;
35
+ optional uint32 protocol_version = 8;
36
+ optional string os = 2;
37
+ optional string machine_name = 3;
38
+ optional string ip_public = 4;
39
+ optional string ip_private = 5;
40
+ optional uint64 bytes_available = 7;
41
+ repeated .CMsgClientGetClientDetailsResponse.Game games_running = 6;
42
+ }
43
+
44
+ message CMsgClientGetClientAppList {
45
+ optional bool media = 1;
46
+ optional bool tools = 2;
47
+ optional bool games = 3;
48
+ optional bool only_installed = 4;
49
+ optional bool only_changing = 5;
50
+ optional bool comics = 6;
51
+ }
52
+
53
+ message CMsgClientGetClientAppListResponse {
54
+ message App {
55
+ message DLC {
56
+ optional uint32 appid = 1;
57
+ optional bool installed = 2;
58
+ }
59
+
60
+ optional uint32 appid = 1;
61
+ optional string category = 2;
62
+ optional string app_type = 10;
63
+ optional bool favorite = 3;
64
+ optional bool installed = 4;
65
+ optional bool auto_update = 5;
66
+ optional uint64 bytes_downloaded = 6;
67
+ optional uint64 bytes_needed = 7;
68
+ optional uint32 bytes_download_rate = 8;
69
+ optional bool download_paused = 11;
70
+ optional uint32 num_downloading = 12;
71
+ optional uint32 num_paused = 13;
72
+ optional bool changing = 14;
73
+ optional bool available_on_platform = 15;
74
+ repeated .CMsgClientGetClientAppListResponse.App.DLC dlcs = 9;
75
+ }
76
+
77
+ repeated .CMsgClientGetClientAppListResponse.App apps = 1;
78
+ optional uint64 bytes_available = 2;
79
+ }
80
+
81
+ message CMsgClientInstallClientApp {
82
+ optional uint32 appid = 1;
83
+ }
84
+
85
+ message CMsgClientInstallClientAppResponse {
86
+ optional uint32 result = 1;
87
+ }
88
+
89
+ message CMsgClientUninstallClientApp {
90
+ optional uint32 appid = 1;
91
+ }
92
+
93
+ message CMsgClientUninstallClientAppResponse {
94
+ optional uint32 result = 1;
95
+ }
96
+
97
+ message CMsgClientSetClientAppUpdateState {
98
+ optional uint32 appid = 1;
99
+ optional bool update = 2;
100
+ }
101
+
102
+ message CMsgClientSetClientAppUpdateStateResponse {
103
+ optional uint32 result = 1;
104
+ }