steamutils 1.2.51 → 1.2.53
Sign up to get free protection for your applications and to get access to all the features.
- package/.idea/codeStyles/codeStyleConfig.xml +5 -0
- package/.idea/steamutils.iml +1 -1
- package/.idea/vcs.xml +1 -1
- package/SteamClient.js +18 -12
- package/example.js +1 -0
- package/helpers/protos.js +21 -0
- package/package.json +6 -6
- package/protos/{base_gcmessages.proto → csgo/base_gcmessages_csgo.proto} +547 -533
- package/protos/csgo/c_peer2peer_netmessages.proto +55 -0
- package/protos/csgo/clientmessages.proto +48 -0
- package/protos/csgo/connectionless_netmessages.proto +19 -0
- package/protos/csgo/cs_gameevents.proto +34 -0
- package/protos/csgo/cs_usercmd.proto +34 -0
- package/protos/{cstrike15_gcmessages.proto → csgo/cstrike15_gcmessages.proto} +1402 -1344
- package/protos/{cstrike15_usermessages.proto → csgo/cstrike15_usermessages.proto} +596 -597
- package/protos/csgo/demo.proto +160 -0
- package/protos/{econ_gcmessages.proto → csgo/econ_gcmessages.proto} +228 -225
- package/protos/{engine_gcmessages.proto → csgo/engine_gcmessages.proto} +14 -16
- package/protos/{enums_clientserver.proto → csgo/enums_clientserver.proto} +1529 -1534
- package/protos/{fatdemo.proto → csgo/fatdemo.proto} +125 -125
- package/protos/csgo/gameevents.proto +120 -0
- package/protos/{gcsdk_gcmessages.proto → csgo/gcsdk_gcmessages.proto} +323 -302
- package/protos/{gcsystemmsgs.proto → csgo/gcsystemmsgs.proto} +242 -246
- package/protos/csgo/netmessages.proto +604 -0
- package/protos/csgo/network_connection.proto +126 -0
- package/protos/csgo/networkbasetypes.proto +244 -0
- package/protos/csgo/networksystem_protomessages.proto +17 -0
- package/protos/{steamdatagram_messages_auth.proto → csgo/steamdatagram_messages_auth.proto} +65 -65
- package/protos/csgo/steamdatagram_messages_sdr.proto +534 -0
- package/protos/{steammessages.proto → csgo/steammessages.proto} +597 -601
- package/protos/{steammessages_base.proto → csgo/steammessages_base.proto} +301 -288
- package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -0
- package/protos/{steammessages_gamenetworkingui.proto → csgo/steammessages_gamenetworkingui.proto} +61 -42
- package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -0
- package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -0
- package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -0
- package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -0
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +357 -0
- package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -0
- package/protos/{steamnetworkingsockets_messages.proto → csgo/steamnetworkingsockets_messages.proto} +205 -204
- package/protos/{steamnetworkingsockets_messages_certs.proto → csgo/steamnetworkingsockets_messages_certs.proto} +39 -38
- package/protos/{steamnetworkingsockets_messages_udp.proto → csgo/steamnetworkingsockets_messages_udp.proto} +75 -75
- package/protos/csgo/te.proto +259 -0
- package/protos/{uifontfile_format.proto → csgo/uifontfile_format.proto} +13 -16
- package/protos/csgo/usercmd.proto +38 -0
- package/protos/csgo/usermessages.proto +721 -0
- package/protos/csgo/valveextensions.proto +17 -0
- package/protos/google/protobuf/descriptor.proto +281 -0
- package/protos/{clientmetrics.proto → steam/clientmetrics.proto} +45 -45
- package/protos/{content_manifest.proto → steam/content_manifest.proto} +62 -62
- package/protos/steam/contenthubs.proto +41 -0
- package/protos/{encrypted_app_ticket.proto → steam/encrypted_app_ticket.proto} +10 -10
- package/protos/{enums.proto → steam/enums.proto} +444 -285
- package/protos/steam/enums_clientserver.proto +1539 -0
- package/protos/steam/enums_productinfo.proto +13 -0
- package/protos/{htmlmessages.proto → steam/htmlmessages.proto} +1027 -993
- package/protos/steam/offline_ticket.proto +8 -0
- package/protos/{renderer → steam/renderer}/rendermessages.proto +893 -893
- package/protos/steam/steamdatagram_messages_auth.proto +65 -0
- package/protos/{steamdatagram_messages_sdr.proto → steam/steamdatagram_messages_sdr.proto} +533 -518
- package/protos/{steammessages_accounthardware.steamclient.proto → steam/steammessages_accounthardware.steamclient.proto} +201 -188
- package/protos/{steammessages_appoverview.proto → steam/steammessages_appoverview.proto} +187 -185
- package/protos/steam/steammessages_auth.steamclient.proto +435 -0
- package/protos/steam/steammessages_base.proto +332 -0
- package/protos/{steammessages_broadcast.steamclient.proto → steam/steammessages_broadcast.steamclient.proto} +759 -756
- package/protos/{steammessages_chat.steamclient.proto → steam/steammessages_chat.steamclient.proto} +1281 -1281
- package/protos/steam/steammessages_client_objects.proto +645 -0
- package/protos/{steammessages_clientlanp2p.proto → steam/steammessages_clientlanp2p.proto} +42 -26
- package/protos/{steammessages_clientmetrics.steamclient.proto → steam/steammessages_clientmetrics.steamclient.proto} +194 -176
- package/protos/{steammessages_clientnotificationtypes.proto → steam/steammessages_clientnotificationtypes.proto} +231 -129
- package/protos/{steammessages_clientserver.proto → steam/steammessages_clientserver.proto} +392 -384
- package/protos/{steammessages_clientserver_2.proto → steam/steammessages_clientserver_2.proto} +760 -776
- package/protos/{steammessages_clientserver_appinfo.proto → steam/steammessages_clientserver_appinfo.proto} +131 -166
- package/protos/{steammessages_clientserver_friends.proto → steam/steammessages_clientserver_friends.proto} +260 -260
- package/protos/{steammessages_clientserver_gameservers.proto → steam/steammessages_clientserver_gameservers.proto} +159 -159
- package/protos/{steammessages_clientserver_lbs.proto → steam/steammessages_clientserver_lbs.proto} +70 -70
- package/protos/{steammessages_clientserver_login.proto → steam/steammessages_clientserver_login.proto} +167 -159
- package/protos/{steammessages_clientserver_mms.proto → steam/steammessages_clientserver_mms.proto} +228 -235
- package/protos/{steammessages_clientserver_ucm.proto → steam/steammessages_clientserver_ucm.proto} +205 -202
- package/protos/{steammessages_clientserver_uds.proto → steam/steammessages_clientserver_uds.proto} +124 -104
- package/protos/{steammessages_clientserver_ufs.proto → steam/steammessages_clientserver_ufs.proto} +172 -172
- package/protos/{steammessages_clientserver_userstats.proto → steam/steammessages_clientserver_userstats.proto} +80 -80
- package/protos/steam/steammessages_clientsettings.proto +168 -0
- package/protos/{steammessages_cloud.steamclient.proto → steam/steammessages_cloud.steamclient.proto} +513 -512
- package/protos/{steammessages_contentsystem.steamclient.proto → steam/steammessages_contentsystem.steamclient.proto} +115 -77
- package/protos/{steammessages_credentials.steamclient.proto → steam/steammessages_credentials.steamclient.proto} +115 -141
- package/protos/steam/steammessages_datapublisher.steamclient.proto +116 -0
- package/protos/{steammessages_depotbuilder.steamclient.proto → steam/steammessages_depotbuilder.steamclient.proto} +118 -118
- package/protos/{steammessages_deviceauth.steamclient.proto → steam/steammessages_deviceauth.steamclient.proto} +203 -200
- package/protos/{steammessages_econ.steamclient.proto → steam/steammessages_econ.steamclient.proto} +150 -105
- package/protos/{steammessages_friendmessages.steamclient.proto → steam/steammessages_friendmessages.steamclient.proto} +168 -168
- package/protos/{steammessages_gamenetworking.steamclient.proto → steam/steammessages_gamenetworking.steamclient.proto} +32 -32
- package/protos/steam/steammessages_gamenetworkingui.proto +61 -0
- package/protos/{steammessages_gamenotifications.steamclient.proto → steam/steammessages_gamenotifications.steamclient.proto} +156 -156
- package/protos/{steammessages_gameservers.steamclient.proto → steam/steammessages_gameservers.steamclient.proto} +152 -152
- package/protos/{steammessages_hiddevices.proto → steam/steammessages_hiddevices.proto} +157 -156
- package/protos/{steammessages_inventory.steamclient.proto → steam/steammessages_inventory.steamclient.proto} +224 -224
- package/protos/{steammessages_linkfilter.steamclient.proto → steam/steammessages_linkfilter.steamclient.proto} +49 -49
- package/protos/{steammessages_lobbymatchmaking.steamclient.proto → steam/steammessages_lobbymatchmaking.steamclient.proto} +33 -33
- package/protos/{steammessages_market.steamclient.proto → steam/steammessages_market.steamclient.proto} +26 -26
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +274 -0
- package/protos/{steammessages_offline.steamclient.proto → steam/steammessages_offline.steamclient.proto} +40 -37
- package/protos/{steammessages_parental.steamclient.proto → steam/steammessages_parental.steamclient.proto} +228 -186
- package/protos/{steammessages_parties.steamclient.proto → steam/steammessages_parties.steamclient.proto} +94 -94
- package/protos/{steammessages_partnerapps.steamclient.proto → steam/steammessages_partnerapps.steamclient.proto} +138 -136
- package/protos/{steammessages_player.steamclient.proto → steam/steammessages_player.steamclient.proto} +1060 -912
- package/protos/{steammessages_publishedfile.steamclient.proto → steam/steammessages_publishedfile.steamclient.proto} +813 -711
- package/protos/{steammessages_qms.steamclient.proto → steam/steammessages_qms.steamclient.proto} +125 -125
- package/protos/{steammessages_remoteclient.proto → steam/steammessages_remoteclient.proto} +99 -99
- package/protos/{steammessages_remoteclient_discovery.proto → steam/steammessages_remoteclient_discovery.proto} +235 -228
- package/protos/{steammessages_remoteclient_service.steamclient.proto → steam/steammessages_remoteclient_service.steamclient.proto} +86 -90
- package/protos/{steammessages_remoteclient_service_messages.proto → steam/steammessages_remoteclient_service_messages.proto} +217 -196
- package/protos/{steammessages_remoteplay.proto → steam/steammessages_remoteplay.proto} +976 -871
- package/protos/{steammessages_secrets.steamclient.proto → steam/steammessages_secrets.steamclient.proto} +39 -39
- package/protos/{steammessages_shader.steamclient.proto → steam/steammessages_shader.steamclient.proto} +108 -96
- package/protos/{steammessages_site_license.steamclient.proto → steam/steammessages_site_license.steamclient.proto} +128 -128
- package/protos/{steammessages_sitelicenseclient.proto → steam/steammessages_sitelicenseclient.proto} +38 -38
- package/protos/{steammessages_siteserverui.proto → steam/steammessages_siteserverui.proto} +130 -130
- package/protos/{steammessages_star.steamclient.proto → steam/steammessages_star.steamclient.proto} +64 -64
- package/protos/{steammessages_steamtv.steamclient.proto → steam/steammessages_steamtv.steamclient.proto} +630 -630
- package/protos/{steammessages_store.steamclient.proto → steam/steammessages_store.steamclient.proto} +371 -262
- package/protos/steam/steammessages_storebrowse.steamclient.proto +402 -0
- package/protos/{steammessages_timedtrial.steamclient.proto → steam/steammessages_timedtrial.steamclient.proto} +50 -50
- package/protos/{steammessages_twofactor.steamclient.proto → steam/steammessages_twofactor.steamclient.proto} +186 -154
- package/protos/{steammessages_unified_base.steamclient.proto → steam/steammessages_unified_base.steamclient.proto} +33 -33
- package/protos/{steammessages_unified_test.steamclient.proto → steam/steammessages_unified_test.steamclient.proto} +61 -50
- package/protos/{steammessages_useraccount.steamclient.proto → steam/steammessages_useraccount.steamclient.proto} +249 -210
- package/protos/{steammessages_vac.steamclient.proto → steam/steammessages_vac.steamclient.proto} +44 -44
- package/protos/steam/steammessages_video.steamclient.proto +171 -0
- package/protos/{steammessages_virtualcontroller.proto → steam/steammessages_virtualcontroller.proto} +138 -138
- package/protos/{steammessages_workshop.steamclient.proto → steam/steammessages_workshop.steamclient.proto} +23 -23
- package/protos/steam/steamnetworkingsockets_messages.proto +205 -0
- package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -0
- package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -0
- package/protos/steam/webuimessages_base.proto +24 -0
- package/protos/steam/webuimessages_gamenotes.proto +21 -0
- package/protos/steam/webuimessages_steamengine.proto +32 -0
- package/protos/steam/webuimessages_storagedevicemanager.proto +110 -0
- package/protos/steam/webuimessages_systemmanager.proto +17 -0
- package/protos/steam/webuimessages_transport.proto +18 -0
- package/protos/steam/webuimessages_transportvalidation.proto +97 -0
- package/protos/webui/common.proto +5508 -0
- package/protos/webui/common_base.proto +27 -0
- package/protos/webui/service_accountlinking.proto +27 -0
- package/protos/webui/service_accountprivacy.proto +42 -0
- package/protos/webui/service_auction.proto +97 -0
- package/protos/webui/service_authentication.proto +222 -0
- package/protos/webui/service_authenticationsupport.proto +74 -0
- package/protos/webui/service_broadcast.proto +562 -0
- package/protos/webui/service_chat.proto +11 -0
- package/protos/webui/service_chatroom.proto +810 -0
- package/protos/webui/service_chatusability.proto +107 -0
- package/protos/webui/service_clan.proto +41 -0
- package/protos/webui/service_clanchatrooms.proto +25 -0
- package/protos/webui/service_clanfaqs.proto +202 -0
- package/protos/webui/service_clientcomm.proto +150 -0
- package/protos/webui/service_clientmetrics.proto +63 -0
- package/protos/webui/service_cloud.proto +222 -0
- package/protos/webui/service_cloudconfigstore.proto +51 -0
- package/protos/webui/service_cloudgaming.proto +30 -0
- package/protos/webui/service_community.proto +365 -0
- package/protos/webui/service_econ.proto +134 -0
- package/protos/webui/service_embedded.proto +24 -0
- package/protos/webui/service_experimentservice.proto +6 -0
- package/protos/webui/service_fovasvideo.proto +15 -0
- package/protos/webui/service_friendmessages.proto +133 -0
- package/protos/webui/service_friendslist.proto +70 -0
- package/protos/webui/service_gamenotes.proto +15 -0
- package/protos/webui/service_helprequestlogs.proto +26 -0
- package/protos/webui/service_loyaltyrewards.proto +252 -0
- package/protos/webui/service_marketingmessages.proto +184 -0
- package/protos/webui/service_mobileapp.proto +18 -0
- package/protos/webui/service_mobileauth.proto +24 -0
- package/protos/webui/service_mobiledevice.proto +26 -0
- package/protos/webui/service_mobileperaccount.proto +31 -0
- package/protos/webui/service_news.proto +101 -0
- package/protos/webui/service_parental.proto +178 -0
- package/protos/webui/service_partnermembershipinvite.proto +29 -0
- package/protos/webui/service_partnerstorebrowse.proto +6 -0
- package/protos/webui/service_phone.proto +51 -0
- package/protos/webui/service_physicalgoods.proto +15 -0
- package/protos/webui/service_player.proto +885 -0
- package/protos/webui/service_promotioneventinvites.proto +50 -0
- package/protos/webui/service_promotionplanning.proto +72 -0
- package/protos/webui/service_publishedfile.proto +687 -0
- package/protos/webui/service_publishing.proto +119 -0
- package/protos/webui/service_quest.proto +127 -0
- package/protos/webui/service_salefeature.proto +315 -0
- package/protos/webui/service_saleitemrewards.proto +54 -0
- package/protos/webui/service_shoppingcart.proto +108 -0
- package/protos/webui/service_steamawards.proto +19 -0
- package/protos/webui/service_steamcharts.proto +75 -0
- package/protos/webui/service_steamengine.proto +36 -0
- package/protos/webui/service_steamlearn.proto +727 -0
- package/protos/webui/service_steamnotification.proto +84 -0
- package/protos/webui/service_steamtv.proto +495 -0
- package/protos/webui/service_steamvrvoicechat.proto +67 -0
- package/protos/webui/service_steamvrwebrtc.proto +48 -0
- package/protos/webui/service_storagedevicemanager.proto +104 -0
- package/protos/webui/service_store.proto +289 -0
- package/protos/webui/service_storeappsimilarity.proto +76 -0
- package/protos/webui/service_storebrowse.proto +73 -0
- package/protos/webui/service_storequery.proto +97 -0
- package/protos/webui/service_storesales.proto +15 -0
- package/protos/webui/service_storetopsellers.proto +44 -0
- package/protos/webui/service_systemmanager.proto +11 -0
- package/protos/webui/service_test_transporterror.proto +6 -0
- package/protos/webui/service_transportauth.proto +12 -0
- package/protos/webui/service_transportvalidation.proto +69 -0
- package/protos/webui/service_twofactor.proto +181 -0
- package/protos/webui/service_useraccount.proto +138 -0
- package/protos/webui/service_usergameactivity.proto +34 -0
- package/protos/webui/service_usergamenotes.proto +53 -0
- package/protos/webui/service_usernews.proto +68 -0
- package/protos/webui/service_userreviews.proto +96 -0
- package/protos/webui/service_video.proto +128 -0
- package/protos/webui/service_voicechat.proto +139 -0
- package/protos/webui/service_webrtc.proto +52 -0
- package/.idea/deployment.xml +0 -21
- package/protos/netmessages.proto +0 -491
- package/protos/network_connection.proto +0 -70
- package/protos/steamdatagram_messages.proto +0 -205
- package/protos/steammessages_auth.steamclient.proto +0 -192
- package/protos/steammessages_client_objects.proto +0 -336
- package/protos/steammessages_datapublisher.steamclient.proto +0 -67
- package/protos/steammessages_video.steamclient.proto +0 -84
@@ -0,0 +1,12 @@
|
|
1
|
+
|
2
|
+
message CTransportAuth_Authenticate_Request {
|
3
|
+
optional string auth_key = 1;
|
4
|
+
}
|
5
|
+
|
6
|
+
message CTransportAuth_Authenticate_Response {
|
7
|
+
}
|
8
|
+
|
9
|
+
service TransportAuth {
|
10
|
+
rpc Authenticate (.CTransportAuth_Authenticate_Request) returns (.CTransportAuth_Authenticate_Response);
|
11
|
+
}
|
12
|
+
|
@@ -0,0 +1,69 @@
|
|
1
|
+
import "common.proto";
|
2
|
+
import "common_base.proto";
|
3
|
+
|
4
|
+
message CTransportValidation_AddNumbers_Request {
|
5
|
+
repeated int32 numbers = 1;
|
6
|
+
}
|
7
|
+
|
8
|
+
message CTransportValidation_AddNumbers_Response {
|
9
|
+
optional int32 accumulated = 1;
|
10
|
+
}
|
11
|
+
|
12
|
+
message CTransportValidation_CountOrderedBytes_Request {
|
13
|
+
optional bytes ordered_bytes = 1;
|
14
|
+
}
|
15
|
+
|
16
|
+
message CTransportValidation_CountOrderedBytes_Response {
|
17
|
+
optional int32 byte_count = 1;
|
18
|
+
}
|
19
|
+
|
20
|
+
message CTransportValidation_GetLastNotifyNumber_Request {
|
21
|
+
}
|
22
|
+
|
23
|
+
message CTransportValidation_GetLastNotifyNumber_Response {
|
24
|
+
optional int32 last_notify_number = 1;
|
25
|
+
}
|
26
|
+
|
27
|
+
message CTransportValidation_NotifyNumber_Notification {
|
28
|
+
optional int32 number = 1;
|
29
|
+
}
|
30
|
+
|
31
|
+
message CTransportValidation_NotifySyntheticEvent_Notification {
|
32
|
+
optional int32 sequence = 1;
|
33
|
+
}
|
34
|
+
|
35
|
+
message CTransportValidation_NotifyText_Notification {
|
36
|
+
optional string text = 1;
|
37
|
+
}
|
38
|
+
|
39
|
+
message CTransportValidation_TriggerSyntheticEvents_Request {
|
40
|
+
optional int32 count = 1;
|
41
|
+
}
|
42
|
+
|
43
|
+
message CTransportValidation_TriggerSyntheticEvents_Response {
|
44
|
+
}
|
45
|
+
|
46
|
+
message CTransportValidationClient_AddNumbers_Request {
|
47
|
+
repeated int32 numbers = 1;
|
48
|
+
}
|
49
|
+
|
50
|
+
message CTransportValidationClient_AddNumbers_Response {
|
51
|
+
optional int32 accumulated = 1;
|
52
|
+
}
|
53
|
+
|
54
|
+
service TransportValidation {
|
55
|
+
rpc AddNumbers (.CTransportValidation_AddNumbers_Request) returns (.CTransportValidation_AddNumbers_Response);
|
56
|
+
rpc AddNumbersStatic (.CTransportValidation_AddNumbers_Request) returns (.CTransportValidation_AddNumbers_Response);
|
57
|
+
rpc AppendToString (.CTransportValidation_AppendToString_Request) returns (.CTransportValidation_AppendToString_Response);
|
58
|
+
rpc CountOrderedBytes (.CTransportValidation_CountOrderedBytes_Request) returns (.CTransportValidation_CountOrderedBytes_Response);
|
59
|
+
rpc GetLastNotifyNumber (.CTransportValidation_GetLastNotifyNumber_Request) returns (.CTransportValidation_GetLastNotifyNumber_Response);
|
60
|
+
rpc NotifyNumber (.CTransportValidation_NotifyNumber_Notification) returns (.NoResponse);
|
61
|
+
rpc NotifySyntheticEvent (.CTransportValidation_NotifySyntheticEvent_Notification) returns (.NoResponse);
|
62
|
+
rpc NotifyText (.CTransportValidation_NotifyText_Notification) returns (.NoResponse);
|
63
|
+
rpc TriggerSyntheticEvents (.CTransportValidation_TriggerSyntheticEvents_Request) returns (.CTransportValidation_TriggerSyntheticEvents_Response);
|
64
|
+
}
|
65
|
+
|
66
|
+
service TransportValidationClient {
|
67
|
+
rpc AddNumbers (.CTransportValidationClient_AddNumbers_Request) returns (.CTransportValidationClient_AddNumbers_Response);
|
68
|
+
}
|
69
|
+
|
@@ -0,0 +1,181 @@
|
|
1
|
+
|
2
|
+
message CRemoveAuthenticatorViaChallengeContinue_Replacement_Token {
|
3
|
+
optional bytes shared_secret = 1;
|
4
|
+
optional fixed64 serial_number = 2;
|
5
|
+
optional string revocation_code = 3;
|
6
|
+
optional string uri = 4;
|
7
|
+
optional uint64 server_time = 5;
|
8
|
+
optional string account_name = 6;
|
9
|
+
optional string token_gid = 7;
|
10
|
+
optional bytes identity_secret = 8;
|
11
|
+
optional bytes secret_1 = 9;
|
12
|
+
optional int32 status = 10;
|
13
|
+
optional uint32 steamguard_scheme = 11;
|
14
|
+
optional fixed64 steamid = 12;
|
15
|
+
}
|
16
|
+
|
17
|
+
message CTwoFactor_AddAuthenticator_Request {
|
18
|
+
optional fixed64 steamid = 1;
|
19
|
+
optional uint64 authenticator_time = 2;
|
20
|
+
optional fixed64 serial_number = 3;
|
21
|
+
optional uint32 authenticator_type = 4;
|
22
|
+
optional string device_identifier = 5;
|
23
|
+
optional string sms_phone_id = 6;
|
24
|
+
repeated string http_headers = 7;
|
25
|
+
optional uint32 version = 8 [default = 1];
|
26
|
+
}
|
27
|
+
|
28
|
+
message CTwoFactor_AddAuthenticator_Response {
|
29
|
+
optional bytes shared_secret = 1;
|
30
|
+
optional fixed64 serial_number = 2;
|
31
|
+
optional string revocation_code = 3;
|
32
|
+
optional string uri = 4;
|
33
|
+
optional uint64 server_time = 5;
|
34
|
+
optional string account_name = 6;
|
35
|
+
optional string token_gid = 7;
|
36
|
+
optional bytes identity_secret = 8;
|
37
|
+
optional bytes secret_1 = 9;
|
38
|
+
optional int32 status = 10;
|
39
|
+
optional string phone_number_hint = 11;
|
40
|
+
}
|
41
|
+
|
42
|
+
message CTwoFactor_CreateEmergencyCodes_Request {
|
43
|
+
optional string code = 1;
|
44
|
+
}
|
45
|
+
|
46
|
+
message CTwoFactor_CreateEmergencyCodes_Response {
|
47
|
+
repeated string codes = 1;
|
48
|
+
}
|
49
|
+
|
50
|
+
message CTwoFactor_DestroyEmergencyCodes_Request {
|
51
|
+
optional fixed64 steamid = 1;
|
52
|
+
}
|
53
|
+
|
54
|
+
message CTwoFactor_DestroyEmergencyCodes_Response {
|
55
|
+
}
|
56
|
+
|
57
|
+
message CTwoFactor_FinalizeAddAuthenticator_Request {
|
58
|
+
optional fixed64 steamid = 1;
|
59
|
+
optional string authenticator_code = 2;
|
60
|
+
optional uint64 authenticator_time = 3;
|
61
|
+
optional string activation_code = 4;
|
62
|
+
repeated string http_headers = 5;
|
63
|
+
optional bool validate_sms_code = 6;
|
64
|
+
}
|
65
|
+
|
66
|
+
message CTwoFactor_FinalizeAddAuthenticator_Response {
|
67
|
+
optional bool success = 1;
|
68
|
+
optional bool want_more = 2;
|
69
|
+
optional uint64 server_time = 3;
|
70
|
+
optional int32 status = 4;
|
71
|
+
}
|
72
|
+
|
73
|
+
message CTwoFactor_RemoveAuthenticator_Request {
|
74
|
+
optional string revocation_code = 2;
|
75
|
+
optional uint32 revocation_reason = 5;
|
76
|
+
optional uint32 steamguard_scheme = 6;
|
77
|
+
optional bool remove_all_steamguard_cookies = 7;
|
78
|
+
}
|
79
|
+
|
80
|
+
message CTwoFactor_RemoveAuthenticator_Response {
|
81
|
+
optional bool success = 1;
|
82
|
+
optional uint64 server_time = 3;
|
83
|
+
optional uint32 revocation_attempts_remaining = 5;
|
84
|
+
}
|
85
|
+
|
86
|
+
message CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Request {
|
87
|
+
optional string sms_code = 1;
|
88
|
+
optional bool generate_new_token = 2;
|
89
|
+
optional uint32 version = 3 [default = 1];
|
90
|
+
}
|
91
|
+
|
92
|
+
message CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Response {
|
93
|
+
optional bool success = 1;
|
94
|
+
optional .CRemoveAuthenticatorViaChallengeContinue_Replacement_Token replacement_token = 2;
|
95
|
+
}
|
96
|
+
|
97
|
+
message CTwoFactor_RemoveAuthenticatorViaChallengeStart_Request {
|
98
|
+
}
|
99
|
+
|
100
|
+
message CTwoFactor_RemoveAuthenticatorViaChallengeStart_Response {
|
101
|
+
optional bool success = 1;
|
102
|
+
}
|
103
|
+
|
104
|
+
message CTwoFactor_SendEmail_Request {
|
105
|
+
optional fixed64 steamid = 1;
|
106
|
+
optional uint32 email_type = 2;
|
107
|
+
optional bool include_activation_code = 3;
|
108
|
+
}
|
109
|
+
|
110
|
+
message CTwoFactor_SendEmail_Response {
|
111
|
+
}
|
112
|
+
|
113
|
+
message CTwoFactor_Status_Request {
|
114
|
+
optional fixed64 steamid = 1;
|
115
|
+
}
|
116
|
+
|
117
|
+
message CTwoFactor_Status_Response {
|
118
|
+
optional uint32 state = 1;
|
119
|
+
optional uint32 inactivation_reason = 2;
|
120
|
+
optional uint32 authenticator_type = 3;
|
121
|
+
optional bool authenticator_allowed = 4;
|
122
|
+
optional uint32 steamguard_scheme = 5;
|
123
|
+
optional string token_gid = 6;
|
124
|
+
optional bool email_validated = 7;
|
125
|
+
optional string device_identifier = 8;
|
126
|
+
optional uint32 time_created = 9;
|
127
|
+
optional uint32 revocation_attempts_remaining = 10;
|
128
|
+
optional string classified_agent = 11;
|
129
|
+
optional bool allow_external_authenticator = 12;
|
130
|
+
optional uint32 time_transferred = 13;
|
131
|
+
optional uint32 version = 14;
|
132
|
+
}
|
133
|
+
|
134
|
+
message CTwoFactor_Time_Request {
|
135
|
+
optional uint64 sender_time = 1;
|
136
|
+
}
|
137
|
+
|
138
|
+
message CTwoFactor_Time_Response {
|
139
|
+
optional uint64 server_time = 1;
|
140
|
+
optional uint64 skew_tolerance_seconds = 2;
|
141
|
+
optional uint64 large_time_jink = 3;
|
142
|
+
optional uint32 probe_frequency_seconds = 4;
|
143
|
+
optional uint32 adjusted_time_probe_frequency_seconds = 5;
|
144
|
+
optional uint32 hint_probe_frequency_seconds = 6;
|
145
|
+
optional uint32 sync_timeout = 7;
|
146
|
+
optional uint32 try_again_seconds = 8;
|
147
|
+
optional uint32 max_attempts = 9;
|
148
|
+
}
|
149
|
+
|
150
|
+
message CTwoFactor_UpdateTokenVersion_Request {
|
151
|
+
optional fixed64 steamid = 1;
|
152
|
+
optional uint32 version = 2;
|
153
|
+
optional bytes signature = 3;
|
154
|
+
}
|
155
|
+
|
156
|
+
message CTwoFactor_UpdateTokenVersion_Response {
|
157
|
+
}
|
158
|
+
|
159
|
+
message CTwoFactor_ValidateToken_Request {
|
160
|
+
optional string code = 1;
|
161
|
+
}
|
162
|
+
|
163
|
+
message CTwoFactor_ValidateToken_Response {
|
164
|
+
optional bool valid = 1;
|
165
|
+
}
|
166
|
+
|
167
|
+
service TwoFactor {
|
168
|
+
rpc AddAuthenticator (.CTwoFactor_AddAuthenticator_Request) returns (.CTwoFactor_AddAuthenticator_Response);
|
169
|
+
rpc CreateEmergencyCodes (.CTwoFactor_CreateEmergencyCodes_Request) returns (.CTwoFactor_CreateEmergencyCodes_Response);
|
170
|
+
rpc DestroyEmergencyCodes (.CTwoFactor_DestroyEmergencyCodes_Request) returns (.CTwoFactor_DestroyEmergencyCodes_Response);
|
171
|
+
rpc FinalizeAddAuthenticator (.CTwoFactor_FinalizeAddAuthenticator_Request) returns (.CTwoFactor_FinalizeAddAuthenticator_Response);
|
172
|
+
rpc QueryStatus (.CTwoFactor_Status_Request) returns (.CTwoFactor_Status_Response);
|
173
|
+
rpc QueryTime (.CTwoFactor_Time_Request) returns (.CTwoFactor_Time_Response);
|
174
|
+
rpc RemoveAuthenticator (.CTwoFactor_RemoveAuthenticator_Request) returns (.CTwoFactor_RemoveAuthenticator_Response);
|
175
|
+
rpc RemoveAuthenticatorViaChallengeContinue (.CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Request) returns (.CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Response);
|
176
|
+
rpc RemoveAuthenticatorViaChallengeStart (.CTwoFactor_RemoveAuthenticatorViaChallengeStart_Request) returns (.CTwoFactor_RemoveAuthenticatorViaChallengeStart_Response);
|
177
|
+
rpc SendEmail (.CTwoFactor_SendEmail_Request) returns (.CTwoFactor_SendEmail_Response);
|
178
|
+
rpc UpdateTokenVersion (.CTwoFactor_UpdateTokenVersion_Request) returns (.CTwoFactor_UpdateTokenVersion_Response);
|
179
|
+
rpc ValidateToken (.CTwoFactor_ValidateToken_Request) returns (.CTwoFactor_ValidateToken_Response);
|
180
|
+
}
|
181
|
+
|
@@ -0,0 +1,138 @@
|
|
1
|
+
|
2
|
+
message CUserAccount_CancelLicenseForApp_Request {
|
3
|
+
optional uint32 appid = 1;
|
4
|
+
}
|
5
|
+
|
6
|
+
message CUserAccount_CancelLicenseForApp_Response {
|
7
|
+
}
|
8
|
+
|
9
|
+
message CUserAccount_CreateFriendInviteToken_Request {
|
10
|
+
optional uint32 invite_limit = 1;
|
11
|
+
optional uint32 invite_duration = 2;
|
12
|
+
optional string invite_note = 3;
|
13
|
+
}
|
14
|
+
|
15
|
+
message CUserAccount_CreateFriendInviteToken_Response {
|
16
|
+
optional string invite_token = 1;
|
17
|
+
optional uint64 invite_limit = 2;
|
18
|
+
optional uint64 invite_duration = 3;
|
19
|
+
optional fixed32 time_created = 4;
|
20
|
+
optional bool valid = 5;
|
21
|
+
}
|
22
|
+
|
23
|
+
message CUserAccount_GetAccountLinkStatus_Request {
|
24
|
+
}
|
25
|
+
|
26
|
+
message CUserAccount_GetAccountLinkStatus_Response {
|
27
|
+
optional uint32 pwid = 1;
|
28
|
+
optional uint32 identity_verification = 2;
|
29
|
+
optional bool performed_age_verification = 3;
|
30
|
+
}
|
31
|
+
|
32
|
+
message CUserAccount_GetAvailableValveDiscountPromotions_Request {
|
33
|
+
optional string country_code = 1;
|
34
|
+
}
|
35
|
+
|
36
|
+
message CUserAccount_GetAvailableValveDiscountPromotions_Response {
|
37
|
+
repeated .CUserAccount_GetAvailableValveDiscountPromotions_Response_ValveDiscountPromotionDetails promotions = 1;
|
38
|
+
}
|
39
|
+
|
40
|
+
message CUserAccount_GetAvailableValveDiscountPromotions_Response_ValveDiscountPromotionDetails {
|
41
|
+
optional uint32 promotionid = 1;
|
42
|
+
optional string promotion_description = 2;
|
43
|
+
optional int64 minimum_cart_amount = 3;
|
44
|
+
optional int64 minimum_cart_amount_for_display = 4;
|
45
|
+
optional int64 discount_amount = 5;
|
46
|
+
optional int32 currency_code = 6;
|
47
|
+
optional int32 available_use_count = 7;
|
48
|
+
optional int32 promotional_discount_type = 8;
|
49
|
+
optional int32 loyalty_reward_id = 9;
|
50
|
+
optional string localized_name_token = 10;
|
51
|
+
optional int32 max_use_count = 11;
|
52
|
+
}
|
53
|
+
|
54
|
+
message CUserAccount_GetClientWalletDetails_Request {
|
55
|
+
optional bool include_balance_in_usd = 1;
|
56
|
+
optional int32 wallet_region = 2 [default = 1];
|
57
|
+
optional bool include_formatted_balance = 3;
|
58
|
+
}
|
59
|
+
|
60
|
+
message CUserAccount_GetFriendInviteTokens_Request {
|
61
|
+
}
|
62
|
+
|
63
|
+
message CUserAccount_GetFriendInviteTokens_Response {
|
64
|
+
repeated .CUserAccount_CreateFriendInviteToken_Response tokens = 1;
|
65
|
+
}
|
66
|
+
|
67
|
+
message CUserAccount_GetUserCountry_Request {
|
68
|
+
optional fixed64 steamid = 1;
|
69
|
+
}
|
70
|
+
|
71
|
+
message CUserAccount_GetUserCountry_Response {
|
72
|
+
optional string country = 1;
|
73
|
+
}
|
74
|
+
|
75
|
+
message CUserAccount_GetWalletDetails_Response {
|
76
|
+
optional bool has_wallet = 1;
|
77
|
+
optional string user_country_code = 2;
|
78
|
+
optional string wallet_country_code = 3;
|
79
|
+
optional string wallet_state = 4;
|
80
|
+
optional int64 balance = 5;
|
81
|
+
optional int64 delayed_balance = 6;
|
82
|
+
optional int32 currency_code = 7;
|
83
|
+
optional uint32 time_most_recent_txn = 8;
|
84
|
+
optional uint64 most_recent_txnid = 9;
|
85
|
+
optional int64 balance_in_usd = 10;
|
86
|
+
optional int64 delayed_balance_in_usd = 11;
|
87
|
+
optional bool has_wallet_in_other_regions = 12;
|
88
|
+
repeated int32 other_regions = 13;
|
89
|
+
optional string formatted_balance = 14;
|
90
|
+
}
|
91
|
+
|
92
|
+
message CUserAccount_RedeemFriendInviteToken_Request {
|
93
|
+
optional fixed64 steamid = 1;
|
94
|
+
optional string invite_token = 2;
|
95
|
+
}
|
96
|
+
|
97
|
+
message CUserAccount_RedeemFriendInviteToken_Response {
|
98
|
+
}
|
99
|
+
|
100
|
+
message CUserAccount_RegisterCompatTool_Request {
|
101
|
+
optional uint32 compat_tool = 1;
|
102
|
+
}
|
103
|
+
|
104
|
+
message CUserAccount_RegisterCompatTool_Response {
|
105
|
+
}
|
106
|
+
|
107
|
+
message CUserAccount_RevokeFriendInviteToken_Request {
|
108
|
+
optional string invite_token = 1;
|
109
|
+
}
|
110
|
+
|
111
|
+
message CUserAccount_RevokeFriendInviteToken_Response {
|
112
|
+
}
|
113
|
+
|
114
|
+
message CUserAccount_ViewFriendInviteToken_Request {
|
115
|
+
optional fixed64 steamid = 1;
|
116
|
+
optional string invite_token = 2;
|
117
|
+
}
|
118
|
+
|
119
|
+
message CUserAccount_ViewFriendInviteToken_Response {
|
120
|
+
optional bool valid = 1;
|
121
|
+
optional uint64 steamid = 2;
|
122
|
+
optional uint64 invite_duration = 3;
|
123
|
+
}
|
124
|
+
|
125
|
+
service UserAccount {
|
126
|
+
rpc CancelLicenseForApp (.CUserAccount_CancelLicenseForApp_Request) returns (.CUserAccount_CancelLicenseForApp_Response);
|
127
|
+
rpc CreateFriendInviteToken (.CUserAccount_CreateFriendInviteToken_Request) returns (.CUserAccount_CreateFriendInviteToken_Response);
|
128
|
+
rpc GetAccountLinkStatus (.CUserAccount_GetAccountLinkStatus_Request) returns (.CUserAccount_GetAccountLinkStatus_Response);
|
129
|
+
rpc GetAvailableValveDiscountPromotions (.CUserAccount_GetAvailableValveDiscountPromotions_Request) returns (.CUserAccount_GetAvailableValveDiscountPromotions_Response);
|
130
|
+
rpc GetClientWalletDetails (.CUserAccount_GetClientWalletDetails_Request) returns (.CUserAccount_GetWalletDetails_Response);
|
131
|
+
rpc GetFriendInviteTokens (.CUserAccount_GetFriendInviteTokens_Request) returns (.CUserAccount_GetFriendInviteTokens_Response);
|
132
|
+
rpc GetUserCountry (.CUserAccount_GetUserCountry_Request) returns (.CUserAccount_GetUserCountry_Response);
|
133
|
+
rpc RedeemFriendInviteToken (.CUserAccount_RedeemFriendInviteToken_Request) returns (.CUserAccount_RedeemFriendInviteToken_Response);
|
134
|
+
rpc RegisterCompatTool (.CUserAccount_RegisterCompatTool_Request) returns (.CUserAccount_RegisterCompatTool_Response);
|
135
|
+
rpc RevokeFriendInviteToken (.CUserAccount_RevokeFriendInviteToken_Request) returns (.CUserAccount_RevokeFriendInviteToken_Response);
|
136
|
+
rpc ViewFriendInviteToken (.CUserAccount_ViewFriendInviteToken_Request) returns (.CUserAccount_ViewFriendInviteToken_Response);
|
137
|
+
}
|
138
|
+
|
@@ -0,0 +1,34 @@
|
|
1
|
+
import "common_base.proto";
|
2
|
+
|
3
|
+
message CUserGameActivity_Event {
|
4
|
+
optional uint32 timestamp = 2;
|
5
|
+
optional int32 event_type = 3 [(.description) = "enum"];
|
6
|
+
optional uint32 event_sub_type = 4;
|
7
|
+
optional int64 data1 = 5;
|
8
|
+
optional int64 data2 = 6;
|
9
|
+
optional int64 data3 = 7;
|
10
|
+
optional int64 data4 = 8;
|
11
|
+
optional uint32 item_appid = 10;
|
12
|
+
optional uint64 item_contextid = 11;
|
13
|
+
optional uint64 item_assetid = 12;
|
14
|
+
optional bytes proto_data = 13;
|
15
|
+
}
|
16
|
+
|
17
|
+
message CUserGameActivity_GetActivity_Request {
|
18
|
+
optional fixed64 steamid = 1;
|
19
|
+
optional uint32 appid = 2;
|
20
|
+
optional int32 count = 3;
|
21
|
+
optional uint32 starttime = 4;
|
22
|
+
optional uint32 endtime = 5;
|
23
|
+
}
|
24
|
+
|
25
|
+
message CUserGameActivity_GetActivity_Response {
|
26
|
+
optional fixed64 steamid = 1;
|
27
|
+
optional uint32 appid = 2;
|
28
|
+
repeated .CUserGameActivity_Event events = 3;
|
29
|
+
}
|
30
|
+
|
31
|
+
service UserGameActivity {
|
32
|
+
rpc GetActivity (.CUserGameActivity_GetActivity_Request) returns (.CUserGameActivity_GetActivity_Response);
|
33
|
+
}
|
34
|
+
|
@@ -0,0 +1,53 @@
|
|
1
|
+
import "common_base.proto";
|
2
|
+
|
3
|
+
message CUserGameNote {
|
4
|
+
optional string id = 1;
|
5
|
+
optional uint32 appid = 2;
|
6
|
+
optional string shortcut_name = 3;
|
7
|
+
optional uint32 shortcutid = 4;
|
8
|
+
optional uint32 ordinal = 5;
|
9
|
+
optional uint32 time_created = 6;
|
10
|
+
optional uint32 time_modified = 7;
|
11
|
+
optional string title = 8;
|
12
|
+
optional string content = 9;
|
13
|
+
}
|
14
|
+
|
15
|
+
message CUserGameNotes_DeleteNote_Response {
|
16
|
+
}
|
17
|
+
|
18
|
+
message CUserGameNotes_GetGamesWithNotes_Request {
|
19
|
+
}
|
20
|
+
|
21
|
+
message CUserGameNotes_GetGamesWithNotes_Response {
|
22
|
+
repeated .CUserGameNotes_GetGamesWithNotes_Response_GameWithNotes games_with_notes = 1;
|
23
|
+
}
|
24
|
+
|
25
|
+
message CUserGameNotes_GetGamesWithNotes_Response_GameWithNotes {
|
26
|
+
optional uint32 appid = 1;
|
27
|
+
optional uint32 shortcutid = 2;
|
28
|
+
optional string shortcut_name = 3;
|
29
|
+
optional uint32 last_modified = 4;
|
30
|
+
optional uint32 note_count = 5;
|
31
|
+
}
|
32
|
+
|
33
|
+
message CUserGameNotes_GetNotesForGame_Request {
|
34
|
+
optional uint32 appid = 1;
|
35
|
+
optional string shortcut_name = 2;
|
36
|
+
optional uint32 shortcutid = 3;
|
37
|
+
}
|
38
|
+
|
39
|
+
message CUserGameNotes_GetNotesForGame_Response {
|
40
|
+
repeated .CUserGameNote notes = 1;
|
41
|
+
}
|
42
|
+
|
43
|
+
message CUserGameNotes_SaveNote_Response {
|
44
|
+
optional string note_id = 1;
|
45
|
+
}
|
46
|
+
|
47
|
+
service UserGameNotes {
|
48
|
+
rpc DeleteNote (.NotImplemented) returns (.CUserGameNotes_DeleteNote_Response);
|
49
|
+
rpc GetGamesWithNotes (.CUserGameNotes_GetGamesWithNotes_Request) returns (.CUserGameNotes_GetGamesWithNotes_Response);
|
50
|
+
rpc GetNotesForGame (.CUserGameNotes_GetNotesForGame_Request) returns (.CUserGameNotes_GetNotesForGame_Response);
|
51
|
+
rpc SaveNote (.NotImplemented) returns (.CUserGameNotes_SaveNote_Response);
|
52
|
+
}
|
53
|
+
|
@@ -0,0 +1,68 @@
|
|
1
|
+
|
2
|
+
message CUserNews_Event {
|
3
|
+
optional uint32 eventtype = 1;
|
4
|
+
optional uint32 eventtime = 2;
|
5
|
+
optional fixed64 steamid_actor = 3;
|
6
|
+
optional fixed64 steamid_target = 4;
|
7
|
+
optional fixed64 gameid = 5;
|
8
|
+
optional uint32 packageid = 6;
|
9
|
+
optional uint32 shortcutid = 7;
|
10
|
+
repeated string achievement_names = 8;
|
11
|
+
optional fixed64 clan_eventid = 9;
|
12
|
+
optional fixed64 clan_announcementid = 10;
|
13
|
+
optional fixed64 publishedfileid = 11;
|
14
|
+
optional uint32 event_last_mod_time = 12;
|
15
|
+
repeated uint32 appids = 13;
|
16
|
+
}
|
17
|
+
|
18
|
+
message CUserNews_GetAppDetailsSpotlight_Request {
|
19
|
+
optional uint32 appid = 1;
|
20
|
+
optional bool include_already_seen = 2;
|
21
|
+
}
|
22
|
+
|
23
|
+
message CUserNews_GetAppDetailsSpotlight_Response {
|
24
|
+
repeated .CUserNews_GetAppDetailsSpotlight_Response_FeaturedEvent events = 1;
|
25
|
+
}
|
26
|
+
|
27
|
+
message CUserNews_GetAppDetailsSpotlight_Response_FeaturedEvent {
|
28
|
+
optional uint32 event_type = 1;
|
29
|
+
optional uint32 event_time = 2;
|
30
|
+
optional fixed64 clan_id = 3;
|
31
|
+
optional fixed64 clan_announcementid = 4;
|
32
|
+
optional uint32 appid = 5;
|
33
|
+
optional uint32 rtime32_last_modified = 6;
|
34
|
+
}
|
35
|
+
|
36
|
+
message CUserNews_GetUserNews_Request {
|
37
|
+
optional uint32 count = 1;
|
38
|
+
optional uint32 starttime = 2;
|
39
|
+
optional uint32 endtime = 3;
|
40
|
+
optional string language = 4;
|
41
|
+
optional uint32 filterflags = 5;
|
42
|
+
optional uint32 filterappid = 6;
|
43
|
+
}
|
44
|
+
|
45
|
+
message CUserNews_GetUserNews_Response {
|
46
|
+
repeated .CUserNews_Event news = 1;
|
47
|
+
repeated .CUserNewsAchievementDisplayData achievement_display_data = 2;
|
48
|
+
}
|
49
|
+
|
50
|
+
message CUserNewsAchievementDisplayData {
|
51
|
+
optional uint32 appid = 1;
|
52
|
+
repeated .CUserNewsAchievementDisplayData_CAchievement achievements = 2;
|
53
|
+
}
|
54
|
+
|
55
|
+
message CUserNewsAchievementDisplayData_CAchievement {
|
56
|
+
optional string name = 1;
|
57
|
+
optional string display_name = 2;
|
58
|
+
optional string display_description = 3;
|
59
|
+
optional string icon = 4;
|
60
|
+
optional float unlocked_pct = 5;
|
61
|
+
optional bool hidden = 6;
|
62
|
+
}
|
63
|
+
|
64
|
+
service UserNews {
|
65
|
+
rpc GetAppDetailsSpotlight (.CUserNews_GetAppDetailsSpotlight_Request) returns (.CUserNews_GetAppDetailsSpotlight_Response);
|
66
|
+
rpc GetUserNews (.CUserNews_GetUserNews_Request) returns (.CUserNews_GetUserNews_Response);
|
67
|
+
}
|
68
|
+
|
@@ -0,0 +1,96 @@
|
|
1
|
+
import "common_base.proto";
|
2
|
+
|
3
|
+
message CUserReviews_GetFriendsRecommendedApp_Request {
|
4
|
+
optional uint32 appid = 1;
|
5
|
+
}
|
6
|
+
|
7
|
+
message CUserReviews_GetFriendsRecommendedApp_Response {
|
8
|
+
repeated uint32 accountids_recommended = 1;
|
9
|
+
repeated uint32 accountids_not_recommended = 3;
|
10
|
+
}
|
11
|
+
|
12
|
+
message CUserReviews_GetIndividualRecommendations_Request {
|
13
|
+
repeated .CUserReviews_GetIndividualRecommendations_Request_RecommendationRequest requests = 1;
|
14
|
+
}
|
15
|
+
|
16
|
+
message CUserReviews_GetIndividualRecommendations_Request_RecommendationRequest {
|
17
|
+
optional uint64 steamid = 1;
|
18
|
+
optional uint32 appid = 2;
|
19
|
+
}
|
20
|
+
|
21
|
+
message CUserReviews_GetIndividualRecommendations_Response {
|
22
|
+
repeated .RecommendationDetails recommendations = 1;
|
23
|
+
}
|
24
|
+
|
25
|
+
message CUserReviews_Recommendation_LoyaltyReaction {
|
26
|
+
optional uint32 reaction_type = 1;
|
27
|
+
optional uint32 count = 2;
|
28
|
+
}
|
29
|
+
|
30
|
+
message CUserReviews_Update_Request {
|
31
|
+
optional uint64 recommendationid = 1;
|
32
|
+
optional string review_text = 2;
|
33
|
+
optional bool voted_up = 3;
|
34
|
+
optional bool is_public = 4;
|
35
|
+
optional string language = 5;
|
36
|
+
optional bool is_in_early_access = 6;
|
37
|
+
optional bool received_compensation = 7;
|
38
|
+
optional bool comments_disabled = 8;
|
39
|
+
optional bool hide_in_steam_china = 9;
|
40
|
+
}
|
41
|
+
|
42
|
+
message CUserReviews_Update_Response {
|
43
|
+
}
|
44
|
+
|
45
|
+
message RecommendationDetails {
|
46
|
+
optional uint64 recommendationid = 1;
|
47
|
+
optional uint64 steamid = 2;
|
48
|
+
optional uint32 appid = 3;
|
49
|
+
optional string review = 4;
|
50
|
+
optional uint32 time_created = 5;
|
51
|
+
optional uint32 time_updated = 6;
|
52
|
+
optional uint32 votes_up = 7;
|
53
|
+
optional uint32 votes_down = 8;
|
54
|
+
optional float vote_score = 9;
|
55
|
+
optional string language = 10;
|
56
|
+
optional uint32 comment_count = 11;
|
57
|
+
optional bool voted_up = 12;
|
58
|
+
optional bool is_public = 13;
|
59
|
+
optional bool moderator_hidden = 14;
|
60
|
+
optional int32 flagged_by_developer = 15 [(.description) = "enum"];
|
61
|
+
optional uint32 report_score = 16;
|
62
|
+
optional uint64 steamid_moderator = 17;
|
63
|
+
optional uint64 steamid_developer = 18;
|
64
|
+
optional uint64 steamid_dev_responder = 19;
|
65
|
+
optional string developer_response = 20;
|
66
|
+
optional uint32 time_developer_responded = 21;
|
67
|
+
optional bool developer_flag_cleared = 22;
|
68
|
+
optional bool written_during_early_access = 23;
|
69
|
+
optional uint32 votes_funny = 24;
|
70
|
+
optional bool received_compensation = 25;
|
71
|
+
optional bool unverified_purchase = 26;
|
72
|
+
optional int32 review_quality = 27 [(.description) = "enum"];
|
73
|
+
optional float weighted_vote_score = 28;
|
74
|
+
optional string moderation_note = 29;
|
75
|
+
optional int32 payment_method = 30;
|
76
|
+
optional int32 playtime_2weeks = 31;
|
77
|
+
optional int32 playtime_forever = 32;
|
78
|
+
optional int32 last_playtime = 33;
|
79
|
+
optional bool comments_disabled = 34;
|
80
|
+
optional int32 playtime_at_review = 35;
|
81
|
+
optional bool approved_for_china = 36;
|
82
|
+
optional int32 ban_check_result = 37 [(.description) = "enum"];
|
83
|
+
optional bool refunded = 38;
|
84
|
+
optional int32 account_score_spend = 39;
|
85
|
+
repeated .CUserReviews_Recommendation_LoyaltyReaction reactions = 40;
|
86
|
+
optional string ipaddress = 41;
|
87
|
+
optional bool hidden_in_steam_china = 42;
|
88
|
+
optional string steam_china_location = 43;
|
89
|
+
}
|
90
|
+
|
91
|
+
service UserReviews {
|
92
|
+
rpc GetFriendsRecommendedApp (.CUserReviews_GetFriendsRecommendedApp_Request) returns (.CUserReviews_GetFriendsRecommendedApp_Response);
|
93
|
+
rpc GetIndividualRecommendations (.CUserReviews_GetIndividualRecommendations_Request) returns (.CUserReviews_GetIndividualRecommendations_Response);
|
94
|
+
rpc Update (.CUserReviews_Update_Request) returns (.CUserReviews_Update_Response);
|
95
|
+
}
|
96
|
+
|