steamutils 1.3.65 → 1.3.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/SteamClient.js +6 -3
  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 +7 -11
  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
@@ -14,7 +14,7 @@ message CCredentials_TestAvailablePassword_Response {
14
14
  }
15
15
 
16
16
  message CCredentials_GetSteamGuardDetails_Request {
17
- optional string webcookie = 2 [(description) = "The user's Steam Guard machine auth cookie. If present, it'll be used to get the user's machine ID instead of the AM session."];
17
+ optional string webcookie = 2;
18
18
  optional fixed32 timestamp_minimum_wanted = 3;
19
19
  optional int32 deprecated_ipaddress = 4;
20
20
  optional .CMsgIPAddress ip_address = 5;
@@ -87,29 +87,10 @@ message CCredentials_GetAccountAuthSecret_Response {
87
87
  }
88
88
 
89
89
  service Credentials {
90
- option (service_description) = "Credentials service";
91
-
92
- rpc TestAvailablePassword (.CCredentials_TestAvailablePassword_Request) returns (.CCredentials_TestAvailablePassword_Response) {
93
- option (method_description) = "TestAvailablePassword.";
94
- }
95
-
96
- rpc GetSteamGuardDetails (.CCredentials_GetSteamGuardDetails_Request) returns (.CCredentials_GetSteamGuardDetails_Response) {
97
- option (method_description) = "GetSteamGuardDetails.";
98
- }
99
-
100
- rpc ValidateEmailAddress (.CCredentials_ValidateEmailAddress_Request) returns (.CCredentials_ValidateEmailAddress_Response) {
101
- option (method_description) = "Validate an email address given a token";
102
- }
103
-
104
- rpc SteamGuardPhishingReport (.CCredentials_SteamGuardPhishingReport_Request) returns (.CCredentials_SteamGuardPhishingReport_Response) {
105
- option (method_description) = "SteamGuardPhishingReport";
106
- }
107
-
108
- rpc GetCredentialChangeTimeDetails (.CCredentials_LastCredentialChangeTime_Request) returns (.CCredentials_LastCredentialChangeTime_Response) {
109
- option (method_description) = "GetCredentialChangeTimeDetails.";
110
- }
111
-
112
- rpc GetAccountAuthSecret (.CCredentials_GetAccountAuthSecret_Request) returns (.CCredentials_GetAccountAuthSecret_Response) {
113
- option (method_description) = "GetAccountAuthSecret";
114
- }
90
+ rpc TestAvailablePassword (.CCredentials_TestAvailablePassword_Request) returns (.CCredentials_TestAvailablePassword_Response);
91
+ rpc GetSteamGuardDetails (.CCredentials_GetSteamGuardDetails_Request) returns (.CCredentials_GetSteamGuardDetails_Response);
92
+ rpc ValidateEmailAddress (.CCredentials_ValidateEmailAddress_Request) returns (.CCredentials_ValidateEmailAddress_Response);
93
+ rpc SteamGuardPhishingReport (.CCredentials_SteamGuardPhishingReport_Request) returns (.CCredentials_SteamGuardPhishingReport_Response);
94
+ rpc GetCredentialChangeTimeDetails (.CCredentials_LastCredentialChangeTime_Request) returns (.CCredentials_LastCredentialChangeTime_Response);
95
+ rpc GetAccountAuthSecret (.CCredentials_GetAccountAuthSecret_Request) returns (.CCredentials_GetAccountAuthSecret_Response);
115
96
  }
@@ -6,14 +6,14 @@ option cc_generic_services = true;
6
6
  message CDataPublisher_ClientContentCorruptionReport_Notification {
7
7
  optional uint32 appid = 1;
8
8
  optional uint32 depotid = 2;
9
- optional string download_source = 3 [(description) = "host name of download source"];
10
- optional string objectid = 4 [(description) = "Chunk SHA or Manifest ID"];
11
- optional uint32 cellid = 5 [(description) = "Client Cell ID"];
12
- optional bool is_manifest = 6 [(description) = "The object is a manifest, not a chunk"];
13
- optional uint64 object_size = 7 [(description) = "object size in bytes"];
14
- optional uint32 corruption_type = 8 [(description) = "See EContentCorruptionType"];
15
- optional bool used_https = 9 [(description) = "the request was HTTPS"];
16
- optional bool oc_proxy_detected = 10 [(description) = "detected an OpenCache proxy"];
9
+ optional string download_source = 3;
10
+ optional string objectid = 4;
11
+ optional uint32 cellid = 5;
12
+ optional bool is_manifest = 6;
13
+ optional uint64 object_size = 7;
14
+ optional uint32 corruption_type = 8;
15
+ optional bool used_https = 9;
16
+ optional bool oc_proxy_detected = 10;
17
17
  }
18
18
 
19
19
  message CDataPublisher_ClientUpdateAppJob_Notification {
@@ -41,42 +41,42 @@ message CDataPublisher_ClientUpdateAppJob_Notification {
41
41
  }
42
42
 
43
43
  message CDataPublisher_GetVRDeviceInfo_Request {
44
- optional uint32 month_count = 1 [(description) = "Number of months for which to generate a report"];
44
+ optional uint32 month_count = 1;
45
45
  }
46
46
 
47
47
  message CDataPublisher_GetVRDeviceInfo_Response {
48
48
  message Device {
49
- optional string name = 1 [(description) = "Name to show for this device"];
50
- optional uint32 ref = 2 [(description) = "Reference number for this device"];
51
- optional uint32 aggregation_ref = 3 [(description) = "Reference number to aggregate this device under"];
52
- optional uint32 total = 4 [(description) = "Sum of all the counts"];
53
- optional string driver = 5 [(description) = "driver name reported by the user"];
54
- optional int32 device_class = 6 [(description) = "Class of the device. HMD=1, controller=2, tracker=3, base=4"];
49
+ optional string name = 1;
50
+ optional uint32 ref = 2;
51
+ optional uint32 aggregation_ref = 3;
52
+ optional uint32 total = 4;
53
+ optional string driver = 5;
54
+ optional int32 device_class = 6;
55
55
  }
56
56
 
57
- repeated .CDataPublisher_GetVRDeviceInfo_Response.Device device = 1 [(description) = "Result devices"];
57
+ repeated .CDataPublisher_GetVRDeviceInfo_Response.Device device = 1;
58
58
  }
59
59
 
60
60
  message CDataPublisher_SetVRDeviceInfoAggregationReference_Request {
61
- optional uint32 ref = 1 [(description) = "Reference number in the VRDeviceInfo table for the entry to set"];
62
- optional uint32 aggregation_ref = 2 [(description) = "Aggregation to set the entry to"];
61
+ optional uint32 ref = 1;
62
+ optional uint32 aggregation_ref = 2;
63
63
  }
64
64
 
65
65
  message CDataPublisher_SetVRDeviceInfoAggregationReference_Response {
66
- optional uint32 result = 1 [(description) = "k_EResultOK, etc."];
66
+ optional uint32 result = 1;
67
67
  }
68
68
 
69
69
  message CDataPublisher_AddVRDeviceInfo_Request {
70
- optional string manufacturer = 1 [(description) = "Manufacturer for the new device"];
71
- optional string model = 2 [(description) = "Model for the new device"];
72
- optional string driver = 3 [(description) = "driver name (not including driver_). e.g. lighthouse, oculus, holographic"];
73
- optional string controller_type = 4 [(description) = "controller type for the device. Can be an empty string for devices with no inputs"];
74
- optional int32 device_class = 5 [(description) = "Class of the device. HMD=1, controller=2, tracker=3, base=4"];
70
+ optional string manufacturer = 1;
71
+ optional string model = 2;
72
+ optional string driver = 3;
73
+ optional string controller_type = 4;
74
+ optional int32 device_class = 5;
75
75
  }
76
76
 
77
77
  message CDataPublisher_AddVRDeviceInfo_Response {
78
- optional uint32 result = 1 [(description) = "k_EResultOK, etc."];
79
- optional uint32 ref = 2 [(description) = "The reference number of the inserted device"];
78
+ optional uint32 result = 1;
79
+ optional uint32 ref = 2;
80
80
  }
81
81
 
82
82
  message CValveHWSurvey_GetSurveySchedule_Request {
@@ -90,27 +90,13 @@ message CValveHWSurvey_GetSurveySchedule_Response {
90
90
  }
91
91
 
92
92
  service DataPublisher {
93
- option (service_description) = "Data Publisher (DP) server services";
94
-
95
93
  rpc ClientContentCorruptionReport (.CDataPublisher_ClientContentCorruptionReport_Notification) returns (.NoResponse);
96
94
  rpc ClientUpdateAppJobReport (.CDataPublisher_ClientUpdateAppJob_Notification) returns (.NoResponse);
97
- rpc GetVRDeviceInfo (.CDataPublisher_GetVRDeviceInfo_Request) returns (.CDataPublisher_GetVRDeviceInfo_Response) {
98
- option (method_description) = "Generate a debug report of what devices are in the survey";
99
- }
100
-
101
- rpc SetVRDeviceInfoAggregationReference (.CDataPublisher_SetVRDeviceInfoAggregationReference_Request) returns (.CDataPublisher_SetVRDeviceInfoAggregationReference_Response) {
102
- option (method_description) = "Set the rollup reference of a single VR device";
103
- }
104
-
105
- rpc AddVRDeviceInfo (.CDataPublisher_AddVRDeviceInfo_Request) returns (.CDataPublisher_AddVRDeviceInfo_Response) {
106
- option (method_description) = "Adds a device to the VRDeviceInfo table for the hardware survey";
107
- }
95
+ rpc GetVRDeviceInfo (.CDataPublisher_GetVRDeviceInfo_Request) returns (.CDataPublisher_GetVRDeviceInfo_Response);
96
+ rpc SetVRDeviceInfoAggregationReference (.CDataPublisher_SetVRDeviceInfoAggregationReference_Request) returns (.CDataPublisher_SetVRDeviceInfoAggregationReference_Response);
97
+ rpc AddVRDeviceInfo (.CDataPublisher_AddVRDeviceInfo_Request) returns (.CDataPublisher_AddVRDeviceInfo_Response);
108
98
  }
109
99
 
110
100
  service ValveHWSurvey {
111
- option (service_description) = "ValveHWSurvey";
112
-
113
- rpc GetSurveySchedule (.CValveHWSurvey_GetSurveySchedule_Request) returns (.CValveHWSurvey_GetSurveySchedule_Response) {
114
- option (method_description) = "Should I run the survey";
115
- }
101
+ rpc GetSurveySchedule (.CValveHWSurvey_GetSurveySchedule_Request) returns (.CValveHWSurvey_GetSurveySchedule_Response);
116
102
  }
@@ -90,29 +90,10 @@ message CContentBuilder_SignInstallScript_Response {
90
90
  }
91
91
 
92
92
  service ContentBuilder {
93
- option (service_description) = "Interface to build and upload depot content";
94
-
95
- rpc InitDepotBuild (.CContentBuilder_InitDepotBuild_Request) returns (.CContentBuilder_InitDepotBuild_Response) {
96
- option (method_description) = "Get inital parameters to start building a depot";
97
- }
98
-
99
- rpc StartDepotUpload (.CContentBuilder_StartDepotUpload_Request) returns (.CContentBuilder_StartDepotUpload_Response) {
100
- option (method_description) = "Start uploading manifest and chunks for a depot";
101
- }
102
-
103
- rpc GetMissingDepotChunks (.CContentBuilder_GetMissingDepotChunks_Request) returns (.CContentBuilder_GetMissingDepotChunks_Response) {
104
- option (method_description) = "Get list of missing chunks for depot upload";
105
- }
106
-
107
- rpc FinishDepotUpload (.CContentBuilder_FinishDepotUpload_Request) returns (.CContentBuilder_FinishDepotUpload_Response) {
108
- option (method_description) = "Commit a depot build after manifest and all chunks are uploaded";
109
- }
110
-
111
- rpc CommitAppBuild (.CContentBuilder_CommitAppBuild_Request) returns (.CContentBuilder_CommitAppBuild_Response) {
112
- option (method_description) = "Combine previous depot uploads into an app build and commit it";
113
- }
114
-
115
- rpc SignInstallScript (.CContentBuilder_SignInstallScript_Request) returns (.CContentBuilder_SignInstallScript_Response) {
116
- option (method_description) = "Sign an install script";
117
- }
93
+ rpc InitDepotBuild (.CContentBuilder_InitDepotBuild_Request) returns (.CContentBuilder_InitDepotBuild_Response);
94
+ rpc StartDepotUpload (.CContentBuilder_StartDepotUpload_Request) returns (.CContentBuilder_StartDepotUpload_Response);
95
+ rpc GetMissingDepotChunks (.CContentBuilder_GetMissingDepotChunks_Request) returns (.CContentBuilder_GetMissingDepotChunks_Response);
96
+ rpc FinishDepotUpload (.CContentBuilder_FinishDepotUpload_Request) returns (.CContentBuilder_FinishDepotUpload_Response);
97
+ rpc CommitAppBuild (.CContentBuilder_CommitAppBuild_Request) returns (.CContentBuilder_CommitAppBuild_Response);
98
+ rpc SignInstallScript (.CContentBuilder_SignInstallScript_Request) returns (.CContentBuilder_SignInstallScript_Response);
118
99
  }
@@ -155,49 +155,15 @@ message CDeviceAuth_GetBorrowerPlayHistory_Response {
155
155
  }
156
156
 
157
157
  service DeviceAuth {
158
- option (service_description) = "Library Sharing settings service";
159
-
160
- rpc GetOwnAuthorizedDevices (.CDeviceAuth_GetOwnAuthorizedDevices_Request) returns (.CDeviceAuth_GetOwnAuthorizedDevices_Response) {
161
- option (method_description) = "Get list of authorized devices";
162
- }
163
-
164
- rpc AcceptAuthorizationRequest (.CDeviceAuth_AcceptAuthorizationRequest_Request) returns (.CDeviceAuth_AcceptAuthorizationRequest_Response) {
165
- option (method_description) = "Accept an authorization request by another users";
166
- }
167
-
168
- rpc AuthorizeRemoteDevice (.CDeviceAuth_AuthorizeRemoteDevice_Request) returns (.CDeviceAuth_AuthorizeRemoteDevice_Response) {
169
- option (method_description) = "Authorize own remote device that has pending request";
170
- }
171
-
172
- rpc DeauthorizeRemoteDevice (.CDeviceAuth_DeauthorizeRemoteDevice_Request) returns (.CDeviceAuth_DeauthorizeRemoteDevice_Response) {
173
- option (method_description) = "Revoke own device authorization";
174
- }
175
-
176
- rpc GetUsedAuthorizedDevices (.CDeviceAuth_GetUsedAuthorizedDevices_Request) returns (.CDeviceAuth_GetUsedAuthorizedDevices_Response) {
177
- option (method_description) = "Get list of authorized devices user played borrowed games on";
178
- }
179
-
180
- rpc GetAuthorizedBorrowers (.CDeviceAuth_GetAuthorizedBorrowers_Request) returns (.CDeviceAuth_GetAuthorizedBorrowers_Response) {
181
- option (method_description) = "Get list of users that can borrow on an authorized device";
182
- }
183
-
184
- rpc AddAuthorizedBorrowers (.CDeviceAuth_AddAuthorizedBorrowers_Request) returns (.CDeviceAuth_AddAuthorizedBorrowers_Response) {
185
- option (method_description) = "Add users that can borrow on limited authorized devices";
186
- }
187
-
188
- rpc RemoveAuthorizedBorrowers (.CDeviceAuth_RemoveAuthorizedBorrowers_Request) returns (.CDeviceAuth_RemoveAuthorizedBorrowers_Response) {
189
- option (method_description) = "Remove users that can borrow on limited authorized devices";
190
- }
191
-
192
- rpc GetAuthorizedAsBorrower (.CDeviceAuth_GetAuthorizedAsBorrower_Request) returns (.CDeviceAuth_GetAuthorizedAsBorrower_Response) {
193
- option (method_description) = "Get list of lenders that authorized given account as borrower";
194
- }
195
-
196
- rpc GetExcludedGamesInLibrary (.CDeviceAuth_GetExcludedGamesInLibrary_Request) returns (.CDeviceAuth_GetExcludedGamesInLibrary_Response) {
197
- option (method_description) = "Get list of excluded games in lenders library";
198
- }
199
-
200
- rpc GetBorrowerPlayHistory (.CDeviceAuth_GetBorrowerPlayHistory_Request) returns (.CDeviceAuth_GetBorrowerPlayHistory_Response) {
201
- option (method_description) = "Get list played games as borrower";
202
- }
158
+ rpc GetOwnAuthorizedDevices (.CDeviceAuth_GetOwnAuthorizedDevices_Request) returns (.CDeviceAuth_GetOwnAuthorizedDevices_Response);
159
+ rpc AcceptAuthorizationRequest (.CDeviceAuth_AcceptAuthorizationRequest_Request) returns (.CDeviceAuth_AcceptAuthorizationRequest_Response);
160
+ rpc AuthorizeRemoteDevice (.CDeviceAuth_AuthorizeRemoteDevice_Request) returns (.CDeviceAuth_AuthorizeRemoteDevice_Response);
161
+ rpc DeauthorizeRemoteDevice (.CDeviceAuth_DeauthorizeRemoteDevice_Request) returns (.CDeviceAuth_DeauthorizeRemoteDevice_Response);
162
+ rpc GetUsedAuthorizedDevices (.CDeviceAuth_GetUsedAuthorizedDevices_Request) returns (.CDeviceAuth_GetUsedAuthorizedDevices_Response);
163
+ rpc GetAuthorizedBorrowers (.CDeviceAuth_GetAuthorizedBorrowers_Request) returns (.CDeviceAuth_GetAuthorizedBorrowers_Response);
164
+ rpc AddAuthorizedBorrowers (.CDeviceAuth_AddAuthorizedBorrowers_Request) returns (.CDeviceAuth_AddAuthorizedBorrowers_Response);
165
+ rpc RemoveAuthorizedBorrowers (.CDeviceAuth_RemoveAuthorizedBorrowers_Request) returns (.CDeviceAuth_RemoveAuthorizedBorrowers_Response);
166
+ rpc GetAuthorizedAsBorrower (.CDeviceAuth_GetAuthorizedAsBorrower_Request) returns (.CDeviceAuth_GetAuthorizedAsBorrower_Response);
167
+ rpc GetExcludedGamesInLibrary (.CDeviceAuth_GetExcludedGamesInLibrary_Request) returns (.CDeviceAuth_GetExcludedGamesInLibrary_Response);
168
+ rpc GetBorrowerPlayHistory (.CDeviceAuth_GetBorrowerPlayHistory_Request) returns (.CDeviceAuth_GetBorrowerPlayHistory_Response);
203
169
  }
@@ -28,7 +28,7 @@ message CEcon_Asset {
28
28
  optional uint64 assetid = 3;
29
29
  optional uint64 classid = 4;
30
30
  optional uint64 instanceid = 5;
31
- optional uint32 currencyid = 6 [(description) = "Set currencyid if it's a currency, assetid for an item"];
31
+ optional uint32 currencyid = 6;
32
32
  optional int64 amount = 7;
33
33
  optional bool missing = 8;
34
34
  optional int64 est_usd = 9;
@@ -80,18 +80,18 @@ message CEconItem_Description {
80
80
  }
81
81
 
82
82
  message CEconItem_Tag {
83
- optional uint32 appid = 1 [(description) = "The app that contains the item"];
84
- optional string category = 2 [(description) = "The internal name of the category the tag belongs to"];
85
- optional string internal_name = 3 [(description) = "The internal name of the tag"];
86
- optional string localized_category_name = 4 [(description) = "The localized name of the category"];
87
- optional string localized_tag_name = 5 [(description) = "The localized name of the tag"];
88
- optional string color = 6 [(description) = "The color to use when displaying the tag to the user"];
83
+ optional uint32 appid = 1;
84
+ optional string category = 2;
85
+ optional string internal_name = 3;
86
+ optional string localized_category_name = 4;
87
+ optional string localized_tag_name = 5;
88
+ optional string color = 6;
89
89
  }
90
90
 
91
91
  message CEcon_GetInventoryItemsWithDescriptions_Response {
92
92
  repeated .CEcon_Asset assets = 1;
93
93
  repeated .CEconItem_Description descriptions = 2;
94
- repeated .CEcon_Asset missing_assets = 3 [(description) = "This list of assets in the original list we could not find in the users inventory"];
94
+ repeated .CEcon_Asset missing_assets = 3;
95
95
  optional bool more_items = 4;
96
96
  optional uint64 last_assetid = 5;
97
97
  optional uint32 total_inventory_count = 6;
@@ -130,21 +130,8 @@ message CEcon_GetAssetClassInfo_Response {
130
130
  }
131
131
 
132
132
  service Econ {
133
- option (service_description) = "A service that provides communication with the econ servers";
134
-
135
- rpc GetInventoryItemsWithDescriptions (.CEcon_GetInventoryItemsWithDescriptions_Request) returns (.CEcon_GetInventoryItemsWithDescriptions_Response) {
136
- option (method_description) = "Gets a set of items from a users inventory, along with descriptions";
137
- }
138
-
139
- rpc GetTradeOfferAccessToken (.CEcon_GetTradeOfferAccessToken_Request) returns (.CEcon_GetTradeOfferAccessToken_Response) {
140
- option (method_description) = "Get the user's trade offer access token";
141
- }
142
-
143
- rpc ClientGetItemShopOverlayAuthURL (.CEcon_ClientGetItemShopOverlayAuthURL_Request) returns (.CEcon_ClientGetItemShopOverlayAuthURL_Response) {
144
- option (method_description) = "Generates a URL which sets a secure cookie for in-game-browser itemshop purchases";
145
- }
146
-
147
- rpc GetAssetClassInfo (.CEcon_GetAssetClassInfo_Request) returns (.CEcon_GetAssetClassInfo_Response) {
148
- option (method_description) = "Returns description information about the passed in asset classes";
149
- }
133
+ rpc GetInventoryItemsWithDescriptions (.CEcon_GetInventoryItemsWithDescriptions_Request) returns (.CEcon_GetInventoryItemsWithDescriptions_Response);
134
+ rpc GetTradeOfferAccessToken (.CEcon_GetTradeOfferAccessToken_Request) returns (.CEcon_GetTradeOfferAccessToken_Response);
135
+ rpc ClientGetItemShopOverlayAuthURL (.CEcon_ClientGetItemShopOverlayAuthURL_Request) returns (.CEcon_ClientGetItemShopOverlayAuthURL_Response);
136
+ rpc GetAssetClassInfo (.CEcon_GetAssetClassInfo_Request) returns (.CEcon_GetAssetClassInfo_Response);
150
137
  }