steamutils 1.3.64 → 1.3.66
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +12 -10
- package/index.js +96 -0
- package/package.json +2 -2
- package/protos/csgo/base_gcmessages.proto +553 -0
- package/protos/csgo/connectionless_netmessages.proto +0 -2
- package/protos/csgo/cs_gameevents.proto +1 -0
- package/protos/csgo/cstrike15_gcmessages.proto +41 -12
- package/protos/csgo/cstrike15_usermessages.proto +0 -4
- package/protos/csgo/demo.proto +5 -0
- package/protos/csgo/econ_gcmessages.proto +0 -9
- package/protos/csgo/gcsdk_gcmessages.proto +2 -2
- package/protos/csgo/gcsystemmsgs.proto +1 -0
- package/protos/csgo/netmessages.proto +22 -8
- package/protos/csgo/networkbasetypes.proto +2 -0
- package/protos/csgo/steammessages.proto +23 -0
- package/protos/csgo/usercmd.proto +2 -1
- package/protos/csgo/usermessages.proto +31 -0
- package/protos/steam/enums.proto +58 -1
- package/protos/steam/enums_clientserver.proto +3 -34
- package/protos/steam/enums_productinfo.proto +1 -0
- package/protos/steam/htmlmessages.proto +12 -0
- package/protos/steam/steamdatagram_messages_sdr.proto +1 -1
- package/protos/steam/steammessages_accounthardware.steamclient.proto +18 -52
- package/protos/steam/steammessages_appoverview.proto +18 -1
- package/protos/steam/steammessages_auth.steamclient.proto +128 -188
- package/protos/steam/steammessages_base.proto +3 -0
- package/protos/steam/steammessages_broadcast.steamclient.proto +126 -267
- package/protos/steam/steammessages_chat.steamclient.proto +79 -290
- package/protos/steam/steammessages_client_objects.proto +4 -0
- package/protos/steam/steammessages_clientlanp2p.proto +1 -0
- package/protos/steam/steammessages_clientmetrics.steamclient.proto +0 -2
- package/protos/steam/steammessages_clientnotificationtypes.proto +19 -0
- package/protos/steam/steammessages_clientserver_2.proto +11 -0
- package/protos/steam/steammessages_clientserver_login.proto +1 -1
- package/protos/steam/steammessages_clientserver_mms.proto +228 -235
- package/protos/steam/steammessages_clientserver_ucm.proto +2 -0
- package/protos/steam/steammessages_clientserver_uds.proto +1 -0
- package/protos/steam/steammessages_clientserver_ufs.proto +0 -127
- package/protos/steam/steammessages_clientsettings.proto +46 -6
- package/protos/steam/steammessages_cloud.steamclient.proto +158 -249
- package/protos/steam/steammessages_contentsystem.steamclient.proto +16 -8
- package/protos/steam/steammessages_credentials.steamclient.proto +7 -26
- package/protos/steam/steammessages_datapublisher.steamclient.proto +30 -44
- package/protos/steam/steammessages_depotbuilder.steamclient.proto +6 -25
- package/protos/steam/steammessages_deviceauth.steamclient.proto +11 -45
- package/protos/steam/steammessages_econ.steamclient.proto +12 -25
- package/protos/steam/steammessages_familygroups.steamclient.proto +441 -0
- package/protos/steam/steammessages_friendmessages.steamclient.proto +19 -46
- package/protos/steam/steammessages_gamenetworking.steamclient.proto +2 -9
- package/protos/steam/steammessages_gamenotifications.steamclient.proto +57 -82
- package/protos/steam/steammessages_gameservers.steamclient.proto +13 -29
- package/protos/steam/steammessages_inventory.steamclient.proto +21 -73
- package/protos/steam/steammessages_linkfilter.steamclient.proto +14 -24
- package/protos/steam/steammessages_lobbymatchmaking.steamclient.proto +1 -5
- package/protos/steam/steammessages_market.steamclient.proto +9 -13
- package/protos/steam/steammessages_marketingmessages.steamclient.proto +59 -60
- package/protos/steam/steammessages_offline.steamclient.proto +2 -9
- package/protos/steam/steammessages_parental.steamclient.proto +100 -66
- package/protos/steam/steammessages_parties.steamclient.proto +6 -25
- package/protos/steam/steammessages_partnerapps.steamclient.proto +11 -43
- package/protos/steam/steammessages_player.steamclient.proto +133 -278
- package/protos/steam/steammessages_publishedfile.steamclient.proto +213 -289
- package/protos/steam/steammessages_qms.steamclient.proto +4 -18
- package/protos/steam/steammessages_remoteclient.proto +2 -1
- package/protos/steam/steammessages_remoteclient_discovery.proto +9 -0
- package/protos/steam/steammessages_remoteclient_service.steamclient.proto +18 -73
- package/protos/steam/steammessages_remoteplay.proto +1 -2
- package/protos/steam/steammessages_secrets.steamclient.proto +1 -5
- package/protos/steam/steammessages_shader.steamclient.proto +6 -25
- package/protos/steam/steammessages_site_license.steamclient.proto +8 -33
- package/protos/steam/steammessages_steamtv.steamclient.proto +169 -266
- package/protos/steam/steammessages_store.steamclient.proto +110 -77
- package/protos/steam/steammessages_storebrowse.steamclient.proto +170 -115
- package/protos/steam/steammessages_timedtrial.steamclient.proto +3 -13
- package/protos/steam/steammessages_twofactor.steamclient.proto +92 -121
- package/protos/steam/steammessages_unified_base.steamclient.proto +12 -0
- package/protos/steam/steammessages_unified_test.steamclient.proto +10 -20
- package/protos/steam/steammessages_useraccount.steamclient.proto +26 -64
- package/protos/steam/steammessages_vac.steamclient.proto +2 -9
- package/protos/steam/steammessages_video.steamclient.proto +25 -128
- package/protos/steam/steammessages_workshop.steamclient.proto +1 -5
- package/protos/steam/webuimessages_achievements.proto +29 -0
- package/protos/steam/webuimessages_gamescope.proto +57 -0
- package/protos/steam/webuimessages_steamengine.proto +9 -0
- package/protos/steam/webuimessages_steamos.proto +114 -0
- package/protos/steam/webuimessages_transport.proto +4 -0
- package/protos/steam/webuimessages_transportvalidation.proto +14 -0
- package/test_steamclient.js +4 -3
- package/protos/csgo/steammessages_steamlearn.steamworkssdk.proto +0 -357
- package/protos/steam/renderer/rendermessages.proto +0 -893
- package/protos/steam/steammessages_star.steamclient.proto +0 -64
- package/protos/webui/common.proto +0 -5508
- package/protos/webui/common_base.proto +0 -27
- package/protos/webui/service_accountlinking.proto +0 -27
- package/protos/webui/service_accountprivacy.proto +0 -42
- package/protos/webui/service_auction.proto +0 -97
- package/protos/webui/service_authentication.proto +0 -222
- package/protos/webui/service_authenticationsupport.proto +0 -74
- package/protos/webui/service_broadcast.proto +0 -562
- package/protos/webui/service_chat.proto +0 -11
- package/protos/webui/service_chatroom.proto +0 -810
- package/protos/webui/service_chatusability.proto +0 -107
- package/protos/webui/service_clan.proto +0 -41
- package/protos/webui/service_clanchatrooms.proto +0 -25
- package/protos/webui/service_clanfaqs.proto +0 -202
- package/protos/webui/service_clientcomm.proto +0 -150
- package/protos/webui/service_clientmetrics.proto +0 -63
- package/protos/webui/service_cloud.proto +0 -222
- package/protos/webui/service_cloudconfigstore.proto +0 -51
- package/protos/webui/service_cloudgaming.proto +0 -30
- package/protos/webui/service_community.proto +0 -365
- package/protos/webui/service_econ.proto +0 -134
- package/protos/webui/service_embedded.proto +0 -24
- package/protos/webui/service_experimentservice.proto +0 -6
- package/protos/webui/service_fovasvideo.proto +0 -15
- package/protos/webui/service_friendmessages.proto +0 -133
- package/protos/webui/service_friendslist.proto +0 -70
- package/protos/webui/service_gamenotes.proto +0 -15
- package/protos/webui/service_helprequestlogs.proto +0 -26
- package/protos/webui/service_loyaltyrewards.proto +0 -252
- package/protos/webui/service_marketingmessages.proto +0 -184
- package/protos/webui/service_mobileapp.proto +0 -18
- package/protos/webui/service_mobileauth.proto +0 -24
- package/protos/webui/service_mobiledevice.proto +0 -26
- package/protos/webui/service_mobileperaccount.proto +0 -31
- package/protos/webui/service_news.proto +0 -101
- package/protos/webui/service_parental.proto +0 -178
- package/protos/webui/service_partnermembershipinvite.proto +0 -29
- package/protos/webui/service_partnerstorebrowse.proto +0 -6
- package/protos/webui/service_phone.proto +0 -51
- package/protos/webui/service_physicalgoods.proto +0 -15
- package/protos/webui/service_player.proto +0 -885
- package/protos/webui/service_promotioneventinvites.proto +0 -50
- package/protos/webui/service_promotionplanning.proto +0 -72
- package/protos/webui/service_publishedfile.proto +0 -687
- package/protos/webui/service_publishing.proto +0 -119
- package/protos/webui/service_quest.proto +0 -127
- package/protos/webui/service_salefeature.proto +0 -315
- package/protos/webui/service_saleitemrewards.proto +0 -54
- package/protos/webui/service_shoppingcart.proto +0 -108
- package/protos/webui/service_steamawards.proto +0 -19
- package/protos/webui/service_steamcharts.proto +0 -75
- package/protos/webui/service_steamengine.proto +0 -36
- package/protos/webui/service_steamlearn.proto +0 -727
- package/protos/webui/service_steamnotification.proto +0 -84
- package/protos/webui/service_steamtv.proto +0 -495
- package/protos/webui/service_steamvrvoicechat.proto +0 -67
- package/protos/webui/service_steamvrwebrtc.proto +0 -48
- package/protos/webui/service_storagedevicemanager.proto +0 -104
- package/protos/webui/service_store.proto +0 -289
- package/protos/webui/service_storeappsimilarity.proto +0 -76
- package/protos/webui/service_storebrowse.proto +0 -73
- package/protos/webui/service_storequery.proto +0 -97
- package/protos/webui/service_storesales.proto +0 -15
- package/protos/webui/service_storetopsellers.proto +0 -44
- package/protos/webui/service_systemmanager.proto +0 -11
- package/protos/webui/service_test_transporterror.proto +0 -6
- package/protos/webui/service_transportauth.proto +0 -12
- package/protos/webui/service_transportvalidation.proto +0 -69
- package/protos/webui/service_twofactor.proto +0 -181
- package/protos/webui/service_useraccount.proto +0 -138
- package/protos/webui/service_usergameactivity.proto +0 -34
- package/protos/webui/service_usergamenotes.proto +0 -53
- package/protos/webui/service_usernews.proto +0 -68
- package/protos/webui/service_userreviews.proto +0 -96
- package/protos/webui/service_video.proto +0 -128
- package/protos/webui/service_voicechat.proto +0 -139
- package/protos/webui/service_webrtc.proto +0 -52
@@ -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
|
7
|
+
optional uint64 sender_time = 1;
|
8
8
|
}
|
9
9
|
|
10
10
|
message CTwoFactor_Time_Response {
|
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
|
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
|
23
|
+
optional fixed64 steamid = 1;
|
24
24
|
}
|
25
25
|
|
26
26
|
message CTwoFactor_Status_Response {
|
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
|
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
|
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
|
-
|
50
|
-
|
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
|
56
|
-
optional fixed64 serial_number = 2
|
57
|
-
optional string revocation_code = 3
|
58
|
-
optional string uri = 4
|
59
|
-
optional uint64 server_time = 5
|
60
|
-
optional string account_name = 6
|
61
|
-
optional string token_gid = 7
|
62
|
-
optional bytes identity_secret = 8
|
63
|
-
optional bytes secret_1 = 9
|
64
|
-
optional int32 status = 10
|
65
|
-
optional string phone_number_hint = 11
|
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
|
70
|
-
optional uint32 email_type = 2
|
71
|
-
optional bool include_activation_code = 3
|
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
|
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
|
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
|
88
|
-
optional
|
89
|
-
optional
|
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
|
96
|
-
optional bytes signature = 3
|
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
|
104
|
-
optional uint32 revocation_reason = 5
|
105
|
-
optional uint32 steamguard_scheme = 6
|
106
|
-
optional bool remove_all_steamguard_cookies = 7
|
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
|
111
|
-
optional uint64 server_time = 3
|
112
|
-
optional uint32 revocation_attempts_remaining = 5
|
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
|
118
|
+
optional bool success = 1;
|
120
119
|
}
|
121
120
|
|
122
121
|
message CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Request {
|
123
|
-
optional string sms_code = 1
|
124
|
-
optional bool generate_new_token = 2
|
125
|
-
optional uint32 version = 3 [default = 1
|
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
|
130
|
-
optional fixed64 serial_number = 2
|
131
|
-
optional string revocation_code = 3
|
132
|
-
optional string uri = 4
|
133
|
-
optional uint64 server_time = 5
|
134
|
-
optional string account_name = 6
|
135
|
-
optional string token_gid = 7
|
136
|
-
optional bytes identity_secret = 8
|
137
|
-
optional bytes secret_1 = 9
|
138
|
-
optional int32 status = 10
|
139
|
-
optional uint32 steamguard_scheme = 11
|
140
|
-
optional fixed64 steamid = 12
|
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
|
145
|
-
optional .CRemoveAuthenticatorViaChallengeContinue_Replacement_Token replacement_token = 2
|
143
|
+
optional bool success = 1;
|
144
|
+
optional .CRemoveAuthenticatorViaChallengeContinue_Replacement_Token replacement_token = 2;
|
146
145
|
}
|
147
146
|
|
148
147
|
service TwoFactor {
|
149
|
-
|
150
|
-
|
151
|
-
rpc
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
rpc
|
156
|
-
|
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
|
7
|
+
optional string some_text = 1;
|
8
8
|
}
|
9
9
|
|
10
10
|
message CMsgTest_MessageToClient_Response {
|
11
|
-
optional string some_text = 1
|
11
|
+
optional string some_text = 1;
|
12
12
|
}
|
13
13
|
|
14
14
|
message CMsgTest_NotifyClient_Notification {
|
15
|
-
optional string some_text = 1
|
15
|
+
optional string some_text = 1;
|
16
16
|
}
|
17
17
|
|
18
18
|
message CMsgTest_MessageToServer_Request {
|
19
|
-
optional string some_text = 1
|
19
|
+
optional string some_text = 1;
|
20
20
|
}
|
21
21
|
|
22
22
|
message CMsgTest_MessageToServer_Response {
|
23
|
-
optional string some_text = 1
|
23
|
+
optional string some_text = 1;
|
24
24
|
}
|
25
25
|
|
26
26
|
message CMsgTest_NotifyServer_Notification {
|
27
|
-
optional string some_text = 1
|
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
|
-
|
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
|
-
|
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
|
150
|
-
optional .EExternalAccountType filter = 3 [default = k_EExternalNone
|
151
|
-
optional bool return_access_token = 4
|
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
|
158
|
-
optional string external_user_name = 3
|
159
|
-
optional string external_url = 4
|
160
|
-
optional string access_token = 5
|
161
|
-
optional string access_token_secret = 6
|
162
|
-
optional bool is_valid = 7
|
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
|
-
|
189
|
-
|
190
|
-
rpc
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
rpc
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
rpc
|
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
|
-
|
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
|
-
|
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
|
-
|
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
|
}
|