steamutils 1.2.75 → 1.2.78
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 +718 -715
- package/free_packages.json +10048 -10048
- package/index.js +16 -6
- package/package.json +1 -1
- package/protos/csgo/base_gcmessages_csgo.proto +547 -547
- package/protos/csgo/c_peer2peer_netmessages.proto +55 -55
- package/protos/csgo/clientmessages.proto +48 -48
- package/protos/csgo/connectionless_netmessages.proto +19 -19
- package/protos/csgo/cs_gameevents.proto +34 -34
- package/protos/csgo/cs_usercmd.proto +34 -34
- package/protos/csgo/cstrike15_gcmessages.proto +1402 -1402
- package/protos/csgo/cstrike15_usermessages.proto +596 -596
- package/protos/csgo/demo.proto +160 -160
- package/protos/csgo/econ_gcmessages.proto +228 -228
- package/protos/csgo/engine_gcmessages.proto +14 -14
- package/protos/csgo/enums_clientserver.proto +1529 -1529
- package/protos/csgo/fatdemo.proto +125 -125
- package/protos/csgo/gameevents.proto +120 -120
- package/protos/csgo/gcsdk_gcmessages.proto +323 -323
- package/protos/csgo/gcsystemmsgs.proto +242 -242
- package/protos/csgo/netmessages.proto +604 -604
- package/protos/csgo/network_connection.proto +126 -126
- package/protos/csgo/networkbasetypes.proto +244 -244
- package/protos/csgo/networksystem_protomessages.proto +17 -17
- package/protos/csgo/steamdatagram_messages_auth.proto +65 -65
- package/protos/csgo/steamdatagram_messages_sdr.proto +534 -534
- package/protos/csgo/steammessages.proto +597 -597
- package/protos/csgo/steammessages_base.proto +301 -301
- package/protos/csgo/steammessages_cloud.steamworkssdk.proto +68 -68
- package/protos/csgo/steammessages_gamenetworkingui.proto +61 -61
- package/protos/csgo/steammessages_helprequest.steamworkssdk.proto +22 -22
- package/protos/csgo/steammessages_oauth.steamworkssdk.proto +18 -18
- package/protos/csgo/steammessages_player.steamworkssdk.proto +254 -254
- package/protos/csgo/steammessages_publishedfile.steamworkssdk.proto +233 -233
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +357 -357
- package/protos/csgo/steammessages_unified_base.steamworkssdk.proto +30 -30
- package/protos/csgo/steamnetworkingsockets_messages.proto +205 -205
- package/protos/csgo/steamnetworkingsockets_messages_certs.proto +39 -39
- package/protos/csgo/steamnetworkingsockets_messages_udp.proto +75 -75
- package/protos/csgo/te.proto +259 -259
- package/protos/csgo/uifontfile_format.proto +13 -13
- package/protos/csgo/usercmd.proto +38 -38
- package/protos/csgo/usermessages.proto +721 -721
- package/protos/csgo/valveextensions.proto +17 -17
- package/protos/google/protobuf/descriptor.proto +281 -281
- package/protos/steam/clientmetrics.proto +45 -45
- package/protos/steam/content_manifest.proto +62 -62
- package/protos/steam/contenthubs.proto +41 -41
- package/protos/steam/encrypted_app_ticket.proto +10 -10
- package/protos/steam/enums.proto +444 -444
- package/protos/steam/enums_clientserver.proto +1539 -1539
- package/protos/steam/enums_productinfo.proto +13 -13
- package/protos/steam/htmlmessages.proto +1027 -1027
- package/protos/steam/offline_ticket.proto +8 -8
- package/protos/steam/renderer/rendermessages.proto +893 -893
- package/protos/steam/steamdatagram_messages_auth.proto +65 -65
- package/protos/steam/steamdatagram_messages_sdr.proto +533 -533
- package/protos/steam/steammessages_accounthardware.steamclient.proto +201 -201
- package/protos/steam/steammessages_appoverview.proto +187 -187
- package/protos/steam/steammessages_auth.steamclient.proto +435 -435
- package/protos/steam/steammessages_base.proto +332 -332
- package/protos/steam/steammessages_broadcast.steamclient.proto +759 -759
- package/protos/steam/steammessages_chat.steamclient.proto +1281 -1281
- package/protos/steam/steammessages_client_objects.proto +645 -645
- package/protos/steam/steammessages_clientlanp2p.proto +42 -42
- package/protos/steam/steammessages_clientmetrics.steamclient.proto +194 -194
- package/protos/steam/steammessages_clientnotificationtypes.proto +231 -231
- package/protos/steam/steammessages_clientserver.proto +392 -392
- package/protos/steam/steammessages_clientserver_2.proto +760 -760
- package/protos/steam/steammessages_clientserver_appinfo.proto +131 -131
- package/protos/steam/steammessages_clientserver_friends.proto +260 -260
- package/protos/steam/steammessages_clientserver_gameservers.proto +159 -159
- package/protos/steam/steammessages_clientserver_lbs.proto +70 -70
- package/protos/steam/steammessages_clientserver_login.proto +167 -167
- package/protos/steam/steammessages_clientserver_ucm.proto +205 -205
- package/protos/steam/steammessages_clientserver_uds.proto +124 -124
- package/protos/steam/steammessages_clientserver_ufs.proto +172 -172
- package/protos/steam/steammessages_clientserver_userstats.proto +80 -80
- package/protos/steam/steammessages_clientsettings.proto +168 -168
- package/protos/steam/steammessages_cloud.steamclient.proto +513 -513
- package/protos/steam/steammessages_contentsystem.steamclient.proto +115 -115
- package/protos/steam/steammessages_credentials.steamclient.proto +115 -115
- package/protos/steam/steammessages_datapublisher.steamclient.proto +116 -116
- package/protos/steam/steammessages_depotbuilder.steamclient.proto +118 -118
- package/protos/steam/steammessages_deviceauth.steamclient.proto +203 -203
- package/protos/steam/steammessages_econ.steamclient.proto +150 -150
- package/protos/steam/steammessages_friendmessages.steamclient.proto +168 -168
- package/protos/steam/steammessages_gamenetworking.steamclient.proto +32 -32
- package/protos/steam/steammessages_gamenetworkingui.proto +61 -61
- package/protos/steam/steammessages_gamenotifications.steamclient.proto +156 -156
- package/protos/steam/steammessages_gameservers.steamclient.proto +152 -152
- package/protos/steam/steammessages_hiddevices.proto +157 -157
- package/protos/steam/steammessages_inventory.steamclient.proto +224 -224
- package/protos/steam/steammessages_linkfilter.steamclient.proto +49 -49
- package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +33 -33
- package/protos/steam/steammessages_market.steamclient.proto +26 -26
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +274 -274
- package/protos/steam/steammessages_offline.steamclient.proto +40 -40
- package/protos/steam/steammessages_parental.steamclient.proto +228 -228
- package/protos/steam/steammessages_parties.steamclient.proto +94 -94
- package/protos/steam/steammessages_partnerapps.steamclient.proto +138 -138
- package/protos/steam/steammessages_player.steamclient.proto +1060 -1060
- package/protos/steam/steammessages_publishedfile.steamclient.proto +813 -813
- package/protos/steam/steammessages_qms.steamclient.proto +125 -125
- package/protos/steam/steammessages_remoteclient.proto +99 -99
- package/protos/steam/steammessages_remoteclient_discovery.proto +235 -235
- package/protos/steam/steammessages_remoteclient_service.steamclient.proto +86 -86
- package/protos/steam/steammessages_remoteclient_service_messages.proto +217 -217
- package/protos/steam/steammessages_remoteplay.proto +976 -976
- package/protos/steam/steammessages_secrets.steamclient.proto +39 -39
- package/protos/steam/steammessages_shader.steamclient.proto +108 -108
- package/protos/steam/steammessages_site_license.steamclient.proto +128 -128
- package/protos/steam/steammessages_sitelicenseclient.proto +38 -38
- package/protos/steam/steammessages_siteserverui.proto +130 -130
- package/protos/steam/steammessages_star.steamclient.proto +64 -64
- package/protos/steam/steammessages_steamtv.steamclient.proto +630 -630
- package/protos/steam/steammessages_store.steamclient.proto +371 -371
- package/protos/steam/steammessages_storebrowse.steamclient.proto +402 -402
- package/protos/steam/steammessages_timedtrial.steamclient.proto +50 -50
- package/protos/steam/steammessages_twofactor.steamclient.proto +186 -186
- package/protos/steam/steammessages_unified_base.steamclient.proto +33 -33
- package/protos/steam/steammessages_unified_test.steamclient.proto +61 -61
- package/protos/steam/steammessages_useraccount.steamclient.proto +249 -249
- package/protos/steam/steammessages_vac.steamclient.proto +44 -44
- package/protos/steam/steammessages_video.steamclient.proto +171 -171
- package/protos/steam/steammessages_virtualcontroller.proto +138 -138
- package/protos/steam/steammessages_workshop.steamclient.proto +23 -23
- package/protos/steam/steamnetworkingsockets_messages.proto +205 -205
- package/protos/steam/steamnetworkingsockets_messages_certs.proto +39 -39
- package/protos/steam/steamnetworkingsockets_messages_udp.proto +75 -75
- package/protos/steam/webuimessages_base.proto +24 -24
- package/protos/steam/webuimessages_gamenotes.proto +21 -21
- package/protos/steam/webuimessages_steamengine.proto +32 -32
- package/protos/steam/webuimessages_storagedevicemanager.proto +110 -110
- package/protos/steam/webuimessages_systemmanager.proto +17 -17
- package/protos/steam/webuimessages_transport.proto +18 -18
- package/protos/steam/webuimessages_transportvalidation.proto +97 -97
- package/protos/webui/common.proto +5508 -5508
- package/protos/webui/common_base.proto +27 -27
- package/protos/webui/service_accountlinking.proto +27 -27
- package/protos/webui/service_accountprivacy.proto +42 -42
- package/protos/webui/service_auction.proto +97 -97
- package/protos/webui/service_authentication.proto +222 -222
- package/protos/webui/service_authenticationsupport.proto +74 -74
- package/protos/webui/service_broadcast.proto +562 -562
- package/protos/webui/service_chat.proto +11 -11
- package/protos/webui/service_chatroom.proto +810 -810
- package/protos/webui/service_chatusability.proto +107 -107
- package/protos/webui/service_clan.proto +41 -41
- package/protos/webui/service_clanchatrooms.proto +25 -25
- package/protos/webui/service_clanfaqs.proto +202 -202
- package/protos/webui/service_clientcomm.proto +150 -150
- package/protos/webui/service_clientmetrics.proto +63 -63
- package/protos/webui/service_cloud.proto +222 -222
- package/protos/webui/service_cloudconfigstore.proto +51 -51
- package/protos/webui/service_cloudgaming.proto +30 -30
- package/protos/webui/service_community.proto +365 -365
- package/protos/webui/service_econ.proto +134 -134
- package/protos/webui/service_embedded.proto +24 -24
- package/protos/webui/service_experimentservice.proto +6 -6
- package/protos/webui/service_fovasvideo.proto +15 -15
- package/protos/webui/service_friendmessages.proto +133 -133
- package/protos/webui/service_friendslist.proto +70 -70
- package/protos/webui/service_gamenotes.proto +15 -15
- package/protos/webui/service_helprequestlogs.proto +26 -26
- package/protos/webui/service_loyaltyrewards.proto +252 -252
- package/protos/webui/service_marketingmessages.proto +184 -184
- package/protos/webui/service_mobileapp.proto +18 -18
- package/protos/webui/service_mobileauth.proto +24 -24
- package/protos/webui/service_mobiledevice.proto +26 -26
- package/protos/webui/service_mobileperaccount.proto +31 -31
- package/protos/webui/service_news.proto +101 -101
- package/protos/webui/service_parental.proto +178 -178
- package/protos/webui/service_partnermembershipinvite.proto +29 -29
- package/protos/webui/service_partnerstorebrowse.proto +6 -6
- package/protos/webui/service_phone.proto +51 -51
- package/protos/webui/service_physicalgoods.proto +15 -15
- package/protos/webui/service_player.proto +885 -885
- package/protos/webui/service_promotioneventinvites.proto +50 -50
- package/protos/webui/service_promotionplanning.proto +72 -72
- package/protos/webui/service_publishedfile.proto +687 -687
- package/protos/webui/service_publishing.proto +119 -119
- package/protos/webui/service_quest.proto +127 -127
- package/protos/webui/service_salefeature.proto +315 -315
- package/protos/webui/service_saleitemrewards.proto +54 -54
- package/protos/webui/service_shoppingcart.proto +108 -108
- package/protos/webui/service_steamawards.proto +19 -19
- package/protos/webui/service_steamcharts.proto +75 -75
- package/protos/webui/service_steamengine.proto +36 -36
- package/protos/webui/service_steamlearn.proto +727 -727
- package/protos/webui/service_steamnotification.proto +84 -84
- package/protos/webui/service_steamtv.proto +495 -495
- package/protos/webui/service_steamvrvoicechat.proto +67 -67
- package/protos/webui/service_steamvrwebrtc.proto +48 -48
- package/protos/webui/service_storagedevicemanager.proto +104 -104
- package/protos/webui/service_store.proto +289 -289
- package/protos/webui/service_storeappsimilarity.proto +76 -76
- package/protos/webui/service_storebrowse.proto +73 -73
- package/protos/webui/service_storequery.proto +97 -97
- package/protos/webui/service_storesales.proto +15 -15
- package/protos/webui/service_storetopsellers.proto +44 -44
- package/protos/webui/service_systemmanager.proto +11 -11
- package/protos/webui/service_test_transporterror.proto +6 -6
- package/protos/webui/service_transportauth.proto +12 -12
- package/protos/webui/service_transportvalidation.proto +69 -69
- package/protos/webui/service_twofactor.proto +181 -181
- package/protos/webui/service_useraccount.proto +138 -138
- package/protos/webui/service_usergameactivity.proto +34 -34
- package/protos/webui/service_usergamenotes.proto +53 -53
- package/protos/webui/service_usernews.proto +68 -68
- package/protos/webui/service_userreviews.proto +96 -96
- package/protos/webui/service_video.proto +128 -128
- package/protos/webui/service_voicechat.proto +139 -139
- package/protos/webui/service_webrtc.proto +52 -52
- package/.idea/deployment.xml +0 -21
@@ -1,315 +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
|
-
|
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
|
+
|