steamutils 1.3.65 → 1.3.66

Sign up to get free protection for your applications and to get access to all the features.
Files changed (167) hide show
  1. package/SteamClient.js +3 -1
  2. package/package.json +2 -2
  3. package/protos/csgo/base_gcmessages.proto +553 -0
  4. package/protos/csgo/connectionless_netmessages.proto +0 -2
  5. package/protos/csgo/cs_gameevents.proto +1 -0
  6. package/protos/csgo/cstrike15_gcmessages.proto +41 -12
  7. package/protos/csgo/cstrike15_usermessages.proto +0 -4
  8. package/protos/csgo/demo.proto +5 -0
  9. package/protos/csgo/econ_gcmessages.proto +0 -9
  10. package/protos/csgo/gcsdk_gcmessages.proto +2 -2
  11. package/protos/csgo/gcsystemmsgs.proto +1 -0
  12. package/protos/csgo/netmessages.proto +22 -8
  13. package/protos/csgo/networkbasetypes.proto +2 -0
  14. package/protos/csgo/steammessages.proto +23 -0
  15. package/protos/csgo/usercmd.proto +2 -1
  16. package/protos/csgo/usermessages.proto +31 -0
  17. package/protos/steam/enums.proto +58 -1
  18. package/protos/steam/enums_clientserver.proto +3 -34
  19. package/protos/steam/enums_productinfo.proto +1 -0
  20. package/protos/steam/htmlmessages.proto +12 -0
  21. package/protos/steam/steamdatagram_messages_sdr.proto +1 -1
  22. package/protos/steam/steammessages_accounthardware.steamclient.proto +18 -52
  23. package/protos/steam/steammessages_appoverview.proto +18 -1
  24. package/protos/steam/steammessages_auth.steamclient.proto +128 -188
  25. package/protos/steam/steammessages_base.proto +3 -0
  26. package/protos/steam/steammessages_broadcast.steamclient.proto +126 -267
  27. package/protos/steam/steammessages_chat.steamclient.proto +79 -290
  28. package/protos/steam/steammessages_client_objects.proto +4 -0
  29. package/protos/steam/steammessages_clientlanp2p.proto +1 -0
  30. package/protos/steam/steammessages_clientmetrics.steamclient.proto +0 -2
  31. package/protos/steam/steammessages_clientnotificationtypes.proto +19 -0
  32. package/protos/steam/steammessages_clientserver_2.proto +11 -0
  33. package/protos/steam/steammessages_clientserver_login.proto +1 -1
  34. package/protos/steam/steammessages_clientserver_mms.proto +228 -235
  35. package/protos/steam/steammessages_clientserver_ucm.proto +2 -0
  36. package/protos/steam/steammessages_clientserver_uds.proto +1 -0
  37. package/protos/steam/steammessages_clientserver_ufs.proto +0 -127
  38. package/protos/steam/steammessages_clientsettings.proto +46 -6
  39. package/protos/steam/steammessages_cloud.steamclient.proto +158 -249
  40. package/protos/steam/steammessages_contentsystem.steamclient.proto +16 -8
  41. package/protos/steam/steammessages_credentials.steamclient.proto +7 -26
  42. package/protos/steam/steammessages_datapublisher.steamclient.proto +30 -44
  43. package/protos/steam/steammessages_depotbuilder.steamclient.proto +6 -25
  44. package/protos/steam/steammessages_deviceauth.steamclient.proto +11 -45
  45. package/protos/steam/steammessages_econ.steamclient.proto +12 -25
  46. package/protos/steam/steammessages_familygroups.steamclient.proto +441 -0
  47. package/protos/steam/steammessages_friendmessages.steamclient.proto +19 -46
  48. package/protos/steam/steammessages_gamenetworking.steamclient.proto +2 -9
  49. package/protos/steam/steammessages_gamenotifications.steamclient.proto +57 -82
  50. package/protos/steam/steammessages_gameservers.steamclient.proto +13 -29
  51. package/protos/steam/steammessages_inventory.steamclient.proto +21 -73
  52. package/protos/steam/steammessages_linkfilter.steamclient.proto +14 -24
  53. package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +1 -5
  54. package/protos/steam/steammessages_market.steamclient.proto +9 -13
  55. package/protos/steam/steammessages_marketingmessages.steamclient.proto +59 -60
  56. package/protos/steam/steammessages_offline.steamclient.proto +2 -9
  57. package/protos/steam/steammessages_parental.steamclient.proto +100 -66
  58. package/protos/steam/steammessages_parties.steamclient.proto +6 -25
  59. package/protos/steam/steammessages_partnerapps.steamclient.proto +11 -43
  60. package/protos/steam/steammessages_player.steamclient.proto +133 -278
  61. package/protos/steam/steammessages_publishedfile.steamclient.proto +213 -289
  62. package/protos/steam/steammessages_qms.steamclient.proto +4 -18
  63. package/protos/steam/steammessages_remoteclient.proto +2 -1
  64. package/protos/steam/steammessages_remoteclient_discovery.proto +9 -0
  65. package/protos/steam/steammessages_remoteclient_service.steamclient.proto +18 -73
  66. package/protos/steam/steammessages_remoteplay.proto +1 -2
  67. package/protos/steam/steammessages_secrets.steamclient.proto +1 -5
  68. package/protos/steam/steammessages_shader.steamclient.proto +6 -25
  69. package/protos/steam/steammessages_site_license.steamclient.proto +8 -33
  70. package/protos/steam/steammessages_steamtv.steamclient.proto +169 -266
  71. package/protos/steam/steammessages_store.steamclient.proto +110 -77
  72. package/protos/steam/steammessages_storebrowse.steamclient.proto +170 -115
  73. package/protos/steam/steammessages_timedtrial.steamclient.proto +3 -13
  74. package/protos/steam/steammessages_twofactor.steamclient.proto +92 -121
  75. package/protos/steam/steammessages_unified_base.steamclient.proto +12 -0
  76. package/protos/steam/steammessages_unified_test.steamclient.proto +10 -20
  77. package/protos/steam/steammessages_useraccount.steamclient.proto +26 -64
  78. package/protos/steam/steammessages_vac.steamclient.proto +2 -9
  79. package/protos/steam/steammessages_video.steamclient.proto +25 -128
  80. package/protos/steam/steammessages_workshop.steamclient.proto +1 -5
  81. package/protos/steam/webuimessages_achievements.proto +29 -0
  82. package/protos/steam/webuimessages_gamescope.proto +57 -0
  83. package/protos/steam/webuimessages_steamengine.proto +9 -0
  84. package/protos/steam/webuimessages_steamos.proto +114 -0
  85. package/protos/steam/webuimessages_transport.proto +4 -0
  86. package/protos/steam/webuimessages_transportvalidation.proto +14 -0
  87. package/test_steamclient.js +4 -3
  88. package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +0 -357
  89. package/protos/steam/renderer/rendermessages.proto +0 -893
  90. package/protos/steam/steammessages_star.steamclient.proto +0 -64
  91. package/protos/webui/common.proto +0 -5508
  92. package/protos/webui/common_base.proto +0 -27
  93. package/protos/webui/service_accountlinking.proto +0 -27
  94. package/protos/webui/service_accountprivacy.proto +0 -42
  95. package/protos/webui/service_auction.proto +0 -97
  96. package/protos/webui/service_authentication.proto +0 -222
  97. package/protos/webui/service_authenticationsupport.proto +0 -74
  98. package/protos/webui/service_broadcast.proto +0 -562
  99. package/protos/webui/service_chat.proto +0 -11
  100. package/protos/webui/service_chatroom.proto +0 -810
  101. package/protos/webui/service_chatusability.proto +0 -107
  102. package/protos/webui/service_clan.proto +0 -41
  103. package/protos/webui/service_clanchatrooms.proto +0 -25
  104. package/protos/webui/service_clanfaqs.proto +0 -202
  105. package/protos/webui/service_clientcomm.proto +0 -150
  106. package/protos/webui/service_clientmetrics.proto +0 -63
  107. package/protos/webui/service_cloud.proto +0 -222
  108. package/protos/webui/service_cloudconfigstore.proto +0 -51
  109. package/protos/webui/service_cloudgaming.proto +0 -30
  110. package/protos/webui/service_community.proto +0 -365
  111. package/protos/webui/service_econ.proto +0 -134
  112. package/protos/webui/service_embedded.proto +0 -24
  113. package/protos/webui/service_experimentservice.proto +0 -6
  114. package/protos/webui/service_fovasvideo.proto +0 -15
  115. package/protos/webui/service_friendmessages.proto +0 -133
  116. package/protos/webui/service_friendslist.proto +0 -70
  117. package/protos/webui/service_gamenotes.proto +0 -15
  118. package/protos/webui/service_helprequestlogs.proto +0 -26
  119. package/protos/webui/service_loyaltyrewards.proto +0 -252
  120. package/protos/webui/service_marketingmessages.proto +0 -184
  121. package/protos/webui/service_mobileapp.proto +0 -18
  122. package/protos/webui/service_mobileauth.proto +0 -24
  123. package/protos/webui/service_mobiledevice.proto +0 -26
  124. package/protos/webui/service_mobileperaccount.proto +0 -31
  125. package/protos/webui/service_news.proto +0 -101
  126. package/protos/webui/service_parental.proto +0 -178
  127. package/protos/webui/service_partnermembershipinvite.proto +0 -29
  128. package/protos/webui/service_partnerstorebrowse.proto +0 -6
  129. package/protos/webui/service_phone.proto +0 -51
  130. package/protos/webui/service_physicalgoods.proto +0 -15
  131. package/protos/webui/service_player.proto +0 -885
  132. package/protos/webui/service_promotioneventinvites.proto +0 -50
  133. package/protos/webui/service_promotionplanning.proto +0 -72
  134. package/protos/webui/service_publishedfile.proto +0 -687
  135. package/protos/webui/service_publishing.proto +0 -119
  136. package/protos/webui/service_quest.proto +0 -127
  137. package/protos/webui/service_salefeature.proto +0 -315
  138. package/protos/webui/service_saleitemrewards.proto +0 -54
  139. package/protos/webui/service_shoppingcart.proto +0 -108
  140. package/protos/webui/service_steamawards.proto +0 -19
  141. package/protos/webui/service_steamcharts.proto +0 -75
  142. package/protos/webui/service_steamengine.proto +0 -36
  143. package/protos/webui/service_steamlearn.proto +0 -727
  144. package/protos/webui/service_steamnotification.proto +0 -84
  145. package/protos/webui/service_steamtv.proto +0 -495
  146. package/protos/webui/service_steamvrvoicechat.proto +0 -67
  147. package/protos/webui/service_steamvrwebrtc.proto +0 -48
  148. package/protos/webui/service_storagedevicemanager.proto +0 -104
  149. package/protos/webui/service_store.proto +0 -289
  150. package/protos/webui/service_storeappsimilarity.proto +0 -76
  151. package/protos/webui/service_storebrowse.proto +0 -73
  152. package/protos/webui/service_storequery.proto +0 -97
  153. package/protos/webui/service_storesales.proto +0 -15
  154. package/protos/webui/service_storetopsellers.proto +0 -44
  155. package/protos/webui/service_systemmanager.proto +0 -11
  156. package/protos/webui/service_test_transporterror.proto +0 -6
  157. package/protos/webui/service_transportauth.proto +0 -12
  158. package/protos/webui/service_transportvalidation.proto +0 -69
  159. package/protos/webui/service_twofactor.proto +0 -181
  160. package/protos/webui/service_useraccount.proto +0 -138
  161. package/protos/webui/service_usergameactivity.proto +0 -34
  162. package/protos/webui/service_usergamenotes.proto +0 -53
  163. package/protos/webui/service_usernews.proto +0 -68
  164. package/protos/webui/service_userreviews.proto +0 -96
  165. package/protos/webui/service_video.proto +0 -128
  166. package/protos/webui/service_voicechat.proto +0 -139
  167. 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, (description) = "Return the data for the specified revision."];
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 [(description) = "App Id this file is being published FROM."];
81
- optional uint32 consumer_appid = 2 [(description) = "App Id this file is being published TO."];
82
- optional string cloudfilename = 3 [(description) = "Name of the file to publish in the user's cloud."];
83
- optional string preview_cloudfilename = 4 [(description) = "Name of the file to use as the published file's preview."];
84
- optional string title = 5 [(description) = "Text title for the published file."];
85
- optional string file_description = 6 [(description) = "Text description for the published file."];
86
- optional uint32 file_type = 7 [(description) = "(EWorkshopFileType) Type of Workshop file to publish."];
87
- optional string consumer_shortcut_name = 8 [(description) = "Shortcut name for the published file."];
88
- optional string youtube_username = 9 [(description) = "(Optional) User's YouTube account username."];
89
- optional string youtube_videoid = 10 [(description) = "(Optional) Video Id of a YouTube video for this published file."];
90
- optional uint32 visibility = 11 [(description) = "(ERemoteStoragePublishedFileVisibility) Visibility of the published file (private, friends, public, etc.)"];
91
- optional string redirect_uri = 12 [(description) = "(Optional) If supplied, the resulting published file's Id is appended to the URI."];
92
- repeated string tags = 13 [(description) = "Array of text tags to apply to the published file."];
93
- optional string collection_type = 14 [(description) = "(Optional) Type of collection the published file represents."];
94
- optional string game_type = 15 [(description) = "(Optional) Type of game the published file represents."];
95
- optional string url = 16 [(description) = "(Optional) If this represents a game, this is the URL to that game's page."];
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 [(description) = "Set of published file Ids to retrieve details for."];
105
- optional bool includetags = 2 [(description) = "If true, return tag information in the returned details."];
106
- optional bool includeadditionalpreviews = 3 [(description) = "If true, return preview information in the returned details."];
107
- optional bool includechildren = 4 [(description) = "If true, return children in the returned details."];
108
- optional bool includekvtags = 5 [(description) = "If true, return key value tags in the returned details."];
109
- optional bool includevotes = 6 [(description) = "If true, return vote data in the returned details."];
110
- optional bool short_description = 8 [(description) = "If true, return a short description instead of the full description."];
111
- optional bool includeforsaledata = 10 [(description) = "If true, return pricing data, if applicable."];
112
- optional bool includemetadata = 11 [(description) = "If true, populate the metadata field."];
113
- optional int32 language = 12 [default = 0, (description) = "Specifies the localized text to return. Defaults to English."];
114
- optional uint32 return_playtime_stats = 13 [(description) = "Return playtime stats for the specified number of days before today."];
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 [(description) = "Strips BBCode from descriptions."];
117
- optional .EPublishedFileRevision desired_revision = 16 [default = k_EPublishedFileRevision_Default, (description) = "Return the data for the specified revision."];
118
- optional bool includereactions = 17 [default = false, (description) = "If true, then reactions to items will be returned."];
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 [(description) = "Only valid in PublishedFile.GetUserFiles and not normal PublishedFile.GetDetail calls"];
234
- optional .PublishedFileDetails.ForSaleData for_sale_data = 57 [(description) = "Pricing information, if applicable."];
235
- optional string metadata = 58 [(description) = "Metadata associated with the item"];
236
- optional int32 language = 61 [default = 0, (description) = "The language of the title and description."];
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 [(description) = "The change number for the specified revision."];
241
- optional .EPublishedFileRevision revision = 68 [default = k_EPublishedFileRevision_Default, (description) = "The revision of the data returned, usually k_EPublishedFileRevision_Latest, but can be another revision/snapshot depending on the caller."];
242
- repeated .EPublishedFileRevision available_revisions = 69 [(description) = "Available revisions"];
243
- repeated .PublishedFileDetails.Reaction reactions = 70 [(description) = "Reactions to this item"];
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 [(description) = "Search score, admin only"];
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, (description) = "Return the data for the specified revision."];
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 [(description) = "Steam ID of the user whose files are being requested."];
288
- optional uint32 appid = 2 [(description) = "App Id of the app that the files were published to."];
289
- optional uint32 shortcutid = 3 [(description) = "(Optional) Shortcut Id to retrieve published files from."];
290
- optional uint32 page = 4 [default = 1, (description) = "(Optional) Starting page for results."];
291
- optional uint32 numperpage = 5 [default = 1, (description) = "(Optional) The number of results, per page to return."];
292
- optional string type = 6 [default = "myfiles", (description) = "(Optional) Type of files to be returned."];
293
- optional string sortmethod = 7 [default = "lastupdated", (description) = "(Optional) Sorting method to use on returned values."];
294
- optional uint32 privacy = 9 [(description) = "(optional) Filter by privacy settings."];
295
- repeated string requiredtags = 10 [(description) = "(Optional) Tags that must be present on a published file to satisfy the query."];
296
- repeated string excludedtags = 11 [(description) = "(Optional) Tags that must NOT be present on a published file to satisfy the query."];
297
- repeated .CPublishedFile_GetUserFiles_Request.KVTag required_kv_tags = 30 [(description) = "Required key-value tags to match on."];
298
- optional uint32 filetype = 14 [(description) = "(Optional) File type to match files to."];
299
- optional uint32 creator_appid = 15 [(description) = "App Id of the app that published the files, only matched if specified."];
300
- optional string match_cloud_filename = 16 [(description) = "Match this cloud filename if specified."];
301
- optional uint32 cache_max_age_seconds = 27 [default = 0, (description) = "Allow stale data to be returned for the specified number of seconds."];
302
- optional int32 language = 29 [default = 0, (description) = "Specifies the localized text to return. Defaults to English."];
303
- repeated .CPublishedFile_GetUserFiles_Request.TagGroup taggroups = 34 [(description) = "(Optional) At least one of the tags must be present on a published file to satisfy the query."];
304
- repeated .EContentDescriptorID excluded_content_descriptors = 37 [(description) = "(Optional) Filter out items that have these content descriptors."];
305
- optional bool totalonly = 17 [(description) = "(Optional) If true, only return the total number of files that satisfy this query."];
306
- optional bool ids_only = 18 [(description) = "(Optional) If true, only return the published file ids of files that satisfy this query."];
307
- optional bool return_vote_data = 19 [default = true, (description) = "Return vote data"];
308
- optional bool return_tags = 20 [(description) = "Return tags in the file details"];
309
- optional bool return_kv_tags = 21 [default = true, (description) = "Return key-value tags in the file details"];
310
- optional bool return_previews = 22 [(description) = "Return preview image and video details in the file details"];
311
- optional bool return_children = 23 [(description) = "Return child item ids in the file details"];
312
- optional bool return_short_description = 24 [default = true, (description) = "Populate the short_description field instead of file_description"];
313
- optional bool return_for_sale_data = 26 [(description) = "Return pricing information, if applicable"];
314
- optional bool return_metadata = 28 [default = false, (description) = "Populate the metadata field"];
315
- optional uint32 return_playtime_stats = 31 [(description) = "Return playtime stats for the specified number of days before today."];
316
- optional bool strip_description_bbcode = 32 [(description) = "Strips BBCode from descriptions."];
317
- optional bool return_reactions = 35 [default = false, (description) = "If true, then reactions to items will be returned."];
318
- optional uint32 startindex_override = 25 [(description) = "Backwards compatible for the client."];
319
- optional .EPublishedFileRevision desired_revision = 33 [default = k_EPublishedFileRevision_Default, (description) = "Return the data for the specified revision."];
320
- optional bool return_apps = 36 [(description) = "Return list of apps the items belong to"];
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 [(description) = "See EUCMListType"];
341
- optional uint32 filetype = 4 [(description) = "See EPublishedFileInfoMatchingFileType"];
342
- optional uint32 workshopfiletype = 5 [(description) = "See EWorkshopFileType. If specified, overrides filetype"];
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 [(description) = "App Id this published file belongs to."];
356
- optional fixed64 publishedfileid = 2 [(description) = "Published file id of the file we'd like to update."];
357
- optional string title = 3 [(description) = "(Optional) Title of the published file."];
358
- optional string file_description = 4 [(description) = "(Optional) Description of the published file."];
359
- optional uint32 visibility = 5 [(description) = "(Optional) Visibility of the published file."];
360
- repeated string tags = 6 [(description) = "(Optional) Set of tags for the published file."];
361
- optional string filename = 7 [(description) = "(Optional) Filename for the published file."];
362
- optional string preview_filename = 8 [(description) = "(Optional) Preview filename for the published file."];
363
- optional bool spoiler_tag = 10 [(description) = "(Optional) Whether this published file should have a spoiler tag attached to it."];
364
- optional uint32 image_width = 15 [(description) = "(Optional) If this is an image file, you can specify the image width."];
365
- optional uint32 image_height = 16 [(description) = "(Optional) If this is an image file, you can specify the image height."];
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 [(description) = "Published file id of the file we'd like to delete."];
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 [(description) = "Published file id of the file we'd like to get the change history for."];
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 [(description) = "Published file id of the file we'd like to get the change history for."];
392
- optional bool total_only = 2 [(description) = "Return the total number of changes only."];
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, (description) = "Desired language"];
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 [(description) = "EPublishedFileInfoMatchingFileType"];
412
- repeated string tags = 3 [(description) = "Include files that have all the tags or any of the tags if match_all_tags is set to false."];
413
- optional bool match_all_tags = 4 [default = true, (description) = "If true, then files must have all the tags specified. If false, then must have at least one of the tags specified."];
414
- repeated string excluded_tags = 5 [(description) = "Exclude any files that have any of these tags."];
415
- optional uint32 desired_queue_size = 6 [(description) = "Desired number of items in the voting queue. May be clamped by the server"];
416
- optional .EPublishedFileRevision desired_revision = 8 [default = k_EPublishedFileRevision_Default, (description) = "Filter to items that have data for the specified revision."];
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 [(description) = "(Optional) Include items with the relevant date field after this value."];
434
- optional uint32 timestamp_end = 2 [(description) = "(Optional) Include items with the relevant date field before this value."];
438
+ optional uint32 timestamp_start = 1;
439
+ optional uint32 timestamp_end = 2;
435
440
  }
436
441
 
437
- optional uint32 query_type = 1 [(description) = "enumeration EPublishedFileQueryType in clientenums.h"];
438
- optional uint32 page = 2 [(description) = "Current page"];
439
- optional string cursor = 39 [(description) = "Cursor to paginate through the results (set to '*' for the first request). Prefer this over using the page parameter, as it will allow you to do deep pagination. When used, the page parameter will be ignored."];
440
- optional uint32 numperpage = 3 [default = 1, (description) = "(Optional) The number of results, per page to return."];
441
- optional uint32 creator_appid = 4 [(description) = "App that created the files"];
442
- optional uint32 appid = 5 [(description) = "App that consumes the files"];
443
- repeated string requiredtags = 6 [(description) = "Tags to match on. See match_all_tags parameter below"];
444
- repeated string excludedtags = 7 [(description) = "(Optional) Tags that must NOT be present on a published file to satisfy the query."];
445
- optional bool match_all_tags = 8 [default = true, (description) = "If true, then items must have all the tags specified, otherwise they must have at least one of the tags."];
446
- repeated string required_flags = 9 [(description) = "Required flags that must be set on any returned items"];
447
- repeated string omitted_flags = 10 [(description) = "Flags that must not be set on any returned items"];
448
- optional string search_text = 11 [(description) = "Text to match in the item's title or description"];
449
- optional uint32 filetype = 12 [(description) = "EPublishedFileInfoMatchingFileType"];
450
- optional fixed64 child_publishedfileid = 13 [(description) = "Find all items that reference the given item."];
451
- optional uint32 days = 14 [(description) = "If query_type is k_PublishedFileQueryType_RankedByTrend, then this is the number of days to get votes for [1,7]."];
452
- optional bool include_recent_votes_only = 15 [(description) = "If query_type is k_PublishedFileQueryType_RankedByTrend, then limit result set just to items that have votes within the day range given"];
453
- optional uint32 cache_max_age_seconds = 31 [default = 0, (description) = "Allow stale data to be returned for the specified number of seconds."];
454
- optional int32 language = 33 [default = 0, (description) = "Language to search in and also what gets returned. Defaults to English."];
455
- repeated .CPublishedFile_QueryFiles_Request.KVTag required_kv_tags = 34 [(description) = "Required key-value tags to match on."];
456
- repeated .CPublishedFile_QueryFiles_Request.TagGroup taggroups = 42 [(description) = "(Optional) At least one of the tags must be present on a published file to satisfy the query."];
457
- optional .CPublishedFile_QueryFiles_Request.DateRange date_range_created = 44 [(description) = "(Optional) Filter to items created within this range."];
458
- optional .CPublishedFile_QueryFiles_Request.DateRange date_range_updated = 45 [(description) = "(Optional) Filter to items updated within this range."];
459
- repeated .EContentDescriptorID excluded_content_descriptors = 46 [(description) = "(Optional) Filter out items that have these content descriptors."];
460
- optional bool totalonly = 16 [(description) = "(Optional) If true, only return the total number of files that satisfy this query."];
461
- optional bool ids_only = 35 [(description) = "(Optional) If true, only return the published file ids of files that satisfy this query."];
462
- optional bool return_vote_data = 17 [(description) = "Return vote data"];
463
- optional bool return_tags = 18 [(description) = "Return tags in the file details"];
464
- optional bool return_kv_tags = 19 [(description) = "Return key-value tags in the file details"];
465
- optional bool return_previews = 20 [(description) = "Return preview image and video details in the file details"];
466
- optional bool return_children = 21 [(description) = "Return child item ids in the file details"];
467
- optional bool return_short_description = 22 [(description) = "Populate the short_description field instead of file_description"];
468
- optional bool return_for_sale_data = 30 [(description) = "Return pricing information, if applicable"];
469
- optional bool return_metadata = 32 [default = false, (description) = "Populate the metadata"];
470
- optional uint32 return_playtime_stats = 36 [(description) = "Return playtime stats for the specified number of days before today."];
471
- optional bool return_details = 37 [(description) = "By default, if none of the other 'return_*' fields are set, only some voting details are returned. Set this to true to return the default set of details."];
472
- optional bool strip_description_bbcode = 38 [(description) = "Strips BBCode from descriptions."];
473
- optional .EPublishedFileRevision desired_revision = 40 [default = k_EPublishedFileRevision_Default, (description) = "Return the data for the specified revision."];
474
- optional bool return_reactions = 43 [default = false, (description) = "If true, then reactions to items will be returned."];
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 [(description) = "Number of matches found, not necessarily number of items returned"];
479
- repeated .PublishedFileDetails publishedfiledetails = 2 [(description) = "Each file details will be populated, depending on what return values were requested."];
480
- optional string next_cursor = 3 [(description) = "If a paging cursor was used, then this will be the next cursor to use for paging through results"];
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 [(description) = "Manifest GID"];
647
- optional uint32 rtime_updated = 3 [(description) = "Last time content updated"];
671
+ optional fixed64 file_hcontent = 2;
672
+ optional uint32 rtime_updated = 3;
648
673
  }
649
674
 
650
- optional fixed64 published_file_id = 1 [(description) = "PublishedFileID_t for the content"];
675
+ optional fixed64 published_file_id = 1;
651
676
  optional uint32 app_id = 2;
652
- optional fixed64 file_hcontent = 3 [(description) = "UGC file handle or manifest GID"];
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 [(description) = "True if workshop item is delivered via Steampipe"];
656
- optional uint32 rtime_updated = 7 [(description) = "Last time content updated"];
657
- repeated .CPublishedFile_FileSubscribed_Notification.RevisionData revisions = 8 [(description) = "Data for each of the revisions that this item has"];
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 [(description) = "PublishedFileID_t for the content"];
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 [(description) = "PublishedFileID_t for the content"];
691
+ optional fixed64 published_file_id = 1;
667
692
  optional uint32 app_id = 2;
668
693
  }
669
694
 
670
695
  service PublishedFile {
671
- option (service_description) = "A service to access published file data";
672
-
673
- rpc Vote (.CPublishedFile_Vote_Request) returns (.CPublishedFile_Vote_Response) {
674
- option (method_description) = "User wants to vote on the item";
675
- }
676
-
677
- rpc Subscribe (.CPublishedFile_Subscribe_Request) returns (.CPublishedFile_Subscribe_Response) {
678
- option (method_description) = "Subscribes the user to the published file";
679
- }
680
-
681
- rpc Unsubscribe (.CPublishedFile_Unsubscribe_Request) returns (.CPublishedFile_Unsubscribe_Response) {
682
- option (method_description) = "Unsubscribes the user from the published file";
683
- }
684
-
685
- rpc CanSubscribe (.CPublishedFile_CanSubscribe_Request) returns (.CPublishedFile_CanSubscribe_Response) {
686
- option (method_description) = "Check if the user can subscribe to the published file";
687
- }
688
-
689
- rpc GetSubSectionData (.CPublishedFile_GetSubSectionData_Request) returns (.CPublishedFile_GetSubSectionData_Response) {
690
- option (method_description) = "Get sub section data (for table of contents, a specific section, or all)";
691
- }
692
-
693
- rpc Publish (.CPublishedFile_Publish_Request) returns (.CPublishedFile_Publish_Response) {
694
- option (method_description) = "Publishes a clouded user file to the Workshop.";
695
- }
696
-
697
- rpc GetDetails (.CPublishedFile_GetDetails_Request) returns (.CPublishedFile_GetDetails_Response) {
698
- option (method_description) = "Retrieves information about a set of published files.";
699
- }
700
-
701
- rpc GetItemInfo (.CPublishedFile_GetItemInfo_Request) returns (.CPublishedFile_GetItemInfo_Response) {
702
- option (method_description) = "Retrieves information about a set of published files.";
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
- option (method_description) = "Notification from the server when a user subscribes to a file";
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
  }