steamutils 1.3.69 → 1.3.71

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. package/SteamClient.js +1 -2
  2. package/index.js +192 -5
  3. package/package.json +1 -1
  4. package/protos/webui/common.proto +4024 -0
  5. package/protos/webui/common_base.proto +27 -0
  6. package/protos/webui/service_accountcart.proto +153 -0
  7. package/protos/webui/service_accountlinking.proto +27 -0
  8. package/protos/webui/service_accountprivacy.proto +42 -0
  9. package/protos/webui/service_accountprivateapps.proto +34 -0
  10. package/protos/webui/service_auction.proto +97 -0
  11. package/protos/webui/service_authentication.proto +222 -0
  12. package/protos/webui/service_authenticationsupport.proto +74 -0
  13. package/protos/webui/service_broadcast.proto +562 -0
  14. package/protos/webui/service_chat.proto +11 -0
  15. package/protos/webui/service_chatroom.proto +810 -0
  16. package/protos/webui/service_chatusability.proto +107 -0
  17. package/protos/webui/service_checkout.proto +84 -0
  18. package/protos/webui/service_clan.proto +41 -0
  19. package/protos/webui/service_clanchatrooms.proto +25 -0
  20. package/protos/webui/service_clanfaqs.proto +202 -0
  21. package/protos/webui/service_clientcomm.proto +151 -0
  22. package/protos/webui/service_clientmetrics.proto +22 -0
  23. package/protos/webui/service_cloud.proto +222 -0
  24. package/protos/webui/service_cloudconfigstore.proto +51 -0
  25. package/protos/webui/service_cloudgaming.proto +30 -0
  26. package/protos/webui/service_community.proto +365 -0
  27. package/protos/webui/service_dailydeal.proto +89 -0
  28. package/protos/webui/service_econ.proto +134 -0
  29. package/protos/webui/service_embedded.proto +24 -0
  30. package/protos/webui/service_experimentservice.proto +6 -0
  31. package/protos/webui/service_familygroups.proto +355 -0
  32. package/protos/webui/service_fovasvideo.proto +15 -0
  33. package/protos/webui/service_friendmessages.proto +133 -0
  34. package/protos/webui/service_friendslist.proto +70 -0
  35. package/protos/webui/service_gamenotes.proto +15 -0
  36. package/protos/webui/service_gamerecording.proto +265 -0
  37. package/protos/webui/service_gamerecordingclip.proto +85 -0
  38. package/protos/webui/service_gamerecordingdebug.proto +52 -0
  39. package/protos/webui/service_helprequestlogs.proto +16 -0
  40. package/protos/webui/service_loyaltyrewards.proto +252 -0
  41. package/protos/webui/service_marketingmessages.proto +215 -0
  42. package/protos/webui/service_mobileapp.proto +18 -0
  43. package/protos/webui/service_mobileauth.proto +24 -0
  44. package/protos/webui/service_mobiledevice.proto +26 -0
  45. package/protos/webui/service_mobileperaccount.proto +31 -0
  46. package/protos/webui/service_news.proto +110 -0
  47. package/protos/webui/service_parental.proto +258 -0
  48. package/protos/webui/service_partnermembershipinvite.proto +34 -0
  49. package/protos/webui/service_partnerstorebrowse.proto +28 -0
  50. package/protos/webui/service_phone.proto +51 -0
  51. package/protos/webui/service_physicalgoods.proto +15 -0
  52. package/protos/webui/service_player.proto +918 -0
  53. package/protos/webui/service_promotioneventinvites.proto +109 -0
  54. package/protos/webui/service_promotionplanning.proto +186 -0
  55. package/protos/webui/service_promotionstats.proto +23 -0
  56. package/protos/webui/service_publishedfile.proto +714 -0
  57. package/protos/webui/service_publishing.proto +200 -0
  58. package/protos/webui/service_quest.proto +127 -0
  59. package/protos/webui/service_salefeature.proto +373 -0
  60. package/protos/webui/service_saleitemrewards.proto +54 -0
  61. package/protos/webui/service_shoppingcart.proto +152 -0
  62. package/protos/webui/service_steamawards.proto +76 -0
  63. package/protos/webui/service_steamcharts.proto +75 -0
  64. package/protos/webui/service_steamengine.proto +36 -0
  65. package/protos/webui/service_steamlearn.proto +876 -0
  66. package/protos/webui/service_steamnotification.proto +73 -0
  67. package/protos/webui/service_steamtv.proto +495 -0
  68. package/protos/webui/service_steamvrvoicechat.proto +67 -0
  69. package/protos/webui/service_steamvrwebrtc.proto +48 -0
  70. package/protos/webui/service_storagedevicemanager.proto +104 -0
  71. package/protos/webui/service_store.proto +359 -0
  72. package/protos/webui/service_storeappsimilarity.proto +76 -0
  73. package/protos/webui/service_storebrowse.proto +103 -0
  74. package/protos/webui/service_storemarketing.proto +44 -0
  75. package/protos/webui/service_storequery.proto +103 -0
  76. package/protos/webui/service_storesales.proto +87 -0
  77. package/protos/webui/service_storetopsellers.proto +44 -0
  78. package/protos/webui/service_systemmanager.proto +11 -0
  79. package/protos/webui/service_test_transporterror.proto +6 -0
  80. package/protos/webui/service_transportauth.proto +17 -0
  81. package/protos/webui/service_transportvalidation.proto +69 -0
  82. package/protos/webui/service_twofactor.proto +170 -0
  83. package/protos/webui/service_useraccount.proto +142 -0
  84. package/protos/webui/service_usergameactivity.proto +34 -0
  85. package/protos/webui/service_usergamenotes.proto +70 -0
  86. package/protos/webui/service_usernews.proto +68 -0
  87. package/protos/webui/service_userreviews.proto +97 -0
  88. package/protos/webui/service_video.proto +50 -0
  89. package/protos/webui/service_videoclip.proto +62 -0
  90. package/protos/webui/service_voicechat.proto +139 -0
  91. package/protos/webui/service_webrtc.proto +52 -0
@@ -0,0 +1,104 @@
1
+ import "common_base.proto";
2
+
3
+ message CStorageDeviceManager_Adopt_Request {
4
+ optional uint32 drive_id = 1;
5
+ optional string label = 2;
6
+ }
7
+
8
+ message CStorageDeviceManager_Adopt_Response {
9
+ }
10
+
11
+ message CStorageDeviceManager_Eject_Request {
12
+ optional uint32 drive_id = 1;
13
+ }
14
+
15
+ message CStorageDeviceManager_Eject_Response {
16
+ }
17
+
18
+ message CStorageDeviceManager_Format_Request {
19
+ optional uint32 block_device_id = 1;
20
+ }
21
+
22
+ message CStorageDeviceManager_Format_Response {
23
+ }
24
+
25
+ message CStorageDeviceManager_GetState_Request {
26
+ }
27
+
28
+ message CStorageDeviceManager_GetState_Response {
29
+ optional .CStorageDeviceManagerState state = 1;
30
+ }
31
+
32
+ message CStorageDeviceManager_IsServiceAvailable_Request {
33
+ }
34
+
35
+ message CStorageDeviceManager_IsServiceAvailable_Response {
36
+ optional bool is_available = 1;
37
+ }
38
+
39
+ message CStorageDeviceManager_StateChanged_Notification {
40
+ }
41
+
42
+ message CStorageDeviceManager_TrimAll_Request {
43
+ }
44
+
45
+ message CStorageDeviceManager_TrimAll_Response {
46
+ }
47
+
48
+ message CStorageDeviceManager_Unmount_Request {
49
+ optional uint32 block_device_id = 1;
50
+ }
51
+
52
+ message CStorageDeviceManager_Unmount_Response {
53
+ }
54
+
55
+ message CStorageDeviceManagerBlockDevice {
56
+ optional uint32 id = 1 [default = 0];
57
+ optional uint32 drive_id = 2 [default = 0];
58
+ optional string path = 3;
59
+ optional string friendly_path = 4;
60
+ optional string label = 5;
61
+ optional uint64 size_bytes = 6;
62
+ optional bool is_formattable = 7;
63
+ optional bool is_read_only = 8;
64
+ optional bool is_root_device = 9;
65
+ optional int32 content_type = 10 [(.description) = "enum"];
66
+ optional int32 filesystem_type = 11 [(.description) = "enum"];
67
+ repeated string mount_paths = 12;
68
+ optional bool is_unmounting = 13;
69
+ }
70
+
71
+ message CStorageDeviceManagerDrive {
72
+ optional uint32 id = 1 [default = 0];
73
+ optional string model = 2;
74
+ optional string vendor = 3;
75
+ optional string serial = 4;
76
+ optional bool is_ejectable = 5;
77
+ optional uint64 size_bytes = 6;
78
+ optional int32 media_type = 7 [(.description) = "enum"];
79
+ optional bool is_unformatted = 8;
80
+ optional int32 adopt_stage = 9 [(.description) = "enum"];
81
+ optional bool is_formattable = 10;
82
+ optional bool is_media_available = 11;
83
+ }
84
+
85
+ message CStorageDeviceManagerState {
86
+ repeated .CStorageDeviceManagerDrive drives = 1;
87
+ repeated .CStorageDeviceManagerBlockDevice block_devices = 2;
88
+ optional bool is_unmount_supported = 3;
89
+ optional bool is_trim_supported = 4;
90
+ optional bool is_trim_running = 5;
91
+ optional bool is_adopt_supported = 6;
92
+ }
93
+
94
+ service StorageDeviceManager {
95
+ rpc Adopt (.CStorageDeviceManager_Adopt_Request) returns (.CStorageDeviceManager_Adopt_Response);
96
+ rpc Eject (.CStorageDeviceManager_Eject_Request) returns (.CStorageDeviceManager_Eject_Response);
97
+ rpc Format (.CStorageDeviceManager_Format_Request) returns (.CStorageDeviceManager_Format_Response);
98
+ rpc GetState (.CStorageDeviceManager_GetState_Request) returns (.CStorageDeviceManager_GetState_Response);
99
+ rpc IsServiceAvailable (.CStorageDeviceManager_IsServiceAvailable_Request) returns (.CStorageDeviceManager_IsServiceAvailable_Response);
100
+ rpc NotifyStateChanged (.CStorageDeviceManager_StateChanged_Notification) returns (.NoResponse);
101
+ rpc TrimAll (.CStorageDeviceManager_TrimAll_Request) returns (.CStorageDeviceManager_TrimAll_Response);
102
+ rpc Unmount (.CStorageDeviceManager_Unmount_Request) returns (.CStorageDeviceManager_Unmount_Response);
103
+ }
104
+
@@ -0,0 +1,359 @@
1
+ import "common_base.proto";
2
+ import "common.proto";
3
+
4
+ message CPackageReservationStatus {
5
+ optional uint32 packageid = 1;
6
+ optional int32 reservation_state = 2;
7
+ optional int32 queue_position = 3;
8
+ optional int32 total_queue_size = 4;
9
+ optional string reservation_country_code = 5;
10
+ optional bool expired = 6;
11
+ optional uint32 time_expires = 7;
12
+ optional uint32 time_reserved = 8;
13
+ optional uint32 rtime_estimated_notification = 9;
14
+ optional string notificaton_token = 10;
15
+ }
16
+
17
+ message CReservationPositionMessage {
18
+ optional uint32 edistributor = 1;
19
+ optional string product_identifier = 2;
20
+ optional uint32 start_queue_position = 3;
21
+ optional uint32 rtime_estimated_notification = 4;
22
+ optional string localization_token = 5;
23
+ optional uint32 accountid = 6;
24
+ optional uint32 rtime_created = 7;
25
+ }
26
+
27
+ message CSteamDeckCompatibility_SetFeedback_Request {
28
+ optional uint32 appid = 1;
29
+ optional int32 feedback = 2 [(.description) = "enum"];
30
+ }
31
+
32
+ message CSteamDeckCompatibility_SetFeedback_Response {
33
+ }
34
+
35
+ message CSteamDeckCompatibility_ShouldPrompt_Request {
36
+ optional uint32 appid = 1;
37
+ }
38
+
39
+ message CSteamDeckCompatibility_ShouldPrompt_Response {
40
+ optional bool prompt = 1;
41
+ optional bool feedback_eligible = 2;
42
+ optional int32 existing_feedback = 3 [(.description) = "enum"];
43
+ }
44
+
45
+ message CStore_DeleteReservationPositionMessage_Request {
46
+ optional uint32 edistributor = 1;
47
+ optional string product_identifier = 2;
48
+ optional uint32 start_queue_position = 3;
49
+ }
50
+
51
+ message CStore_DeleteReservationPositionMessage_Response {
52
+ }
53
+
54
+ message CStore_GetAllReservationPositionMessages_Request {
55
+ }
56
+
57
+ message CStore_GetAllReservationPositionMessages_Response {
58
+ repeated .CReservationPositionMessage settings = 1;
59
+ }
60
+
61
+ message CStore_GetDiscoveryQueue_Request {
62
+ optional int32 queue_type = 1 [(.description) = "enum"];
63
+ optional string country_code = 2;
64
+ optional bool rebuild_queue = 3;
65
+ optional bool settings_changed = 4;
66
+ optional .CStoreDiscoveryQueueSettings settings = 5;
67
+ optional bool rebuild_queue_if_stale = 6;
68
+ optional bool ignore_user_preferences = 8;
69
+ optional bool no_experimental_results = 9;
70
+ optional uint32 experimental_cohort = 10;
71
+ optional bool debug_get_solr_query = 11;
72
+ optional .CStorePageFilter store_page_filter = 12;
73
+ }
74
+
75
+ message CStore_GetDiscoveryQueue_Response {
76
+ repeated uint32 appids = 1;
77
+ optional string country_code = 2;
78
+ optional .CStoreDiscoveryQueueSettings settings = 3;
79
+ optional int32 skipped = 4;
80
+ optional bool exhausted = 5;
81
+ optional uint32 experimental_cohort = 6;
82
+ optional string debug_solr_query = 7;
83
+ }
84
+
85
+ message CStore_GetDiscoveryQueueSettings_Request {
86
+ optional int32 queue_type = 1 [(.description) = "enum"];
87
+ optional .CStorePageFilter store_page_filter = 2;
88
+ }
89
+
90
+ message CStore_GetDiscoveryQueueSettings_Response {
91
+ optional string country_code = 1;
92
+ optional .CStoreDiscoveryQueueSettings settings = 2;
93
+ }
94
+
95
+ message CStore_GetDiscoveryQueueSkippedApps_Request {
96
+ optional fixed64 steamid = 1;
97
+ optional int32 queue_type = 2 [(.description) = "enum"];
98
+ optional .CStorePageFilter store_page_filter = 3;
99
+ }
100
+
101
+ message CStore_GetDiscoveryQueueSkippedApps_Response {
102
+ repeated uint32 appids = 1;
103
+ }
104
+
105
+ message CStore_GetLocalizedNameForTags_Request {
106
+ optional string language = 1;
107
+ repeated uint32 tagids = 2;
108
+ }
109
+
110
+ message CStore_GetLocalizedNameForTags_Response {
111
+ repeated .CStore_GetLocalizedNameForTags_Response_Tag tags = 1;
112
+ }
113
+
114
+ message CStore_GetLocalizedNameForTags_Response_Tag {
115
+ optional uint32 tagid = 1;
116
+ optional string english_name = 2;
117
+ optional string name = 3;
118
+ optional string normalized_name = 4;
119
+ }
120
+
121
+ message CStore_GetMostPopularTags_Request {
122
+ optional string language = 1;
123
+ }
124
+
125
+ message CStore_GetMostPopularTags_Response {
126
+ repeated .CStore_GetMostPopularTags_Response_Tag tags = 1;
127
+ }
128
+
129
+ message CStore_GetMostPopularTags_Response_Tag {
130
+ optional uint32 tagid = 1;
131
+ optional string name = 2;
132
+ }
133
+
134
+ message CStore_GetStorePreferences_Request {
135
+ }
136
+
137
+ message CStore_GetStorePreferences_Response {
138
+ optional .CStore_UserPreferences preferences = 1;
139
+ optional .CStore_UserTagPreferences tag_preferences = 2;
140
+ optional .CStore_UserContentDescriptorPreferences content_descriptor_preferences = 3;
141
+ //optional .UserContentDescriptorPreferences content_descriptor_preferences = 3;
142
+ }
143
+
144
+ message CStore_GetTagList_Request {
145
+ optional string language = 1;
146
+ optional string have_version_hash = 2;
147
+ }
148
+
149
+ message CStore_GetTagList_Response {
150
+ optional string version_hash = 1;
151
+ repeated .CStore_GetTagList_Response_Tag tags = 2;
152
+ }
153
+
154
+ message CStore_GetTagList_Response_Tag {
155
+ optional uint32 tagid = 1;
156
+ optional string name = 2;
157
+ }
158
+
159
+ message CStore_GetTrendingAppsAmongFriends_Request {
160
+ optional uint32 num_apps = 1;
161
+ optional uint32 num_top_friends = 2;
162
+ }
163
+
164
+ message CStore_GetTrendingAppsAmongFriends_Response {
165
+ repeated .CStore_GetTrendingAppsAmongFriends_Response_TrendingAppData trending_apps = 1;
166
+ }
167
+
168
+ message CStore_GetTrendingAppsAmongFriends_Response_TrendingAppData {
169
+ optional uint32 appid = 1;
170
+ repeated uint64 steamids_top_friends = 2;
171
+ optional uint32 total_friends = 3;
172
+ }
173
+
174
+ message CStore_GetUserGameInterestState_Request {
175
+ optional uint32 appid = 1;
176
+ optional uint32 store_appid = 2;
177
+ optional uint32 beta_appid = 3;
178
+ }
179
+
180
+ message CStore_GetUserGameInterestState_Response {
181
+ optional bool owned = 1;
182
+ optional bool wishlist = 2;
183
+ optional bool ignored = 3;
184
+ optional bool following = 4;
185
+ repeated int32 in_queues = 5 [(.description) = "enum"];
186
+ repeated int32 queues_with_skip = 6 [(.description) = "enum"];
187
+ repeated int32 queue_items_remaining = 7;
188
+ repeated uint32 queue_items_next_appid = 8;
189
+ optional bool temporarily_owned = 9;
190
+ repeated .CStore_GetUserGameInterestState_Response_InQueue queues = 10;
191
+ optional int32 ignored_reason = 11;
192
+ optional int32 beta_status = 12 [(.description) = "enum"];
193
+ }
194
+
195
+ message CStore_GetUserGameInterestState_Response_InQueue {
196
+ optional int32 type = 1 [(.description) = "enum"];
197
+ optional bool skipped = 2;
198
+ optional int32 items_remaining = 3;
199
+ optional uint32 next_appid = 4;
200
+ optional uint32 experimental_cohort = 5;
201
+ }
202
+
203
+ message CStore_PurchaseReceiptInfo {
204
+ optional uint64 transactionid = 1;
205
+ optional uint32 packageid = 2;
206
+ optional uint32 purchase_status = 3;
207
+ optional uint32 result_detail = 4;
208
+ optional uint32 transaction_time = 5;
209
+ optional uint32 payment_method = 6;
210
+ optional uint64 base_price = 7;
211
+ optional uint64 total_discount = 8;
212
+ optional uint64 tax = 9;
213
+ optional uint64 shipping = 10;
214
+ optional uint32 currency_code = 11;
215
+ optional string country_code = 12;
216
+ optional string error_headline = 13;
217
+ optional string error_string = 14;
218
+ optional string error_link_text = 15;
219
+ optional string error_link_url = 16;
220
+ optional uint32 error_appid = 17;
221
+ repeated .CStore_PurchaseReceiptInfo_LineItem line_items = 18;
222
+ }
223
+
224
+ message CStore_PurchaseReceiptInfo_LineItem {
225
+ optional uint32 packageid = 1;
226
+ optional uint32 appid = 2;
227
+ optional string line_item_description = 3;
228
+ }
229
+
230
+ message CStore_RegisterCDKey_Request {
231
+ optional string activation_code = 1;
232
+ optional int32 purchase_platform = 2;
233
+ optional bool is_request_from_client = 3;
234
+ }
235
+
236
+ message CStore_RegisterCDKey_Response {
237
+ optional int32 purchase_result_details = 1;
238
+ optional .CStore_PurchaseReceiptInfo purchase_receipt_info = 2;
239
+ }
240
+
241
+ message CStore_ReportApp_Request {
242
+ optional uint32 appid = 1;
243
+ optional int32 report_type = 2 [(.description) = "enum"];
244
+ optional string report = 3;
245
+ }
246
+
247
+ message CStore_ReportApp_Response {
248
+ }
249
+
250
+ message CStore_SetReservationPositionMessage_Request {
251
+ repeated .CReservationPositionMessage settings = 1;
252
+ }
253
+
254
+ message CStore_SetReservationPositionMessage_Response {
255
+ }
256
+
257
+ message CStore_SkipDiscoveryQueueItem_Request {
258
+ optional int32 queue_type = 1 [(.description) = "enum"];
259
+ optional uint32 appid = 2;
260
+ optional .CStorePageFilter store_page_filter = 3;
261
+ }
262
+
263
+ message CStore_SkipDiscoveryQueueItem_Response {
264
+ }
265
+
266
+ message CStore_StorePreferencesChanged_Notification {
267
+ optional .CStore_UserPreferences preferences = 1;
268
+ optional .CStore_UserTagPreferences tag_preferences = 2;
269
+ optional .CStore_UserContentDescriptorPreferences content_descriptor_preferences = 3;
270
+ //optional .UserContentDescriptorPreferences content_descriptor_preferences = 3;
271
+ }
272
+
273
+ message CStore_UpdatePackageReservations_Request {
274
+ repeated uint32 packages_to_reserve = 1;
275
+ repeated uint32 packages_to_unreserve = 2;
276
+ optional string country_code = 3;
277
+ }
278
+
279
+ message CStore_UpdatePackageReservations_Response {
280
+ repeated .CPackageReservationStatus reservation_status = 1;
281
+ }
282
+
283
+ message CStore_UserContentDescriptorPreferences {
284
+ repeated .CStore_UserContentDescriptorPreferences_ContentDescriptor content_descriptors_to_exclude = 1;
285
+ }
286
+
287
+ message CStore_UserContentDescriptorPreferences_ContentDescriptor {
288
+ optional uint32 content_descriptorid = 1;
289
+ optional uint32 timestamp_added = 2;
290
+ }
291
+
292
+ message CStore_UserPreferences {
293
+ optional int32 primary_language = 1;
294
+ //optional uint32 primary_language = 1;
295
+ optional uint32 secondary_languages = 2;
296
+ optional bool platform_windows = 3;
297
+ optional bool platform_mac = 4;
298
+ optional bool platform_linux = 5;
299
+ optional bool hide_adult_content_violence = 6;
300
+ optional bool hide_adult_content_sex = 7;
301
+ optional uint32 timestamp_updated = 8;
302
+ optional bool hide_store_broadcast = 9;
303
+ optional int32 review_score_preference = 10 [(.description) = "enum"];
304
+ optional int32 timestamp_content_descriptor_preferences_updated = 11;
305
+ optional int32 provide_deck_feedback = 12 [(.description) = "enum"];
306
+ optional string additional_languages = 13;
307
+ }
308
+
309
+ message CStore_UserTagPreferences {
310
+ repeated .CStore_UserTagPreferences_Tag tags_to_exclude = 1;
311
+ }
312
+
313
+ message CStore_UserTagPreferences_Tag {
314
+ optional uint32 tagid = 1;
315
+ optional string name = 2;
316
+ optional uint32 timestamp_added = 3;
317
+ }
318
+
319
+ message CStoreDiscoveryQueueSettings {
320
+ optional bool os_win = 4;
321
+ optional bool os_mac = 5;
322
+ optional bool os_linux = 6;
323
+ optional bool full_controller_support = 7;
324
+ optional bool native_steam_controller = 8;
325
+ optional bool include_coming_soon = 9;
326
+ repeated uint32 excluded_tagids = 10;
327
+ optional bool exclude_early_access = 11;
328
+ optional bool exclude_videos = 12;
329
+ optional bool exclude_software = 13;
330
+ optional bool exclude_dlc = 14;
331
+ optional bool exclude_soundtracks = 15;
332
+ repeated uint32 featured_tagids = 16;
333
+ }
334
+
335
+ service Store {
336
+ rpc DeleteReservationPositionMessage (.CStore_DeleteReservationPositionMessage_Request) returns (.CStore_DeleteReservationPositionMessage_Response);
337
+ rpc GetAllReservationPositionMessages (.CStore_GetAllReservationPositionMessages_Request) returns (.CStore_GetAllReservationPositionMessages_Response);
338
+ rpc GetDiscoveryQueue (.CStore_GetDiscoveryQueue_Request) returns (.CStore_GetDiscoveryQueue_Response);
339
+ rpc GetDiscoveryQueueSettings (.CStore_GetDiscoveryQueueSettings_Request) returns (.CStore_GetDiscoveryQueueSettings_Response);
340
+ rpc GetDiscoveryQueueSkippedApps (.CStore_GetDiscoveryQueueSkippedApps_Request) returns (.CStore_GetDiscoveryQueueSkippedApps_Response);
341
+ rpc GetLocalizedNameForTags (.CStore_GetLocalizedNameForTags_Request) returns (.CStore_GetLocalizedNameForTags_Response);
342
+ rpc GetMostPopularTags (.CStore_GetMostPopularTags_Request) returns (.CStore_GetMostPopularTags_Response);
343
+ rpc GetStorePreferences (.CStore_GetStorePreferences_Request) returns (.CStore_GetStorePreferences_Response);
344
+ rpc GetTagList (.CStore_GetTagList_Request) returns (.CStore_GetTagList_Response);
345
+ rpc GetTrendingAppsAmongFriends (.CStore_GetTrendingAppsAmongFriends_Request) returns (.CStore_GetTrendingAppsAmongFriends_Response);
346
+ rpc GetUserGameInterestState (.CStore_GetUserGameInterestState_Request) returns (.CStore_GetUserGameInterestState_Response);
347
+ rpc RegisterCDKey (.CStore_RegisterCDKey_Request) returns (.CStore_RegisterCDKey_Response);
348
+ rpc ReportApp (.CStore_ReportApp_Request) returns (.CStore_ReportApp_Response);
349
+ rpc SetCompatibilityFeedback (.CSteamDeckCompatibility_SetFeedback_Request) returns (.CSteamDeckCompatibility_SetFeedback_Response);
350
+ rpc SetReservationPositionMessage (.CStore_SetReservationPositionMessage_Request) returns (.CStore_SetReservationPositionMessage_Response);
351
+ rpc ShouldPromptForCompatibilityFeedback (.CSteamDeckCompatibility_ShouldPrompt_Request) returns (.CSteamDeckCompatibility_ShouldPrompt_Response);
352
+ rpc SkipDiscoveryQueueItem (.CStore_SkipDiscoveryQueueItem_Request) returns (.CStore_SkipDiscoveryQueueItem_Response);
353
+ rpc UpdatePackageReservations (.CStore_UpdatePackageReservations_Request) returns (.CStore_UpdatePackageReservations_Response);
354
+ }
355
+
356
+ service StoreClient {
357
+ rpc NotifyStorePreferencesChanged (.CStore_StorePreferencesChanged_Notification) returns (.NoResponse);
358
+ }
359
+
@@ -0,0 +1,76 @@
1
+ import "common_base.proto";
2
+ import "common.proto";
3
+
4
+ message CStoreAppSimilarity_IdentifyClustersFromPlaytime_Request {
5
+ optional fixed64 steamid = 1;
6
+ optional int32 sort = 2 [default = 1, (.description) = "enum"];
7
+ optional int32 clusters_to_return = 3;
8
+ optional int32 cluster_index = 4;
9
+ optional .StoreBrowseContext context = 10;
10
+ optional .StoreBrowseItemDataRequest data_request = 11;
11
+ }
12
+
13
+ message CStoreAppSimilarity_IdentifyClustersFromPlaytime_Response {
14
+ repeated .CStoreAppSimilarity_IdentifyClustersFromPlaytime_Response_Cluster clusters = 1;
15
+ }
16
+
17
+ message CStoreAppSimilarity_IdentifyClustersFromPlaytime_Response_Cluster {
18
+ optional int32 cluster_id = 1;
19
+ optional int32 playtime_forever = 2;
20
+ optional int32 playtime_2weeks = 3;
21
+ optional uint32 last_played = 4;
22
+ repeated int32 played_appids = 5;
23
+ repeated int32 similar_items_appids = 6;
24
+ repeated .StoreItem similar_items = 7;
25
+ optional double similar_item_popularity_score = 8;
26
+ }
27
+
28
+ message CStoreAppSimilarity_PrioritizeAppsForUser_Request {
29
+ optional fixed64 steamid = 1;
30
+ optional string country_code = 2;
31
+ repeated .StoreItemID ids = 3;
32
+ optional .StoreAppSimilarityPriorityOptions options = 4;
33
+ optional bool debug = 5;
34
+ optional bool include_owned_games = 6;
35
+ }
36
+
37
+ message CStoreAppSimilarity_PrioritizeAppsForUser_Response {
38
+ repeated .CStoreAppSimilarity_PrioritizeAppsForUser_Response_ResultItem items = 1;
39
+ }
40
+
41
+ message CStoreAppSimilarity_PrioritizeAppsForUser_Response_ResultItem {
42
+ optional .StoreItemID id = 1;
43
+ optional bool already_owned = 2;
44
+ optional double weight = 3;
45
+ optional double weight_before_dedupe = 4;
46
+ repeated .CStoreAppSimilarity_PrioritizeAppsForUser_Response_ResultItem_MatchDebugInfo debug_matches = 50;
47
+ optional .CStoreAppSimilarity_PrioritizeAppsForUser_Response_ResultItem_PopularityDebugInfo debug_popularity = 51;
48
+ }
49
+
50
+ message CStoreAppSimilarity_PrioritizeAppsForUser_Response_ResultItem_MatchDebugInfo {
51
+ optional int32 source_app = 1;
52
+ optional double weight = 2;
53
+ optional double similarity = 3;
54
+ }
55
+
56
+ message CStoreAppSimilarity_PrioritizeAppsForUser_Response_ResultItem_PopularityDebugInfo {
57
+ optional uint32 rank = 1;
58
+ optional double popularity_factor = 2;
59
+ optional double weight_before_popularity = 3;
60
+ }
61
+
62
+ message StoreAppSimilarityPriorityOptions {
63
+ optional double tag_score_factor = 1 [default = 1];
64
+ optional int32 playtime_max_seconds = 10 [default = 360000];
65
+ optional int32 playtime_max_games = 11 [default = 3];
66
+ optional double playtime_score_factor = 12 [default = 0.9];
67
+ optional int32 popularity_factor = 20 [default = 5, (.description) = "enum"];
68
+ optional int32 popularity_reciprocal = 21 [default = 10000];
69
+ optional int64 popularity_base_score = 22 [default = 5000000];
70
+ }
71
+
72
+ service StoreAppSimilarity {
73
+ rpc IdentifyClustersFromPlaytime (.CStoreAppSimilarity_IdentifyClustersFromPlaytime_Request) returns (.CStoreAppSimilarity_IdentifyClustersFromPlaytime_Response);
74
+ rpc PrioritizeAppsForUser (.CStoreAppSimilarity_PrioritizeAppsForUser_Request) returns (.CStoreAppSimilarity_PrioritizeAppsForUser_Response);
75
+ }
76
+
@@ -0,0 +1,103 @@
1
+ import "common.proto";
2
+ import "common_base.proto";
3
+
4
+ message CHardwarePackageDetails {
5
+ optional uint32 packageid = 1;
6
+ optional bool inventory_available = 3;
7
+ optional bool high_pending_orders = 4;
8
+ optional bool account_restricted_from_purchasing = 5;
9
+ optional bool requires_reservation = 6;
10
+ optional uint32 rtime_estimated_notification = 7;
11
+ optional string notificaton_token = 8;
12
+ optional int32 reservation_state = 9;
13
+ optional bool expired = 10;
14
+ optional uint32 time_expires = 11;
15
+ optional uint32 time_reserved = 12;
16
+ optional bool allow_quantity_purchase = 13;
17
+ optional int32 max_quantity_per_purchase = 14;
18
+ optional bool allow_purchase_in_country = 15;
19
+ optional uint32 estimated_delivery_soonest_business_days = 17;
20
+ optional uint32 estimated_delivery_latest_business_days = 18;
21
+ }
22
+
23
+ message CStoreBrowse_GetDLCForApps_Request {
24
+ optional .StoreBrowseContext context = 1;
25
+ optional .CStorePageFilter store_page_filter = 2;
26
+ repeated .StoreItemID appids = 3;
27
+ optional uint64 steamid = 4;
28
+ }
29
+
30
+ message CStoreBrowse_GetDLCForApps_Response {
31
+ repeated .CStoreBrowse_GetDLCForApps_Response_DLCData dlc_data = 1;
32
+ repeated .CStoreBrowse_GetDLCForApps_Response_PlaytimeForApp playtime = 2;
33
+ }
34
+
35
+ message CStoreBrowse_GetDLCForApps_Response_DLCData {
36
+ optional uint32 appid = 1;
37
+ optional uint32 parentappid = 2;
38
+ optional uint32 release_date = 3;
39
+ optional bool coming_soon = 4;
40
+ optional int64 price = 5;
41
+ optional uint32 discount = 6;
42
+ optional bool free = 7;
43
+ }
44
+
45
+ message CStoreBrowse_GetDLCForApps_Response_PlaytimeForApp {
46
+ optional uint32 appid = 1;
47
+ optional uint32 playtime = 2;
48
+ optional uint32 last_played = 3;
49
+ }
50
+
51
+ message CStoreBrowse_GetDLCForAppsSolr_Request {
52
+ optional .StoreBrowseContext context = 1;
53
+ repeated uint32 appids = 2;
54
+ optional string flavor = 3;
55
+ optional uint32 count = 4;
56
+ optional .CStorePageFilter store_page_filter = 5;
57
+ }
58
+
59
+ message CStoreBrowse_GetDLCForAppsSolr_Response {
60
+ repeated .CStoreBrowse_GetDLCForAppsSolr_Response_DLCList dlc_lists = 1;
61
+ }
62
+
63
+ message CStoreBrowse_GetDLCForAppsSolr_Response_DLCList {
64
+ optional uint32 parent_appid = 1;
65
+ repeated uint32 dlc_appids = 2;
66
+ }
67
+
68
+ message CStoreBrowse_GetHardwareItems_Request {
69
+ repeated uint32 packageid = 1;
70
+ optional .StoreBrowseContext context = 2;
71
+ }
72
+
73
+ message CStoreBrowse_GetHardwareItems_Response {
74
+ repeated .CHardwarePackageDetails details = 1;
75
+ }
76
+
77
+ message CStoreBrowse_GetStoreCategories_Request {
78
+ optional string language = 1;
79
+ optional int32 elanguage = 2 [default = -1];
80
+ }
81
+
82
+ message CStoreBrowse_GetStoreCategories_Response {
83
+ repeated .CStoreBrowse_GetStoreCategories_Response_Category categories = 1;
84
+ }
85
+
86
+ message CStoreBrowse_GetStoreCategories_Response_Category {
87
+ optional uint32 categoryid = 1;
88
+ optional int32 type = 2 [(.description) = "enum"];
89
+ optional string internal_name = 3;
90
+ optional string display_name = 4;
91
+ optional string image_url = 5;
92
+ optional bool show_in_search = 6;
93
+ optional bool computed = 7;
94
+ }
95
+
96
+ service StoreBrowse {
97
+ rpc GetDLCForApps (.CStoreBrowse_GetDLCForApps_Request) returns (.CStoreBrowse_GetDLCForApps_Response);
98
+ rpc GetDLCForAppsSolr (.CStoreBrowse_GetDLCForAppsSolr_Request) returns (.CStoreBrowse_GetDLCForAppsSolr_Response);
99
+ rpc GetHardwareItems (.CStoreBrowse_GetHardwareItems_Request) returns (.CStoreBrowse_GetHardwareItems_Response);
100
+ rpc GetItems (.CStoreBrowse_GetItems_Request) returns (.CStoreBrowse_GetItems_Response);
101
+ rpc GetStoreCategories (.CStoreBrowse_GetStoreCategories_Request) returns (.CStoreBrowse_GetStoreCategories_Response);
102
+ }
103
+
@@ -0,0 +1,44 @@
1
+ import "common.proto";
2
+
3
+ message CStoreMarketing_GetItemsToFeature_Request {
4
+ optional .StoreBrowseContext context = 1;
5
+ optional .StoreBrowseItemDataRequest data_request = 2;
6
+ optional .CStoreMarketing_GetItemsToFeature_Request_SpotlightFilter include_spotlights = 5;
7
+ optional bool include_dailydeals = 6;
8
+ optional int32 include_top_specials_count = 7;
9
+ optional bool include_purchase_recommendations = 8;
10
+ repeated .StoreItemID additional_purchase_item_ids = 9;
11
+ }
12
+
13
+ message CStoreMarketing_GetItemsToFeature_Request_SpotlightFilter {
14
+ optional string location = 1;
15
+ optional string category = 2;
16
+ optional int32 genre_id = 3;
17
+ }
18
+
19
+ message CStoreMarketing_GetItemsToFeature_Response {
20
+ repeated .CStoreMarketing_GetItemsToFeature_Response_Spotlight spotlights = 1;
21
+ repeated .CStoreMarketing_GetItemsToFeature_Response_FeaturedItem daily_deals = 2;
22
+ repeated .CStoreMarketing_GetItemsToFeature_Response_FeaturedItem specials = 3;
23
+ repeated .CStoreMarketing_GetItemsToFeature_Response_FeaturedItem purchase_recommendations = 4;
24
+ }
25
+
26
+ message CStoreMarketing_GetItemsToFeature_Response_FeaturedItem {
27
+ optional .StoreItemID item_id = 1;
28
+ optional .StoreItem item = 2;
29
+ }
30
+
31
+ message CStoreMarketing_GetItemsToFeature_Response_Spotlight {
32
+ optional .StoreItemID item_id = 1;
33
+ optional .StoreItem associated_item = 2;
34
+ optional string spotlight_template = 3;
35
+ optional string spotlight_title = 4;
36
+ optional string spotlight_body = 5;
37
+ optional string asset_url = 6;
38
+ optional string spotlight_link_url = 7;
39
+ }
40
+
41
+ service StoreMarketing {
42
+ rpc GetItemsToFeature (.CStoreMarketing_GetItemsToFeature_Request) returns (.CStoreMarketing_GetItemsToFeature_Response);
43
+ }
44
+