steamutils 1.3.64 → 1.3.66
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +12 -10
- package/index.js +96 -0
- 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 +4 -3
- 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
@@ -35,6 +35,7 @@ message CPublishedFile_Subscribe_Request {
|
|
35
35
|
optional uint32 list_type = 2;
|
36
36
|
optional int32 appid = 3;
|
37
37
|
optional bool notify_client = 4;
|
38
|
+
optional bool include_dependencies = 5;
|
38
39
|
}
|
39
40
|
|
40
41
|
message CPublishedFile_Subscribe_Response {
|
@@ -62,7 +63,7 @@ message CPublishedFile_GetSubSectionData_Request {
|
|
62
63
|
optional uint64 publishedfileid = 1;
|
63
64
|
optional bool for_table_of_contents = 2;
|
64
65
|
optional uint64 specific_sectionid = 3;
|
65
|
-
optional .EPublishedFileRevision desired_revision = 4 [default = k_EPublishedFileRevision_Default
|
66
|
+
optional .EPublishedFileRevision desired_revision = 4 [default = k_EPublishedFileRevision_Default];
|
66
67
|
}
|
67
68
|
|
68
69
|
message PublishedFileSubSection {
|
@@ -77,22 +78,22 @@ message CPublishedFile_GetSubSectionData_Response {
|
|
77
78
|
}
|
78
79
|
|
79
80
|
message CPublishedFile_Publish_Request {
|
80
|
-
optional uint32 appid = 1
|
81
|
-
optional uint32 consumer_appid = 2
|
82
|
-
optional string cloudfilename = 3
|
83
|
-
optional string preview_cloudfilename = 4
|
84
|
-
optional string title = 5
|
85
|
-
optional string file_description = 6
|
86
|
-
optional uint32 file_type = 7
|
87
|
-
optional string consumer_shortcut_name = 8
|
88
|
-
optional string youtube_username = 9
|
89
|
-
optional string youtube_videoid = 10
|
90
|
-
optional uint32 visibility = 11
|
91
|
-
optional string redirect_uri = 12
|
92
|
-
repeated string tags = 13
|
93
|
-
optional string collection_type = 14
|
94
|
-
optional string game_type = 15
|
95
|
-
optional string url = 16
|
81
|
+
optional uint32 appid = 1;
|
82
|
+
optional uint32 consumer_appid = 2;
|
83
|
+
optional string cloudfilename = 3;
|
84
|
+
optional string preview_cloudfilename = 4;
|
85
|
+
optional string title = 5;
|
86
|
+
optional string file_description = 6;
|
87
|
+
optional uint32 file_type = 7;
|
88
|
+
optional string consumer_shortcut_name = 8;
|
89
|
+
optional string youtube_username = 9;
|
90
|
+
optional string youtube_videoid = 10;
|
91
|
+
optional uint32 visibility = 11;
|
92
|
+
optional string redirect_uri = 12;
|
93
|
+
repeated string tags = 13;
|
94
|
+
optional string collection_type = 14;
|
95
|
+
optional string game_type = 15;
|
96
|
+
optional string url = 16;
|
96
97
|
}
|
97
98
|
|
98
99
|
message CPublishedFile_Publish_Response {
|
@@ -101,21 +102,22 @@ message CPublishedFile_Publish_Response {
|
|
101
102
|
}
|
102
103
|
|
103
104
|
message CPublishedFile_GetDetails_Request {
|
104
|
-
repeated fixed64 publishedfileids = 1
|
105
|
-
optional bool includetags = 2
|
106
|
-
optional bool includeadditionalpreviews = 3
|
107
|
-
optional bool includechildren = 4
|
108
|
-
optional bool includekvtags = 5
|
109
|
-
optional bool includevotes = 6
|
110
|
-
optional bool short_description = 8
|
111
|
-
optional bool includeforsaledata = 10
|
112
|
-
optional bool includemetadata = 11
|
113
|
-
optional int32 language = 12 [default = 0
|
114
|
-
optional uint32 return_playtime_stats = 13
|
105
|
+
repeated fixed64 publishedfileids = 1;
|
106
|
+
optional bool includetags = 2;
|
107
|
+
optional bool includeadditionalpreviews = 3;
|
108
|
+
optional bool includechildren = 4;
|
109
|
+
optional bool includekvtags = 5;
|
110
|
+
optional bool includevotes = 6;
|
111
|
+
optional bool short_description = 8;
|
112
|
+
optional bool includeforsaledata = 10;
|
113
|
+
optional bool includemetadata = 11;
|
114
|
+
optional int32 language = 12 [default = 0];
|
115
|
+
optional uint32 return_playtime_stats = 13;
|
115
116
|
optional uint32 appid = 14;
|
116
|
-
optional bool strip_description_bbcode = 15
|
117
|
-
optional .EPublishedFileRevision desired_revision = 16 [default = k_EPublishedFileRevision_Default
|
118
|
-
optional bool includereactions = 17 [default = false
|
117
|
+
optional bool strip_description_bbcode = 15;
|
118
|
+
optional .EPublishedFileRevision desired_revision = 16 [default = k_EPublishedFileRevision_Default];
|
119
|
+
optional bool includereactions = 17 [default = false];
|
120
|
+
optional bool admin_query = 18;
|
119
121
|
}
|
120
122
|
|
121
123
|
message PublishedFileDetails {
|
@@ -230,19 +232,20 @@ message PublishedFileDetails {
|
|
230
232
|
repeated .PublishedFileDetails.KVTag kvtags = 54;
|
231
233
|
optional .PublishedFileDetails.VoteData vote_data = 55;
|
232
234
|
optional .PublishedFileDetails.PlaytimeStats playtime_stats = 64;
|
233
|
-
optional uint32 time_subscribed = 56
|
234
|
-
optional .PublishedFileDetails.ForSaleData for_sale_data = 57
|
235
|
-
optional string metadata = 58
|
236
|
-
optional int32 language = 61 [default = 0
|
235
|
+
optional uint32 time_subscribed = 56;
|
236
|
+
optional .PublishedFileDetails.ForSaleData for_sale_data = 57;
|
237
|
+
optional string metadata = 58;
|
238
|
+
optional int32 language = 61 [default = 0];
|
237
239
|
optional bool maybe_inappropriate_sex = 65;
|
238
240
|
optional bool maybe_inappropriate_violence = 66;
|
239
241
|
repeated .EContentDescriptorID content_descriptorids = 72;
|
240
|
-
optional uint64 revision_change_number = 67
|
241
|
-
optional .EPublishedFileRevision revision = 68 [default = k_EPublishedFileRevision_Default
|
242
|
-
repeated .EPublishedFileRevision available_revisions = 69
|
243
|
-
repeated .PublishedFileDetails.Reaction reactions = 70
|
242
|
+
optional uint64 revision_change_number = 67;
|
243
|
+
optional .EPublishedFileRevision revision = 68 [default = k_EPublishedFileRevision_Default];
|
244
|
+
repeated .EPublishedFileRevision available_revisions = 69;
|
245
|
+
repeated .PublishedFileDetails.Reaction reactions = 70;
|
244
246
|
optional .EBanContentCheckResult ban_text_check_result = 71 [default = k_EBanContentCheckResult_NotScanned];
|
245
|
-
optional float search_score = 73
|
247
|
+
optional float search_score = 73;
|
248
|
+
optional uint64 external_asset_id = 74;
|
246
249
|
}
|
247
250
|
|
248
251
|
message CPublishedFile_GetDetails_Response {
|
@@ -253,7 +256,7 @@ message CPublishedFile_GetItemInfo_Request {
|
|
253
256
|
message WorkshopItem {
|
254
257
|
optional fixed64 published_file_id = 1;
|
255
258
|
optional uint32 time_updated = 2;
|
256
|
-
optional .EPublishedFileRevision desired_revision = 3 [default = k_EPublishedFileRevision_Default
|
259
|
+
optional .EPublishedFileRevision desired_revision = 3 [default = k_EPublishedFileRevision_Default];
|
257
260
|
}
|
258
261
|
|
259
262
|
optional uint32 appid = 1;
|
@@ -284,40 +287,41 @@ message CPublishedFile_GetUserFiles_Request {
|
|
284
287
|
repeated string tags = 1;
|
285
288
|
}
|
286
289
|
|
287
|
-
optional fixed64 steamid = 1
|
288
|
-
optional uint32 appid = 2
|
289
|
-
optional uint32 shortcutid = 3
|
290
|
-
optional uint32 page = 4 [default = 1
|
291
|
-
optional uint32 numperpage = 5 [default = 1
|
292
|
-
optional string type = 6 [default = "myfiles"
|
293
|
-
optional string sortmethod = 7 [default = "lastupdated"
|
294
|
-
optional uint32 privacy = 9
|
295
|
-
repeated string requiredtags = 10
|
296
|
-
repeated string excludedtags = 11
|
297
|
-
repeated .CPublishedFile_GetUserFiles_Request.KVTag required_kv_tags = 30
|
298
|
-
optional uint32 filetype = 14
|
299
|
-
optional uint32 creator_appid = 15
|
300
|
-
optional string match_cloud_filename = 16
|
301
|
-
optional uint32 cache_max_age_seconds = 27 [default = 0
|
302
|
-
optional int32 language = 29 [default = 0
|
303
|
-
repeated .CPublishedFile_GetUserFiles_Request.TagGroup taggroups = 34
|
304
|
-
repeated .EContentDescriptorID excluded_content_descriptors = 37
|
305
|
-
optional bool
|
306
|
-
optional bool
|
307
|
-
optional bool
|
308
|
-
optional bool
|
309
|
-
optional bool
|
310
|
-
optional bool
|
311
|
-
optional bool
|
312
|
-
optional bool
|
313
|
-
optional bool
|
314
|
-
optional bool
|
315
|
-
optional
|
316
|
-
optional
|
317
|
-
optional bool
|
318
|
-
optional
|
319
|
-
optional
|
320
|
-
optional
|
290
|
+
optional fixed64 steamid = 1;
|
291
|
+
optional uint32 appid = 2;
|
292
|
+
optional uint32 shortcutid = 3;
|
293
|
+
optional uint32 page = 4 [default = 1];
|
294
|
+
optional uint32 numperpage = 5 [default = 1];
|
295
|
+
optional string type = 6 [default = "myfiles"];
|
296
|
+
optional string sortmethod = 7 [default = "lastupdated"];
|
297
|
+
optional uint32 privacy = 9;
|
298
|
+
repeated string requiredtags = 10;
|
299
|
+
repeated string excludedtags = 11;
|
300
|
+
repeated .CPublishedFile_GetUserFiles_Request.KVTag required_kv_tags = 30;
|
301
|
+
optional uint32 filetype = 14;
|
302
|
+
optional uint32 creator_appid = 15;
|
303
|
+
optional string match_cloud_filename = 16;
|
304
|
+
optional uint32 cache_max_age_seconds = 27 [default = 0];
|
305
|
+
optional int32 language = 29 [default = 0];
|
306
|
+
repeated .CPublishedFile_GetUserFiles_Request.TagGroup taggroups = 34;
|
307
|
+
repeated .EContentDescriptorID excluded_content_descriptors = 37;
|
308
|
+
optional bool admin_query = 38;
|
309
|
+
optional bool totalonly = 17;
|
310
|
+
optional bool ids_only = 18;
|
311
|
+
optional bool return_vote_data = 19 [default = true];
|
312
|
+
optional bool return_tags = 20;
|
313
|
+
optional bool return_kv_tags = 21 [default = true];
|
314
|
+
optional bool return_previews = 22;
|
315
|
+
optional bool return_children = 23;
|
316
|
+
optional bool return_short_description = 24 [default = true];
|
317
|
+
optional bool return_for_sale_data = 26;
|
318
|
+
optional bool return_metadata = 28 [default = false];
|
319
|
+
optional uint32 return_playtime_stats = 31;
|
320
|
+
optional bool strip_description_bbcode = 32;
|
321
|
+
optional bool return_reactions = 35 [default = false];
|
322
|
+
optional uint32 startindex_override = 25;
|
323
|
+
optional .EPublishedFileRevision desired_revision = 33 [default = k_EPublishedFileRevision_Default];
|
324
|
+
optional bool return_apps = 36;
|
321
325
|
}
|
322
326
|
|
323
327
|
message CPublishedFile_GetUserFiles_Response {
|
@@ -337,9 +341,9 @@ message CPublishedFile_GetUserFiles_Response {
|
|
337
341
|
message CPublishedFile_AreFilesInSubscriptionList_Request {
|
338
342
|
optional uint32 appid = 1;
|
339
343
|
repeated fixed64 publishedfileids = 2;
|
340
|
-
optional uint32 listtype = 3
|
341
|
-
optional uint32 filetype = 4
|
342
|
-
optional uint32 workshopfiletype = 5
|
344
|
+
optional uint32 listtype = 3;
|
345
|
+
optional uint32 filetype = 4;
|
346
|
+
optional uint32 workshopfiletype = 5;
|
343
347
|
}
|
344
348
|
|
345
349
|
message CPublishedFile_AreFilesInSubscriptionList_Response {
|
@@ -352,24 +356,25 @@ message CPublishedFile_AreFilesInSubscriptionList_Response {
|
|
352
356
|
}
|
353
357
|
|
354
358
|
message CPublishedFile_Update_Request {
|
355
|
-
optional uint32 appid = 1
|
356
|
-
optional fixed64 publishedfileid = 2
|
357
|
-
optional string title = 3
|
358
|
-
optional string file_description = 4
|
359
|
-
optional uint32 visibility = 5
|
360
|
-
repeated string tags = 6
|
361
|
-
optional string filename = 7
|
362
|
-
optional string preview_filename = 8
|
363
|
-
optional bool spoiler_tag = 10
|
364
|
-
optional uint32 image_width = 15
|
365
|
-
optional uint32 image_height = 16
|
359
|
+
optional uint32 appid = 1;
|
360
|
+
optional fixed64 publishedfileid = 2;
|
361
|
+
optional string title = 3;
|
362
|
+
optional string file_description = 4;
|
363
|
+
optional uint32 visibility = 5;
|
364
|
+
repeated string tags = 6;
|
365
|
+
optional string filename = 7;
|
366
|
+
optional string preview_filename = 8;
|
367
|
+
optional bool spoiler_tag = 10;
|
368
|
+
optional uint32 image_width = 15;
|
369
|
+
optional uint32 image_height = 16;
|
370
|
+
optional int32 language = 17;
|
366
371
|
}
|
367
372
|
|
368
373
|
message CPublishedFile_Update_Response {
|
369
374
|
}
|
370
375
|
|
371
376
|
message CPublishedFile_Delete_Request {
|
372
|
-
optional fixed64 publishedfileid = 1
|
377
|
+
optional fixed64 publishedfileid = 1;
|
373
378
|
optional uint32 appid = 5;
|
374
379
|
}
|
375
380
|
|
@@ -377,7 +382,7 @@ message CPublishedFile_Delete_Response {
|
|
377
382
|
}
|
378
383
|
|
379
384
|
message CPublishedFile_GetChangeHistoryEntry_Request {
|
380
|
-
optional fixed64 publishedfileid = 1
|
385
|
+
optional fixed64 publishedfileid = 1;
|
381
386
|
optional uint32 timestamp = 2;
|
382
387
|
optional int32 language = 3;
|
383
388
|
}
|
@@ -388,11 +393,11 @@ message CPublishedFile_GetChangeHistoryEntry_Response {
|
|
388
393
|
}
|
389
394
|
|
390
395
|
message CPublishedFile_GetChangeHistory_Request {
|
391
|
-
optional fixed64 publishedfileid = 1
|
392
|
-
optional bool total_only = 2
|
396
|
+
optional fixed64 publishedfileid = 1;
|
397
|
+
optional bool total_only = 2;
|
393
398
|
optional uint32 startindex = 3;
|
394
399
|
optional uint32 count = 4;
|
395
|
-
optional int32 language = 5 [default = 0
|
400
|
+
optional int32 language = 5 [default = 0];
|
396
401
|
}
|
397
402
|
|
398
403
|
message CPublishedFile_GetChangeHistory_Response {
|
@@ -408,12 +413,12 @@ message CPublishedFile_GetChangeHistory_Response {
|
|
408
413
|
|
409
414
|
message CPublishedFile_RefreshVotingQueue_Request {
|
410
415
|
optional uint32 appid = 1;
|
411
|
-
optional uint32 matching_file_type = 2
|
412
|
-
repeated string tags = 3
|
413
|
-
optional bool match_all_tags = 4 [default = true
|
414
|
-
repeated string excluded_tags = 5
|
415
|
-
optional uint32 desired_queue_size = 6
|
416
|
-
optional .EPublishedFileRevision desired_revision = 8 [default = k_EPublishedFileRevision_Default
|
416
|
+
optional uint32 matching_file_type = 2;
|
417
|
+
repeated string tags = 3;
|
418
|
+
optional bool match_all_tags = 4 [default = true];
|
419
|
+
repeated string excluded_tags = 5;
|
420
|
+
optional uint32 desired_queue_size = 6;
|
421
|
+
optional .EPublishedFileRevision desired_revision = 8 [default = k_EPublishedFileRevision_Default];
|
417
422
|
}
|
418
423
|
|
419
424
|
message CPublishedFile_RefreshVotingQueue_Response {
|
@@ -430,54 +435,55 @@ message CPublishedFile_QueryFiles_Request {
|
|
430
435
|
}
|
431
436
|
|
432
437
|
message DateRange {
|
433
|
-
optional uint32 timestamp_start = 1
|
434
|
-
optional uint32 timestamp_end = 2
|
438
|
+
optional uint32 timestamp_start = 1;
|
439
|
+
optional uint32 timestamp_end = 2;
|
435
440
|
}
|
436
441
|
|
437
|
-
optional uint32 query_type = 1
|
438
|
-
optional uint32 page = 2
|
439
|
-
optional string cursor = 39
|
440
|
-
optional uint32 numperpage = 3 [default = 1
|
441
|
-
optional uint32 creator_appid = 4
|
442
|
-
optional uint32 appid = 5
|
443
|
-
repeated string requiredtags = 6
|
444
|
-
repeated string excludedtags = 7
|
445
|
-
optional bool match_all_tags = 8 [default = true
|
446
|
-
repeated string required_flags = 9
|
447
|
-
repeated string omitted_flags = 10
|
448
|
-
optional string search_text = 11
|
449
|
-
optional uint32 filetype = 12
|
450
|
-
optional fixed64 child_publishedfileid = 13
|
451
|
-
optional uint32 days = 14
|
452
|
-
optional bool include_recent_votes_only = 15
|
453
|
-
optional uint32 cache_max_age_seconds = 31 [default = 0
|
454
|
-
optional int32 language = 33 [default = 0
|
455
|
-
repeated .CPublishedFile_QueryFiles_Request.KVTag required_kv_tags = 34
|
456
|
-
repeated .CPublishedFile_QueryFiles_Request.TagGroup taggroups = 42
|
457
|
-
optional .CPublishedFile_QueryFiles_Request.DateRange date_range_created = 44
|
458
|
-
optional .CPublishedFile_QueryFiles_Request.DateRange date_range_updated = 45
|
459
|
-
repeated .EContentDescriptorID excluded_content_descriptors = 46
|
460
|
-
optional bool
|
461
|
-
optional bool
|
462
|
-
optional bool
|
463
|
-
optional bool
|
464
|
-
optional bool
|
465
|
-
optional bool
|
466
|
-
optional bool
|
467
|
-
optional bool
|
468
|
-
optional bool
|
469
|
-
optional bool
|
470
|
-
optional
|
471
|
-
optional
|
472
|
-
optional bool
|
473
|
-
optional
|
474
|
-
optional
|
442
|
+
optional uint32 query_type = 1;
|
443
|
+
optional uint32 page = 2;
|
444
|
+
optional string cursor = 39;
|
445
|
+
optional uint32 numperpage = 3 [default = 1];
|
446
|
+
optional uint32 creator_appid = 4;
|
447
|
+
optional uint32 appid = 5;
|
448
|
+
repeated string requiredtags = 6;
|
449
|
+
repeated string excludedtags = 7;
|
450
|
+
optional bool match_all_tags = 8 [default = true];
|
451
|
+
repeated string required_flags = 9;
|
452
|
+
repeated string omitted_flags = 10;
|
453
|
+
optional string search_text = 11;
|
454
|
+
optional uint32 filetype = 12;
|
455
|
+
optional fixed64 child_publishedfileid = 13;
|
456
|
+
optional uint32 days = 14;
|
457
|
+
optional bool include_recent_votes_only = 15;
|
458
|
+
optional uint32 cache_max_age_seconds = 31 [default = 0];
|
459
|
+
optional int32 language = 33 [default = 0];
|
460
|
+
repeated .CPublishedFile_QueryFiles_Request.KVTag required_kv_tags = 34;
|
461
|
+
repeated .CPublishedFile_QueryFiles_Request.TagGroup taggroups = 42;
|
462
|
+
optional .CPublishedFile_QueryFiles_Request.DateRange date_range_created = 44;
|
463
|
+
optional .CPublishedFile_QueryFiles_Request.DateRange date_range_updated = 45;
|
464
|
+
repeated .EContentDescriptorID excluded_content_descriptors = 46;
|
465
|
+
optional bool admin_query = 47;
|
466
|
+
optional bool totalonly = 16;
|
467
|
+
optional bool ids_only = 35;
|
468
|
+
optional bool return_vote_data = 17;
|
469
|
+
optional bool return_tags = 18;
|
470
|
+
optional bool return_kv_tags = 19;
|
471
|
+
optional bool return_previews = 20;
|
472
|
+
optional bool return_children = 21;
|
473
|
+
optional bool return_short_description = 22;
|
474
|
+
optional bool return_for_sale_data = 30;
|
475
|
+
optional bool return_metadata = 32 [default = false];
|
476
|
+
optional uint32 return_playtime_stats = 36;
|
477
|
+
optional bool return_details = 37;
|
478
|
+
optional bool strip_description_bbcode = 38;
|
479
|
+
optional .EPublishedFileRevision desired_revision = 40 [default = k_EPublishedFileRevision_Default];
|
480
|
+
optional bool return_reactions = 43 [default = false];
|
475
481
|
}
|
476
482
|
|
477
483
|
message CPublishedFile_QueryFiles_Response {
|
478
|
-
optional uint32 total = 1
|
479
|
-
repeated .PublishedFileDetails publishedfiledetails = 2
|
480
|
-
optional string next_cursor = 3
|
484
|
+
optional uint32 total = 1;
|
485
|
+
repeated .PublishedFileDetails publishedfiledetails = 2;
|
486
|
+
optional string next_cursor = 3;
|
481
487
|
}
|
482
488
|
|
483
489
|
message CPublishedFile_AddAppRelationship_Request {
|
@@ -583,6 +589,25 @@ message CPublishedFile_RemoveChild_Request {
|
|
583
589
|
message CPublishedFile_RemoveChild_Response {
|
584
590
|
}
|
585
591
|
|
592
|
+
message CPublishedFile_SetCollectionChildren_Request {
|
593
|
+
optional uint32 appid = 1;
|
594
|
+
optional uint64 publishedfileid = 2;
|
595
|
+
repeated uint64 children = 3;
|
596
|
+
}
|
597
|
+
|
598
|
+
message CPublishedFile_SetCollectionChildren_Response {
|
599
|
+
}
|
600
|
+
|
601
|
+
message CPublishedFile_SetSubscriptionListFromCollection_Request {
|
602
|
+
optional uint32 appid = 1;
|
603
|
+
optional uint32 list_type = 2;
|
604
|
+
optional uint64 publishedfileid = 3;
|
605
|
+
optional bool add_only = 4;
|
606
|
+
}
|
607
|
+
|
608
|
+
message CPublishedFile_SetSubscriptionListFromCollection_Response {
|
609
|
+
}
|
610
|
+
|
586
611
|
message CPublishedFile_GetUserVoteSummary_Request {
|
587
612
|
repeated fixed64 publishedfileids = 1;
|
588
613
|
}
|
@@ -643,171 +668,70 @@ message CPublishedFile_UpdateContentDescriptors_Response {
|
|
643
668
|
message CPublishedFile_FileSubscribed_Notification {
|
644
669
|
message RevisionData {
|
645
670
|
optional .EPublishedFileRevision revision = 1 [default = k_EPublishedFileRevision_Default];
|
646
|
-
optional fixed64 file_hcontent = 2
|
647
|
-
optional uint32 rtime_updated = 3
|
671
|
+
optional fixed64 file_hcontent = 2;
|
672
|
+
optional uint32 rtime_updated = 3;
|
648
673
|
}
|
649
674
|
|
650
|
-
optional fixed64 published_file_id = 1
|
675
|
+
optional fixed64 published_file_id = 1;
|
651
676
|
optional uint32 app_id = 2;
|
652
|
-
optional fixed64 file_hcontent = 3
|
677
|
+
optional fixed64 file_hcontent = 3;
|
653
678
|
optional uint32 file_size = 4;
|
654
679
|
optional uint32 rtime_subscribed = 5;
|
655
|
-
optional bool is_depot_content = 6
|
656
|
-
optional uint32 rtime_updated = 7
|
657
|
-
repeated .CPublishedFile_FileSubscribed_Notification.RevisionData revisions = 8
|
680
|
+
optional bool is_depot_content = 6;
|
681
|
+
optional uint32 rtime_updated = 7;
|
682
|
+
repeated .CPublishedFile_FileSubscribed_Notification.RevisionData revisions = 8;
|
658
683
|
}
|
659
684
|
|
660
685
|
message CPublishedFile_FileUnsubscribed_Notification {
|
661
|
-
optional fixed64 published_file_id = 1
|
686
|
+
optional fixed64 published_file_id = 1;
|
662
687
|
optional uint32 app_id = 2;
|
663
688
|
}
|
664
689
|
|
665
690
|
message CPublishedFile_FileDeleted_Client_Notification {
|
666
|
-
optional fixed64 published_file_id = 1
|
691
|
+
optional fixed64 published_file_id = 1;
|
667
692
|
optional uint32 app_id = 2;
|
668
693
|
}
|
669
694
|
|
670
695
|
service PublishedFile {
|
671
|
-
|
672
|
-
|
673
|
-
rpc
|
674
|
-
|
675
|
-
|
676
|
-
|
677
|
-
rpc
|
678
|
-
|
679
|
-
|
680
|
-
|
681
|
-
rpc
|
682
|
-
|
683
|
-
|
684
|
-
|
685
|
-
rpc
|
686
|
-
|
687
|
-
|
688
|
-
|
689
|
-
rpc
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
rpc
|
694
|
-
|
695
|
-
|
696
|
-
|
697
|
-
rpc
|
698
|
-
|
699
|
-
|
700
|
-
|
701
|
-
rpc
|
702
|
-
|
703
|
-
|
704
|
-
|
705
|
-
rpc GetUserFiles (.CPublishedFile_GetUserFiles_Request) returns (.CPublishedFile_GetUserFiles_Response) {
|
706
|
-
option (method_description) = "Retrieves files published by a user.";
|
707
|
-
}
|
708
|
-
|
709
|
-
rpc GetUserFileCount (.CPublishedFile_GetUserFiles_Request) returns (.CPublishedFile_GetUserFiles_Response) {
|
710
|
-
option (method_description) = "Retrieves a count of files published by a user. Uses the same messages as GetUserFiles but totalonly must be true.";
|
711
|
-
}
|
712
|
-
|
713
|
-
rpc AreFilesInSubscriptionList (.CPublishedFile_AreFilesInSubscriptionList_Request) returns (.CPublishedFile_AreFilesInSubscriptionList_Response) {
|
714
|
-
option (method_description) = "Determines which files in the given list are in a user's subscription list";
|
715
|
-
}
|
716
|
-
|
717
|
-
rpc Update (.CPublishedFile_Update_Request) returns (.CPublishedFile_Update_Response) {
|
718
|
-
option (method_description) = "Updates information about a published file.";
|
719
|
-
}
|
720
|
-
|
721
|
-
rpc Delete (.CPublishedFile_Delete_Request) returns (.CPublishedFile_Delete_Response) {
|
722
|
-
option (method_description) = "Deletes a published file.";
|
723
|
-
}
|
724
|
-
|
725
|
-
rpc GetChangeHistoryEntry (.CPublishedFile_GetChangeHistoryEntry_Request) returns (.CPublishedFile_GetChangeHistoryEntry_Response) {
|
726
|
-
option (method_description) = "Returns data on a specific change history entry for a published file";
|
727
|
-
}
|
728
|
-
|
729
|
-
rpc GetChangeHistory (.CPublishedFile_GetChangeHistory_Request) returns (.CPublishedFile_GetChangeHistory_Response) {
|
730
|
-
option (method_description) = "Returns data on the change history for a published file";
|
731
|
-
}
|
732
|
-
|
733
|
-
rpc RefreshVotingQueue (.CPublishedFile_RefreshVotingQueue_Request) returns (.CPublishedFile_RefreshVotingQueue_Response) {
|
734
|
-
option (method_description) = "Refresh the voting queue for the user";
|
735
|
-
}
|
736
|
-
|
737
|
-
rpc QueryFiles (.CPublishedFile_QueryFiles_Request) returns (.CPublishedFile_QueryFiles_Response) {
|
738
|
-
option (method_description) = "Performs a search query for published files";
|
739
|
-
}
|
740
|
-
|
741
|
-
rpc AddAppRelationship (.CPublishedFile_AddAppRelationship_Request) returns (.CPublishedFile_AddAppRelationship_Response) {
|
742
|
-
option (method_description) = "Adds a relationship between the published file and the given app";
|
743
|
-
}
|
744
|
-
|
745
|
-
rpc RemoveAppRelationship (.CPublishedFile_RemoveAppRelationship_Request) returns (.CPublishedFile_RemoveAppRelationship_Response) {
|
746
|
-
option (method_description) = "Remove a relationship between the published file and the given app";
|
747
|
-
}
|
748
|
-
|
749
|
-
rpc GetAppRelationships (.CPublishedFile_GetAppRelationships_Request) returns (.CPublishedFile_GetAppRelationships_Response) {
|
750
|
-
option (method_description) = "Returns the list of app relationships for this published file";
|
751
|
-
}
|
752
|
-
|
753
|
-
rpc GetAppRelationshipsBatched (.CPublishedFile_GetAppRelationshipsBatched_Request) returns (.CPublishedFile_GetAppRelationshipsBatched_Response) {
|
754
|
-
option (method_description) = "Returns the list of app relationships for set of published files";
|
755
|
-
}
|
756
|
-
|
757
|
-
rpc StartPlaytimeTracking (.CPublishedFile_StartPlaytimeTracking_Request) returns (.CPublishedFile_StartPlaytimeTracking_Response) {
|
758
|
-
option (method_description) = "Start usage tracking for a given set of published files";
|
759
|
-
}
|
760
|
-
|
761
|
-
rpc StopPlaytimeTracking (.CPublishedFile_StopPlaytimeTracking_Request) returns (.CPublishedFile_StopPlaytimeTracking_Response) {
|
762
|
-
option (method_description) = "Stops usage tracking for a given set of published files";
|
763
|
-
}
|
764
|
-
|
765
|
-
rpc StopPlaytimeTrackingForAllAppItems (.CPublishedFile_StopPlaytimeTrackingForAllAppItems_Request) returns (.CPublishedFile_StopPlaytimeTrackingForAllAppItems_Response) {
|
766
|
-
option (method_description) = "Stops usage tracking for all items currently tracked for the specified app";
|
767
|
-
}
|
768
|
-
|
769
|
-
rpc SetPlaytimeForControllerConfigs (.CPublishedFile_SetPlaytimeForControllerConfigs_Request) returns (.CPublishedFile_SetPlaytimeForControllerConfigs_Response) {
|
770
|
-
option (method_description) = "Stops usage tracking all controller configs for the given app and set the usage time for the for the given controller configs";
|
771
|
-
}
|
772
|
-
|
773
|
-
rpc AddChild (.CPublishedFile_AddChild_Request) returns (.CPublishedFile_AddChild_Response) {
|
774
|
-
option (method_description) = "Adds a parent->child relationship between the given items.";
|
775
|
-
}
|
776
|
-
|
777
|
-
rpc RemoveChild (.CPublishedFile_RemoveChild_Request) returns (.CPublishedFile_RemoveChild_Response) {
|
778
|
-
option (method_description) = "Removes parent->child relationship between the given items.";
|
779
|
-
}
|
780
|
-
|
781
|
-
rpc GetUserVoteSummary (.CPublishedFile_GetUserVoteSummary_Request) returns (.CPublishedFile_GetUserVoteSummary_Response) {
|
782
|
-
option (method_description) = "Get user vote summary";
|
783
|
-
}
|
784
|
-
|
785
|
-
rpc GetItemChanges (.CPublishedFile_GetItemChanges_Request) returns (.CPublishedFile_GetItemChanges_Response) {
|
786
|
-
option (method_description) = "Get list of updated items since given date";
|
787
|
-
}
|
788
|
-
|
789
|
-
rpc GetContentDescriptors (.CPublishedFile_GetContentDescriptors_Request) returns (.CPublishedFile_GetContentDescriptors_Response) {
|
790
|
-
option (method_description) = "Returns more detailed information about the content descriptors for the published file";
|
791
|
-
}
|
792
|
-
|
793
|
-
rpc UpdateContentDescriptors (.CPublishedFile_UpdateContentDescriptors_Request) returns (.CPublishedFile_UpdateContentDescriptors_Response) {
|
794
|
-
option (method_description) = "Updates content descriptors on the published file";
|
795
|
-
}
|
696
|
+
rpc Vote (.CPublishedFile_Vote_Request) returns (.CPublishedFile_Vote_Response);
|
697
|
+
rpc Subscribe (.CPublishedFile_Subscribe_Request) returns (.CPublishedFile_Subscribe_Response);
|
698
|
+
rpc Unsubscribe (.CPublishedFile_Unsubscribe_Request) returns (.CPublishedFile_Unsubscribe_Response);
|
699
|
+
rpc CanSubscribe (.CPublishedFile_CanSubscribe_Request) returns (.CPublishedFile_CanSubscribe_Response);
|
700
|
+
rpc GetSubSectionData (.CPublishedFile_GetSubSectionData_Request) returns (.CPublishedFile_GetSubSectionData_Response);
|
701
|
+
rpc Publish (.CPublishedFile_Publish_Request) returns (.CPublishedFile_Publish_Response);
|
702
|
+
rpc GetDetails (.CPublishedFile_GetDetails_Request) returns (.CPublishedFile_GetDetails_Response);
|
703
|
+
rpc GetItemInfo (.CPublishedFile_GetItemInfo_Request) returns (.CPublishedFile_GetItemInfo_Response);
|
704
|
+
rpc GetUserFiles (.CPublishedFile_GetUserFiles_Request) returns (.CPublishedFile_GetUserFiles_Response);
|
705
|
+
rpc GetUserFileCount (.CPublishedFile_GetUserFiles_Request) returns (.CPublishedFile_GetUserFiles_Response);
|
706
|
+
rpc AreFilesInSubscriptionList (.CPublishedFile_AreFilesInSubscriptionList_Request) returns (.CPublishedFile_AreFilesInSubscriptionList_Response);
|
707
|
+
rpc Update (.CPublishedFile_Update_Request) returns (.CPublishedFile_Update_Response);
|
708
|
+
rpc Delete (.CPublishedFile_Delete_Request) returns (.CPublishedFile_Delete_Response);
|
709
|
+
rpc GetChangeHistoryEntry (.CPublishedFile_GetChangeHistoryEntry_Request) returns (.CPublishedFile_GetChangeHistoryEntry_Response);
|
710
|
+
rpc GetChangeHistory (.CPublishedFile_GetChangeHistory_Request) returns (.CPublishedFile_GetChangeHistory_Response);
|
711
|
+
rpc RefreshVotingQueue (.CPublishedFile_RefreshVotingQueue_Request) returns (.CPublishedFile_RefreshVotingQueue_Response);
|
712
|
+
rpc QueryFiles (.CPublishedFile_QueryFiles_Request) returns (.CPublishedFile_QueryFiles_Response);
|
713
|
+
rpc AddAppRelationship (.CPublishedFile_AddAppRelationship_Request) returns (.CPublishedFile_AddAppRelationship_Response);
|
714
|
+
rpc RemoveAppRelationship (.CPublishedFile_RemoveAppRelationship_Request) returns (.CPublishedFile_RemoveAppRelationship_Response);
|
715
|
+
rpc GetAppRelationships (.CPublishedFile_GetAppRelationships_Request) returns (.CPublishedFile_GetAppRelationships_Response);
|
716
|
+
rpc GetAppRelationshipsBatched (.CPublishedFile_GetAppRelationshipsBatched_Request) returns (.CPublishedFile_GetAppRelationshipsBatched_Response);
|
717
|
+
rpc StartPlaytimeTracking (.CPublishedFile_StartPlaytimeTracking_Request) returns (.CPublishedFile_StartPlaytimeTracking_Response);
|
718
|
+
rpc StopPlaytimeTracking (.CPublishedFile_StopPlaytimeTracking_Request) returns (.CPublishedFile_StopPlaytimeTracking_Response);
|
719
|
+
rpc StopPlaytimeTrackingForAllAppItems (.CPublishedFile_StopPlaytimeTrackingForAllAppItems_Request) returns (.CPublishedFile_StopPlaytimeTrackingForAllAppItems_Response);
|
720
|
+
rpc SetPlaytimeForControllerConfigs (.CPublishedFile_SetPlaytimeForControllerConfigs_Request) returns (.CPublishedFile_SetPlaytimeForControllerConfigs_Response);
|
721
|
+
rpc AddChild (.CPublishedFile_AddChild_Request) returns (.CPublishedFile_AddChild_Response);
|
722
|
+
rpc RemoveChild (.CPublishedFile_RemoveChild_Request) returns (.CPublishedFile_RemoveChild_Response);
|
723
|
+
rpc SetCollectionChildren (.CPublishedFile_SetCollectionChildren_Request) returns (.CPublishedFile_SetCollectionChildren_Response);
|
724
|
+
rpc SetSubscriptionListFromCollection (.CPublishedFile_SetSubscriptionListFromCollection_Request) returns (.CPublishedFile_SetSubscriptionListFromCollection_Response);
|
725
|
+
rpc GetUserVoteSummary (.CPublishedFile_GetUserVoteSummary_Request) returns (.CPublishedFile_GetUserVoteSummary_Response);
|
726
|
+
rpc GetItemChanges (.CPublishedFile_GetItemChanges_Request) returns (.CPublishedFile_GetItemChanges_Response);
|
727
|
+
rpc GetContentDescriptors (.CPublishedFile_GetContentDescriptors_Request) returns (.CPublishedFile_GetContentDescriptors_Response);
|
728
|
+
rpc UpdateContentDescriptors (.CPublishedFile_UpdateContentDescriptors_Request) returns (.CPublishedFile_UpdateContentDescriptors_Response);
|
796
729
|
}
|
797
730
|
|
798
731
|
service PublishedFileClient {
|
799
|
-
option (service_description) = "Published file client notifications";
|
800
732
|
option (service_execution_site) = k_EProtoExecutionSiteSteamClient;
|
801
733
|
|
802
|
-
rpc NotifyFileSubscribed (.CPublishedFile_FileSubscribed_Notification) returns (.NoResponse)
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
rpc NotifyFileUnsubscribed (.CPublishedFile_FileUnsubscribed_Notification) returns (.NoResponse) {
|
807
|
-
option (method_description) = "Notification from the server when a user unsubscribes from a file";
|
808
|
-
}
|
809
|
-
|
810
|
-
rpc NotifyFileDeleted (.CPublishedFile_FileDeleted_Client_Notification) returns (.NoResponse) {
|
811
|
-
option (method_description) = "Notification from the server when a published file is deleted";
|
812
|
-
}
|
734
|
+
rpc NotifyFileSubscribed (.CPublishedFile_FileSubscribed_Notification) returns (.NoResponse);
|
735
|
+
rpc NotifyFileUnsubscribed (.CPublishedFile_FileUnsubscribed_Notification) returns (.NoResponse);
|
736
|
+
rpc NotifyFileDeleted (.CPublishedFile_FileDeleted_Client_Notification) returns (.NoResponse);
|
813
737
|
}
|