steamutils 1.2.50 → 1.2.52
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 +16 -12
- package/example.js +14 -0
- package/helpers/protos.js +21 -0
- package/index.js +1 -1
- 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,119 @@
|
|
1
|
+
import "common_base.proto";
|
2
|
+
|
3
|
+
message CPartnerAppOptInData {
|
4
|
+
optional uint32 appid = 1;
|
5
|
+
optional bool opt_in = 2;
|
6
|
+
optional string opt_in_name = 3;
|
7
|
+
optional string jsondata = 4;
|
8
|
+
optional int32 type = 5 [(.description) = "enum"];
|
9
|
+
optional uint32 accountid_add = 6;
|
10
|
+
optional uint32 time_opted_in = 7;
|
11
|
+
optional uint32 time_updated = 8;
|
12
|
+
optional uint32 accountid_lastmod = 9;
|
13
|
+
optional bool invited = 10;
|
14
|
+
optional uint32 accountid_remove = 11;
|
15
|
+
optional uint32 time_opted_out = 12;
|
16
|
+
optional bool pruned = 13;
|
17
|
+
optional uint32 accountid_prune = 14;
|
18
|
+
optional uint32 time_pruned = 15;
|
19
|
+
}
|
20
|
+
|
21
|
+
message CPartnerAppOptInEmailDef {
|
22
|
+
optional string opt_in_name = 1;
|
23
|
+
optional fixed64 targeting_flag = 2;
|
24
|
+
optional fixed64 settings_flag = 3;
|
25
|
+
optional string email_templates = 4;
|
26
|
+
optional uint32 start_rtime = 5;
|
27
|
+
optional uint32 end_rtime = 6;
|
28
|
+
optional .CPartnerAppOptInEmailStats stats = 7;
|
29
|
+
optional uint32 creator_accountid = 8;
|
30
|
+
optional uint32 create_time = 9;
|
31
|
+
optional uint32 last_update_time = 10;
|
32
|
+
optional fixed64 email_def_id = 11;
|
33
|
+
}
|
34
|
+
|
35
|
+
message CPartnerAppOptInEmailStats {
|
36
|
+
optional uint32 accounts_examined = 1;
|
37
|
+
optional uint32 accounts_emailed = 2;
|
38
|
+
optional uint32 accounts_not_emailed_opted_out = 3;
|
39
|
+
optional uint32 accounts_email_failed = 4;
|
40
|
+
optional bool completed = 5;
|
41
|
+
}
|
42
|
+
|
43
|
+
message CPublishing_CreatePartnerAppOptInEmail_Request {
|
44
|
+
optional string opt_in_name = 1;
|
45
|
+
optional fixed64 targeting_flag = 2;
|
46
|
+
optional fixed64 settings_flag = 3;
|
47
|
+
optional string email_templates = 4;
|
48
|
+
optional uint32 start_rtime = 5 [default = 0];
|
49
|
+
optional uint32 end_rtime = 6 [default = 0];
|
50
|
+
}
|
51
|
+
|
52
|
+
message CPublishing_CreatePartnerAppOptInEmail_Response {
|
53
|
+
optional fixed64 email_def_id = 1;
|
54
|
+
}
|
55
|
+
|
56
|
+
message CPublishing_GetEstimatePartnerAppOptInEmail_Request {
|
57
|
+
optional fixed64 email_def_id = 1;
|
58
|
+
}
|
59
|
+
|
60
|
+
message CPublishing_GetEstimatePartnerAppOptInEmail_Response {
|
61
|
+
optional .CPartnerAppOptInEmailStats stats = 1;
|
62
|
+
}
|
63
|
+
|
64
|
+
message CPublishing_GetPartnerAppOptInEmailDefAndStats_Request {
|
65
|
+
optional string opt_in_name = 1;
|
66
|
+
}
|
67
|
+
|
68
|
+
message CPublishing_GetPartnerAppOptInEmailDefAndStats_Response {
|
69
|
+
repeated .CPartnerAppOptInEmailDef defs = 1;
|
70
|
+
}
|
71
|
+
|
72
|
+
message CPublishing_GetPartnerOptInInvites_Response {
|
73
|
+
repeated .CPartnerAppOptInData data = 1;
|
74
|
+
}
|
75
|
+
|
76
|
+
message CPublishing_GetSinglePartnerAppOptIns_Response {
|
77
|
+
repeated .CPartnerAppOptInData data = 1;
|
78
|
+
}
|
79
|
+
|
80
|
+
message CPublishing_SendPartnerAppOptInEmailAndWait_Request {
|
81
|
+
optional fixed64 email_def_id = 1;
|
82
|
+
}
|
83
|
+
|
84
|
+
message CPublishing_SendPartnerAppOptInEmailAndWait_Response {
|
85
|
+
optional .CPartnerAppOptInEmailStats results = 1;
|
86
|
+
}
|
87
|
+
|
88
|
+
message CPublishing_TestFirePartnerAppOptInEmail_Request {
|
89
|
+
optional fixed64 email_def_id = 1;
|
90
|
+
optional uint32 appid = 2;
|
91
|
+
optional uint32 partnerid = 3;
|
92
|
+
}
|
93
|
+
|
94
|
+
message CPublishing_TestFirePartnerAppOptInEmail_Response {
|
95
|
+
}
|
96
|
+
|
97
|
+
message CPublishing_UpdatePartnerAppOptInEmail_Request {
|
98
|
+
optional fixed64 email_def_id = 1;
|
99
|
+
optional fixed64 targeting_flag = 2;
|
100
|
+
optional fixed64 settings_flag = 3;
|
101
|
+
optional string email_templates = 4;
|
102
|
+
optional uint32 start_rtime = 5 [default = 0];
|
103
|
+
optional uint32 end_rtime = 6 [default = 0];
|
104
|
+
}
|
105
|
+
|
106
|
+
message CPublishing_UpdatePartnerAppOptInEmail_Response {
|
107
|
+
}
|
108
|
+
|
109
|
+
service Publishing {
|
110
|
+
rpc CreatePartnerAppOptInEmails (.CPublishing_CreatePartnerAppOptInEmail_Request) returns (.CPublishing_CreatePartnerAppOptInEmail_Response);
|
111
|
+
rpc GetEstimatePartnerAppOptInEmail (.CPublishing_GetEstimatePartnerAppOptInEmail_Request) returns (.CPublishing_GetEstimatePartnerAppOptInEmail_Response);
|
112
|
+
rpc GetPartnerAppOptInEmailDefAndStats (.CPublishing_GetPartnerAppOptInEmailDefAndStats_Request) returns (.CPublishing_GetPartnerAppOptInEmailDefAndStats_Response);
|
113
|
+
rpc GetPartnerOptInInvites (.NotImplemented) returns (.CPublishing_GetPartnerOptInInvites_Response);
|
114
|
+
rpc GetSinglePartnerAppOptIn (.NotImplemented) returns (.CPublishing_GetSinglePartnerAppOptIns_Response);
|
115
|
+
rpc SendPartnerOptInEmailAndWait (.CPublishing_SendPartnerAppOptInEmailAndWait_Request) returns (.CPublishing_SendPartnerAppOptInEmailAndWait_Response);
|
116
|
+
rpc TestFirePartnerAppOptInEmail (.CPublishing_TestFirePartnerAppOptInEmail_Request) returns (.CPublishing_TestFirePartnerAppOptInEmail_Response);
|
117
|
+
rpc UpdatePartnerAppOptInEmails (.CPublishing_UpdatePartnerAppOptInEmail_Request) returns (.CPublishing_UpdatePartnerAppOptInEmail_Response);
|
118
|
+
}
|
119
|
+
|
@@ -0,0 +1,127 @@
|
|
1
|
+
import "common_base.proto";
|
2
|
+
|
3
|
+
message CQuest_ActivateProfileModifierItem_Request {
|
4
|
+
optional uint32 appid = 1;
|
5
|
+
optional uint64 communityitemid = 2;
|
6
|
+
optional bool activate = 3;
|
7
|
+
}
|
8
|
+
|
9
|
+
message CQuest_ActivateProfileModifierItem_Response {
|
10
|
+
}
|
11
|
+
|
12
|
+
message CQuest_CommunityItem {
|
13
|
+
optional uint64 communityitemid = 1;
|
14
|
+
optional uint32 item_type = 2;
|
15
|
+
optional uint32 appid = 3;
|
16
|
+
optional uint32 owner = 4;
|
17
|
+
repeated .CQuest_CommunityItem_Attribute attributes = 5;
|
18
|
+
optional bool used = 6;
|
19
|
+
optional uint32 owner_origin = 7;
|
20
|
+
optional int64 amount = 8;
|
21
|
+
}
|
22
|
+
|
23
|
+
message CQuest_CommunityItem_Attribute {
|
24
|
+
optional uint32 attributeid = 1;
|
25
|
+
optional uint64 value = 2;
|
26
|
+
}
|
27
|
+
|
28
|
+
message CQuest_GetCommunityInventory_Request {
|
29
|
+
repeated uint32 filter_appids = 1;
|
30
|
+
}
|
31
|
+
|
32
|
+
message CQuest_GetCommunityInventory_Response {
|
33
|
+
repeated .CQuest_CommunityItem items = 1;
|
34
|
+
}
|
35
|
+
|
36
|
+
message CQuest_GetCommunityItemDefinitions_Request {
|
37
|
+
optional uint32 appid = 1;
|
38
|
+
optional uint32 item_type = 3;
|
39
|
+
optional string language = 4;
|
40
|
+
optional uint64 broadcast_channel_id = 5;
|
41
|
+
optional bool keyvalues_as_json = 6;
|
42
|
+
}
|
43
|
+
|
44
|
+
message CQuest_GetCommunityItemDefinitions_Response {
|
45
|
+
repeated .CQuest_GetCommunityItemDefinitions_Response_ItemDefinition item_definitions = 1;
|
46
|
+
}
|
47
|
+
|
48
|
+
message CQuest_GetCommunityItemDefinitions_Response_ItemDefinition {
|
49
|
+
optional uint32 item_type = 1;
|
50
|
+
optional uint32 appid = 2;
|
51
|
+
optional string item_name = 3;
|
52
|
+
optional string item_title = 4;
|
53
|
+
optional string item_description = 5;
|
54
|
+
optional string item_image_small = 6;
|
55
|
+
optional string item_image_large = 7;
|
56
|
+
optional string item_key_values = 8;
|
57
|
+
optional uint32 item_series = 9;
|
58
|
+
optional uint32 item_class = 10;
|
59
|
+
optional uint32 editor_accountid = 11;
|
60
|
+
optional bool active = 12;
|
61
|
+
optional string item_image_composed = 13;
|
62
|
+
optional string item_image_composed_foil = 14;
|
63
|
+
optional bool deleted = 15;
|
64
|
+
optional uint32 item_last_changed = 16;
|
65
|
+
optional uint64 broadcast_channel_id = 17;
|
66
|
+
optional string item_movie_webm = 18;
|
67
|
+
optional string item_movie_mp4 = 19;
|
68
|
+
optional string item_movie_webm_small = 20;
|
69
|
+
optional string item_movie_mp4_small = 21;
|
70
|
+
optional string item_internal_name = 22;
|
71
|
+
}
|
72
|
+
|
73
|
+
message CQuest_GetNumTradingCardsEarned_Request {
|
74
|
+
optional uint32 timestamp_start = 1 [default = 0];
|
75
|
+
optional uint32 timestamp_end = 2 [default = 4294967295];
|
76
|
+
}
|
77
|
+
|
78
|
+
message CQuest_GetNumTradingCardsEarned_Response {
|
79
|
+
optional uint32 num_trading_cards = 1;
|
80
|
+
}
|
81
|
+
|
82
|
+
message CQuest_SetVirtualItemRewardDefinition_Request {
|
83
|
+
optional int32 eventid = 1 [(.description) = "enum"];
|
84
|
+
repeated .CVirtualItemRewardDefinition itemsdefs = 2;
|
85
|
+
optional int32 action = 3 [(.description) = "enum"];
|
86
|
+
}
|
87
|
+
|
88
|
+
message CQuest_SetVirtualItemRewardDefinition_Response {
|
89
|
+
}
|
90
|
+
|
91
|
+
message CQuest_VirtualItemRewardDefinition_Request {
|
92
|
+
optional int32 eventid = 1 [(.description) = "enum"];
|
93
|
+
optional bool include_inactive = 2;
|
94
|
+
}
|
95
|
+
|
96
|
+
message CQuest_VirtualItemRewardDefinition_Response {
|
97
|
+
repeated .CVirtualItemRewardDefinition rewards = 1;
|
98
|
+
}
|
99
|
+
|
100
|
+
message CVirtualItemRewardDefinition {
|
101
|
+
optional int32 eventid = 1 [(.description) = "enum"];
|
102
|
+
optional uint32 item_bucket = 2;
|
103
|
+
optional uint32 appid = 3;
|
104
|
+
optional bool active = 4;
|
105
|
+
optional uint32 rarity = 5;
|
106
|
+
optional uint32 package_to_grant = 6;
|
107
|
+
optional fixed64 game_item_id = 7;
|
108
|
+
optional int32 community_item_class = 8;
|
109
|
+
optional uint32 community_item_type = 9;
|
110
|
+
optional uint32 loyalty_point_type = 10;
|
111
|
+
optional int64 amount = 11;
|
112
|
+
optional uint32 rtime_time_active = 12;
|
113
|
+
optional uint32 loyalty_reward_defid = 13;
|
114
|
+
optional uint32 user_badge_to_grant = 14;
|
115
|
+
optional uint32 user_badge_level = 15;
|
116
|
+
optional uint32 virtual_item_def_id = 16;
|
117
|
+
}
|
118
|
+
|
119
|
+
service Quest {
|
120
|
+
rpc ActivateProfileModifierItem (.CQuest_ActivateProfileModifierItem_Request) returns (.CQuest_ActivateProfileModifierItem_Response);
|
121
|
+
rpc GetCommunityInventory (.CQuest_GetCommunityInventory_Request) returns (.CQuest_GetCommunityInventory_Response);
|
122
|
+
rpc GetCommunityItemDefinitions (.CQuest_GetCommunityItemDefinitions_Request) returns (.CQuest_GetCommunityItemDefinitions_Response);
|
123
|
+
rpc GetNumTradingCardsEarned (.CQuest_GetNumTradingCardsEarned_Request) returns (.CQuest_GetNumTradingCardsEarned_Response);
|
124
|
+
rpc GetVirtualItemRewardDefinition (.CQuest_VirtualItemRewardDefinition_Request) returns (.CQuest_VirtualItemRewardDefinition_Response);
|
125
|
+
rpc SetVirtualItemRewardDefinition (.CQuest_SetVirtualItemRewardDefinition_Request) returns (.CQuest_SetVirtualItemRewardDefinition_Response);
|
126
|
+
}
|
127
|
+
|
@@ -0,0 +1,315 @@
|
|
1
|
+
import "common_base.proto";
|
2
|
+
|
3
|
+
message CAchievementDetails {
|
4
|
+
optional uint32 statid = 1;
|
5
|
+
optional uint32 fieldid = 2;
|
6
|
+
optional string achievement_name_internal = 3;
|
7
|
+
optional uint32 rtime_unlocked = 4;
|
8
|
+
}
|
9
|
+
|
10
|
+
message CFriendSharedYearInView {
|
11
|
+
optional fixed64 steamid = 1;
|
12
|
+
optional int32 privacy_state = 3 [(.description) = "enum"];
|
13
|
+
optional uint32 rt_privacy_updated = 4;
|
14
|
+
}
|
15
|
+
|
16
|
+
message CGameAchievements {
|
17
|
+
optional uint32 appid = 1;
|
18
|
+
repeated .CAchievementDetails achievements = 2;
|
19
|
+
optional uint32 all_time_unlocked_achievements = 3;
|
20
|
+
optional bool unlocked_more_in_future = 4;
|
21
|
+
}
|
22
|
+
|
23
|
+
message CGamePlaytimeStats {
|
24
|
+
optional uint32 appid = 1;
|
25
|
+
optional .CPlaytimeStats stats = 2;
|
26
|
+
optional .CPlaytimeStreak playtime_streak = 3;
|
27
|
+
optional .CPlaytimeRanks playtime_ranks = 4;
|
28
|
+
optional uint32 rtime_first_played = 5;
|
29
|
+
optional .CPlaytimeStats relative_game_stats = 6;
|
30
|
+
}
|
31
|
+
|
32
|
+
message CGameRank {
|
33
|
+
optional uint32 appid = 1;
|
34
|
+
optional uint32 rank = 2;
|
35
|
+
}
|
36
|
+
|
37
|
+
message CGameRankings {
|
38
|
+
optional .CRankingCategory overall_ranking = 1;
|
39
|
+
optional .CRankingCategory vr_ranking = 2;
|
40
|
+
optional .CRankingCategory deck_ranking = 3;
|
41
|
+
optional .CRankingCategory controller_ranking = 4;
|
42
|
+
optional .CRankingCategory linux_ranking = 5;
|
43
|
+
optional .CRankingCategory mac_ranking = 6;
|
44
|
+
optional .CRankingCategory windows_ranking = 7;
|
45
|
+
}
|
46
|
+
|
47
|
+
message CGameSummary {
|
48
|
+
optional uint32 appid = 1;
|
49
|
+
optional bool new_this_year = 2;
|
50
|
+
optional uint32 rtime_first_played_lifetime = 3;
|
51
|
+
optional bool demo = 4;
|
52
|
+
optional bool playtest = 5;
|
53
|
+
optional bool played_during_early_access = 6;
|
54
|
+
optional bool played_vr = 7;
|
55
|
+
optional bool played_deck = 8;
|
56
|
+
optional bool played_controller = 9;
|
57
|
+
optional bool played_linux = 10;
|
58
|
+
optional bool played_mac = 11;
|
59
|
+
optional bool played_windows = 12;
|
60
|
+
optional uint32 total_playtime_percentagex100 = 13;
|
61
|
+
optional uint32 total_sessions = 14;
|
62
|
+
optional uint32 rtime_release_date = 15;
|
63
|
+
}
|
64
|
+
|
65
|
+
message CMonthlyPlaytimeStats {
|
66
|
+
optional uint32 rtime_month = 1;
|
67
|
+
optional .CPlaytimeStats stats = 2;
|
68
|
+
optional .CPlaytimeStreak playtime_streak = 3;
|
69
|
+
repeated .CGamePlaytimeStats appid = 4;
|
70
|
+
optional .CPlaytimeStats relative_monthly_stats = 5;
|
71
|
+
repeated .CSimpleGameSummary game_summary = 6;
|
72
|
+
}
|
73
|
+
|
74
|
+
message CPlaytimeByNumbers {
|
75
|
+
optional uint32 screenshots_shared = 1;
|
76
|
+
optional uint32 gifts_sent = 2;
|
77
|
+
optional uint32 loyalty_reactions = 3;
|
78
|
+
optional uint32 written_reviews = 4;
|
79
|
+
optional uint32 guides_submitted = 5;
|
80
|
+
optional uint32 workshop_contributions = 6;
|
81
|
+
optional uint32 badges_earned = 7;
|
82
|
+
optional uint32 friends_added = 8;
|
83
|
+
optional uint32 forum_posts = 9;
|
84
|
+
optional uint32 workshop_subscriptions = 10;
|
85
|
+
optional uint32 games_played_pct = 11;
|
86
|
+
optional uint32 achievements_pct = 12;
|
87
|
+
optional uint32 game_streak_pct = 13;
|
88
|
+
}
|
89
|
+
|
90
|
+
message CPlaytimeRanks {
|
91
|
+
optional uint32 overall_rank = 1;
|
92
|
+
optional uint32 vr_rank = 2;
|
93
|
+
optional uint32 deck_rank = 3;
|
94
|
+
optional uint32 controller_rank = 4;
|
95
|
+
optional uint32 linux_rank = 5;
|
96
|
+
optional uint32 mac_rank = 6;
|
97
|
+
optional uint32 windows_rank = 7;
|
98
|
+
}
|
99
|
+
|
100
|
+
message CPlaytimeStats {
|
101
|
+
optional uint32 total_playtime_seconds = 1;
|
102
|
+
optional uint32 total_sessions = 20;
|
103
|
+
optional uint32 vr_sessions = 21;
|
104
|
+
optional uint32 deck_sessions = 22;
|
105
|
+
optional uint32 controller_sessions = 23;
|
106
|
+
optional uint32 linux_sessions = 24;
|
107
|
+
optional uint32 macos_sessions = 25;
|
108
|
+
optional uint32 windows_sessions = 26;
|
109
|
+
optional uint32 total_playtime_percentagex100 = 27;
|
110
|
+
optional uint32 vr_playtime_percentagex100 = 28;
|
111
|
+
optional uint32 deck_playtime_percentagex100 = 29;
|
112
|
+
optional uint32 controller_playtime_percentagex100 = 30;
|
113
|
+
optional uint32 linux_playtime_percentagex100 = 31;
|
114
|
+
optional uint32 macos_playtime_percentagex100 = 32;
|
115
|
+
optional uint32 windows_playtime_percentagex100 = 33;
|
116
|
+
}
|
117
|
+
|
118
|
+
message CPlaytimeStreak {
|
119
|
+
optional uint32 longest_consecutive_days = 1;
|
120
|
+
optional uint32 rtime_start = 2;
|
121
|
+
repeated .CPlaytimeStreakGame streak_games = 3;
|
122
|
+
}
|
123
|
+
|
124
|
+
message CPlaytimeStreakGame {
|
125
|
+
optional uint32 appid = 1;
|
126
|
+
}
|
127
|
+
|
128
|
+
message CRankingCategory {
|
129
|
+
optional string category = 1;
|
130
|
+
repeated .CGameRank rankings = 2;
|
131
|
+
}
|
132
|
+
|
133
|
+
message CSaleFeature_GetFriendsSharedYearInReview_Request {
|
134
|
+
optional fixed64 steamid = 1;
|
135
|
+
optional uint32 year = 2;
|
136
|
+
optional bool return_private = 3;
|
137
|
+
}
|
138
|
+
|
139
|
+
message CSaleFeature_GetFriendsSharedYearInReview_Response {
|
140
|
+
repeated .CFriendSharedYearInView friend_shares = 1;
|
141
|
+
optional uint32 year = 2;
|
142
|
+
}
|
143
|
+
|
144
|
+
message CSaleFeature_GetUserActionData_Request {
|
145
|
+
optional fixed64 steamid = 1;
|
146
|
+
optional fixed64 gid = 2;
|
147
|
+
optional int32 type = 3 [(.description) = "enum"];
|
148
|
+
}
|
149
|
+
|
150
|
+
message CSaleFeature_GetUserActionData_Response {
|
151
|
+
optional string jsondata = 1;
|
152
|
+
}
|
153
|
+
|
154
|
+
message CSaleFeature_GetUserSharingPermissions_Request {
|
155
|
+
optional fixed64 steamid = 1;
|
156
|
+
optional uint32 year = 2;
|
157
|
+
}
|
158
|
+
|
159
|
+
message CSaleFeature_GetUserSharingPermissions_Response {
|
160
|
+
optional int32 privacy_state = 1 [(.description) = "enum"];
|
161
|
+
optional bool generated_value = 2;
|
162
|
+
optional fixed64 steamid = 3;
|
163
|
+
optional uint32 rt_privacy_updated = 4;
|
164
|
+
}
|
165
|
+
|
166
|
+
message CSaleFeature_GetUserYearAchievements_Request {
|
167
|
+
optional fixed64 steamid = 1;
|
168
|
+
optional uint32 year = 2;
|
169
|
+
repeated uint32 appids = 3;
|
170
|
+
optional bool total_only = 4;
|
171
|
+
}
|
172
|
+
|
173
|
+
message CSaleFeature_GetUserYearAchievements_Response {
|
174
|
+
repeated .CGameAchievements game_achievements = 1;
|
175
|
+
optional uint32 total_achievements = 2;
|
176
|
+
optional uint32 total_rare_achievements = 3;
|
177
|
+
optional uint32 total_games_with_achievements = 4;
|
178
|
+
}
|
179
|
+
|
180
|
+
message CSaleFeature_GetUserYearInReview_Request {
|
181
|
+
optional fixed64 steamid = 1;
|
182
|
+
optional uint32 year = 2;
|
183
|
+
optional bool force_regenerate = 3;
|
184
|
+
optional int32 access_source = 4;
|
185
|
+
}
|
186
|
+
|
187
|
+
message CSaleFeature_GetUserYearInReview_Response {
|
188
|
+
optional .CUserYearInReviewStats stats = 1;
|
189
|
+
optional .CYearInReviewPerformanceStats performance_stats = 2;
|
190
|
+
}
|
191
|
+
|
192
|
+
message CSaleFeature_GetUserYearInReviewShareImage_Request {
|
193
|
+
optional fixed64 steamid = 1;
|
194
|
+
optional uint32 year = 2;
|
195
|
+
optional string language = 3;
|
196
|
+
}
|
197
|
+
|
198
|
+
message CSaleFeature_GetUserYearInReviewShareImage_Response {
|
199
|
+
repeated .CSaleFeature_GetUserYearInReviewShareImage_Response_Image images = 1;
|
200
|
+
}
|
201
|
+
|
202
|
+
message CSaleFeature_GetUserYearInReviewShareImage_Response_Image {
|
203
|
+
optional string name = 1;
|
204
|
+
optional string url_path = 2;
|
205
|
+
}
|
206
|
+
|
207
|
+
message CSaleFeature_GetUserYearScreenshots_Request {
|
208
|
+
optional fixed64 steamid = 1;
|
209
|
+
optional uint32 year = 2;
|
210
|
+
repeated uint32 appids = 3;
|
211
|
+
}
|
212
|
+
|
213
|
+
message CSaleFeature_GetUserYearScreenshots_Response {
|
214
|
+
repeated .CSaleFeature_GetUserYearScreenshots_Response_ScreenshotsByApp apps = 1;
|
215
|
+
}
|
216
|
+
|
217
|
+
message CSaleFeature_GetUserYearScreenshots_Response_Screenshot {
|
218
|
+
optional string image_url = 1;
|
219
|
+
optional string preview_url = 2;
|
220
|
+
optional uint32 image_width = 3;
|
221
|
+
optional uint32 image_height = 4;
|
222
|
+
optional bool maybe_inappropriate_sex = 5;
|
223
|
+
optional bool maybe_inappropriate_violence = 6;
|
224
|
+
}
|
225
|
+
|
226
|
+
message CSaleFeature_GetUserYearScreenshots_Response_ScreenshotsByApp {
|
227
|
+
optional uint32 appid = 1;
|
228
|
+
repeated .CSaleFeature_GetUserYearScreenshots_Response_Screenshot screenshots = 2;
|
229
|
+
}
|
230
|
+
|
231
|
+
message CSaleFeature_SetUserActionData_Request {
|
232
|
+
optional fixed64 steamid = 1;
|
233
|
+
optional fixed64 gid = 2;
|
234
|
+
optional int32 type = 3 [(.description) = "enum"];
|
235
|
+
optional string jsondata = 4;
|
236
|
+
}
|
237
|
+
|
238
|
+
message CSaleFeature_SetUserActionData_Response {
|
239
|
+
}
|
240
|
+
|
241
|
+
message CSaleFeature_SetUserSharingPermissions_Request {
|
242
|
+
optional fixed64 steamid = 1;
|
243
|
+
optional uint32 year = 2;
|
244
|
+
optional int32 privacy_state = 3 [(.description) = "enum"];
|
245
|
+
}
|
246
|
+
|
247
|
+
message CSaleFeature_SetUserSharingPermissions_Response {
|
248
|
+
optional int32 privacy_state = 1 [(.description) = "enum"];
|
249
|
+
}
|
250
|
+
|
251
|
+
message CSimpleGameSummary {
|
252
|
+
optional uint32 appid = 1;
|
253
|
+
optional uint32 total_playtime_percentagex100 = 2;
|
254
|
+
optional uint32 relative_playtime_percentagex100 = 3;
|
255
|
+
}
|
256
|
+
|
257
|
+
message CUserPlaytimeStats {
|
258
|
+
optional .CPlaytimeStats total_stats = 1;
|
259
|
+
repeated .CGamePlaytimeStats games = 2;
|
260
|
+
optional .CPlaytimeStreak playtime_streak = 3;
|
261
|
+
repeated .CMonthlyPlaytimeStats months = 5;
|
262
|
+
repeated .CGameSummary game_summary = 6;
|
263
|
+
optional uint32 demos_played = 7;
|
264
|
+
optional .CGameRankings game_rankings = 8;
|
265
|
+
optional uint32 playtests_played = 9;
|
266
|
+
optional .CUserPlaytimeSummaryStats summary_stats = 10;
|
267
|
+
optional bool substantial = 11 [default = true];
|
268
|
+
optional .CUserTagStats tag_stats = 12;
|
269
|
+
optional .CPlaytimeByNumbers by_numbers = 13;
|
270
|
+
}
|
271
|
+
|
272
|
+
message CUserPlaytimeSummaryStats {
|
273
|
+
optional uint32 total_achievements = 2;
|
274
|
+
optional uint32 total_games_with_achievements = 3;
|
275
|
+
optional uint32 total_rare_achievements = 4;
|
276
|
+
}
|
277
|
+
|
278
|
+
message CUserTagStats {
|
279
|
+
repeated .CUserTagStats_Tag stats = 1;
|
280
|
+
}
|
281
|
+
|
282
|
+
message CUserTagStats_Tag {
|
283
|
+
optional uint32 tag_id = 1;
|
284
|
+
optional float tag_weight = 2;
|
285
|
+
optional float tag_weight_pre_selection = 3;
|
286
|
+
}
|
287
|
+
|
288
|
+
message CUserYearInReviewStats {
|
289
|
+
optional uint32 account_id = 1;
|
290
|
+
optional uint32 year = 2;
|
291
|
+
optional .CUserPlaytimeStats playtime_stats = 3;
|
292
|
+
optional int32 privacy_state = 4 [(.description) = "enum"];
|
293
|
+
}
|
294
|
+
|
295
|
+
message CYearInReviewPerformanceStats {
|
296
|
+
optional bool from_dbo = 1;
|
297
|
+
optional uint64 overall_time_ms = 2;
|
298
|
+
optional uint64 dbo_load_ms = 3;
|
299
|
+
optional uint64 query_execution_ms = 4;
|
300
|
+
optional uint64 message_population_ms = 5;
|
301
|
+
optional uint64 dbo_lock_load_ms = 6;
|
302
|
+
}
|
303
|
+
|
304
|
+
service SaleFeature {
|
305
|
+
rpc GetFriendsSharedYearInReview (.CSaleFeature_GetFriendsSharedYearInReview_Request) returns (.CSaleFeature_GetFriendsSharedYearInReview_Response);
|
306
|
+
rpc GetUserActionData (.CSaleFeature_GetUserActionData_Request) returns (.CSaleFeature_GetUserActionData_Response);
|
307
|
+
rpc GetUserSharingPermissions (.CSaleFeature_GetUserSharingPermissions_Request) returns (.CSaleFeature_GetUserSharingPermissions_Response);
|
308
|
+
rpc GetUserYearAchievements (.CSaleFeature_GetUserYearAchievements_Request) returns (.CSaleFeature_GetUserYearAchievements_Response);
|
309
|
+
rpc GetUserYearInReview (.CSaleFeature_GetUserYearInReview_Request) returns (.CSaleFeature_GetUserYearInReview_Response);
|
310
|
+
rpc GetUserYearInReviewShareImage (.CSaleFeature_GetUserYearInReviewShareImage_Request) returns (.CSaleFeature_GetUserYearInReviewShareImage_Response);
|
311
|
+
rpc GetUserYearScreenshots (.CSaleFeature_GetUserYearScreenshots_Request) returns (.CSaleFeature_GetUserYearScreenshots_Response);
|
312
|
+
rpc SetUserActionData (.CSaleFeature_SetUserActionData_Request) returns (.CSaleFeature_SetUserActionData_Response);
|
313
|
+
rpc SetUserSharingPermissions (.CSaleFeature_SetUserSharingPermissions_Request) returns (.CSaleFeature_SetUserSharingPermissions_Response);
|
314
|
+
}
|
315
|
+
|
@@ -0,0 +1,54 @@
|
|
1
|
+
import "common_base.proto";
|
2
|
+
import "common.proto";
|
3
|
+
|
4
|
+
message CSaleItemRewards_CanClaimItem_Request {
|
5
|
+
optional string language = 1;
|
6
|
+
}
|
7
|
+
|
8
|
+
message CSaleItemRewards_CanClaimItem_Response {
|
9
|
+
optional bool can_claim = 1;
|
10
|
+
optional uint32 next_claim_time = 2;
|
11
|
+
optional .LoyaltyRewardDefinition reward_item = 3;
|
12
|
+
}
|
13
|
+
|
14
|
+
message CSaleItemRewards_ClaimItem_Request {
|
15
|
+
optional string language = 1;
|
16
|
+
}
|
17
|
+
|
18
|
+
message CSaleItemRewards_ClaimItem_Response {
|
19
|
+
optional uint64 communityitemid = 1;
|
20
|
+
optional uint32 next_claim_time = 2;
|
21
|
+
optional .LoyaltyRewardDefinition reward_item = 3;
|
22
|
+
}
|
23
|
+
|
24
|
+
message CSaleItemRewards_GetRewardDefinitions_Request {
|
25
|
+
optional uint32 virtual_item_reward_event_id = 1;
|
26
|
+
}
|
27
|
+
|
28
|
+
message CSaleItemRewards_GetRewardDefinitions_Response {
|
29
|
+
repeated .CSteamItemRewardDefinition definitions = 1;
|
30
|
+
}
|
31
|
+
|
32
|
+
message CSaleItemRewards_SetRewardDefinitions_Request {
|
33
|
+
repeated .CSteamItemRewardDefinition definitions = 1;
|
34
|
+
optional int32 action = 2 [(.description) = "enum"];
|
35
|
+
}
|
36
|
+
|
37
|
+
message CSaleItemRewards_SetRewardDefinitions_Response {
|
38
|
+
}
|
39
|
+
|
40
|
+
message CSteamItemRewardDefinition {
|
41
|
+
optional uint32 sale_reward_def_id = 1;
|
42
|
+
optional uint32 appid = 2;
|
43
|
+
optional uint32 virtual_item_reward_event_id = 3;
|
44
|
+
optional uint32 rtime_start_time = 4;
|
45
|
+
optional uint32 rtime_end_time = 5;
|
46
|
+
}
|
47
|
+
|
48
|
+
service SaleItemRewards {
|
49
|
+
rpc CanClaimItem (.CSaleItemRewards_CanClaimItem_Request) returns (.CSaleItemRewards_CanClaimItem_Response);
|
50
|
+
rpc ClaimItem (.CSaleItemRewards_ClaimItem_Request) returns (.CSaleItemRewards_ClaimItem_Response);
|
51
|
+
rpc GetRewardDefinitions (.CSaleItemRewards_GetRewardDefinitions_Request) returns (.CSaleItemRewards_GetRewardDefinitions_Response);
|
52
|
+
rpc SetRewardDefinitions (.CSaleItemRewards_SetRewardDefinitions_Request) returns (.CSaleItemRewards_SetRewardDefinitions_Response);
|
53
|
+
}
|
54
|
+
|