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
@@ -4,183 +4,154 @@ import "steammessages_unified_base.steamclient.proto";
4
4
  option cc_generic_services = true;
5
5
 
6
6
  message CTwoFactor_Time_Request {
7
- optional uint64 sender_time = 1 [(description) = "Current time on the sender (for stats, don't trust this)"];
7
+ optional uint64 sender_time = 1;
8
8
  }
9
9
 
10
10
  message CTwoFactor_Time_Response {
11
- optional uint64 server_time = 1 [(description) = "Current server time"];
12
- optional uint64 skew_tolerance_seconds = 2 [(description) = "Time skew we'll tolerate before applying an adjustment"];
13
- optional uint64 large_time_jink = 3 [(description) = "Re-sync if local time jitters by this much"];
14
- optional uint32 probe_frequency_seconds = 4 [(description) = "Time probe frequency if phone time is synchronized"];
15
- optional uint32 adjusted_time_probe_frequency_seconds = 5 [(description) = "Time probe frequency if phone time is not synchronized"];
16
- optional uint32 hint_probe_frequency_seconds = 6 [(description) = "Floor of probe frequency, no matter what"];
17
- optional uint32 sync_timeout = 7 [(description) = "More than this, and we call the current sync failed"];
18
- optional uint32 try_again_seconds = 8 [(description) = "Seconds to try again after a failed sync"];
19
- optional uint32 max_attempts = 9 [(description) = "# times we'll ask for server time before we bail"];
11
+ optional uint64 server_time = 1;
12
+ optional uint64 skew_tolerance_seconds = 2;
13
+ optional uint64 large_time_jink = 3;
14
+ optional uint32 probe_frequency_seconds = 4;
15
+ optional uint32 adjusted_time_probe_frequency_seconds = 5;
16
+ optional uint32 hint_probe_frequency_seconds = 6;
17
+ optional uint32 sync_timeout = 7;
18
+ optional uint32 try_again_seconds = 8;
19
+ optional uint32 max_attempts = 9;
20
20
  }
21
21
 
22
22
  message CTwoFactor_Status_Request {
23
- optional fixed64 steamid = 1 [(description) = "steamid to use"];
23
+ optional fixed64 steamid = 1;
24
24
  }
25
25
 
26
26
  message CTwoFactor_Status_Response {
27
- optional uint32 state = 1 [(description) = "Authenticator state"];
28
- optional uint32 inactivation_reason = 2 [(description) = "Inactivation reason (if any)"];
29
- optional uint32 authenticator_type = 3 [(description) = "Type of authenticator"];
30
- optional bool authenticator_allowed = 4 [(description) = "Account allowed to have an authenticator?"];
31
- optional uint32 steamguard_scheme = 5 [(description) = "Steam Guard scheme in effect"];
32
- optional string token_gid = 6 [(description) = "String rep of token GID assigned by server"];
33
- optional bool email_validated = 7 [(description) = "Account has verified email capability"];
34
- optional string device_identifier = 8 [(description) = "Authenticator (phone) identifier"];
35
- optional uint32 time_created = 9 [(description) = "When the token was created"];
36
- optional uint32 revocation_attempts_remaining = 10 [(description) = "Number of revocation code attempts remaining"];
37
- optional string classified_agent = 11 [(description) = "Agent that added the authenticator (e.g., ios / android / other)"];
38
- optional bool allow_external_authenticator = 12 [(description) = "Allow a third-party authenticator (in addition to two-factor)"];
39
- optional uint32 time_transferred = 13 [(description) = "When the token was transferred from another device, if applicable"];
40
- optional uint32 version = 14 [(description) = "Current token version"];
27
+ optional uint32 state = 1;
28
+ optional uint32 inactivation_reason = 2;
29
+ optional uint32 authenticator_type = 3;
30
+ optional bool authenticator_allowed = 4;
31
+ optional uint32 steamguard_scheme = 5;
32
+ optional string token_gid = 6;
33
+ optional bool email_validated = 7;
34
+ optional string device_identifier = 8;
35
+ optional uint32 time_created = 9;
36
+ optional uint32 revocation_attempts_remaining = 10;
37
+ optional string classified_agent = 11;
38
+ optional bool allow_external_authenticator = 12;
39
+ optional uint32 time_transferred = 13;
40
+ optional uint32 version = 14;
41
41
  }
42
42
 
43
43
  message CTwoFactor_AddAuthenticator_Request {
44
- optional fixed64 steamid = 1 [(description) = "steamid to use"];
45
- optional uint64 authenticator_time = 2 [(description) = "Current authenticator time"];
46
- optional fixed64 serial_number = 3 [(description) = "locally computed serial (deprecated)"];
47
- optional uint32 authenticator_type = 4 [(description) = "Authenticator type"];
48
- optional string device_identifier = 5 [(description) = "Authenticator identifier"];
49
- optional string sms_phone_id = 6 [(description) = "ID of phone to use for SMS verification"];
50
- repeated string http_headers = 7 [(description) = "HTTP headers alternating by K/V"];
51
- optional uint32 version = 8 [default = 1, (description) = "What the version of our token should be"];
44
+ optional fixed64 steamid = 1;
45
+ optional uint64 authenticator_time = 2;
46
+ optional fixed64 serial_number = 3;
47
+ optional uint32 authenticator_type = 4;
48
+ optional string device_identifier = 5;
49
+ repeated string http_headers = 7;
50
+ optional uint32 version = 8 [default = 1];
52
51
  }
53
52
 
54
53
  message CTwoFactor_AddAuthenticator_Response {
55
- optional bytes shared_secret = 1 [(description) = "Shared secret between server and authenticator"];
56
- optional fixed64 serial_number = 2 [(description) = "Authenticator serial number (unique per token)"];
57
- optional string revocation_code = 3 [(description) = "code used to revoke authenticator"];
58
- optional string uri = 4 [(description) = "URI for QR code generation"];
59
- optional uint64 server_time = 5 [(description) = "Current server time"];
60
- optional string account_name = 6 [(description) = "Account name to display on token client"];
61
- optional string token_gid = 7 [(description) = "Token GID assigned by server"];
62
- optional bytes identity_secret = 8 [(description) = "Secret used for identity attestation (e.g., for eventing)"];
63
- optional bytes secret_1 = 9 [(description) = "Spare shared secret"];
64
- optional int32 status = 10 [(description) = "Result code"];
65
- optional string phone_number_hint = 11 [(description) = "a portion of the phone number the SMS code was sent to"];
54
+ optional bytes shared_secret = 1;
55
+ optional fixed64 serial_number = 2;
56
+ optional string revocation_code = 3;
57
+ optional string uri = 4;
58
+ optional uint64 server_time = 5;
59
+ optional string account_name = 6;
60
+ optional string token_gid = 7;
61
+ optional bytes identity_secret = 8;
62
+ optional bytes secret_1 = 9;
63
+ optional int32 status = 10;
64
+ optional string phone_number_hint = 11;
65
+ optional int32 confirm_type = 12;
66
66
  }
67
67
 
68
68
  message CTwoFactor_SendEmail_Request {
69
- optional fixed64 steamid = 1 [(description) = "Steamid to use"];
70
- optional uint32 email_type = 2 [(description) = "Type of email to send (ETwoFactorEmailType::*)"];
71
- optional bool include_activation_code = 3 [(description) = "Include activation code in email parameters"];
69
+ optional fixed64 steamid = 1;
70
+ optional uint32 email_type = 2;
71
+ optional bool include_activation_code = 3;
72
72
  }
73
73
 
74
74
  message CTwoFactor_SendEmail_Response {
75
75
  }
76
76
 
77
77
  message CTwoFactor_FinalizeAddAuthenticator_Request {
78
- optional fixed64 steamid = 1 [(description) = "steamid to use"];
79
- optional string authenticator_code = 2 [(description) = "Current auth code"];
80
- optional uint64 authenticator_time = 3 [(description) = "Current authenticator time"];
81
- optional string activation_code = 4 [(description) = "Activation code from out-of-band message"];
82
- repeated string http_headers = 5 [(description) = "HTTP headers alternating by K/V"];
83
- optional bool validate_sms_code = 6 [(description) = "When finalizing with an SMS code, pass the request on to the PhoneService to update its state too."];
78
+ optional fixed64 steamid = 1;
79
+ optional string authenticator_code = 2;
80
+ optional uint64 authenticator_time = 3;
81
+ optional string activation_code = 4;
82
+ repeated string http_headers = 5;
83
+ optional bool validate_sms_code = 6;
84
84
  }
85
85
 
86
86
  message CTwoFactor_FinalizeAddAuthenticator_Response {
87
- optional bool success = 1 [(description) = "True if succeeded, or want more tries"];
88
- optional bool want_more = 2 [(description) = "True if want more tries"];
89
- optional uint64 server_time = 3 [(description) = "Current server time"];
90
- optional int32 status = 4 [(description) = "Result code"];
87
+ optional bool success = 1;
88
+ optional uint64 server_time = 3;
89
+ optional int32 status = 4;
91
90
  }
92
91
 
93
92
  message CTwoFactor_UpdateTokenVersion_Request {
94
93
  optional fixed64 steamid = 1;
95
- optional uint32 version = 2 [(description) = "What the version of our token should be"];
96
- optional bytes signature = 3 [(description) = "HMAC digest over user's private key"];
94
+ optional uint32 version = 2;
95
+ optional bytes signature = 3;
97
96
  }
98
97
 
99
98
  message CTwoFactor_UpdateTokenVersion_Response {
100
99
  }
101
100
 
102
101
  message CTwoFactor_RemoveAuthenticator_Request {
103
- optional string revocation_code = 2 [(description) = "Password needed to remove token"];
104
- optional uint32 revocation_reason = 5 [(description) = "Reason the authenticator is being removed"];
105
- optional uint32 steamguard_scheme = 6 [(description) = "Type of Steam Guard to use once token is removed"];
106
- optional bool remove_all_steamguard_cookies = 7 [(description) = "Remove all steamguard cookies"];
102
+ optional string revocation_code = 2;
103
+ optional uint32 revocation_reason = 5;
104
+ optional uint32 steamguard_scheme = 6;
105
+ optional bool remove_all_steamguard_cookies = 7;
107
106
  }
108
107
 
109
108
  message CTwoFactor_RemoveAuthenticator_Response {
110
- optional bool success = 1 [(description) = "True if request succeeeded. The mobile app checks this."];
111
- optional uint64 server_time = 3 [(description) = "Current server time"];
112
- optional uint32 revocation_attempts_remaining = 5 [(description) = "Number of revocation code attempts remaining"];
109
+ optional bool success = 1;
110
+ optional uint64 server_time = 3;
111
+ optional uint32 revocation_attempts_remaining = 5;
113
112
  }
114
113
 
115
114
  message CTwoFactor_RemoveAuthenticatorViaChallengeStart_Request {
116
115
  }
117
116
 
118
117
  message CTwoFactor_RemoveAuthenticatorViaChallengeStart_Response {
119
- optional bool success = 1 [(description) = "True if succeeded, or want more tries with an authenticator_code"];
118
+ optional bool success = 1;
120
119
  }
121
120
 
122
121
  message CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Request {
123
- optional string sms_code = 1 [(description) = "Code from SMS"];
124
- optional bool generate_new_token = 2 [(description) = "Generate new token (instead of removing old one)"];
125
- optional uint32 version = 3 [default = 1, (description) = "What the version of our token should be"];
122
+ optional string sms_code = 1;
123
+ optional bool generate_new_token = 2;
124
+ optional uint32 version = 3 [default = 1];
126
125
  }
127
126
 
128
127
  message CRemoveAuthenticatorViaChallengeContinue_Replacement_Token {
129
- optional bytes shared_secret = 1 [(description) = "Shared secret between server and authenticator"];
130
- optional fixed64 serial_number = 2 [(description) = "Authenticator serial number (unique per token)"];
131
- optional string revocation_code = 3 [(description) = "code used to revoke authenticator"];
132
- optional string uri = 4 [(description) = "URI for QR code generation"];
133
- optional uint64 server_time = 5 [(description) = "Current server time"];
134
- optional string account_name = 6 [(description) = "Account name to display on token client"];
135
- optional string token_gid = 7 [(description) = "Token GID assigned by server"];
136
- optional bytes identity_secret = 8 [(description) = "Secret used for identity attestation (e.g., for eventing)"];
137
- optional bytes secret_1 = 9 [(description) = "Spare shared secret"];
138
- optional int32 status = 10 [(description) = "Result code"];
139
- optional uint32 steamguard_scheme = 11 [(description) = "Type of Steam Guard to use once token is removed"];
140
- optional fixed64 steamid = 12 [(description) = "steamid that owns the secret"];
128
+ optional bytes shared_secret = 1;
129
+ optional fixed64 serial_number = 2;
130
+ optional string revocation_code = 3;
131
+ optional string uri = 4;
132
+ optional uint64 server_time = 5;
133
+ optional string account_name = 6;
134
+ optional string token_gid = 7;
135
+ optional bytes identity_secret = 8;
136
+ optional bytes secret_1 = 9;
137
+ optional int32 status = 10;
138
+ optional uint32 steamguard_scheme = 11;
139
+ optional fixed64 steamid = 12;
141
140
  }
142
141
 
143
142
  message CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Response {
144
- optional bool success = 1 [(description) = "True if succeeded, or want more tries with an authenticator_code"];
145
- optional .CRemoveAuthenticatorViaChallengeContinue_Replacement_Token replacement_token = 2 [(description) = "Fresh secret to install"];
143
+ optional bool success = 1;
144
+ optional .CRemoveAuthenticatorViaChallengeContinue_Replacement_Token replacement_token = 2;
146
145
  }
147
146
 
148
147
  service TwoFactor {
149
- option (service_description) = "Two Factor Authentication Service";
150
-
151
- rpc QueryTime (.CTwoFactor_Time_Request) returns (.CTwoFactor_Time_Response) {
152
- option (method_description) = "Get server's idea of the current time";
153
- }
154
-
155
- rpc QueryStatus (.CTwoFactor_Status_Request) returns (.CTwoFactor_Status_Response) {
156
- option (method_description) = "Get two-factor authentication settings for the logged-in account";
157
- }
158
-
159
- rpc AddAuthenticator (.CTwoFactor_AddAuthenticator_Request) returns (.CTwoFactor_AddAuthenticator_Response) {
160
- option (method_description) = "Add two-factor authenticator to the logged-in account";
161
- }
162
-
163
- rpc SendEmail (.CTwoFactor_SendEmail_Request) returns (.CTwoFactor_SendEmail_Response) {
164
- option (method_description) = "Send email to the account";
165
- }
166
-
167
- rpc FinalizeAddAuthenticator (.CTwoFactor_FinalizeAddAuthenticator_Request) returns (.CTwoFactor_FinalizeAddAuthenticator_Response) {
168
- option (method_description) = "Finalize two-factor authentication addition to the logged-in account";
169
- }
170
-
171
- rpc UpdateTokenVersion (.CTwoFactor_UpdateTokenVersion_Request) returns (.CTwoFactor_UpdateTokenVersion_Response) {
172
- option (method_description) = "Update the version for my token";
173
- }
174
-
175
- rpc RemoveAuthenticator (.CTwoFactor_RemoveAuthenticator_Request) returns (.CTwoFactor_RemoveAuthenticator_Response) {
176
- option (method_description) = "Remove two-factor authentication addition from the logged-in account";
177
- }
178
-
179
- rpc RemoveAuthenticatorViaChallengeStart (.CTwoFactor_RemoveAuthenticatorViaChallengeStart_Request) returns (.CTwoFactor_RemoveAuthenticatorViaChallengeStart_Response) {
180
- option (method_description) = "Start challenge-based authenticator removal";
181
- }
182
-
183
- rpc RemoveAuthenticatorViaChallengeContinue (.CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Request) returns (.CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Response) {
184
- option (method_description) = "Continue challenge-based authenticator removal";
185
- }
148
+ rpc QueryTime (.CTwoFactor_Time_Request) returns (.CTwoFactor_Time_Response);
149
+ rpc QueryStatus (.CTwoFactor_Status_Request) returns (.CTwoFactor_Status_Response);
150
+ rpc AddAuthenticator (.CTwoFactor_AddAuthenticator_Request) returns (.CTwoFactor_AddAuthenticator_Response);
151
+ rpc SendEmail (.CTwoFactor_SendEmail_Request) returns (.CTwoFactor_SendEmail_Response);
152
+ rpc FinalizeAddAuthenticator (.CTwoFactor_FinalizeAddAuthenticator_Request) returns (.CTwoFactor_FinalizeAddAuthenticator_Response);
153
+ rpc UpdateTokenVersion (.CTwoFactor_UpdateTokenVersion_Request) returns (.CTwoFactor_UpdateTokenVersion_Response);
154
+ rpc RemoveAuthenticator (.CTwoFactor_RemoveAuthenticator_Request) returns (.CTwoFactor_RemoveAuthenticator_Response);
155
+ rpc RemoveAuthenticatorViaChallengeStart (.CTwoFactor_RemoveAuthenticatorViaChallengeStart_Request) returns (.CTwoFactor_RemoveAuthenticatorViaChallengeStart_Response);
156
+ rpc RemoveAuthenticatorViaChallengeContinue (.CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Request) returns (.CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Response);
186
157
  }
@@ -3,6 +3,11 @@ import "google/protobuf/descriptor.proto";
3
3
  option optimize_for = SPEED;
4
4
  option cc_generic_services = false;
5
5
 
6
+ extend .google.protobuf.MessageOptions {
7
+ optional string message_description = 51000;
8
+ optional bool force_emit_message = 50026 [default = false];
9
+ }
10
+
6
11
  extend .google.protobuf.FieldOptions {
7
12
  optional string description = 50000;
8
13
  }
@@ -10,6 +15,8 @@ extend .google.protobuf.FieldOptions {
10
15
  extend .google.protobuf.ServiceOptions {
11
16
  optional string service_description = 50000;
12
17
  optional .EProtoExecutionSite service_execution_site = 50008 [default = k_EProtoExecutionSiteUnknown];
18
+ optional .EProtoServiceType service_type = 50025 [default = k_EProtoServiceTypeSteamMessages];
19
+ optional bool force_emit_service = 50026 [default = false];
13
20
  }
14
21
 
15
22
  extend .google.protobuf.MethodOptions {
@@ -29,5 +36,10 @@ enum EProtoExecutionSite {
29
36
  k_EProtoExecutionSiteSteamClient = 2;
30
37
  }
31
38
 
39
+ enum EProtoServiceType {
40
+ k_EProtoServiceTypeSteamMessages = 0;
41
+ k_EProtoServiceTypeVRGamepadUIMessages = 1;
42
+ }
43
+
32
44
  message NoResponse {
33
45
  }
@@ -4,27 +4,27 @@ import "steammessages_unified_base.steamclient.proto";
4
4
  option cc_generic_services = true;
5
5
 
6
6
  message CMsgTest_MessageToClient_Request {
7
- optional string some_text = 1 [(description) = "Some string."];
7
+ optional string some_text = 1;
8
8
  }
9
9
 
10
10
  message CMsgTest_MessageToClient_Response {
11
- optional string some_text = 1 [(description) = "Some string."];
11
+ optional string some_text = 1;
12
12
  }
13
13
 
14
14
  message CMsgTest_NotifyClient_Notification {
15
- optional string some_text = 1 [(description) = "Some string."];
15
+ optional string some_text = 1;
16
16
  }
17
17
 
18
18
  message CMsgTest_MessageToServer_Request {
19
- optional string some_text = 1 [(description) = "Some string."];
19
+ optional string some_text = 1;
20
20
  }
21
21
 
22
22
  message CMsgTest_MessageToServer_Response {
23
- optional string some_text = 1 [(description) = "Some string."];
23
+ optional string some_text = 1;
24
24
  }
25
25
 
26
26
  message CMsgTest_NotifyServer_Notification {
27
- optional string some_text = 1 [(description) = "Some string."];
27
+ optional string some_text = 1;
28
28
  }
29
29
 
30
30
  message CMsgTest_NoBody_Request {
@@ -37,23 +37,13 @@ message CMsgTest_CallClient_Response {
37
37
  service TestSteamClient {
38
38
  option (service_execution_site) = k_EProtoExecutionSiteSteamClient;
39
39
 
40
- rpc MessageToClient (.CMsgTest_MessageToClient_Request) returns (.CMsgTest_MessageToClient_Response) {
41
- option (method_description) = "Some description - MessageToClient.";
42
- }
43
-
44
- rpc NotifyClient (.CMsgTest_NotifyClient_Notification) returns (.NoResponse) {
45
- option (method_description) = "Some description - NotifyClient.";
46
- }
40
+ rpc MessageToClient (.CMsgTest_MessageToClient_Request) returns (.CMsgTest_MessageToClient_Response);
41
+ rpc NotifyClient (.CMsgTest_NotifyClient_Notification) returns (.NoResponse);
47
42
  }
48
43
 
49
44
  service TestServerFromClient {
50
- rpc MessageToServer (.CMsgTest_MessageToServer_Request) returns (.CMsgTest_MessageToServer_Response) {
51
- option (method_description) = "Some description - MessageToServer.";
52
- }
53
-
54
- rpc NotifyServer (.CMsgTest_NotifyServer_Notification) returns (.NoResponse) {
55
- option (method_description) = "Some description - NotifyServer.";
56
- }
45
+ rpc MessageToServer (.CMsgTest_MessageToServer_Request) returns (.CMsgTest_MessageToServer_Response);
46
+ rpc NotifyServer (.CMsgTest_NotifyServer_Notification) returns (.NoResponse);
57
47
  }
58
48
 
59
49
  service TestExternalPrivilege {
@@ -64,6 +64,10 @@ message CUserAccount_GetWalletDetails_Response {
64
64
  optional bool has_wallet_in_other_regions = 12;
65
65
  repeated int32 other_regions = 13;
66
66
  optional string formatted_balance = 14;
67
+ optional string formatted_delayed_balance = 15;
68
+ optional int32 delayed_balance_available_min_time = 16;
69
+ optional int32 delayed_balance_available_max_time = 17;
70
+ optional int32 delayed_balance_newest_source = 18;
67
71
  }
68
72
 
69
73
  message CUserAccount_GetAccountLinkStatus_Request {
@@ -146,20 +150,20 @@ message CUserAccount_RegisterCompatTool_Response {
146
150
 
147
151
  message CAccountLinking_GetLinkedAccountInfo_Request {
148
152
  optional .EInternalAccountType account_type = 1 [default = k_EInternalSteamAccountType];
149
- optional uint64 account_id = 2 [(description) = "Internal account ID"];
150
- optional .EExternalAccountType filter = 3 [default = k_EExternalNone, (description) = "if specified then only return this external account type"];
151
- optional bool return_access_token = 4 [(description) = "if provided and true, then returns valid access token if available. It may refresh the token. "];
153
+ optional uint64 account_id = 2;
154
+ optional .EExternalAccountType filter = 3 [default = k_EExternalNone];
155
+ optional bool return_access_token = 4;
152
156
  }
153
157
 
154
158
  message CAccountLinking_GetLinkedAccountInfo_Response {
155
159
  message CExternalAccountTuple_Response {
156
160
  optional .EExternalAccountType external_type = 1 [default = k_EExternalNone];
157
- optional string external_id = 2 [(description) = "unique external account identifier"];
158
- optional string external_user_name = 3 [(description) = "user readable; best effort"];
159
- optional string external_url = 4 [(description) = "required for all, can be a sentinal to verify correctness"];
160
- optional string access_token = 5 [(description) = "provided if requeest and it was valid."];
161
- optional string access_token_secret = 6 [(description) = "required for OAuth v1 and signing the message, provided with access token."];
162
- optional bool is_valid = 7 [(description) = "If false, it means access token no longer work (expired, disconnected) and the link is now broken. Inform user to refresh."];
161
+ optional string external_id = 2;
162
+ optional string external_user_name = 3;
163
+ optional string external_url = 4;
164
+ optional string access_token = 5;
165
+ optional string access_token_secret = 6;
166
+ optional bool is_valid = 7;
163
167
  }
164
168
 
165
169
  repeated .CAccountLinking_GetLinkedAccountInfo_Response.CExternalAccountTuple_Response external_accounts = 1;
@@ -185,65 +189,23 @@ message CEmbeddedClient_AuthorizeDevice_Response {
185
189
  }
186
190
 
187
191
  service UserAccount {
188
- option (service_description) = "A service to get user account information";
189
-
190
- rpc GetAvailableValveDiscountPromotions (.CUserAccount_GetAvailableValveDiscountPromotions_Request) returns (.CUserAccount_GetAvailableValveDiscountPromotions_Response) {
191
- option (method_description) = "Gets the available promotional discounts available to the user";
192
- }
193
-
194
- rpc GetClientWalletDetails (.CUserAccount_GetClientWalletDetails_Request) returns (.CUserAccount_GetWalletDetails_Response) {
195
- option (method_description) = "Returns balance and details about any users wallet";
196
- }
197
-
198
- rpc GetAccountLinkStatus (.CUserAccount_GetAccountLinkStatus_Request) returns (.CUserAccount_GetAccountLinkStatus_Response) {
199
- option (method_description) = "Fetches account link status";
200
- }
201
-
202
- rpc CancelLicenseForApp (.CUserAccount_CancelLicenseForApp_Request) returns (.CUserAccount_CancelLicenseForApp_Response) {
203
- option (method_description) = "Cancels a free license for a user";
204
- }
205
-
206
- rpc GetUserCountry (.CUserAccount_GetUserCountry_Request) returns (.CUserAccount_GetUserCountry_Response) {
207
- option (method_description) = "Get the country code associated with the passed steamid (only available for logged-in user or support)";
208
- }
209
-
210
- rpc CreateFriendInviteToken (.CUserAccount_CreateFriendInviteToken_Request) returns (.CUserAccount_CreateFriendInviteToken_Response) {
211
- option (method_description) = "Create a limited-use token that can be used to create a friend request";
212
- }
213
-
214
- rpc GetFriendInviteTokens (.CUserAccount_GetFriendInviteTokens_Request) returns (.CUserAccount_GetFriendInviteTokens_Response) {
215
- option (method_description) = "Get the set of active tokens for the user";
216
- }
217
-
218
- rpc ViewFriendInviteToken (.CUserAccount_ViewFriendInviteToken_Request) returns (.CUserAccount_ViewFriendInviteToken_Response) {
219
- option (method_description) = "View details about an invite token ";
220
- }
221
-
222
- rpc RedeemFriendInviteToken (.CUserAccount_RedeemFriendInviteToken_Request) returns (.CUserAccount_RedeemFriendInviteToken_Response) {
223
- option (method_description) = "Create a friend relationship using the given invite token";
224
- }
225
-
226
- rpc RevokeFriendInviteToken (.CUserAccount_RevokeFriendInviteToken_Request) returns (.CUserAccount_RevokeFriendInviteToken_Response) {
227
- option (method_description) = "Revoke an active friend invite token";
228
- }
229
-
230
- rpc RegisterCompatTool (.CUserAccount_RegisterCompatTool_Request) returns (.CUserAccount_RegisterCompatTool_Response) {
231
- option (method_description) = "Register intended account usage of a tool";
232
- }
192
+ rpc GetAvailableValveDiscountPromotions (.CUserAccount_GetAvailableValveDiscountPromotions_Request) returns (.CUserAccount_GetAvailableValveDiscountPromotions_Response);
193
+ rpc GetClientWalletDetails (.CUserAccount_GetClientWalletDetails_Request) returns (.CUserAccount_GetWalletDetails_Response);
194
+ rpc GetAccountLinkStatus (.CUserAccount_GetAccountLinkStatus_Request) returns (.CUserAccount_GetAccountLinkStatus_Response);
195
+ rpc CancelLicenseForApp (.CUserAccount_CancelLicenseForApp_Request) returns (.CUserAccount_CancelLicenseForApp_Response);
196
+ rpc GetUserCountry (.CUserAccount_GetUserCountry_Request) returns (.CUserAccount_GetUserCountry_Response);
197
+ rpc CreateFriendInviteToken (.CUserAccount_CreateFriendInviteToken_Request) returns (.CUserAccount_CreateFriendInviteToken_Response);
198
+ rpc GetFriendInviteTokens (.CUserAccount_GetFriendInviteTokens_Request) returns (.CUserAccount_GetFriendInviteTokens_Response);
199
+ rpc ViewFriendInviteToken (.CUserAccount_ViewFriendInviteToken_Request) returns (.CUserAccount_ViewFriendInviteToken_Response);
200
+ rpc RedeemFriendInviteToken (.CUserAccount_RedeemFriendInviteToken_Request) returns (.CUserAccount_RedeemFriendInviteToken_Response);
201
+ rpc RevokeFriendInviteToken (.CUserAccount_RevokeFriendInviteToken_Request) returns (.CUserAccount_RevokeFriendInviteToken_Response);
202
+ rpc RegisterCompatTool (.CUserAccount_RegisterCompatTool_Request) returns (.CUserAccount_RegisterCompatTool_Response);
233
203
  }
234
204
 
235
205
  service AccountLinking {
236
- option (service_description) = "A service to manage and link to external accounts";
237
-
238
- rpc GetLinkedAccountInfo (.CAccountLinking_GetLinkedAccountInfo_Request) returns (.CAccountLinking_GetLinkedAccountInfo_Response) {
239
- option (method_description) = "List all my active linked external accounts; may be requested to return the access token";
240
- }
206
+ rpc GetLinkedAccountInfo (.CAccountLinking_GetLinkedAccountInfo_Request) returns (.CAccountLinking_GetLinkedAccountInfo_Response);
241
207
  }
242
208
 
243
209
  service EmbeddedClient {
244
- option (service_description) = "Service to authorize and manage Steam functions directly embedded in games";
245
-
246
- rpc AuthorizeCurrentDevice (.CEmbeddedClient_AuthorizeCurrentDevice_Request) returns (.CEmbeddedClient_AuthorizeDevice_Response) {
247
- option (method_description) = "Use a logged-in (password/etc) session to create a durable access token";
248
- }
210
+ rpc AuthorizeCurrentDevice (.CEmbeddedClient_AuthorizeCurrentDevice_Request) returns (.CEmbeddedClient_AuthorizeDevice_Response);
249
211
  }
@@ -32,13 +32,6 @@ message CFileVerification_SteamServiceCheck_Response {
32
32
  }
33
33
 
34
34
  service FileVerification {
35
- option (service_description) = "File verification services";
36
-
37
- rpc SignatureCheck (.CFileVerification_SignatureCheck_Request) returns (.CFileVerification_SignatureCheck_Response) {
38
- option (method_description) = "File signature check was performed";
39
- }
40
-
41
- rpc SteamServiceCheck (.CFileVerification_SteamServiceCheck_Request) returns (.CFileVerification_SteamServiceCheck_Response) {
42
- option (method_description) = "Steam Service check was performed";
43
- }
35
+ rpc SignatureCheck (.CFileVerification_SignatureCheck_Request) returns (.CFileVerification_SignatureCheck_Response);
36
+ rpc SteamServiceCheck (.CFileVerification_SteamServiceCheck_Request) returns (.CFileVerification_SteamServiceCheck_Response);
44
37
  }