steamutils 1.3.65 → 1.3.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SteamClient.js +6 -3
- package/package.json +2 -2
- package/protos/csgo/base_gcmessages.proto +553 -0
- package/protos/csgo/connectionless_netmessages.proto +0 -2
- package/protos/csgo/cs_gameevents.proto +1 -0
- package/protos/csgo/cstrike15_gcmessages.proto +41 -12
- package/protos/csgo/cstrike15_usermessages.proto +0 -4
- package/protos/csgo/demo.proto +5 -0
- package/protos/csgo/econ_gcmessages.proto +0 -9
- package/protos/csgo/gcsdk_gcmessages.proto +2 -2
- package/protos/csgo/gcsystemmsgs.proto +1 -0
- package/protos/csgo/netmessages.proto +22 -8
- package/protos/csgo/networkbasetypes.proto +2 -0
- package/protos/csgo/steammessages.proto +23 -0
- package/protos/csgo/usercmd.proto +2 -1
- package/protos/csgo/usermessages.proto +31 -0
- package/protos/steam/enums.proto +58 -1
- package/protos/steam/enums_clientserver.proto +3 -34
- package/protos/steam/enums_productinfo.proto +1 -0
- package/protos/steam/htmlmessages.proto +12 -0
- package/protos/steam/steamdatagram_messages_sdr.proto +1 -1
- package/protos/steam/steammessages_accounthardware.steamclient.proto +18 -52
- package/protos/steam/steammessages_appoverview.proto +18 -1
- package/protos/steam/steammessages_auth.steamclient.proto +128 -188
- package/protos/steam/steammessages_base.proto +3 -0
- package/protos/steam/steammessages_broadcast.steamclient.proto +126 -267
- package/protos/steam/steammessages_chat.steamclient.proto +79 -290
- package/protos/steam/steammessages_client_objects.proto +4 -0
- package/protos/steam/steammessages_clientlanp2p.proto +1 -0
- package/protos/steam/steammessages_clientmetrics.steamclient.proto +0 -2
- package/protos/steam/steammessages_clientnotificationtypes.proto +19 -0
- package/protos/steam/steammessages_clientserver_2.proto +11 -0
- package/protos/steam/steammessages_clientserver_login.proto +1 -1
- package/protos/steam/steammessages_clientserver_mms.proto +228 -235
- package/protos/steam/steammessages_clientserver_ucm.proto +2 -0
- package/protos/steam/steammessages_clientserver_uds.proto +1 -0
- package/protos/steam/steammessages_clientserver_ufs.proto +0 -127
- package/protos/steam/steammessages_clientsettings.proto +46 -6
- package/protos/steam/steammessages_cloud.steamclient.proto +158 -249
- package/protos/steam/steammessages_contentsystem.steamclient.proto +16 -8
- package/protos/steam/steammessages_credentials.steamclient.proto +7 -26
- package/protos/steam/steammessages_datapublisher.steamclient.proto +30 -44
- package/protos/steam/steammessages_depotbuilder.steamclient.proto +6 -25
- package/protos/steam/steammessages_deviceauth.steamclient.proto +11 -45
- package/protos/steam/steammessages_econ.steamclient.proto +12 -25
- package/protos/steam/steammessages_familygroups.steamclient.proto +441 -0
- package/protos/steam/steammessages_friendmessages.steamclient.proto +19 -46
- package/protos/steam/steammessages_gamenetworking.steamclient.proto +2 -9
- package/protos/steam/steammessages_gamenotifications.steamclient.proto +57 -82
- package/protos/steam/steammessages_gameservers.steamclient.proto +13 -29
- package/protos/steam/steammessages_inventory.steamclient.proto +21 -73
- package/protos/steam/steammessages_linkfilter.steamclient.proto +14 -24
- package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +1 -5
- package/protos/steam/steammessages_market.steamclient.proto +9 -13
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +59 -60
- package/protos/steam/steammessages_offline.steamclient.proto +2 -9
- package/protos/steam/steammessages_parental.steamclient.proto +100 -66
- package/protos/steam/steammessages_parties.steamclient.proto +6 -25
- package/protos/steam/steammessages_partnerapps.steamclient.proto +11 -43
- package/protos/steam/steammessages_player.steamclient.proto +133 -278
- package/protos/steam/steammessages_publishedfile.steamclient.proto +213 -289
- package/protos/steam/steammessages_qms.steamclient.proto +4 -18
- package/protos/steam/steammessages_remoteclient.proto +2 -1
- package/protos/steam/steammessages_remoteclient_discovery.proto +9 -0
- package/protos/steam/steammessages_remoteclient_service.steamclient.proto +18 -73
- package/protos/steam/steammessages_remoteplay.proto +1 -2
- package/protos/steam/steammessages_secrets.steamclient.proto +1 -5
- package/protos/steam/steammessages_shader.steamclient.proto +6 -25
- package/protos/steam/steammessages_site_license.steamclient.proto +8 -33
- package/protos/steam/steammessages_steamtv.steamclient.proto +169 -266
- package/protos/steam/steammessages_store.steamclient.proto +110 -77
- package/protos/steam/steammessages_storebrowse.steamclient.proto +170 -115
- package/protos/steam/steammessages_timedtrial.steamclient.proto +3 -13
- package/protos/steam/steammessages_twofactor.steamclient.proto +92 -121
- package/protos/steam/steammessages_unified_base.steamclient.proto +12 -0
- package/protos/steam/steammessages_unified_test.steamclient.proto +10 -20
- package/protos/steam/steammessages_useraccount.steamclient.proto +26 -64
- package/protos/steam/steammessages_vac.steamclient.proto +2 -9
- package/protos/steam/steammessages_video.steamclient.proto +25 -128
- package/protos/steam/steammessages_workshop.steamclient.proto +1 -5
- package/protos/steam/webuimessages_achievements.proto +29 -0
- package/protos/steam/webuimessages_gamescope.proto +57 -0
- package/protos/steam/webuimessages_steamengine.proto +9 -0
- package/protos/steam/webuimessages_steamos.proto +114 -0
- package/protos/steam/webuimessages_transport.proto +4 -0
- package/protos/steam/webuimessages_transportvalidation.proto +14 -0
- package/test_steamclient.js +7 -11
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +0 -357
- package/protos/steam/renderer/rendermessages.proto +0 -893
- package/protos/steam/steammessages_star.steamclient.proto +0 -64
- package/protos/webui/common.proto +0 -5508
- package/protos/webui/common_base.proto +0 -27
- package/protos/webui/service_accountlinking.proto +0 -27
- package/protos/webui/service_accountprivacy.proto +0 -42
- package/protos/webui/service_auction.proto +0 -97
- package/protos/webui/service_authentication.proto +0 -222
- package/protos/webui/service_authenticationsupport.proto +0 -74
- package/protos/webui/service_broadcast.proto +0 -562
- package/protos/webui/service_chat.proto +0 -11
- package/protos/webui/service_chatroom.proto +0 -810
- package/protos/webui/service_chatusability.proto +0 -107
- package/protos/webui/service_clan.proto +0 -41
- package/protos/webui/service_clanchatrooms.proto +0 -25
- package/protos/webui/service_clanfaqs.proto +0 -202
- package/protos/webui/service_clientcomm.proto +0 -150
- package/protos/webui/service_clientmetrics.proto +0 -63
- package/protos/webui/service_cloud.proto +0 -222
- package/protos/webui/service_cloudconfigstore.proto +0 -51
- package/protos/webui/service_cloudgaming.proto +0 -30
- package/protos/webui/service_community.proto +0 -365
- package/protos/webui/service_econ.proto +0 -134
- package/protos/webui/service_embedded.proto +0 -24
- package/protos/webui/service_experimentservice.proto +0 -6
- package/protos/webui/service_fovasvideo.proto +0 -15
- package/protos/webui/service_friendmessages.proto +0 -133
- package/protos/webui/service_friendslist.proto +0 -70
- package/protos/webui/service_gamenotes.proto +0 -15
- package/protos/webui/service_helprequestlogs.proto +0 -26
- package/protos/webui/service_loyaltyrewards.proto +0 -252
- package/protos/webui/service_marketingmessages.proto +0 -184
- package/protos/webui/service_mobileapp.proto +0 -18
- package/protos/webui/service_mobileauth.proto +0 -24
- package/protos/webui/service_mobiledevice.proto +0 -26
- package/protos/webui/service_mobileperaccount.proto +0 -31
- package/protos/webui/service_news.proto +0 -101
- package/protos/webui/service_parental.proto +0 -178
- package/protos/webui/service_partnermembershipinvite.proto +0 -29
- package/protos/webui/service_partnerstorebrowse.proto +0 -6
- package/protos/webui/service_phone.proto +0 -51
- package/protos/webui/service_physicalgoods.proto +0 -15
- package/protos/webui/service_player.proto +0 -885
- package/protos/webui/service_promotioneventinvites.proto +0 -50
- package/protos/webui/service_promotionplanning.proto +0 -72
- package/protos/webui/service_publishedfile.proto +0 -687
- package/protos/webui/service_publishing.proto +0 -119
- package/protos/webui/service_quest.proto +0 -127
- package/protos/webui/service_salefeature.proto +0 -315
- package/protos/webui/service_saleitemrewards.proto +0 -54
- package/protos/webui/service_shoppingcart.proto +0 -108
- package/protos/webui/service_steamawards.proto +0 -19
- package/protos/webui/service_steamcharts.proto +0 -75
- package/protos/webui/service_steamengine.proto +0 -36
- package/protos/webui/service_steamlearn.proto +0 -727
- package/protos/webui/service_steamnotification.proto +0 -84
- package/protos/webui/service_steamtv.proto +0 -495
- package/protos/webui/service_steamvrvoicechat.proto +0 -67
- package/protos/webui/service_steamvrwebrtc.proto +0 -48
- package/protos/webui/service_storagedevicemanager.proto +0 -104
- package/protos/webui/service_store.proto +0 -289
- package/protos/webui/service_storeappsimilarity.proto +0 -76
- package/protos/webui/service_storebrowse.proto +0 -73
- package/protos/webui/service_storequery.proto +0 -97
- package/protos/webui/service_storesales.proto +0 -15
- package/protos/webui/service_storetopsellers.proto +0 -44
- package/protos/webui/service_systemmanager.proto +0 -11
- package/protos/webui/service_test_transporterror.proto +0 -6
- package/protos/webui/service_transportauth.proto +0 -12
- package/protos/webui/service_transportvalidation.proto +0 -69
- package/protos/webui/service_twofactor.proto +0 -181
- package/protos/webui/service_useraccount.proto +0 -138
- package/protos/webui/service_usergameactivity.proto +0 -34
- package/protos/webui/service_usergamenotes.proto +0 -53
- package/protos/webui/service_usernews.proto +0 -68
- package/protos/webui/service_userreviews.proto +0 -96
- package/protos/webui/service_video.proto +0 -128
- package/protos/webui/service_voicechat.proto +0 -139
- package/protos/webui/service_webrtc.proto +0 -52
|
@@ -30,6 +30,24 @@ enum EPlaytestStatus {
|
|
|
30
30
|
k_ETesterStatusGranted = 3;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
+
enum EAppReportType {
|
|
34
|
+
k_EAppReportType_Invalid = 0;
|
|
35
|
+
k_EAppReportType_Scam = 1;
|
|
36
|
+
k_EAppReportType_Malware = 2;
|
|
37
|
+
k_EAppReportType_HateSpeech = 3;
|
|
38
|
+
k_EAppReportType_Pornography = 4;
|
|
39
|
+
k_EAppReportType_NonLabeledAdultContent = 5;
|
|
40
|
+
k_EAppReportType_Libelous = 6;
|
|
41
|
+
k_EAppReportType_Offensive = 7;
|
|
42
|
+
k_EAppReportType_ExploitsChildren = 8;
|
|
43
|
+
k_EAppReportType_MtxWithNonSteamWalletPaymentMethods = 9;
|
|
44
|
+
k_EAppReportType_CopyrightViolation = 10;
|
|
45
|
+
k_EAppReportType_ViolatesLaws = 11;
|
|
46
|
+
k_EAppReportType_Other = 12;
|
|
47
|
+
k_EAppReportType_Broken = 13;
|
|
48
|
+
k_EAppReportType_AIContentReport = 14;
|
|
49
|
+
}
|
|
50
|
+
|
|
33
51
|
enum EUserReviewScorePreference {
|
|
34
52
|
k_EUserReviewScorePreference_Unset = 0;
|
|
35
53
|
k_EUserReviewScorePreference_IncludeAll = 1;
|
|
@@ -44,9 +62,9 @@ enum EPartnerLinkTrackingBackfillSource {
|
|
|
44
62
|
}
|
|
45
63
|
|
|
46
64
|
message CStore_RegisterCDKey_Request {
|
|
47
|
-
optional string activation_code = 1
|
|
48
|
-
optional int32 purchase_platform = 2
|
|
49
|
-
optional bool is_request_from_client = 3
|
|
65
|
+
optional string activation_code = 1;
|
|
66
|
+
optional int32 purchase_platform = 2;
|
|
67
|
+
optional bool is_request_from_client = 3;
|
|
50
68
|
}
|
|
51
69
|
|
|
52
70
|
message CStore_PurchaseReceiptInfo {
|
|
@@ -77,8 +95,8 @@ message CStore_PurchaseReceiptInfo {
|
|
|
77
95
|
}
|
|
78
96
|
|
|
79
97
|
message CStore_RegisterCDKey_Response {
|
|
80
|
-
optional int32 purchase_result_details = 1
|
|
81
|
-
optional .CStore_PurchaseReceiptInfo purchase_receipt_info = 2
|
|
98
|
+
optional int32 purchase_result_details = 1;
|
|
99
|
+
optional .CStore_PurchaseReceiptInfo purchase_receipt_info = 2;
|
|
82
100
|
}
|
|
83
101
|
|
|
84
102
|
message CStore_GetMostPopularTags_Request {
|
|
@@ -104,7 +122,7 @@ message CStore_GetLocalizedNameForTags_Response {
|
|
|
104
122
|
optional uint32 tagid = 1;
|
|
105
123
|
optional string english_name = 2;
|
|
106
124
|
optional string name = 3;
|
|
107
|
-
optional string normalized_name = 4
|
|
125
|
+
optional string normalized_name = 4;
|
|
108
126
|
}
|
|
109
127
|
|
|
110
128
|
repeated .CStore_GetLocalizedNameForTags_Response.Tag tags = 1;
|
|
@@ -112,7 +130,7 @@ message CStore_GetLocalizedNameForTags_Response {
|
|
|
112
130
|
|
|
113
131
|
message CStore_GetTagList_Request {
|
|
114
132
|
optional string language = 1;
|
|
115
|
-
optional string have_version_hash = 2
|
|
133
|
+
optional string have_version_hash = 2;
|
|
116
134
|
}
|
|
117
135
|
|
|
118
136
|
message CStore_GetTagList_Response {
|
|
@@ -121,7 +139,7 @@ message CStore_GetTagList_Response {
|
|
|
121
139
|
optional string name = 2;
|
|
122
140
|
}
|
|
123
141
|
|
|
124
|
-
optional string version_hash = 1
|
|
142
|
+
optional string version_hash = 1;
|
|
125
143
|
repeated .CStore_GetTagList_Response.Tag tags = 2;
|
|
126
144
|
}
|
|
127
145
|
|
|
@@ -132,13 +150,13 @@ message CStoreDiscoveryQueueSettings {
|
|
|
132
150
|
optional bool full_controller_support = 7;
|
|
133
151
|
optional bool native_steam_controller = 8;
|
|
134
152
|
optional bool include_coming_soon = 9;
|
|
135
|
-
repeated uint32 excluded_tagids = 10
|
|
153
|
+
repeated uint32 excluded_tagids = 10;
|
|
136
154
|
optional bool exclude_early_access = 11;
|
|
137
155
|
optional bool exclude_videos = 12;
|
|
138
156
|
optional bool exclude_software = 13;
|
|
139
157
|
optional bool exclude_dlc = 14;
|
|
140
158
|
optional bool exclude_soundtracks = 15;
|
|
141
|
-
repeated uint32 featured_tagids = 16
|
|
159
|
+
repeated uint32 featured_tagids = 16;
|
|
142
160
|
}
|
|
143
161
|
|
|
144
162
|
message CStore_GetDiscoveryQueue_Request {
|
|
@@ -204,13 +222,13 @@ message CStore_GetUserGameInterestState_Response {
|
|
|
204
222
|
optional bool ignored = 3;
|
|
205
223
|
optional bool following = 4;
|
|
206
224
|
repeated .EStoreDiscoveryQueueType in_queues = 5;
|
|
207
|
-
repeated .EStoreDiscoveryQueueType queues_with_skip = 6
|
|
208
|
-
repeated int32 queue_items_remaining = 7
|
|
209
|
-
repeated uint32 queue_items_next_appid = 8
|
|
210
|
-
optional bool temporarily_owned = 9
|
|
225
|
+
repeated .EStoreDiscoveryQueueType queues_with_skip = 6;
|
|
226
|
+
repeated int32 queue_items_remaining = 7;
|
|
227
|
+
repeated uint32 queue_items_next_appid = 8;
|
|
228
|
+
optional bool temporarily_owned = 9;
|
|
211
229
|
repeated .CStore_GetUserGameInterestState_Response.InQueue queues = 10;
|
|
212
|
-
optional int32 ignored_reason = 11
|
|
213
|
-
optional .EPlaytestStatus beta_status = 12 [default = k_ETesterStatusNone
|
|
230
|
+
optional int32 ignored_reason = 11;
|
|
231
|
+
optional .EPlaytestStatus beta_status = 12 [default = k_ETesterStatusNone];
|
|
214
232
|
}
|
|
215
233
|
|
|
216
234
|
message CStore_GetDiscoveryQueueSkippedApps_Request {
|
|
@@ -223,6 +241,15 @@ message CStore_GetDiscoveryQueueSkippedApps_Response {
|
|
|
223
241
|
repeated uint32 appids = 1;
|
|
224
242
|
}
|
|
225
243
|
|
|
244
|
+
message CStore_ReportApp_Request {
|
|
245
|
+
optional uint32 appid = 1;
|
|
246
|
+
optional .EAppReportType report_type = 2 [default = k_EAppReportType_Invalid];
|
|
247
|
+
optional string report = 3;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
message CStore_ReportApp_Response {
|
|
251
|
+
}
|
|
252
|
+
|
|
226
253
|
message CStore_GetStorePreferences_Request {
|
|
227
254
|
}
|
|
228
255
|
|
|
@@ -277,6 +304,52 @@ message CStore_MigratePartnerLinkTracking_Notification {
|
|
|
277
304
|
optional .EPartnerLinkTrackingBackfillSource backfill_source = 3 [default = k_EPartnerLinkTrackingBackfillSource_None];
|
|
278
305
|
}
|
|
279
306
|
|
|
307
|
+
message CStore_UpdatePackageReservations_Request {
|
|
308
|
+
repeated uint32 packages_to_reserve = 1;
|
|
309
|
+
repeated uint32 packages_to_unreserve = 2;
|
|
310
|
+
optional string country_code = 3;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
message CStore_UpdatePackageReservations_Response {
|
|
314
|
+
repeated .CPackageReservationStatus reservation_status = 1;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
message CReservationPositionMessage {
|
|
318
|
+
optional uint32 edistributor = 1;
|
|
319
|
+
optional string product_identifier = 2;
|
|
320
|
+
optional uint32 start_queue_position = 3;
|
|
321
|
+
optional uint32 rtime_estimated_notification = 4;
|
|
322
|
+
optional string localization_token = 5;
|
|
323
|
+
optional uint32 accountid = 6;
|
|
324
|
+
optional uint32 rtime_created = 7;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
message CStore_SetReservationPositionMessage_Request {
|
|
328
|
+
repeated .CReservationPositionMessage settings = 1;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
message CStore_SetReservationPositionMessage_Response {
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
message CStore_DeleteReservationPositionMessage_Request {
|
|
335
|
+
optional uint32 edistributor = 1;
|
|
336
|
+
optional string product_identifier = 2;
|
|
337
|
+
optional uint32 start_queue_position = 3;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
message CStore_DeleteReservationPositionMessage_Response {
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
message CStore_GetAllReservationPositionMessages_Request {
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
message CStore_GetAllReservationPositionMessages_Response {
|
|
347
|
+
repeated .CReservationPositionMessage settings = 1;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
message CStore_ReloadAllReservationPositionMessages_Notification {
|
|
351
|
+
}
|
|
352
|
+
|
|
280
353
|
message CSteamDeckCompatibility_SetFeedback_Request {
|
|
281
354
|
optional uint32 appid = 1;
|
|
282
355
|
optional .ESteamDeckCompatibilityFeedback feedback = 2 [default = k_ESteamDeckCompatibilityFeedback_Unset];
|
|
@@ -302,70 +375,30 @@ message CStore_StorePreferencesChanged_Notification {
|
|
|
302
375
|
}
|
|
303
376
|
|
|
304
377
|
service Store {
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
rpc
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
rpc
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
rpc
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
rpc
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
rpc
|
|
324
|
-
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
rpc GetDiscoveryQueueSettings (.CStore_GetDiscoveryQueueSettings_Request) returns (.CStore_GetDiscoveryQueueSettings_Response) {
|
|
328
|
-
option (method_description) = "Get the settings that were used to generate a user's discovery queue.";
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
rpc SkipDiscoveryQueueItem (.CStore_SkipDiscoveryQueueItem_Request) returns (.CStore_SkipDiscoveryQueueItem_Response) {
|
|
332
|
-
option (method_description) = "Skip an item in the user's queue.";
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
rpc GetUserGameInterestState (.CStore_GetUserGameInterestState_Request) returns (.CStore_GetUserGameInterestState_Response) {
|
|
336
|
-
option (method_description) = "Get information about a user's relationship to a game - ownership, wishlist, discovery queue state, etc.";
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
rpc GetDiscoveryQueueSkippedApps (.CStore_GetDiscoveryQueueSkippedApps_Request) returns (.CStore_GetDiscoveryQueueSkippedApps_Response) {
|
|
340
|
-
option (method_description) = "Returns all the apps skipped so far in the given discovery queue for the given user.";
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
rpc GetStorePreferences (.CStore_GetStorePreferences_Request) returns (.CStore_GetStorePreferences_Response) {
|
|
344
|
-
option (method_description) = "Returns the desired ratings board and maximum rating to show on the store";
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
rpc GetTrendingAppsAmongFriends (.CStore_GetTrendingAppsAmongFriends_Request) returns (.CStore_GetTrendingAppsAmongFriends_Response) {
|
|
348
|
-
option (method_description) = "Get trending apps among friends";
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
rpc MigratePartnerLinkTracking (.CStore_MigratePartnerLinkTracking_Notification) returns (.NoResponse) {
|
|
352
|
-
option (method_description) = "Move UTM data from the PartnerLinkTrackingLogNoUser table to the PartnerLinkTrackingLogWithUser table";
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
rpc SetCompatibilityFeedback (.CSteamDeckCompatibility_SetFeedback_Request) returns (.CSteamDeckCompatibility_SetFeedback_Response) {
|
|
356
|
-
option (method_description) = "Upserts user feedback regarding the published Steam Deck Compatibility rating for a game";
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
rpc ShouldPromptForCompatibilityFeedback (.CSteamDeckCompatibility_ShouldPrompt_Request) returns (.CSteamDeckCompatibility_ShouldPrompt_Response) {
|
|
360
|
-
option (method_description) = "Returns whether we should ask the user if the compatibility rating is correct";
|
|
361
|
-
}
|
|
378
|
+
rpc RegisterCDKey (.CStore_RegisterCDKey_Request) returns (.CStore_RegisterCDKey_Response);
|
|
379
|
+
rpc GetMostPopularTags (.CStore_GetMostPopularTags_Request) returns (.CStore_GetMostPopularTags_Response);
|
|
380
|
+
rpc GetLocalizedNameForTags (.CStore_GetLocalizedNameForTags_Request) returns (.CStore_GetLocalizedNameForTags_Response);
|
|
381
|
+
rpc GetTagList (.CStore_GetTagList_Request) returns (.CStore_GetTagList_Response);
|
|
382
|
+
rpc GetDiscoveryQueue (.CStore_GetDiscoveryQueue_Request) returns (.CStore_GetDiscoveryQueue_Response);
|
|
383
|
+
rpc GetDiscoveryQueueSettings (.CStore_GetDiscoveryQueueSettings_Request) returns (.CStore_GetDiscoveryQueueSettings_Response);
|
|
384
|
+
rpc SkipDiscoveryQueueItem (.CStore_SkipDiscoveryQueueItem_Request) returns (.CStore_SkipDiscoveryQueueItem_Response);
|
|
385
|
+
rpc GetUserGameInterestState (.CStore_GetUserGameInterestState_Request) returns (.CStore_GetUserGameInterestState_Response);
|
|
386
|
+
rpc GetDiscoveryQueueSkippedApps (.CStore_GetDiscoveryQueueSkippedApps_Request) returns (.CStore_GetDiscoveryQueueSkippedApps_Response);
|
|
387
|
+
rpc ReportApp (.CStore_ReportApp_Request) returns (.CStore_ReportApp_Response);
|
|
388
|
+
rpc GetStorePreferences (.CStore_GetStorePreferences_Request) returns (.CStore_GetStorePreferences_Response);
|
|
389
|
+
rpc GetTrendingAppsAmongFriends (.CStore_GetTrendingAppsAmongFriends_Request) returns (.CStore_GetTrendingAppsAmongFriends_Response);
|
|
390
|
+
rpc MigratePartnerLinkTracking (.CStore_MigratePartnerLinkTracking_Notification) returns (.NoResponse);
|
|
391
|
+
rpc UpdatePackageReservations (.CStore_UpdatePackageReservations_Request) returns (.CStore_UpdatePackageReservations_Response);
|
|
392
|
+
rpc SetReservationPositionMessage (.CStore_SetReservationPositionMessage_Request) returns (.CStore_SetReservationPositionMessage_Response);
|
|
393
|
+
rpc DeleteReservationPositionMessage (.CStore_DeleteReservationPositionMessage_Request) returns (.CStore_DeleteReservationPositionMessage_Response);
|
|
394
|
+
rpc GetAllReservationPositionMessages (.CStore_GetAllReservationPositionMessages_Request) returns (.CStore_GetAllReservationPositionMessages_Response);
|
|
395
|
+
rpc ReloadAllReservationPositionMessages (.CStore_ReloadAllReservationPositionMessages_Notification) returns (.NoResponse);
|
|
396
|
+
rpc SetCompatibilityFeedback (.CSteamDeckCompatibility_SetFeedback_Request) returns (.CSteamDeckCompatibility_SetFeedback_Response);
|
|
397
|
+
rpc ShouldPromptForCompatibilityFeedback (.CSteamDeckCompatibility_ShouldPrompt_Request) returns (.CSteamDeckCompatibility_ShouldPrompt_Response);
|
|
362
398
|
}
|
|
363
399
|
|
|
364
400
|
service StoreClient {
|
|
365
|
-
option (service_description) = "Steam store to client notifications";
|
|
366
401
|
option (service_execution_site) = k_EProtoExecutionSiteSteamClient;
|
|
367
402
|
|
|
368
|
-
rpc NotifyStorePreferencesChanged (.CStore_StorePreferencesChanged_Notification) returns (.NoResponse)
|
|
369
|
-
option (method_description) = "Notification from server to client that the user's store preferences have changed";
|
|
370
|
-
}
|
|
403
|
+
rpc NotifyStorePreferencesChanged (.CStore_StorePreferencesChanged_Notification) returns (.NoResponse);
|
|
371
404
|
}
|