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
@@ -1,336 +0,0 @@
|
|
1
|
-
import "enums.proto";
|
2
|
-
|
3
|
-
option optimize_for = SPEED;
|
4
|
-
option cc_generic_services = false;
|
5
|
-
|
6
|
-
enum ECloudPendingRemoteOperation {
|
7
|
-
k_ECloudPendingRemoteOperationNone = 0;
|
8
|
-
k_ECloudPendingRemoteOperationAppSessionActive = 1;
|
9
|
-
k_ECloudPendingRemoteOperationUploadInProgress = 2;
|
10
|
-
k_ECloudPendingRemoteOperationUploadPending = 3;
|
11
|
-
k_ECloudPendingRemoteOperationAppSessionSuspended = 4;
|
12
|
-
}
|
13
|
-
|
14
|
-
enum ESteamDeckKeyboardLayout {
|
15
|
-
k_ESteamDeckKeyboardLayout_QWERTY = 0;
|
16
|
-
k_ESteamDeckKeyboardLayout_Bulgarian = 1;
|
17
|
-
k_ESteamDeckKeyboardLayout_Chinese_Simplified = 2;
|
18
|
-
k_ESteamDeckKeyboardLayout_Chinese_Traditional = 3;
|
19
|
-
k_ESteamDeckKeyboardLayout_Czech = 4;
|
20
|
-
k_ESteamDeckKeyboardLayout_Danish = 5;
|
21
|
-
k_ESteamDeckKeyboardLayout_Finnish = 6;
|
22
|
-
k_ESteamDeckKeyboardLayout_French = 7;
|
23
|
-
k_ESteamDeckKeyboardLayout_German = 8;
|
24
|
-
k_ESteamDeckKeyboardLayout_Greek = 9;
|
25
|
-
k_ESteamDeckKeyboardLayout_Hungarian = 10;
|
26
|
-
k_ESteamDeckKeyboardLayout_Italian = 11;
|
27
|
-
k_ESteamDeckKeyboardLayout_Japanese = 12;
|
28
|
-
k_ESteamDeckKeyboardLayout_Korean = 13;
|
29
|
-
k_ESteamDeckKeyboardLayout_Norwegian = 14;
|
30
|
-
k_ESteamDeckKeyboardLayout_Polish = 15;
|
31
|
-
k_ESteamDeckKeyboardLayout_Portuguese = 16;
|
32
|
-
k_ESteamDeckKeyboardLayout_Romanian = 17;
|
33
|
-
k_ESteamDeckKeyboardLayout_Russian = 18;
|
34
|
-
k_ESteamDeckKeyboardLayout_Spanish = 19;
|
35
|
-
k_ESteamDeckKeyboardLayout_Swedish = 20;
|
36
|
-
k_ESteamDeckKeyboardLayout_Thai = 21;
|
37
|
-
k_ESteamDeckKeyboardLayout_Turkish_F = 22;
|
38
|
-
k_ESteamDeckKeyboardLayout_Turkish_Q = 23;
|
39
|
-
k_ESteamDeckKeyboardLayout_Ukrainian = 24;
|
40
|
-
k_ESteamDeckKeyboardLayout_Vietnamese = 25;
|
41
|
-
k_ESteamDeckKeyboardLayout_QWERTY_International = 26;
|
42
|
-
}
|
43
|
-
|
44
|
-
message SteamMessagesClientIClientForcedEnumDependencies {
|
45
|
-
optional .EBluetoothDeviceType a = 1 [default = k_BluetoothDeviceType_Invalid];
|
46
|
-
optional .EStorageBlockContentType b = 2 [default = k_EStorageBlockContentType_Invalid];
|
47
|
-
optional .EStorageBlockFileSystemType c = 3 [default = k_EStorageBlockFileSystemType_Invalid];
|
48
|
-
optional .ESDCardFormatStage d = 4 [default = k_ESDCardFormatStage_Invalid];
|
49
|
-
}
|
50
|
-
|
51
|
-
message CMsgNetworkDeviceIP4Address {
|
52
|
-
optional int32 ip = 1 [default = 0];
|
53
|
-
optional int32 netmask = 2;
|
54
|
-
}
|
55
|
-
|
56
|
-
message CMsgNetworkDeviceIP4Config {
|
57
|
-
repeated .CMsgNetworkDeviceIP4Address addresses = 1;
|
58
|
-
repeated int32 dns_ip = 2;
|
59
|
-
optional int32 gateway_ip = 3;
|
60
|
-
optional bool is_dhcp_enabled = 4;
|
61
|
-
optional bool is_default_route = 5;
|
62
|
-
optional bool is_enabled = 6 [default = false];
|
63
|
-
}
|
64
|
-
|
65
|
-
message CMsgNetworkDeviceIP6Address {
|
66
|
-
optional string ip = 1;
|
67
|
-
}
|
68
|
-
|
69
|
-
message CMsgNetworkDeviceIP6Config {
|
70
|
-
repeated .CMsgNetworkDeviceIP6Address addresses = 1;
|
71
|
-
repeated string dns_ip = 2;
|
72
|
-
optional string gateway_ip = 3;
|
73
|
-
optional bool is_dhcp_enabled = 4;
|
74
|
-
optional bool is_default_route = 5;
|
75
|
-
optional bool is_enabled = 6 [default = false];
|
76
|
-
}
|
77
|
-
|
78
|
-
message CMsgNetworkDevicesData {
|
79
|
-
message Device {
|
80
|
-
message Wired {
|
81
|
-
optional bool is_cable_present = 1 [default = false];
|
82
|
-
optional uint32 speed_mbit = 2;
|
83
|
-
optional string friendly_name = 3;
|
84
|
-
}
|
85
|
-
|
86
|
-
message Wireless {
|
87
|
-
message AP {
|
88
|
-
optional uint32 id = 1 [default = 0];
|
89
|
-
optional int32 estrength = 2;
|
90
|
-
optional string ssid = 3;
|
91
|
-
optional bool is_active = 4;
|
92
|
-
optional bool is_autoconnect = 5;
|
93
|
-
optional int32 esecurity = 6;
|
94
|
-
optional string user_name = 7;
|
95
|
-
optional string password = 8;
|
96
|
-
optional int32 strength_raw = 9;
|
97
|
-
}
|
98
|
-
|
99
|
-
repeated .CMsgNetworkDevicesData.Device.Wireless.AP aps = 1;
|
100
|
-
optional int32 esecurity_supported = 2;
|
101
|
-
}
|
102
|
-
|
103
|
-
optional uint32 id = 1 [default = 0];
|
104
|
-
optional int32 etype = 2;
|
105
|
-
optional int32 estate = 3;
|
106
|
-
optional string mac = 4;
|
107
|
-
optional string vendor = 5;
|
108
|
-
optional string product = 6;
|
109
|
-
optional .CMsgNetworkDeviceIP4Config ip4 = 7;
|
110
|
-
optional .CMsgNetworkDeviceIP6Config ip6 = 8;
|
111
|
-
optional .CMsgNetworkDevicesData.Device.Wired wired = 9;
|
112
|
-
optional .CMsgNetworkDevicesData.Device.Wireless wireless = 10;
|
113
|
-
}
|
114
|
-
|
115
|
-
repeated .CMsgNetworkDevicesData.Device devices = 1;
|
116
|
-
optional bool is_wifi_enabled = 2;
|
117
|
-
optional bool is_wifi_scanning_enabled = 3;
|
118
|
-
}
|
119
|
-
|
120
|
-
message CMsgNetworkDeviceConnect {
|
121
|
-
message KnownAP {
|
122
|
-
optional uint32 ap_id = 1;
|
123
|
-
}
|
124
|
-
|
125
|
-
message CustomAP {
|
126
|
-
optional string ssid = 1;
|
127
|
-
optional int32 esecurity = 2;
|
128
|
-
}
|
129
|
-
|
130
|
-
message Credentials {
|
131
|
-
optional string username = 1;
|
132
|
-
optional string password = 2;
|
133
|
-
}
|
134
|
-
|
135
|
-
optional uint32 device_id = 1 [default = 0];
|
136
|
-
optional .CMsgNetworkDeviceConnect.Credentials credentials = 4;
|
137
|
-
optional .CMsgNetworkDeviceIP4Config ip4 = 5;
|
138
|
-
optional .CMsgNetworkDeviceIP6Config ip6 = 6;
|
139
|
-
|
140
|
-
oneof ap_info {
|
141
|
-
.CMsgNetworkDeviceConnect.KnownAP ap_known = 2;
|
142
|
-
.CMsgNetworkDeviceConnect.CustomAP ap_custom = 3;
|
143
|
-
}
|
144
|
-
}
|
145
|
-
|
146
|
-
message CMsgStorageDevicesData {
|
147
|
-
message Drive {
|
148
|
-
optional uint32 id = 1 [default = 0];
|
149
|
-
optional string model = 2;
|
150
|
-
optional string vendor = 3;
|
151
|
-
optional string serial = 4;
|
152
|
-
optional bool is_ejectable = 5;
|
153
|
-
optional uint64 size_bytes = 6;
|
154
|
-
}
|
155
|
-
|
156
|
-
message BlockDevice {
|
157
|
-
optional uint32 id = 1 [default = 0];
|
158
|
-
optional uint32 drive_id = 2 [default = 0];
|
159
|
-
optional string path = 3;
|
160
|
-
optional string friendly_path = 4;
|
161
|
-
optional string label = 5;
|
162
|
-
optional uint64 size_bytes = 6;
|
163
|
-
optional bool is_formattable = 7;
|
164
|
-
optional bool is_read_only = 8;
|
165
|
-
optional bool is_root_device = 9;
|
166
|
-
optional .EStorageBlockContentType content_type = 10 [default = k_EStorageBlockContentType_Invalid];
|
167
|
-
optional .EStorageBlockFileSystemType filesystem_type = 11 [default = k_EStorageBlockFileSystemType_Invalid];
|
168
|
-
optional string mount_path = 12;
|
169
|
-
}
|
170
|
-
|
171
|
-
repeated .CMsgStorageDevicesData.Drive drives = 1;
|
172
|
-
repeated .CMsgStorageDevicesData.BlockDevice block_devices = 2;
|
173
|
-
}
|
174
|
-
|
175
|
-
message CCloud_PendingRemoteOperation {
|
176
|
-
optional .ECloudPendingRemoteOperation operation = 1 [default = k_ECloudPendingRemoteOperationNone];
|
177
|
-
optional string machine_name = 2;
|
178
|
-
optional uint64 client_id = 3;
|
179
|
-
optional uint32 time_last_updated = 4;
|
180
|
-
}
|
181
|
-
|
182
|
-
message CMsgCloudPendingRemoteOperations {
|
183
|
-
repeated .CCloud_PendingRemoteOperation operations = 1;
|
184
|
-
}
|
185
|
-
|
186
|
-
message CMsgBluetoothDevicesData {
|
187
|
-
message Adapter {
|
188
|
-
optional uint32 id = 1 [default = 0];
|
189
|
-
optional string mac = 2;
|
190
|
-
optional string name = 3;
|
191
|
-
optional bool is_enabled = 4;
|
192
|
-
optional bool is_discovering = 5;
|
193
|
-
}
|
194
|
-
|
195
|
-
message Device {
|
196
|
-
optional uint32 id = 1 [default = 0];
|
197
|
-
optional uint32 adapter_id = 2 [default = 0];
|
198
|
-
optional .EBluetoothDeviceType etype = 3 [default = k_BluetoothDeviceType_Invalid];
|
199
|
-
optional string mac = 4;
|
200
|
-
optional string name = 5;
|
201
|
-
optional bool is_connected = 6;
|
202
|
-
optional bool is_paired = 7;
|
203
|
-
optional int32 strength_raw = 8;
|
204
|
-
}
|
205
|
-
|
206
|
-
repeated .CMsgBluetoothDevicesData.Adapter adapters = 1;
|
207
|
-
repeated .CMsgBluetoothDevicesData.Device devices = 2;
|
208
|
-
}
|
209
|
-
|
210
|
-
message CMsgBluetoothSettings {
|
211
|
-
optional bool is_enabled = 1;
|
212
|
-
}
|
213
|
-
|
214
|
-
message CMsgSystemPerfDiagnosticEntry {
|
215
|
-
optional string name = 1;
|
216
|
-
optional string value = 2;
|
217
|
-
}
|
218
|
-
|
219
|
-
message CMsgSystemPerfNetworkInterface {
|
220
|
-
optional string name = 1;
|
221
|
-
optional double timestamp = 2;
|
222
|
-
optional int64 tx_bytes_total = 3;
|
223
|
-
optional int64 rx_bytes_total = 4;
|
224
|
-
optional int32 tx_bytes_per_sec = 5;
|
225
|
-
optional int32 rx_bytes_per_sec = 6;
|
226
|
-
}
|
227
|
-
|
228
|
-
message CMsgSystemPerfDiagnosticInfo {
|
229
|
-
repeated .CMsgSystemPerfDiagnosticEntry entries = 1;
|
230
|
-
repeated .CMsgSystemPerfNetworkInterface interfaces = 2;
|
231
|
-
}
|
232
|
-
|
233
|
-
message CMsgSystemPerfSettings {
|
234
|
-
optional int32 cpu_governor_manual_min_mhz = 20;
|
235
|
-
optional int32 cpu_governor_manual_max_mhz = 21;
|
236
|
-
optional int32 fsr_sharpness_min = 22;
|
237
|
-
optional int32 fsr_sharpness_max = 23;
|
238
|
-
optional float diagnostic_update_rate = 1;
|
239
|
-
optional .ESystemServiceState system_trace_service_state = 2 [default = k_ESystemServiceState_Unavailable];
|
240
|
-
optional .ESystemServiceState graphics_profiling_service_state = 3 [default = k_ESystemServiceState_Unavailable];
|
241
|
-
optional .ESystemServiceState perf_overlay_service_state = 4 [default = k_ESystemServiceState_Unavailable];
|
242
|
-
optional .EGraphicsPerfOverlayLevel perf_overlay_level = 5 [default = k_EGraphicsPerfOverlayLevel_Hidden];
|
243
|
-
repeated .EGPUPerformanceLevel gpu_performance_levels_available = 6;
|
244
|
-
optional .EGPUPerformanceLevel gpu_performance_level = 7 [default = k_EGPUPerformanceLevel_Invalid];
|
245
|
-
optional int32 gpu_performance_manual_mhz = 8;
|
246
|
-
optional int32 gpu_performance_manual_min_mhz = 9;
|
247
|
-
optional int32 gpu_performance_manual_max_mhz = 10;
|
248
|
-
optional bool perf_overlay_is_standalone = 11;
|
249
|
-
optional int32 fps_limit = 12;
|
250
|
-
optional bool is_variable_resolution_enabled = 13;
|
251
|
-
optional bool is_dynamic_refresh_rate_enabled = 14;
|
252
|
-
optional int32 tdp_limit = 15;
|
253
|
-
optional .ECPUGovernor cpu_governor = 16 [default = k_ECPUGovernor_Invalid];
|
254
|
-
optional int32 cpu_governor_manual_mhz = 17;
|
255
|
-
optional int32 scaling_filter = 18;
|
256
|
-
optional int32 fsr_sharpness = 19;
|
257
|
-
optional bool is_fps_limit_enabled = 24;
|
258
|
-
optional bool is_tdp_limit_enabled = 25;
|
259
|
-
optional bool is_show_perf_overlay_over_steam_enabled = 26;
|
260
|
-
optional bool is_low_latency_mode_enabled = 27;
|
261
|
-
optional bool is_fps_limit_dynamic = 28;
|
262
|
-
optional bool is_dynamic_vrs_available = 29;
|
263
|
-
optional bool is_manual_display_refresh_rate_available = 30;
|
264
|
-
optional int32 display_refresh_manual_hz = 31;
|
265
|
-
optional int32 display_refresh_manual_hz_min = 32;
|
266
|
-
optional int32 display_refresh_manual_hz_max = 33;
|
267
|
-
repeated int32 fps_limit_options = 34;
|
268
|
-
}
|
269
|
-
|
270
|
-
message CMsgSystemManagerSettings {
|
271
|
-
optional float idle_backlight_dim_battery_seconds = 1;
|
272
|
-
optional float idle_backlight_dim_ac_seconds = 2;
|
273
|
-
optional float idle_suspend_battery_seconds = 3;
|
274
|
-
optional float idle_suspend_ac_seconds = 4;
|
275
|
-
optional bool idle_suspend_supressed = 5;
|
276
|
-
optional bool display_adaptive_brightness_enabled = 6;
|
277
|
-
optional float als_lux_latest = 7;
|
278
|
-
optional float als_lux_median = 8;
|
279
|
-
optional float display_brightness_linear = 9;
|
280
|
-
optional float display_brightness_adaptivemin = 10;
|
281
|
-
optional float display_brightness_adaptivemax = 11;
|
282
|
-
optional bool display_nightmode_enabled = 12;
|
283
|
-
optional float display_nightmode_tintstrength = 13;
|
284
|
-
optional float display_nightmode_maxhue = 14;
|
285
|
-
optional float display_nightmode_maxsat = 15;
|
286
|
-
optional float display_nightmode_uiexp = 16;
|
287
|
-
optional float display_nightmode_blend = 17;
|
288
|
-
optional bool display_nightmode_reset = 18;
|
289
|
-
optional bool display_diagnostics_enabled = 19;
|
290
|
-
optional bool is_wifi_powersave_enabled = 20;
|
291
|
-
}
|
292
|
-
|
293
|
-
message CMsgSelectOSBranchParams {
|
294
|
-
optional .EOSBranch branch = 1 [default = k_EOSBranch_Unknown];
|
295
|
-
}
|
296
|
-
|
297
|
-
message CMsgSystemUpdateProgress {
|
298
|
-
optional float stage_progress = 1;
|
299
|
-
optional int64 stage_size_bytes = 2;
|
300
|
-
optional fixed32 rtime_estimated_completion = 3;
|
301
|
-
}
|
302
|
-
|
303
|
-
message CMsgSystemUpdateCheckResult {
|
304
|
-
optional .EUpdaterType type = 1 [default = k_EUpdaterType_Invalid];
|
305
|
-
optional uint32 eresult = 2 [default = 2];
|
306
|
-
optional fixed32 rtime_checked = 3;
|
307
|
-
optional bool available = 4;
|
308
|
-
optional string version = 5;
|
309
|
-
}
|
310
|
-
|
311
|
-
message CMsgSystemUpdateApplyParams {
|
312
|
-
repeated .EUpdaterType apply_types = 1;
|
313
|
-
}
|
314
|
-
|
315
|
-
message CMsgSystemUpdateApplyResult {
|
316
|
-
optional .EUpdaterType type = 1 [default = k_EUpdaterType_Invalid];
|
317
|
-
optional uint32 eresult = 2 [default = 2];
|
318
|
-
optional bool requires_client_restart = 3 [default = false];
|
319
|
-
optional bool requires_system_restart = 4 [default = false];
|
320
|
-
}
|
321
|
-
|
322
|
-
message CMsgSystemUpdateState {
|
323
|
-
optional .EUpdaterState state = 1 [default = k_EUpdaterState_Invalid];
|
324
|
-
optional .CMsgSystemUpdateProgress progress = 2;
|
325
|
-
repeated .CMsgSystemUpdateCheckResult update_check_results = 3;
|
326
|
-
repeated .CMsgSystemUpdateApplyResult update_apply_results = 4;
|
327
|
-
}
|
328
|
-
|
329
|
-
message CMsgCellList {
|
330
|
-
message Cell {
|
331
|
-
optional uint32 cell_id = 1;
|
332
|
-
optional string loc_name = 2;
|
333
|
-
}
|
334
|
-
|
335
|
-
repeated .CMsgCellList.Cell cells = 1;
|
336
|
-
}
|
@@ -1,67 +0,0 @@
|
|
1
|
-
import "steammessages_base.proto";
|
2
|
-
import "steammessages_unified_base.steamclient.proto";
|
3
|
-
|
4
|
-
option cc_generic_services = true;
|
5
|
-
|
6
|
-
message CDataPublisher_ClientContentCorruptionReport_Notification {
|
7
|
-
optional uint32 appid = 1;
|
8
|
-
optional uint32 depotid = 2;
|
9
|
-
optional string download_source = 3 [(description) = "host name of download source"];
|
10
|
-
optional string objectid = 4 [(description) = "Chunk SHA or Manifest ID"];
|
11
|
-
optional uint32 cellid = 5 [(description) = "Client Cell ID"];
|
12
|
-
optional bool is_manifest = 6 [(description) = "The object is a manifest, not a chunk"];
|
13
|
-
optional uint64 object_size = 7 [(description) = "object size in bytes"];
|
14
|
-
optional uint32 corruption_type = 8 [(description) = "See EContentCorruptionType"];
|
15
|
-
optional bool used_https = 9 [(description) = "the request was HTTPS"];
|
16
|
-
optional bool oc_proxy_detected = 10 [(description) = "detected an OpenCache proxy"];
|
17
|
-
}
|
18
|
-
|
19
|
-
message CDataPublisher_ClientUpdateAppJob_Notification {
|
20
|
-
optional uint32 app_id = 1;
|
21
|
-
repeated uint32 depot_ids = 2;
|
22
|
-
optional uint32 app_state = 3;
|
23
|
-
optional uint32 job_app_error = 4;
|
24
|
-
optional string error_details = 5;
|
25
|
-
optional uint32 job_duration = 6;
|
26
|
-
optional uint32 files_validation_failed = 7;
|
27
|
-
optional uint64 job_bytes_downloaded = 8;
|
28
|
-
optional uint64 job_bytes_staged = 9;
|
29
|
-
optional uint64 bytes_comitted = 10;
|
30
|
-
optional uint32 start_app_state = 11;
|
31
|
-
optional fixed64 stats_machine_id = 12;
|
32
|
-
optional string branch_name = 13;
|
33
|
-
optional uint64 total_bytes_downloaded = 14;
|
34
|
-
optional uint64 total_bytes_staged = 15;
|
35
|
-
optional uint64 total_bytes_restored = 16;
|
36
|
-
optional bool is_borrowed = 17;
|
37
|
-
optional bool is_free_weekend = 18;
|
38
|
-
optional uint64 total_bytes_legacy = 19;
|
39
|
-
optional uint64 total_bytes_patched = 20;
|
40
|
-
optional uint64 total_bytes_saved = 21;
|
41
|
-
optional uint32 cell_id = 22;
|
42
|
-
}
|
43
|
-
|
44
|
-
message CValveHWSurvey_GetSurveySchedule_Request {
|
45
|
-
optional string surveydatetoken = 1;
|
46
|
-
optional fixed64 surveydatetokenversion = 2;
|
47
|
-
}
|
48
|
-
|
49
|
-
message CValveHWSurvey_GetSurveySchedule_Response {
|
50
|
-
optional uint32 surveydatetoken = 1;
|
51
|
-
optional fixed64 surveydatetokenversion = 2;
|
52
|
-
}
|
53
|
-
|
54
|
-
service DataPublisher {
|
55
|
-
option (service_description) = "Data Publisher (DP) server services";
|
56
|
-
|
57
|
-
rpc ClientContentCorruptionReport (.CDataPublisher_ClientContentCorruptionReport_Notification) returns (.NoResponse);
|
58
|
-
rpc ClientUpdateAppJobReport (.CDataPublisher_ClientUpdateAppJob_Notification) returns (.NoResponse);
|
59
|
-
}
|
60
|
-
|
61
|
-
service ValveHWSurvey {
|
62
|
-
option (service_description) = "ValveHWSurvey";
|
63
|
-
|
64
|
-
rpc GetSurveySchedule (.CValveHWSurvey_GetSurveySchedule_Request) returns (.CValveHWSurvey_GetSurveySchedule_Response) {
|
65
|
-
option (method_description) = "Should I run the survey";
|
66
|
-
}
|
67
|
-
}
|
@@ -1,84 +0,0 @@
|
|
1
|
-
import "steammessages_base.proto";
|
2
|
-
import "steammessages_unified_base.steamclient.proto";
|
3
|
-
|
4
|
-
option cc_generic_services = true;
|
5
|
-
|
6
|
-
message CVideo_ClientGetVideoURL_Request {
|
7
|
-
optional uint64 video_id = 1 [(description) = "Video ID"];
|
8
|
-
optional uint32 client_cellid = 2 [(description) = "Cell ID of client, zero if unknown"];
|
9
|
-
}
|
10
|
-
|
11
|
-
message CVideo_ClientGetVideoURL_Response {
|
12
|
-
optional uint64 video_id = 1 [(description) = "Video ID"];
|
13
|
-
optional string video_url = 2 [(description) = "URL for video manifest"];
|
14
|
-
}
|
15
|
-
|
16
|
-
message VideoBookmark {
|
17
|
-
optional uint32 app_id = 1 [(description) = "App ID"];
|
18
|
-
optional uint32 playback_position_in_seconds = 2 [(description) = "How many seconds into the video the bookmark is for"];
|
19
|
-
optional uint64 video_track_id = 3 [(description) = "video track choice."];
|
20
|
-
optional uint64 audio_track_id = 4 [(description) = "audio track choice."];
|
21
|
-
optional uint64 timedtext_track_id = 5 [(description) = "timedtimed or subtitle track choice"];
|
22
|
-
optional uint32 last_modified = 6 [(description) = "when we recorded it was last modified. Not settable."];
|
23
|
-
optional bool hide_from_watch_history = 7 [default = false, (description) = "Whether I want to show this in my history"];
|
24
|
-
optional bool hide_from_library = 8 [default = false, (description) = "Whether I want to show this in my library"];
|
25
|
-
}
|
26
|
-
|
27
|
-
message CVideo_SetVideoBookmark_Notification {
|
28
|
-
repeated .VideoBookmark bookmarks = 1 [(description) = "list of bookmarks we want to store."];
|
29
|
-
}
|
30
|
-
|
31
|
-
message CVideo_GetVideoBookmarks_Request {
|
32
|
-
repeated uint32 appids = 1 [(description) = "List of App IDs to grab bookmarks for. Can be empty if using updated_since."];
|
33
|
-
optional uint32 updated_since = 2 [(description) = "Only return results after time. Min value is 1. (seconds since epoch January 1st, 1970 Unix Time)"];
|
34
|
-
}
|
35
|
-
|
36
|
-
message CVideo_GetVideoBookmarks_Response {
|
37
|
-
repeated .VideoBookmark bookmarks = 1 [(description) = "List of bookmarks we found. Can be empty."];
|
38
|
-
}
|
39
|
-
|
40
|
-
message CVideo_UnlockedH264_Notification {
|
41
|
-
optional bytes encryption_key = 1;
|
42
|
-
}
|
43
|
-
|
44
|
-
message CFovasVideo_ClientGetOPFSettings_Request {
|
45
|
-
optional uint32 app_id = 1 [(description) = "App ID"];
|
46
|
-
optional uint32 client_cellid = 2 [(description) = "Cell ID of client, zero if unknown"];
|
47
|
-
}
|
48
|
-
|
49
|
-
message CFovasVideo_ClientGetOPFSettings_Response {
|
50
|
-
optional uint32 app_id = 1 [(description) = "App ID"];
|
51
|
-
optional string opf_settings = 2 [(description) = "JSON blob of OPF Settings"];
|
52
|
-
}
|
53
|
-
|
54
|
-
service Video {
|
55
|
-
option (service_description) = "Video methods";
|
56
|
-
|
57
|
-
rpc ClientGetVideoURL (.CVideo_ClientGetVideoURL_Request) returns (.CVideo_ClientGetVideoURL_Response) {
|
58
|
-
option (method_description) = "Get the initial URL to begin streaming a video";
|
59
|
-
}
|
60
|
-
|
61
|
-
rpc SetVideoBookmark (.CVideo_SetVideoBookmark_Notification) returns (.NoResponse) {
|
62
|
-
option (method_description) = "Bookmarks the locations in the video the user has reached. As as record playback settings per video. Fire and forget.";
|
63
|
-
}
|
64
|
-
|
65
|
-
rpc GetVideoBookmarks (.CVideo_GetVideoBookmarks_Request) returns (.CVideo_GetVideoBookmarks_Response) {
|
66
|
-
option (method_description) = "Returns the video bookmarks locations for the specific videos. Includes playback settings per video";
|
67
|
-
}
|
68
|
-
}
|
69
|
-
|
70
|
-
service VideoClient {
|
71
|
-
option (service_execution_site) = k_EProtoExecutionSiteSteamClient;
|
72
|
-
|
73
|
-
rpc NotifyUnlockedH264 (.CVideo_UnlockedH264_Notification) returns (.NoResponse) {
|
74
|
-
option (method_description) = "Notification from server to client that h264 has been unlocked";
|
75
|
-
}
|
76
|
-
}
|
77
|
-
|
78
|
-
service FovasVideo {
|
79
|
-
option (service_description) = "Fovas Video Service Methods";
|
80
|
-
|
81
|
-
rpc ClientGetOPFSettings (.CFovasVideo_ClientGetOPFSettings_Request) returns (.CFovasVideo_ClientGetOPFSettings_Response) {
|
82
|
-
option (method_description) = "Retrieve the OPF settings JSON blob. Available via the Client for 360 Player App";
|
83
|
-
}
|
84
|
-
}
|