steamutils 1.2.51 → 1.2.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.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,17 @@
|
|
1
|
+
import "google/protobuf/descriptor.proto";
|
2
|
+
|
3
|
+
extend .google.protobuf.FieldOptions {
|
4
|
+
optional bool valve_map_field = 61000 [default = false];
|
5
|
+
optional bool valve_map_key = 61001 [default = false];
|
6
|
+
optional int32 diff_encode_field = 61002 [default = 0];
|
7
|
+
optional bool delta_ignore = 61003 [default = false];
|
8
|
+
optional uint32 steamml_max_entries = 61004 [default = 0];
|
9
|
+
optional bool steamml_is_timestamp = 61005 [default = false];
|
10
|
+
optional uint32 steamlearn_count = 61006 [default = 0];
|
11
|
+
}
|
12
|
+
|
13
|
+
extend .google.protobuf.EnumValueOptions {
|
14
|
+
optional string schema_friendly_name = 1000;
|
15
|
+
optional string schema_description = 1001;
|
16
|
+
optional bool schema_suppress_enumerator = 1002;
|
17
|
+
}
|
@@ -0,0 +1,281 @@
|
|
1
|
+
package google.protobuf;
|
2
|
+
|
3
|
+
option optimize_for = SPEED;
|
4
|
+
option go_package = "google.golang.org/protobuf/types/descriptorpb";
|
5
|
+
option java_package = "com.google.protobuf";
|
6
|
+
option java_outer_classname = "DescriptorProtos";
|
7
|
+
|
8
|
+
message FileDescriptorSet {
|
9
|
+
repeated .google.protobuf.FileDescriptorProto file = 1;
|
10
|
+
}
|
11
|
+
|
12
|
+
message FileDescriptorProto {
|
13
|
+
optional string name = 1;
|
14
|
+
optional string package = 2;
|
15
|
+
repeated string dependency = 3;
|
16
|
+
repeated int32 public_dependency = 10;
|
17
|
+
repeated int32 weak_dependency = 11;
|
18
|
+
repeated .google.protobuf.DescriptorProto message_type = 4;
|
19
|
+
repeated .google.protobuf.EnumDescriptorProto enum_type = 5;
|
20
|
+
repeated .google.protobuf.ServiceDescriptorProto service = 6;
|
21
|
+
repeated .google.protobuf.FieldDescriptorProto extension = 7;
|
22
|
+
optional .google.protobuf.FileOptions options = 8;
|
23
|
+
optional .google.protobuf.SourceCodeInfo source_code_info = 9;
|
24
|
+
optional string syntax = 12;
|
25
|
+
}
|
26
|
+
|
27
|
+
message DescriptorProto {
|
28
|
+
message ExtensionRange {
|
29
|
+
optional int32 start = 1;
|
30
|
+
optional int32 end = 2;
|
31
|
+
optional .google.protobuf.ExtensionRangeOptions options = 3;
|
32
|
+
}
|
33
|
+
|
34
|
+
message ReservedRange {
|
35
|
+
optional int32 start = 1;
|
36
|
+
optional int32 end = 2;
|
37
|
+
}
|
38
|
+
|
39
|
+
optional string name = 1;
|
40
|
+
repeated .google.protobuf.FieldDescriptorProto field = 2;
|
41
|
+
repeated .google.protobuf.FieldDescriptorProto extension = 6;
|
42
|
+
repeated .google.protobuf.DescriptorProto nested_type = 3;
|
43
|
+
repeated .google.protobuf.EnumDescriptorProto enum_type = 4;
|
44
|
+
repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5;
|
45
|
+
repeated .google.protobuf.OneofDescriptorProto oneof_decl = 8;
|
46
|
+
optional .google.protobuf.MessageOptions options = 7;
|
47
|
+
repeated .google.protobuf.DescriptorProto.ReservedRange reserved_range = 9;
|
48
|
+
repeated string reserved_name = 10;
|
49
|
+
}
|
50
|
+
|
51
|
+
message ExtensionRangeOptions {
|
52
|
+
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
53
|
+
|
54
|
+
extensions 1000 to max;
|
55
|
+
}
|
56
|
+
|
57
|
+
message FieldDescriptorProto {
|
58
|
+
enum Type {
|
59
|
+
TYPE_DOUBLE = 1;
|
60
|
+
TYPE_FLOAT = 2;
|
61
|
+
TYPE_INT64 = 3;
|
62
|
+
TYPE_UINT64 = 4;
|
63
|
+
TYPE_INT32 = 5;
|
64
|
+
TYPE_FIXED64 = 6;
|
65
|
+
TYPE_FIXED32 = 7;
|
66
|
+
TYPE_BOOL = 8;
|
67
|
+
TYPE_STRING = 9;
|
68
|
+
TYPE_GROUP = 10;
|
69
|
+
TYPE_MESSAGE = 11;
|
70
|
+
TYPE_BYTES = 12;
|
71
|
+
TYPE_UINT32 = 13;
|
72
|
+
TYPE_ENUM = 14;
|
73
|
+
TYPE_SFIXED32 = 15;
|
74
|
+
TYPE_SFIXED64 = 16;
|
75
|
+
TYPE_SINT32 = 17;
|
76
|
+
TYPE_SINT64 = 18;
|
77
|
+
}
|
78
|
+
|
79
|
+
enum Label {
|
80
|
+
LABEL_OPTIONAL = 1;
|
81
|
+
LABEL_REQUIRED = 2;
|
82
|
+
LABEL_REPEATED = 3;
|
83
|
+
}
|
84
|
+
|
85
|
+
optional string name = 1;
|
86
|
+
optional int32 number = 3;
|
87
|
+
optional .google.protobuf.FieldDescriptorProto.Label label = 4 [default = LABEL_OPTIONAL];
|
88
|
+
optional .google.protobuf.FieldDescriptorProto.Type type = 5 [default = TYPE_DOUBLE];
|
89
|
+
optional string type_name = 6;
|
90
|
+
optional string extendee = 2;
|
91
|
+
optional string default_value = 7;
|
92
|
+
optional int32 oneof_index = 9;
|
93
|
+
optional string json_name = 10;
|
94
|
+
optional .google.protobuf.FieldOptions options = 8;
|
95
|
+
optional bool proto3_optional = 17;
|
96
|
+
}
|
97
|
+
|
98
|
+
message OneofDescriptorProto {
|
99
|
+
optional string name = 1;
|
100
|
+
optional .google.protobuf.OneofOptions options = 2;
|
101
|
+
}
|
102
|
+
|
103
|
+
message EnumDescriptorProto {
|
104
|
+
message EnumReservedRange {
|
105
|
+
optional int32 start = 1;
|
106
|
+
optional int32 end = 2;
|
107
|
+
}
|
108
|
+
|
109
|
+
optional string name = 1;
|
110
|
+
repeated .google.protobuf.EnumValueDescriptorProto value = 2;
|
111
|
+
optional .google.protobuf.EnumOptions options = 3;
|
112
|
+
repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4;
|
113
|
+
repeated string reserved_name = 5;
|
114
|
+
}
|
115
|
+
|
116
|
+
message EnumValueDescriptorProto {
|
117
|
+
optional string name = 1;
|
118
|
+
optional int32 number = 2;
|
119
|
+
optional .google.protobuf.EnumValueOptions options = 3;
|
120
|
+
}
|
121
|
+
|
122
|
+
message ServiceDescriptorProto {
|
123
|
+
optional string name = 1;
|
124
|
+
repeated .google.protobuf.MethodDescriptorProto method = 2;
|
125
|
+
optional .google.protobuf.ServiceOptions options = 3;
|
126
|
+
}
|
127
|
+
|
128
|
+
message MethodDescriptorProto {
|
129
|
+
optional string name = 1;
|
130
|
+
optional string input_type = 2;
|
131
|
+
optional string output_type = 3;
|
132
|
+
optional .google.protobuf.MethodOptions options = 4;
|
133
|
+
optional bool client_streaming = 5 [default = false];
|
134
|
+
optional bool server_streaming = 6 [default = false];
|
135
|
+
}
|
136
|
+
|
137
|
+
message FileOptions {
|
138
|
+
enum OptimizeMode {
|
139
|
+
SPEED = 1;
|
140
|
+
CODE_SIZE = 2;
|
141
|
+
LITE_RUNTIME = 3;
|
142
|
+
}
|
143
|
+
|
144
|
+
optional string java_package = 1;
|
145
|
+
optional string java_outer_classname = 8;
|
146
|
+
optional bool java_multiple_files = 10 [default = false];
|
147
|
+
optional bool java_generate_equals_and_hash = 20 [deprecated = true];
|
148
|
+
optional bool java_string_check_utf8 = 27 [default = false];
|
149
|
+
optional .google.protobuf.FileOptions.OptimizeMode optimize_for = 9 [default = SPEED];
|
150
|
+
optional string go_package = 11;
|
151
|
+
optional bool cc_generic_services = 16 [default = false];
|
152
|
+
optional bool java_generic_services = 17 [default = false];
|
153
|
+
optional bool py_generic_services = 18 [default = false];
|
154
|
+
optional bool php_generic_services = 42 [default = false];
|
155
|
+
optional bool deprecated = 23 [default = false];
|
156
|
+
optional bool cc_enable_arenas = 31 [default = true];
|
157
|
+
optional string objc_class_prefix = 36;
|
158
|
+
optional string csharp_namespace = 37;
|
159
|
+
optional string swift_prefix = 39;
|
160
|
+
optional string php_class_prefix = 40;
|
161
|
+
optional string php_namespace = 41;
|
162
|
+
optional string php_metadata_namespace = 44;
|
163
|
+
optional string ruby_package = 45;
|
164
|
+
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
165
|
+
|
166
|
+
extensions 1000 to max;
|
167
|
+
}
|
168
|
+
|
169
|
+
message MessageOptions {
|
170
|
+
optional bool message_set_wire_format = 1 [default = false];
|
171
|
+
optional bool no_standard_descriptor_accessor = 2 [default = false];
|
172
|
+
optional bool deprecated = 3 [default = false];
|
173
|
+
optional bool map_entry = 7;
|
174
|
+
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
175
|
+
|
176
|
+
extensions 1000 to max;
|
177
|
+
}
|
178
|
+
|
179
|
+
message FieldOptions {
|
180
|
+
enum CType {
|
181
|
+
STRING = 0;
|
182
|
+
CORD = 1;
|
183
|
+
STRING_PIECE = 2;
|
184
|
+
}
|
185
|
+
|
186
|
+
enum JSType {
|
187
|
+
JS_NORMAL = 0;
|
188
|
+
JS_STRING = 1;
|
189
|
+
JS_NUMBER = 2;
|
190
|
+
}
|
191
|
+
|
192
|
+
optional .google.protobuf.FieldOptions.CType ctype = 1 [default = STRING];
|
193
|
+
optional bool packed = 2;
|
194
|
+
optional .google.protobuf.FieldOptions.JSType jstype = 6 [default = JS_NORMAL];
|
195
|
+
optional bool lazy = 5 [default = false];
|
196
|
+
optional bool deprecated = 3 [default = false];
|
197
|
+
optional bool weak = 10 [default = false];
|
198
|
+
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
199
|
+
|
200
|
+
extensions 1000 to max;
|
201
|
+
}
|
202
|
+
|
203
|
+
message OneofOptions {
|
204
|
+
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
205
|
+
|
206
|
+
extensions 1000 to max;
|
207
|
+
}
|
208
|
+
|
209
|
+
message EnumOptions {
|
210
|
+
optional bool allow_alias = 2;
|
211
|
+
optional bool deprecated = 3 [default = false];
|
212
|
+
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
213
|
+
|
214
|
+
extensions 1000 to max;
|
215
|
+
}
|
216
|
+
|
217
|
+
message EnumValueOptions {
|
218
|
+
optional bool deprecated = 1 [default = false];
|
219
|
+
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
220
|
+
|
221
|
+
extensions 1000 to max;
|
222
|
+
}
|
223
|
+
|
224
|
+
message ServiceOptions {
|
225
|
+
optional bool deprecated = 33 [default = false];
|
226
|
+
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
227
|
+
|
228
|
+
extensions 1000 to max;
|
229
|
+
}
|
230
|
+
|
231
|
+
message MethodOptions {
|
232
|
+
enum IdempotencyLevel {
|
233
|
+
IDEMPOTENCY_UNKNOWN = 0;
|
234
|
+
NO_SIDE_EFFECTS = 1;
|
235
|
+
IDEMPOTENT = 2;
|
236
|
+
}
|
237
|
+
|
238
|
+
optional bool deprecated = 33 [default = false];
|
239
|
+
optional .google.protobuf.MethodOptions.IdempotencyLevel idempotency_level = 34 [default = IDEMPOTENCY_UNKNOWN];
|
240
|
+
repeated .google.protobuf.UninterpretedOption uninterpreted_option = 999;
|
241
|
+
|
242
|
+
extensions 1000 to max;
|
243
|
+
}
|
244
|
+
|
245
|
+
message UninterpretedOption {
|
246
|
+
message NamePart {
|
247
|
+
required string name_part = 1;
|
248
|
+
required bool is_extension = 2;
|
249
|
+
}
|
250
|
+
|
251
|
+
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
|
252
|
+
optional string identifier_value = 3;
|
253
|
+
optional uint64 positive_int_value = 4;
|
254
|
+
optional int64 negative_int_value = 5;
|
255
|
+
optional double double_value = 6;
|
256
|
+
optional bytes string_value = 7;
|
257
|
+
optional string aggregate_value = 8;
|
258
|
+
}
|
259
|
+
|
260
|
+
message SourceCodeInfo {
|
261
|
+
message Location {
|
262
|
+
repeated int32 path = 1 [packed = true];
|
263
|
+
repeated int32 span = 2 [packed = true];
|
264
|
+
optional string leading_comments = 3;
|
265
|
+
optional string trailing_comments = 4;
|
266
|
+
repeated string leading_detached_comments = 6;
|
267
|
+
}
|
268
|
+
|
269
|
+
repeated .google.protobuf.SourceCodeInfo.Location location = 1;
|
270
|
+
}
|
271
|
+
|
272
|
+
message GeneratedCodeInfo {
|
273
|
+
message Annotation {
|
274
|
+
repeated int32 path = 1 [packed = true];
|
275
|
+
optional string source_file = 2;
|
276
|
+
optional int32 begin = 3;
|
277
|
+
optional int32 end = 4;
|
278
|
+
}
|
279
|
+
|
280
|
+
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
|
281
|
+
}
|
@@ -1,45 +1,45 @@
|
|
1
|
-
option optimize_for = SPEED;
|
2
|
-
option cc_generic_services = false;
|
3
|
-
|
4
|
-
message CClientMetrics_ClientBootstrap_RequestInfo {
|
5
|
-
optional string original_hostname = 1;
|
6
|
-
optional string actual_hostname = 2;
|
7
|
-
optional string path = 3;
|
8
|
-
optional string base_name = 4;
|
9
|
-
optional bool success = 5;
|
10
|
-
optional uint32 status_code = 6;
|
11
|
-
optional string address_of_request_url = 7;
|
12
|
-
optional uint32 response_time_ms = 8;
|
13
|
-
optional uint64 bytes_received = 9;
|
14
|
-
optional uint32 num_retries = 10;
|
15
|
-
}
|
16
|
-
|
17
|
-
message CClientMetrics_ClientBootstrap_Summary {
|
18
|
-
optional uint32 launcher_type = 1;
|
19
|
-
optional uint32 steam_realm = 2;
|
20
|
-
optional string beta_name = 3;
|
21
|
-
optional bool download_completed = 4;
|
22
|
-
optional uint32 total_time_ms = 6;
|
23
|
-
repeated .CClientMetrics_ClientBootstrap_RequestInfo manifest_requests = 7;
|
24
|
-
repeated .CClientMetrics_ClientBootstrap_RequestInfo package_requests = 8;
|
25
|
-
}
|
26
|
-
|
27
|
-
message CClientMetrics_ContentDownloadResponse_Counts {
|
28
|
-
optional uint32 class_100 = 1;
|
29
|
-
optional uint32 class_200 = 2;
|
30
|
-
optional uint32 class_300 = 3;
|
31
|
-
optional uint32 class_400 = 4;
|
32
|
-
optional uint32 class_500 = 5;
|
33
|
-
optional uint32 no_response = 6;
|
34
|
-
optional uint32 class_unknown = 7;
|
35
|
-
}
|
36
|
-
|
37
|
-
message CClientMetrics_ContentDownloadResponse_HostCounts {
|
38
|
-
optional string hostname = 1;
|
39
|
-
optional uint32 source_type = 2;
|
40
|
-
optional .CClientMetrics_ContentDownloadResponse_Counts counts = 3;
|
41
|
-
}
|
42
|
-
|
43
|
-
message CClientMetrics_ContentDownloadResponse_Hosts {
|
44
|
-
repeated .CClientMetrics_ContentDownloadResponse_HostCounts hosts = 1;
|
45
|
-
}
|
1
|
+
option optimize_for = SPEED;
|
2
|
+
option cc_generic_services = false;
|
3
|
+
|
4
|
+
message CClientMetrics_ClientBootstrap_RequestInfo {
|
5
|
+
optional string original_hostname = 1;
|
6
|
+
optional string actual_hostname = 2;
|
7
|
+
optional string path = 3;
|
8
|
+
optional string base_name = 4;
|
9
|
+
optional bool success = 5;
|
10
|
+
optional uint32 status_code = 6;
|
11
|
+
optional string address_of_request_url = 7;
|
12
|
+
optional uint32 response_time_ms = 8;
|
13
|
+
optional uint64 bytes_received = 9;
|
14
|
+
optional uint32 num_retries = 10;
|
15
|
+
}
|
16
|
+
|
17
|
+
message CClientMetrics_ClientBootstrap_Summary {
|
18
|
+
optional uint32 launcher_type = 1;
|
19
|
+
optional uint32 steam_realm = 2;
|
20
|
+
optional string beta_name = 3;
|
21
|
+
optional bool download_completed = 4;
|
22
|
+
optional uint32 total_time_ms = 6;
|
23
|
+
repeated .CClientMetrics_ClientBootstrap_RequestInfo manifest_requests = 7;
|
24
|
+
repeated .CClientMetrics_ClientBootstrap_RequestInfo package_requests = 8;
|
25
|
+
}
|
26
|
+
|
27
|
+
message CClientMetrics_ContentDownloadResponse_Counts {
|
28
|
+
optional uint32 class_100 = 1;
|
29
|
+
optional uint32 class_200 = 2;
|
30
|
+
optional uint32 class_300 = 3;
|
31
|
+
optional uint32 class_400 = 4;
|
32
|
+
optional uint32 class_500 = 5;
|
33
|
+
optional uint32 no_response = 6;
|
34
|
+
optional uint32 class_unknown = 7;
|
35
|
+
}
|
36
|
+
|
37
|
+
message CClientMetrics_ContentDownloadResponse_HostCounts {
|
38
|
+
optional string hostname = 1;
|
39
|
+
optional uint32 source_type = 2;
|
40
|
+
optional .CClientMetrics_ContentDownloadResponse_Counts counts = 3;
|
41
|
+
}
|
42
|
+
|
43
|
+
message CClientMetrics_ContentDownloadResponse_Hosts {
|
44
|
+
repeated .CClientMetrics_ContentDownloadResponse_HostCounts hosts = 1;
|
45
|
+
}
|
@@ -1,62 +1,62 @@
|
|
1
|
-
option optimize_for = SPEED;
|
2
|
-
option cc_generic_services = false;
|
3
|
-
|
4
|
-
enum EContentDeltaChunkDataLocation {
|
5
|
-
k_EContentDeltaChunkDataLocationInProtobuf = 0;
|
6
|
-
k_EContentDeltaChunkDataLocationAfterProtobuf = 1;
|
7
|
-
}
|
8
|
-
|
9
|
-
message ContentManifestPayload {
|
10
|
-
message FileMapping {
|
11
|
-
message ChunkData {
|
12
|
-
optional bytes sha = 1;
|
13
|
-
optional fixed32 crc = 2;
|
14
|
-
optional uint64 offset = 3;
|
15
|
-
optional uint32 cb_original = 4;
|
16
|
-
optional uint32 cb_compressed = 5;
|
17
|
-
}
|
18
|
-
|
19
|
-
optional string filename = 1;
|
20
|
-
optional uint64 size = 2;
|
21
|
-
optional uint32 flags = 3;
|
22
|
-
optional bytes sha_filename = 4;
|
23
|
-
optional bytes sha_content = 5;
|
24
|
-
repeated .ContentManifestPayload.FileMapping.ChunkData chunks = 6;
|
25
|
-
optional string linktarget = 7;
|
26
|
-
}
|
27
|
-
|
28
|
-
repeated .ContentManifestPayload.FileMapping mappings = 1;
|
29
|
-
}
|
30
|
-
|
31
|
-
message ContentManifestMetadata {
|
32
|
-
optional uint32 depot_id = 1;
|
33
|
-
optional uint64 gid_manifest = 2;
|
34
|
-
optional uint32 creation_time = 3;
|
35
|
-
optional bool filenames_encrypted = 4;
|
36
|
-
optional uint64 cb_disk_original = 5;
|
37
|
-
optional uint64 cb_disk_compressed = 6;
|
38
|
-
optional uint32 unique_chunks = 7;
|
39
|
-
optional uint32 crc_encrypted = 8;
|
40
|
-
optional uint32 crc_clear = 9;
|
41
|
-
}
|
42
|
-
|
43
|
-
message ContentManifestSignature {
|
44
|
-
optional bytes signature = 1;
|
45
|
-
}
|
46
|
-
|
47
|
-
message ContentDeltaChunks {
|
48
|
-
message DeltaChunk {
|
49
|
-
optional bytes sha_source = 1;
|
50
|
-
optional bytes sha_target = 2;
|
51
|
-
optional uint32 size_original = 3;
|
52
|
-
optional uint32 patch_method = 4;
|
53
|
-
optional bytes chunk = 5;
|
54
|
-
optional uint32 size_delta = 6;
|
55
|
-
}
|
56
|
-
|
57
|
-
optional uint32 depot_id = 1;
|
58
|
-
optional uint64 manifest_id_source = 2;
|
59
|
-
optional uint64 manifest_id_target = 3;
|
60
|
-
repeated .ContentDeltaChunks.DeltaChunk deltaChunks = 4;
|
61
|
-
optional .EContentDeltaChunkDataLocation chunk_data_location = 5 [default = k_EContentDeltaChunkDataLocationInProtobuf];
|
62
|
-
}
|
1
|
+
option optimize_for = SPEED;
|
2
|
+
option cc_generic_services = false;
|
3
|
+
|
4
|
+
enum EContentDeltaChunkDataLocation {
|
5
|
+
k_EContentDeltaChunkDataLocationInProtobuf = 0;
|
6
|
+
k_EContentDeltaChunkDataLocationAfterProtobuf = 1;
|
7
|
+
}
|
8
|
+
|
9
|
+
message ContentManifestPayload {
|
10
|
+
message FileMapping {
|
11
|
+
message ChunkData {
|
12
|
+
optional bytes sha = 1;
|
13
|
+
optional fixed32 crc = 2;
|
14
|
+
optional uint64 offset = 3;
|
15
|
+
optional uint32 cb_original = 4;
|
16
|
+
optional uint32 cb_compressed = 5;
|
17
|
+
}
|
18
|
+
|
19
|
+
optional string filename = 1;
|
20
|
+
optional uint64 size = 2;
|
21
|
+
optional uint32 flags = 3;
|
22
|
+
optional bytes sha_filename = 4;
|
23
|
+
optional bytes sha_content = 5;
|
24
|
+
repeated .ContentManifestPayload.FileMapping.ChunkData chunks = 6;
|
25
|
+
optional string linktarget = 7;
|
26
|
+
}
|
27
|
+
|
28
|
+
repeated .ContentManifestPayload.FileMapping mappings = 1;
|
29
|
+
}
|
30
|
+
|
31
|
+
message ContentManifestMetadata {
|
32
|
+
optional uint32 depot_id = 1;
|
33
|
+
optional uint64 gid_manifest = 2;
|
34
|
+
optional uint32 creation_time = 3;
|
35
|
+
optional bool filenames_encrypted = 4;
|
36
|
+
optional uint64 cb_disk_original = 5;
|
37
|
+
optional uint64 cb_disk_compressed = 6;
|
38
|
+
optional uint32 unique_chunks = 7;
|
39
|
+
optional uint32 crc_encrypted = 8;
|
40
|
+
optional uint32 crc_clear = 9;
|
41
|
+
}
|
42
|
+
|
43
|
+
message ContentManifestSignature {
|
44
|
+
optional bytes signature = 1;
|
45
|
+
}
|
46
|
+
|
47
|
+
message ContentDeltaChunks {
|
48
|
+
message DeltaChunk {
|
49
|
+
optional bytes sha_source = 1;
|
50
|
+
optional bytes sha_target = 2;
|
51
|
+
optional uint32 size_original = 3;
|
52
|
+
optional uint32 patch_method = 4;
|
53
|
+
optional bytes chunk = 5;
|
54
|
+
optional uint32 size_delta = 6;
|
55
|
+
}
|
56
|
+
|
57
|
+
optional uint32 depot_id = 1;
|
58
|
+
optional uint64 manifest_id_source = 2;
|
59
|
+
optional uint64 manifest_id_target = 3;
|
60
|
+
repeated .ContentDeltaChunks.DeltaChunk deltaChunks = 4;
|
61
|
+
optional .EContentDeltaChunkDataLocation chunk_data_location = 5 [default = k_EContentDeltaChunkDataLocationInProtobuf];
|
62
|
+
}
|
@@ -0,0 +1,41 @@
|
|
1
|
+
import "steammessages_base.proto";
|
2
|
+
|
3
|
+
option optimize_for = SPEED;
|
4
|
+
option cc_generic_services = true;
|
5
|
+
option (force_php_generation) = true;
|
6
|
+
|
7
|
+
enum EContentHubDiscountFilterType {
|
8
|
+
k_EContentHubDiscountFilterType_None = 0;
|
9
|
+
k_EContentHubDiscountFilterType_DiscountsOnly = 1;
|
10
|
+
k_EContentHubDiscountFilterType_PrioritizeDiscounts = 2;
|
11
|
+
}
|
12
|
+
|
13
|
+
message CStorePageFilter {
|
14
|
+
message SalePageFilter {
|
15
|
+
optional uint32 sale_tagid = 1;
|
16
|
+
}
|
17
|
+
|
18
|
+
message ContentHubFilter {
|
19
|
+
message OptInInfo {
|
20
|
+
optional string name = 1;
|
21
|
+
optional uint32 optin_tagid = 2;
|
22
|
+
optional uint32 prune_tagid = 3;
|
23
|
+
optional bool optin_only = 4;
|
24
|
+
}
|
25
|
+
|
26
|
+
optional string hub_type = 1;
|
27
|
+
optional string hub_category = 2;
|
28
|
+
optional uint32 hub_tagid = 3;
|
29
|
+
optional .EContentHubDiscountFilterType discount_filter = 4 [default = k_EContentHubDiscountFilterType_None];
|
30
|
+
optional .CStorePageFilter.ContentHubFilter.OptInInfo optin = 5;
|
31
|
+
}
|
32
|
+
|
33
|
+
message StoreFilter {
|
34
|
+
optional string filter_json = 1;
|
35
|
+
optional string cache_key = 2;
|
36
|
+
}
|
37
|
+
|
38
|
+
optional .CStorePageFilter.SalePageFilter sale_filter = 1;
|
39
|
+
optional .CStorePageFilter.ContentHubFilter content_hub_filter = 2;
|
40
|
+
repeated .CStorePageFilter.StoreFilter store_filters = 3;
|
41
|
+
}
|
@@ -1,10 +1,10 @@
|
|
1
|
-
option optimize_for = SPEED;
|
2
|
-
option cc_generic_services = false;
|
3
|
-
|
4
|
-
message EncryptedAppTicket {
|
5
|
-
optional uint32 ticket_version_no = 1;
|
6
|
-
optional uint32 crc_encryptedticket = 2;
|
7
|
-
optional uint32 cb_encrypteduserdata = 3;
|
8
|
-
optional uint32 cb_encrypted_appownershipticket = 4;
|
9
|
-
optional bytes encrypted_ticket = 5;
|
10
|
-
}
|
1
|
+
option optimize_for = SPEED;
|
2
|
+
option cc_generic_services = false;
|
3
|
+
|
4
|
+
message EncryptedAppTicket {
|
5
|
+
optional uint32 ticket_version_no = 1;
|
6
|
+
optional uint32 crc_encryptedticket = 2;
|
7
|
+
optional uint32 cb_encrypteduserdata = 3;
|
8
|
+
optional uint32 cb_encrypted_appownershipticket = 4;
|
9
|
+
optional bytes encrypted_ticket = 5;
|
10
|
+
}
|