steamutils 1.3.69 → 1.3.71

Sign up to get free protection for your applications and to get access to all the features.
Files changed (91) hide show
  1. package/SteamClient.js +1 -2
  2. package/index.js +192 -5
  3. package/package.json +1 -1
  4. package/protos/webui/common.proto +4024 -0
  5. package/protos/webui/common_base.proto +27 -0
  6. package/protos/webui/service_accountcart.proto +153 -0
  7. package/protos/webui/service_accountlinking.proto +27 -0
  8. package/protos/webui/service_accountprivacy.proto +42 -0
  9. package/protos/webui/service_accountprivateapps.proto +34 -0
  10. package/protos/webui/service_auction.proto +97 -0
  11. package/protos/webui/service_authentication.proto +222 -0
  12. package/protos/webui/service_authenticationsupport.proto +74 -0
  13. package/protos/webui/service_broadcast.proto +562 -0
  14. package/protos/webui/service_chat.proto +11 -0
  15. package/protos/webui/service_chatroom.proto +810 -0
  16. package/protos/webui/service_chatusability.proto +107 -0
  17. package/protos/webui/service_checkout.proto +84 -0
  18. package/protos/webui/service_clan.proto +41 -0
  19. package/protos/webui/service_clanchatrooms.proto +25 -0
  20. package/protos/webui/service_clanfaqs.proto +202 -0
  21. package/protos/webui/service_clientcomm.proto +151 -0
  22. package/protos/webui/service_clientmetrics.proto +22 -0
  23. package/protos/webui/service_cloud.proto +222 -0
  24. package/protos/webui/service_cloudconfigstore.proto +51 -0
  25. package/protos/webui/service_cloudgaming.proto +30 -0
  26. package/protos/webui/service_community.proto +365 -0
  27. package/protos/webui/service_dailydeal.proto +89 -0
  28. package/protos/webui/service_econ.proto +134 -0
  29. package/protos/webui/service_embedded.proto +24 -0
  30. package/protos/webui/service_experimentservice.proto +6 -0
  31. package/protos/webui/service_familygroups.proto +355 -0
  32. package/protos/webui/service_fovasvideo.proto +15 -0
  33. package/protos/webui/service_friendmessages.proto +133 -0
  34. package/protos/webui/service_friendslist.proto +70 -0
  35. package/protos/webui/service_gamenotes.proto +15 -0
  36. package/protos/webui/service_gamerecording.proto +265 -0
  37. package/protos/webui/service_gamerecordingclip.proto +85 -0
  38. package/protos/webui/service_gamerecordingdebug.proto +52 -0
  39. package/protos/webui/service_helprequestlogs.proto +16 -0
  40. package/protos/webui/service_loyaltyrewards.proto +252 -0
  41. package/protos/webui/service_marketingmessages.proto +215 -0
  42. package/protos/webui/service_mobileapp.proto +18 -0
  43. package/protos/webui/service_mobileauth.proto +24 -0
  44. package/protos/webui/service_mobiledevice.proto +26 -0
  45. package/protos/webui/service_mobileperaccount.proto +31 -0
  46. package/protos/webui/service_news.proto +110 -0
  47. package/protos/webui/service_parental.proto +258 -0
  48. package/protos/webui/service_partnermembershipinvite.proto +34 -0
  49. package/protos/webui/service_partnerstorebrowse.proto +28 -0
  50. package/protos/webui/service_phone.proto +51 -0
  51. package/protos/webui/service_physicalgoods.proto +15 -0
  52. package/protos/webui/service_player.proto +918 -0
  53. package/protos/webui/service_promotioneventinvites.proto +109 -0
  54. package/protos/webui/service_promotionplanning.proto +186 -0
  55. package/protos/webui/service_promotionstats.proto +23 -0
  56. package/protos/webui/service_publishedfile.proto +714 -0
  57. package/protos/webui/service_publishing.proto +200 -0
  58. package/protos/webui/service_quest.proto +127 -0
  59. package/protos/webui/service_salefeature.proto +373 -0
  60. package/protos/webui/service_saleitemrewards.proto +54 -0
  61. package/protos/webui/service_shoppingcart.proto +152 -0
  62. package/protos/webui/service_steamawards.proto +76 -0
  63. package/protos/webui/service_steamcharts.proto +75 -0
  64. package/protos/webui/service_steamengine.proto +36 -0
  65. package/protos/webui/service_steamlearn.proto +876 -0
  66. package/protos/webui/service_steamnotification.proto +73 -0
  67. package/protos/webui/service_steamtv.proto +495 -0
  68. package/protos/webui/service_steamvrvoicechat.proto +67 -0
  69. package/protos/webui/service_steamvrwebrtc.proto +48 -0
  70. package/protos/webui/service_storagedevicemanager.proto +104 -0
  71. package/protos/webui/service_store.proto +359 -0
  72. package/protos/webui/service_storeappsimilarity.proto +76 -0
  73. package/protos/webui/service_storebrowse.proto +103 -0
  74. package/protos/webui/service_storemarketing.proto +44 -0
  75. package/protos/webui/service_storequery.proto +103 -0
  76. package/protos/webui/service_storesales.proto +87 -0
  77. package/protos/webui/service_storetopsellers.proto +44 -0
  78. package/protos/webui/service_systemmanager.proto +11 -0
  79. package/protos/webui/service_test_transporterror.proto +6 -0
  80. package/protos/webui/service_transportauth.proto +17 -0
  81. package/protos/webui/service_transportvalidation.proto +69 -0
  82. package/protos/webui/service_twofactor.proto +170 -0
  83. package/protos/webui/service_useraccount.proto +142 -0
  84. package/protos/webui/service_usergameactivity.proto +34 -0
  85. package/protos/webui/service_usergamenotes.proto +70 -0
  86. package/protos/webui/service_usernews.proto +68 -0
  87. package/protos/webui/service_userreviews.proto +97 -0
  88. package/protos/webui/service_video.proto +50 -0
  89. package/protos/webui/service_videoclip.proto +62 -0
  90. package/protos/webui/service_voicechat.proto +139 -0
  91. package/protos/webui/service_webrtc.proto +52 -0
@@ -0,0 +1,258 @@
1
+ import "common_base.proto";
2
+
3
+ message CParental_ApproveFeatureAccess_Request {
4
+ optional bool approve = 1;
5
+ optional fixed64 requestid = 2;
6
+ optional uint32 features = 3;
7
+ optional uint32 duration = 4;
8
+ optional fixed64 steamid = 10;
9
+ }
10
+
11
+ message CParental_ApproveFeatureAccess_Response {
12
+ }
13
+
14
+ message CParental_ApprovePlaytime_Request {
15
+ optional bool approve = 1;
16
+ optional fixed64 requestid = 2;
17
+ optional .ParentalTemporaryPlaytimeRestrictions restrictions_approved = 3;
18
+ optional fixed64 steamid = 10;
19
+ }
20
+
21
+ message CParental_ApprovePlaytime_Response {
22
+ }
23
+
24
+ message CParental_DisableParentalSettings_Request {
25
+ optional string password = 1;
26
+ optional fixed64 steamid = 10;
27
+ }
28
+
29
+ message CParental_DisableParentalSettings_Response {
30
+ }
31
+
32
+ message CParental_DisableWithRecoveryCode_Request {
33
+ optional uint32 recovery_code = 1;
34
+ optional fixed64 steamid = 10;
35
+ }
36
+
37
+ message CParental_DisableWithRecoveryCode_Response {
38
+ }
39
+
40
+ message CParental_EnableParentalSettings_Request {
41
+ optional string password = 1;
42
+ optional .ParentalSettings settings = 2;
43
+ optional string sessionid = 3;
44
+ optional uint32 enablecode = 4;
45
+ optional fixed64 steamid = 10;
46
+ }
47
+
48
+ message CParental_EnableParentalSettings_Response {
49
+ }
50
+
51
+ message CParental_GetParentalSettings_Request {
52
+ optional fixed64 steamid = 10;
53
+ }
54
+
55
+ message CParental_GetParentalSettings_Response {
56
+ optional .ParentalSettings settings = 1;
57
+ }
58
+
59
+ message CParental_GetRequests_Request {
60
+ optional uint32 rt_include_completed_since = 1;
61
+ optional fixed64 steamid = 10;
62
+ }
63
+
64
+ message CParental_GetRequests_Response {
65
+ repeated .ParentalFeatureRequest feature_requests = 1;
66
+ repeated .ParentalPlaytimeRequest playtime_requests = 2;
67
+ }
68
+
69
+ message CParental_GetSignedParentalSettings_Request {
70
+ optional uint32 priority = 1;
71
+ }
72
+
73
+ message CParental_GetSignedParentalSettings_Response {
74
+ optional bytes serialized_settings = 1;
75
+ optional bytes signature = 2;
76
+ }
77
+
78
+ message CParental_LockClient_Request {
79
+ optional string session = 1;
80
+ }
81
+
82
+ message CParental_LockClient_Response {
83
+ }
84
+
85
+ message CParental_ParentalLock_Notification {
86
+ optional string sessionid = 1;
87
+ }
88
+
89
+ message CParental_ParentalSettingsChange_Notification {
90
+ optional bytes serialized_settings = 1;
91
+ optional bytes signature = 2;
92
+ optional string password = 3;
93
+ optional string sessionid = 4;
94
+ }
95
+
96
+ message CParental_ParentalUnlock_Notification {
97
+ optional string password = 1;
98
+ optional string sessionid = 2;
99
+ }
100
+
101
+ message CParental_PlaytimeUsed_Notification {
102
+ optional uint32 day_of_week = 1;
103
+ optional uint32 minutes_used = 2;
104
+ }
105
+
106
+ message CParental_ReportPlaytimeAndNotify_Request {
107
+ optional uint32 day_of_week = 1;
108
+ optional uint32 minutes_used = 2;
109
+ optional fixed64 steamid = 10;
110
+ }
111
+
112
+ message CParental_ReportPlaytimeAndNotify_Response {
113
+ }
114
+
115
+ message CParental_RequestFeatureAccess_Request {
116
+ optional uint32 features = 1;
117
+ optional fixed64 steamid = 10;
118
+ }
119
+
120
+ message CParental_RequestFeatureAccess_Response {
121
+ optional fixed64 requestid = 1;
122
+ }
123
+
124
+ message CParental_RequestPlaytime_Request {
125
+ optional uint32 time_expires = 1;
126
+ optional .ParentalPlaytimeDay current_playtime_restrictions = 2;
127
+ optional fixed64 steamid = 10;
128
+ }
129
+
130
+ message CParental_RequestPlaytime_Response {
131
+ optional fixed64 requestid = 1;
132
+ }
133
+
134
+ message CParental_RequestRecoveryCode_Request {
135
+ }
136
+
137
+ message CParental_RequestRecoveryCode_Response {
138
+ }
139
+
140
+ message CParental_SetParentalSettings_Request {
141
+ optional string password = 1;
142
+ optional .ParentalSettings settings = 2;
143
+ optional string new_password = 3;
144
+ optional string sessionid = 4;
145
+ optional fixed64 steamid = 10;
146
+ }
147
+
148
+ message CParental_SetParentalSettings_Response {
149
+ }
150
+
151
+ message CParental_ValidatePassword_Request {
152
+ optional string password = 1;
153
+ optional string session = 2;
154
+ optional bool send_unlock_on_success = 3;
155
+ }
156
+
157
+ message CParental_ValidatePassword_Response {
158
+ optional string token = 1;
159
+ }
160
+
161
+ message CParental_ValidateToken_Request {
162
+ optional string unlock_token = 1;
163
+ }
164
+
165
+ message CParental_ValidateToken_Response {
166
+ }
167
+
168
+ message ParentalApp {
169
+ optional uint32 appid = 1;
170
+ optional bool is_allowed = 2;
171
+ }
172
+
173
+ message ParentalFeatureRequest {
174
+ optional fixed64 requestid = 1;
175
+ optional fixed64 family_groupid = 2;
176
+ optional fixed64 steamid = 3;
177
+ optional uint32 features = 4;
178
+ optional uint32 time_requested = 5;
179
+ optional bool approved = 6;
180
+ optional fixed64 steamid_responder = 7;
181
+ optional uint32 time_responded = 8;
182
+ }
183
+
184
+ message ParentalPlaytimeDay {
185
+ optional uint64 allowed_time_windows = 1;
186
+ optional uint32 allowed_daily_minutes = 2;
187
+ }
188
+
189
+ message ParentalPlaytimeRequest {
190
+ optional fixed64 requestid = 1;
191
+ optional fixed64 family_groupid = 2;
192
+ optional fixed64 steamid = 3;
193
+ optional .ParentalPlaytimeDay current_playtime_restrictions = 4;
194
+ optional uint32 time_expires = 5;
195
+ optional uint32 time_requested = 6;
196
+ optional bool approved = 7;
197
+ optional fixed64 steamid_responder = 8;
198
+ optional uint32 time_responded = 9;
199
+ optional .ParentalTemporaryPlaytimeRestrictions restrictions_approved = 10;
200
+ }
201
+
202
+ message ParentalPlaytimeRestrictions {
203
+ optional bool apply_playtime_restrictions = 2;
204
+ repeated .ParentalPlaytimeDay playtime_days = 15;
205
+ }
206
+
207
+ message ParentalSettings {
208
+ optional fixed64 steamid = 1;
209
+ optional uint32 applist_base_id = 2;
210
+ optional string applist_base_description = 3;
211
+ repeated .ParentalApp applist_base = 4;
212
+ repeated .ParentalApp applist_custom = 5;
213
+ optional uint32 passwordhashtype = 6;
214
+ optional bytes salt = 7;
215
+ optional bytes passwordhash = 8;
216
+ optional bool is_enabled = 9;
217
+ optional uint32 enabled_features = 10;
218
+ optional string recovery_email = 11;
219
+ optional bool is_site_license_lock = 12;
220
+ optional uint32 temporary_enabled_features = 13;
221
+ optional uint32 rtime_temporary_feature_expiration = 14;
222
+ optional .ParentalPlaytimeRestrictions playtime_restrictions = 15;
223
+ optional .ParentalTemporaryPlaytimeRestrictions temporary_playtime_restrictions = 16;
224
+ repeated uint32 excluded_store_content_descriptors = 17;
225
+ repeated uint32 excluded_community_content_descriptors = 18;
226
+ }
227
+
228
+ message ParentalTemporaryPlaytimeRestrictions {
229
+ optional .ParentalPlaytimeDay restrictions = 1;
230
+ optional uint32 rtime_expires = 2;
231
+ }
232
+
233
+ service Parental {
234
+ rpc ApproveFeatureAccess (.CParental_ApproveFeatureAccess_Request) returns (.CParental_ApproveFeatureAccess_Response);
235
+ rpc ApprovePlaytime (.CParental_ApprovePlaytime_Request) returns (.CParental_ApprovePlaytime_Response);
236
+ rpc DisableParentalSettings (.CParental_DisableParentalSettings_Request) returns (.CParental_DisableParentalSettings_Response);
237
+ rpc DisableWithRecoveryCode (.CParental_DisableWithRecoveryCode_Request) returns (.CParental_DisableWithRecoveryCode_Response);
238
+ rpc EnableParentalSettings (.CParental_EnableParentalSettings_Request) returns (.CParental_EnableParentalSettings_Response);
239
+ rpc GetParentalSettings (.CParental_GetParentalSettings_Request) returns (.CParental_GetParentalSettings_Response);
240
+ rpc GetRequests (.CParental_GetRequests_Request) returns (.CParental_GetRequests_Response);
241
+ rpc GetSignedParentalSettings (.CParental_GetSignedParentalSettings_Request) returns (.CParental_GetSignedParentalSettings_Response);
242
+ rpc LockClient (.CParental_LockClient_Request) returns (.CParental_LockClient_Response);
243
+ rpc ReportPlaytimeAndNotify (.CParental_ReportPlaytimeAndNotify_Request) returns (.CParental_ReportPlaytimeAndNotify_Response);
244
+ rpc RequestFeatureAccess (.CParental_RequestFeatureAccess_Request) returns (.CParental_RequestFeatureAccess_Response);
245
+ rpc RequestPlaytime (.CParental_RequestPlaytime_Request) returns (.CParental_RequestPlaytime_Response);
246
+ rpc RequestRecoveryCode (.CParental_RequestRecoveryCode_Request) returns (.CParental_RequestRecoveryCode_Response);
247
+ rpc SetParentalSettings (.CParental_SetParentalSettings_Request) returns (.CParental_SetParentalSettings_Response);
248
+ rpc ValidatePassword (.CParental_ValidatePassword_Request) returns (.CParental_ValidatePassword_Response);
249
+ rpc ValidateToken (.CParental_ValidateToken_Request) returns (.CParental_ValidateToken_Response);
250
+ }
251
+
252
+ service ParentalClient {
253
+ rpc NotifyLock (.CParental_ParentalLock_Notification) returns (.NoResponse);
254
+ rpc NotifyPlaytimeUsed (.CParental_PlaytimeUsed_Notification) returns (.NoResponse);
255
+ rpc NotifySettingsChange (.CParental_ParentalSettingsChange_Notification) returns (.NoResponse);
256
+ rpc NotifyUnlock (.CParental_ParentalUnlock_Notification) returns (.NoResponse);
257
+ }
258
+
@@ -0,0 +1,34 @@
1
+ import "common_base.proto";
2
+
3
+ message CPartnerMembershipInvite_GetInvites_Request {
4
+ optional uint32 partnerid = 1;
5
+ repeated int32 filter_states = 2 [(.description) = "enum"];
6
+ }
7
+
8
+ message CPartnerMembershipInvite_GetInvites_Response {
9
+ repeated .MembershipInvite invites = 1;
10
+ }
11
+
12
+ message MembershipInvite {
13
+ optional uint64 inviteid = 1;
14
+ optional uint32 accountid_sender = 2;
15
+ optional string email = 3;
16
+ optional string real_name = 4;
17
+ optional string note = 5;
18
+ optional uint32 time_sent = 6;
19
+ optional int32 current_state = 7 [(.description) = "enum"];
20
+ optional uint64 pub_rights = 8;
21
+ optional uint64 app_rights = 9;
22
+ optional uint32 time_receiver_responded = 10;
23
+ optional uint32 accountid = 11;
24
+ optional uint32 time_partner_responded = 12;
25
+ optional uint32 accountid_partner = 13;
26
+ optional uint32 partnerid = 14;
27
+ optional uint32 time_last_updated = 15;
28
+ optional string sender_ip = 16;
29
+ }
30
+
31
+ service PartnerMembershipInvite {
32
+ rpc GetInvites (.CPartnerMembershipInvite_GetInvites_Request) returns (.CPartnerMembershipInvite_GetInvites_Response);
33
+ }
34
+
@@ -0,0 +1,28 @@
1
+ import "common.proto";
2
+
3
+ message CPartnerStoreBrowse_GetCountryRestrictions_Request {
4
+ repeated .StoreItemID ids = 1;
5
+ }
6
+
7
+ message CPartnerStoreBrowse_GetCountryRestrictions_Response {
8
+ repeated .CPartnerStoreBrowse_GetCountryRestrictions_Response_CCountryRestrictions results = 1;
9
+ repeated .StoreItemID no_info = 2;
10
+ }
11
+
12
+ message CPartnerStoreBrowse_GetCountryRestrictions_Response_CCountryRestrictions {
13
+ optional .StoreItemID id = 1;
14
+ optional bool no_restrictions = 2;
15
+ repeated string allowed_countries = 3;
16
+ repeated string restricted_countries = 4;
17
+ }
18
+
19
+ message CPartnerStoreBrowse_GetItems_Request {
20
+ optional .CStoreBrowse_GetItems_Request request = 1;
21
+ optional bool include_unpublished = 2;
22
+ }
23
+
24
+ service PartnerStoreBrowse {
25
+ rpc GetCountryRestrictions (.CPartnerStoreBrowse_GetCountryRestrictions_Request) returns (.CPartnerStoreBrowse_GetCountryRestrictions_Response);
26
+ rpc GetItems (.CPartnerStoreBrowse_GetItems_Request) returns (.CStoreBrowse_GetItems_Response);
27
+ }
28
+
@@ -0,0 +1,51 @@
1
+
2
+ message CPhone_AddPhoneToAccount_Response {
3
+ optional bool success = 1;
4
+ optional int32 phone_number_type = 2;
5
+ }
6
+
7
+ message CPhone_ConfirmAddPhoneToAccount_Request {
8
+ optional fixed64 steamid = 1;
9
+ optional string stoken = 2;
10
+ }
11
+
12
+ message CPhone_IsAccountWaitingForEmailConfirmation_Request {
13
+ }
14
+
15
+ message CPhone_IsAccountWaitingForEmailConfirmation_Response {
16
+ optional bool awaiting_email_confirmation = 1;
17
+ optional uint32 seconds_to_wait = 2;
18
+ }
19
+
20
+ message CPhone_SendPhoneVerificationCode_Request {
21
+ optional uint32 language = 1;
22
+ }
23
+
24
+ message CPhone_SendPhoneVerificationCode_Response {
25
+ }
26
+
27
+ message CPhone_SetAccountPhoneNumber_Request {
28
+ optional string phone_number = 1;
29
+ optional string phone_country_code = 2;
30
+ }
31
+
32
+ message CPhone_SetAccountPhoneNumber_Response {
33
+ optional string confirmation_email_address = 1;
34
+ optional string phone_number_formatted = 2;
35
+ }
36
+
37
+ message CPhone_VerifyAccountPhoneWithCode_Request {
38
+ optional string code = 1;
39
+ }
40
+
41
+ message CPhone_VerifyAccountPhoneWithCode_Response {
42
+ }
43
+
44
+ service Phone {
45
+ rpc ConfirmAddPhoneToAccount (.CPhone_ConfirmAddPhoneToAccount_Request) returns (.CPhone_AddPhoneToAccount_Response);
46
+ rpc IsAccountWaitingForEmailConfirmation (.CPhone_IsAccountWaitingForEmailConfirmation_Request) returns (.CPhone_IsAccountWaitingForEmailConfirmation_Response);
47
+ rpc SendPhoneVerificationCode (.CPhone_SendPhoneVerificationCode_Request) returns (.CPhone_SendPhoneVerificationCode_Response);
48
+ rpc SetAccountPhoneNumber (.CPhone_SetAccountPhoneNumber_Request) returns (.CPhone_SetAccountPhoneNumber_Response);
49
+ rpc VerifyAccountPhoneWithCode (.CPhone_VerifyAccountPhoneWithCode_Request) returns (.CPhone_VerifyAccountPhoneWithCode_Response);
50
+ }
51
+
@@ -0,0 +1,15 @@
1
+
2
+ message CPhysicalGoods_CheckInventoryAvailableByPackage_Request {
3
+ optional int32 packageid = 1;
4
+ optional string country_code = 2;
5
+ }
6
+
7
+ message CPhysicalGoods_CheckInventoryAvailableByPackage_Response {
8
+ optional bool inventory_available = 1;
9
+ optional bool high_pending_orders = 2;
10
+ }
11
+
12
+ service PhysicalGoods {
13
+ rpc CheckInventoryAvailableByPackage (.CPhysicalGoods_CheckInventoryAvailableByPackage_Request) returns (.CPhysicalGoods_CheckInventoryAvailableByPackage_Response);
14
+ }
15
+