steamutils 1.3.65 → 1.3.67
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +6 -3
- 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 +7 -11
- 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
@@ -1,12 +0,0 @@
|
|
1
|
-
|
2
|
-
message CTransportAuth_Authenticate_Request {
|
3
|
-
optional string auth_key = 1;
|
4
|
-
}
|
5
|
-
|
6
|
-
message CTransportAuth_Authenticate_Response {
|
7
|
-
}
|
8
|
-
|
9
|
-
service TransportAuth {
|
10
|
-
rpc Authenticate (.CTransportAuth_Authenticate_Request) returns (.CTransportAuth_Authenticate_Response);
|
11
|
-
}
|
12
|
-
|
@@ -1,69 +0,0 @@
|
|
1
|
-
import "common.proto";
|
2
|
-
import "common_base.proto";
|
3
|
-
|
4
|
-
message CTransportValidation_AddNumbers_Request {
|
5
|
-
repeated int32 numbers = 1;
|
6
|
-
}
|
7
|
-
|
8
|
-
message CTransportValidation_AddNumbers_Response {
|
9
|
-
optional int32 accumulated = 1;
|
10
|
-
}
|
11
|
-
|
12
|
-
message CTransportValidation_CountOrderedBytes_Request {
|
13
|
-
optional bytes ordered_bytes = 1;
|
14
|
-
}
|
15
|
-
|
16
|
-
message CTransportValidation_CountOrderedBytes_Response {
|
17
|
-
optional int32 byte_count = 1;
|
18
|
-
}
|
19
|
-
|
20
|
-
message CTransportValidation_GetLastNotifyNumber_Request {
|
21
|
-
}
|
22
|
-
|
23
|
-
message CTransportValidation_GetLastNotifyNumber_Response {
|
24
|
-
optional int32 last_notify_number = 1;
|
25
|
-
}
|
26
|
-
|
27
|
-
message CTransportValidation_NotifyNumber_Notification {
|
28
|
-
optional int32 number = 1;
|
29
|
-
}
|
30
|
-
|
31
|
-
message CTransportValidation_NotifySyntheticEvent_Notification {
|
32
|
-
optional int32 sequence = 1;
|
33
|
-
}
|
34
|
-
|
35
|
-
message CTransportValidation_NotifyText_Notification {
|
36
|
-
optional string text = 1;
|
37
|
-
}
|
38
|
-
|
39
|
-
message CTransportValidation_TriggerSyntheticEvents_Request {
|
40
|
-
optional int32 count = 1;
|
41
|
-
}
|
42
|
-
|
43
|
-
message CTransportValidation_TriggerSyntheticEvents_Response {
|
44
|
-
}
|
45
|
-
|
46
|
-
message CTransportValidationClient_AddNumbers_Request {
|
47
|
-
repeated int32 numbers = 1;
|
48
|
-
}
|
49
|
-
|
50
|
-
message CTransportValidationClient_AddNumbers_Response {
|
51
|
-
optional int32 accumulated = 1;
|
52
|
-
}
|
53
|
-
|
54
|
-
service TransportValidation {
|
55
|
-
rpc AddNumbers (.CTransportValidation_AddNumbers_Request) returns (.CTransportValidation_AddNumbers_Response);
|
56
|
-
rpc AddNumbersStatic (.CTransportValidation_AddNumbers_Request) returns (.CTransportValidation_AddNumbers_Response);
|
57
|
-
rpc AppendToString (.CTransportValidation_AppendToString_Request) returns (.CTransportValidation_AppendToString_Response);
|
58
|
-
rpc CountOrderedBytes (.CTransportValidation_CountOrderedBytes_Request) returns (.CTransportValidation_CountOrderedBytes_Response);
|
59
|
-
rpc GetLastNotifyNumber (.CTransportValidation_GetLastNotifyNumber_Request) returns (.CTransportValidation_GetLastNotifyNumber_Response);
|
60
|
-
rpc NotifyNumber (.CTransportValidation_NotifyNumber_Notification) returns (.NoResponse);
|
61
|
-
rpc NotifySyntheticEvent (.CTransportValidation_NotifySyntheticEvent_Notification) returns (.NoResponse);
|
62
|
-
rpc NotifyText (.CTransportValidation_NotifyText_Notification) returns (.NoResponse);
|
63
|
-
rpc TriggerSyntheticEvents (.CTransportValidation_TriggerSyntheticEvents_Request) returns (.CTransportValidation_TriggerSyntheticEvents_Response);
|
64
|
-
}
|
65
|
-
|
66
|
-
service TransportValidationClient {
|
67
|
-
rpc AddNumbers (.CTransportValidationClient_AddNumbers_Request) returns (.CTransportValidationClient_AddNumbers_Response);
|
68
|
-
}
|
69
|
-
|
@@ -1,181 +0,0 @@
|
|
1
|
-
|
2
|
-
message CRemoveAuthenticatorViaChallengeContinue_Replacement_Token {
|
3
|
-
optional bytes shared_secret = 1;
|
4
|
-
optional fixed64 serial_number = 2;
|
5
|
-
optional string revocation_code = 3;
|
6
|
-
optional string uri = 4;
|
7
|
-
optional uint64 server_time = 5;
|
8
|
-
optional string account_name = 6;
|
9
|
-
optional string token_gid = 7;
|
10
|
-
optional bytes identity_secret = 8;
|
11
|
-
optional bytes secret_1 = 9;
|
12
|
-
optional int32 status = 10;
|
13
|
-
optional uint32 steamguard_scheme = 11;
|
14
|
-
optional fixed64 steamid = 12;
|
15
|
-
}
|
16
|
-
|
17
|
-
message CTwoFactor_AddAuthenticator_Request {
|
18
|
-
optional fixed64 steamid = 1;
|
19
|
-
optional uint64 authenticator_time = 2;
|
20
|
-
optional fixed64 serial_number = 3;
|
21
|
-
optional uint32 authenticator_type = 4;
|
22
|
-
optional string device_identifier = 5;
|
23
|
-
optional string sms_phone_id = 6;
|
24
|
-
repeated string http_headers = 7;
|
25
|
-
optional uint32 version = 8 [default = 1];
|
26
|
-
}
|
27
|
-
|
28
|
-
message CTwoFactor_AddAuthenticator_Response {
|
29
|
-
optional bytes shared_secret = 1;
|
30
|
-
optional fixed64 serial_number = 2;
|
31
|
-
optional string revocation_code = 3;
|
32
|
-
optional string uri = 4;
|
33
|
-
optional uint64 server_time = 5;
|
34
|
-
optional string account_name = 6;
|
35
|
-
optional string token_gid = 7;
|
36
|
-
optional bytes identity_secret = 8;
|
37
|
-
optional bytes secret_1 = 9;
|
38
|
-
optional int32 status = 10;
|
39
|
-
optional string phone_number_hint = 11;
|
40
|
-
}
|
41
|
-
|
42
|
-
message CTwoFactor_CreateEmergencyCodes_Request {
|
43
|
-
optional string code = 1;
|
44
|
-
}
|
45
|
-
|
46
|
-
message CTwoFactor_CreateEmergencyCodes_Response {
|
47
|
-
repeated string codes = 1;
|
48
|
-
}
|
49
|
-
|
50
|
-
message CTwoFactor_DestroyEmergencyCodes_Request {
|
51
|
-
optional fixed64 steamid = 1;
|
52
|
-
}
|
53
|
-
|
54
|
-
message CTwoFactor_DestroyEmergencyCodes_Response {
|
55
|
-
}
|
56
|
-
|
57
|
-
message CTwoFactor_FinalizeAddAuthenticator_Request {
|
58
|
-
optional fixed64 steamid = 1;
|
59
|
-
optional string authenticator_code = 2;
|
60
|
-
optional uint64 authenticator_time = 3;
|
61
|
-
optional string activation_code = 4;
|
62
|
-
repeated string http_headers = 5;
|
63
|
-
optional bool validate_sms_code = 6;
|
64
|
-
}
|
65
|
-
|
66
|
-
message CTwoFactor_FinalizeAddAuthenticator_Response {
|
67
|
-
optional bool success = 1;
|
68
|
-
optional bool want_more = 2;
|
69
|
-
optional uint64 server_time = 3;
|
70
|
-
optional int32 status = 4;
|
71
|
-
}
|
72
|
-
|
73
|
-
message CTwoFactor_RemoveAuthenticator_Request {
|
74
|
-
optional string revocation_code = 2;
|
75
|
-
optional uint32 revocation_reason = 5;
|
76
|
-
optional uint32 steamguard_scheme = 6;
|
77
|
-
optional bool remove_all_steamguard_cookies = 7;
|
78
|
-
}
|
79
|
-
|
80
|
-
message CTwoFactor_RemoveAuthenticator_Response {
|
81
|
-
optional bool success = 1;
|
82
|
-
optional uint64 server_time = 3;
|
83
|
-
optional uint32 revocation_attempts_remaining = 5;
|
84
|
-
}
|
85
|
-
|
86
|
-
message CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Request {
|
87
|
-
optional string sms_code = 1;
|
88
|
-
optional bool generate_new_token = 2;
|
89
|
-
optional uint32 version = 3 [default = 1];
|
90
|
-
}
|
91
|
-
|
92
|
-
message CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Response {
|
93
|
-
optional bool success = 1;
|
94
|
-
optional .CRemoveAuthenticatorViaChallengeContinue_Replacement_Token replacement_token = 2;
|
95
|
-
}
|
96
|
-
|
97
|
-
message CTwoFactor_RemoveAuthenticatorViaChallengeStart_Request {
|
98
|
-
}
|
99
|
-
|
100
|
-
message CTwoFactor_RemoveAuthenticatorViaChallengeStart_Response {
|
101
|
-
optional bool success = 1;
|
102
|
-
}
|
103
|
-
|
104
|
-
message CTwoFactor_SendEmail_Request {
|
105
|
-
optional fixed64 steamid = 1;
|
106
|
-
optional uint32 email_type = 2;
|
107
|
-
optional bool include_activation_code = 3;
|
108
|
-
}
|
109
|
-
|
110
|
-
message CTwoFactor_SendEmail_Response {
|
111
|
-
}
|
112
|
-
|
113
|
-
message CTwoFactor_Status_Request {
|
114
|
-
optional fixed64 steamid = 1;
|
115
|
-
}
|
116
|
-
|
117
|
-
message CTwoFactor_Status_Response {
|
118
|
-
optional uint32 state = 1;
|
119
|
-
optional uint32 inactivation_reason = 2;
|
120
|
-
optional uint32 authenticator_type = 3;
|
121
|
-
optional bool authenticator_allowed = 4;
|
122
|
-
optional uint32 steamguard_scheme = 5;
|
123
|
-
optional string token_gid = 6;
|
124
|
-
optional bool email_validated = 7;
|
125
|
-
optional string device_identifier = 8;
|
126
|
-
optional uint32 time_created = 9;
|
127
|
-
optional uint32 revocation_attempts_remaining = 10;
|
128
|
-
optional string classified_agent = 11;
|
129
|
-
optional bool allow_external_authenticator = 12;
|
130
|
-
optional uint32 time_transferred = 13;
|
131
|
-
optional uint32 version = 14;
|
132
|
-
}
|
133
|
-
|
134
|
-
message CTwoFactor_Time_Request {
|
135
|
-
optional uint64 sender_time = 1;
|
136
|
-
}
|
137
|
-
|
138
|
-
message CTwoFactor_Time_Response {
|
139
|
-
optional uint64 server_time = 1;
|
140
|
-
optional uint64 skew_tolerance_seconds = 2;
|
141
|
-
optional uint64 large_time_jink = 3;
|
142
|
-
optional uint32 probe_frequency_seconds = 4;
|
143
|
-
optional uint32 adjusted_time_probe_frequency_seconds = 5;
|
144
|
-
optional uint32 hint_probe_frequency_seconds = 6;
|
145
|
-
optional uint32 sync_timeout = 7;
|
146
|
-
optional uint32 try_again_seconds = 8;
|
147
|
-
optional uint32 max_attempts = 9;
|
148
|
-
}
|
149
|
-
|
150
|
-
message CTwoFactor_UpdateTokenVersion_Request {
|
151
|
-
optional fixed64 steamid = 1;
|
152
|
-
optional uint32 version = 2;
|
153
|
-
optional bytes signature = 3;
|
154
|
-
}
|
155
|
-
|
156
|
-
message CTwoFactor_UpdateTokenVersion_Response {
|
157
|
-
}
|
158
|
-
|
159
|
-
message CTwoFactor_ValidateToken_Request {
|
160
|
-
optional string code = 1;
|
161
|
-
}
|
162
|
-
|
163
|
-
message CTwoFactor_ValidateToken_Response {
|
164
|
-
optional bool valid = 1;
|
165
|
-
}
|
166
|
-
|
167
|
-
service TwoFactor {
|
168
|
-
rpc AddAuthenticator (.CTwoFactor_AddAuthenticator_Request) returns (.CTwoFactor_AddAuthenticator_Response);
|
169
|
-
rpc CreateEmergencyCodes (.CTwoFactor_CreateEmergencyCodes_Request) returns (.CTwoFactor_CreateEmergencyCodes_Response);
|
170
|
-
rpc DestroyEmergencyCodes (.CTwoFactor_DestroyEmergencyCodes_Request) returns (.CTwoFactor_DestroyEmergencyCodes_Response);
|
171
|
-
rpc FinalizeAddAuthenticator (.CTwoFactor_FinalizeAddAuthenticator_Request) returns (.CTwoFactor_FinalizeAddAuthenticator_Response);
|
172
|
-
rpc QueryStatus (.CTwoFactor_Status_Request) returns (.CTwoFactor_Status_Response);
|
173
|
-
rpc QueryTime (.CTwoFactor_Time_Request) returns (.CTwoFactor_Time_Response);
|
174
|
-
rpc RemoveAuthenticator (.CTwoFactor_RemoveAuthenticator_Request) returns (.CTwoFactor_RemoveAuthenticator_Response);
|
175
|
-
rpc RemoveAuthenticatorViaChallengeContinue (.CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Request) returns (.CTwoFactor_RemoveAuthenticatorViaChallengeContinue_Response);
|
176
|
-
rpc RemoveAuthenticatorViaChallengeStart (.CTwoFactor_RemoveAuthenticatorViaChallengeStart_Request) returns (.CTwoFactor_RemoveAuthenticatorViaChallengeStart_Response);
|
177
|
-
rpc SendEmail (.CTwoFactor_SendEmail_Request) returns (.CTwoFactor_SendEmail_Response);
|
178
|
-
rpc UpdateTokenVersion (.CTwoFactor_UpdateTokenVersion_Request) returns (.CTwoFactor_UpdateTokenVersion_Response);
|
179
|
-
rpc ValidateToken (.CTwoFactor_ValidateToken_Request) returns (.CTwoFactor_ValidateToken_Response);
|
180
|
-
}
|
181
|
-
|
@@ -1,138 +0,0 @@
|
|
1
|
-
|
2
|
-
message CUserAccount_CancelLicenseForApp_Request {
|
3
|
-
optional uint32 appid = 1;
|
4
|
-
}
|
5
|
-
|
6
|
-
message CUserAccount_CancelLicenseForApp_Response {
|
7
|
-
}
|
8
|
-
|
9
|
-
message CUserAccount_CreateFriendInviteToken_Request {
|
10
|
-
optional uint32 invite_limit = 1;
|
11
|
-
optional uint32 invite_duration = 2;
|
12
|
-
optional string invite_note = 3;
|
13
|
-
}
|
14
|
-
|
15
|
-
message CUserAccount_CreateFriendInviteToken_Response {
|
16
|
-
optional string invite_token = 1;
|
17
|
-
optional uint64 invite_limit = 2;
|
18
|
-
optional uint64 invite_duration = 3;
|
19
|
-
optional fixed32 time_created = 4;
|
20
|
-
optional bool valid = 5;
|
21
|
-
}
|
22
|
-
|
23
|
-
message CUserAccount_GetAccountLinkStatus_Request {
|
24
|
-
}
|
25
|
-
|
26
|
-
message CUserAccount_GetAccountLinkStatus_Response {
|
27
|
-
optional uint32 pwid = 1;
|
28
|
-
optional uint32 identity_verification = 2;
|
29
|
-
optional bool performed_age_verification = 3;
|
30
|
-
}
|
31
|
-
|
32
|
-
message CUserAccount_GetAvailableValveDiscountPromotions_Request {
|
33
|
-
optional string country_code = 1;
|
34
|
-
}
|
35
|
-
|
36
|
-
message CUserAccount_GetAvailableValveDiscountPromotions_Response {
|
37
|
-
repeated .CUserAccount_GetAvailableValveDiscountPromotions_Response_ValveDiscountPromotionDetails promotions = 1;
|
38
|
-
}
|
39
|
-
|
40
|
-
message CUserAccount_GetAvailableValveDiscountPromotions_Response_ValveDiscountPromotionDetails {
|
41
|
-
optional uint32 promotionid = 1;
|
42
|
-
optional string promotion_description = 2;
|
43
|
-
optional int64 minimum_cart_amount = 3;
|
44
|
-
optional int64 minimum_cart_amount_for_display = 4;
|
45
|
-
optional int64 discount_amount = 5;
|
46
|
-
optional int32 currency_code = 6;
|
47
|
-
optional int32 available_use_count = 7;
|
48
|
-
optional int32 promotional_discount_type = 8;
|
49
|
-
optional int32 loyalty_reward_id = 9;
|
50
|
-
optional string localized_name_token = 10;
|
51
|
-
optional int32 max_use_count = 11;
|
52
|
-
}
|
53
|
-
|
54
|
-
message CUserAccount_GetClientWalletDetails_Request {
|
55
|
-
optional bool include_balance_in_usd = 1;
|
56
|
-
optional int32 wallet_region = 2 [default = 1];
|
57
|
-
optional bool include_formatted_balance = 3;
|
58
|
-
}
|
59
|
-
|
60
|
-
message CUserAccount_GetFriendInviteTokens_Request {
|
61
|
-
}
|
62
|
-
|
63
|
-
message CUserAccount_GetFriendInviteTokens_Response {
|
64
|
-
repeated .CUserAccount_CreateFriendInviteToken_Response tokens = 1;
|
65
|
-
}
|
66
|
-
|
67
|
-
message CUserAccount_GetUserCountry_Request {
|
68
|
-
optional fixed64 steamid = 1;
|
69
|
-
}
|
70
|
-
|
71
|
-
message CUserAccount_GetUserCountry_Response {
|
72
|
-
optional string country = 1;
|
73
|
-
}
|
74
|
-
|
75
|
-
message CUserAccount_GetWalletDetails_Response {
|
76
|
-
optional bool has_wallet = 1;
|
77
|
-
optional string user_country_code = 2;
|
78
|
-
optional string wallet_country_code = 3;
|
79
|
-
optional string wallet_state = 4;
|
80
|
-
optional int64 balance = 5;
|
81
|
-
optional int64 delayed_balance = 6;
|
82
|
-
optional int32 currency_code = 7;
|
83
|
-
optional uint32 time_most_recent_txn = 8;
|
84
|
-
optional uint64 most_recent_txnid = 9;
|
85
|
-
optional int64 balance_in_usd = 10;
|
86
|
-
optional int64 delayed_balance_in_usd = 11;
|
87
|
-
optional bool has_wallet_in_other_regions = 12;
|
88
|
-
repeated int32 other_regions = 13;
|
89
|
-
optional string formatted_balance = 14;
|
90
|
-
}
|
91
|
-
|
92
|
-
message CUserAccount_RedeemFriendInviteToken_Request {
|
93
|
-
optional fixed64 steamid = 1;
|
94
|
-
optional string invite_token = 2;
|
95
|
-
}
|
96
|
-
|
97
|
-
message CUserAccount_RedeemFriendInviteToken_Response {
|
98
|
-
}
|
99
|
-
|
100
|
-
message CUserAccount_RegisterCompatTool_Request {
|
101
|
-
optional uint32 compat_tool = 1;
|
102
|
-
}
|
103
|
-
|
104
|
-
message CUserAccount_RegisterCompatTool_Response {
|
105
|
-
}
|
106
|
-
|
107
|
-
message CUserAccount_RevokeFriendInviteToken_Request {
|
108
|
-
optional string invite_token = 1;
|
109
|
-
}
|
110
|
-
|
111
|
-
message CUserAccount_RevokeFriendInviteToken_Response {
|
112
|
-
}
|
113
|
-
|
114
|
-
message CUserAccount_ViewFriendInviteToken_Request {
|
115
|
-
optional fixed64 steamid = 1;
|
116
|
-
optional string invite_token = 2;
|
117
|
-
}
|
118
|
-
|
119
|
-
message CUserAccount_ViewFriendInviteToken_Response {
|
120
|
-
optional bool valid = 1;
|
121
|
-
optional uint64 steamid = 2;
|
122
|
-
optional uint64 invite_duration = 3;
|
123
|
-
}
|
124
|
-
|
125
|
-
service UserAccount {
|
126
|
-
rpc CancelLicenseForApp (.CUserAccount_CancelLicenseForApp_Request) returns (.CUserAccount_CancelLicenseForApp_Response);
|
127
|
-
rpc CreateFriendInviteToken (.CUserAccount_CreateFriendInviteToken_Request) returns (.CUserAccount_CreateFriendInviteToken_Response);
|
128
|
-
rpc GetAccountLinkStatus (.CUserAccount_GetAccountLinkStatus_Request) returns (.CUserAccount_GetAccountLinkStatus_Response);
|
129
|
-
rpc GetAvailableValveDiscountPromotions (.CUserAccount_GetAvailableValveDiscountPromotions_Request) returns (.CUserAccount_GetAvailableValveDiscountPromotions_Response);
|
130
|
-
rpc GetClientWalletDetails (.CUserAccount_GetClientWalletDetails_Request) returns (.CUserAccount_GetWalletDetails_Response);
|
131
|
-
rpc GetFriendInviteTokens (.CUserAccount_GetFriendInviteTokens_Request) returns (.CUserAccount_GetFriendInviteTokens_Response);
|
132
|
-
rpc GetUserCountry (.CUserAccount_GetUserCountry_Request) returns (.CUserAccount_GetUserCountry_Response);
|
133
|
-
rpc RedeemFriendInviteToken (.CUserAccount_RedeemFriendInviteToken_Request) returns (.CUserAccount_RedeemFriendInviteToken_Response);
|
134
|
-
rpc RegisterCompatTool (.CUserAccount_RegisterCompatTool_Request) returns (.CUserAccount_RegisterCompatTool_Response);
|
135
|
-
rpc RevokeFriendInviteToken (.CUserAccount_RevokeFriendInviteToken_Request) returns (.CUserAccount_RevokeFriendInviteToken_Response);
|
136
|
-
rpc ViewFriendInviteToken (.CUserAccount_ViewFriendInviteToken_Request) returns (.CUserAccount_ViewFriendInviteToken_Response);
|
137
|
-
}
|
138
|
-
|
@@ -1,34 +0,0 @@
|
|
1
|
-
import "common_base.proto";
|
2
|
-
|
3
|
-
message CUserGameActivity_Event {
|
4
|
-
optional uint32 timestamp = 2;
|
5
|
-
optional int32 event_type = 3 [(.description) = "enum"];
|
6
|
-
optional uint32 event_sub_type = 4;
|
7
|
-
optional int64 data1 = 5;
|
8
|
-
optional int64 data2 = 6;
|
9
|
-
optional int64 data3 = 7;
|
10
|
-
optional int64 data4 = 8;
|
11
|
-
optional uint32 item_appid = 10;
|
12
|
-
optional uint64 item_contextid = 11;
|
13
|
-
optional uint64 item_assetid = 12;
|
14
|
-
optional bytes proto_data = 13;
|
15
|
-
}
|
16
|
-
|
17
|
-
message CUserGameActivity_GetActivity_Request {
|
18
|
-
optional fixed64 steamid = 1;
|
19
|
-
optional uint32 appid = 2;
|
20
|
-
optional int32 count = 3;
|
21
|
-
optional uint32 starttime = 4;
|
22
|
-
optional uint32 endtime = 5;
|
23
|
-
}
|
24
|
-
|
25
|
-
message CUserGameActivity_GetActivity_Response {
|
26
|
-
optional fixed64 steamid = 1;
|
27
|
-
optional uint32 appid = 2;
|
28
|
-
repeated .CUserGameActivity_Event events = 3;
|
29
|
-
}
|
30
|
-
|
31
|
-
service UserGameActivity {
|
32
|
-
rpc GetActivity (.CUserGameActivity_GetActivity_Request) returns (.CUserGameActivity_GetActivity_Response);
|
33
|
-
}
|
34
|
-
|
@@ -1,53 +0,0 @@
|
|
1
|
-
import "common_base.proto";
|
2
|
-
|
3
|
-
message CUserGameNote {
|
4
|
-
optional string id = 1;
|
5
|
-
optional uint32 appid = 2;
|
6
|
-
optional string shortcut_name = 3;
|
7
|
-
optional uint32 shortcutid = 4;
|
8
|
-
optional uint32 ordinal = 5;
|
9
|
-
optional uint32 time_created = 6;
|
10
|
-
optional uint32 time_modified = 7;
|
11
|
-
optional string title = 8;
|
12
|
-
optional string content = 9;
|
13
|
-
}
|
14
|
-
|
15
|
-
message CUserGameNotes_DeleteNote_Response {
|
16
|
-
}
|
17
|
-
|
18
|
-
message CUserGameNotes_GetGamesWithNotes_Request {
|
19
|
-
}
|
20
|
-
|
21
|
-
message CUserGameNotes_GetGamesWithNotes_Response {
|
22
|
-
repeated .CUserGameNotes_GetGamesWithNotes_Response_GameWithNotes games_with_notes = 1;
|
23
|
-
}
|
24
|
-
|
25
|
-
message CUserGameNotes_GetGamesWithNotes_Response_GameWithNotes {
|
26
|
-
optional uint32 appid = 1;
|
27
|
-
optional uint32 shortcutid = 2;
|
28
|
-
optional string shortcut_name = 3;
|
29
|
-
optional uint32 last_modified = 4;
|
30
|
-
optional uint32 note_count = 5;
|
31
|
-
}
|
32
|
-
|
33
|
-
message CUserGameNotes_GetNotesForGame_Request {
|
34
|
-
optional uint32 appid = 1;
|
35
|
-
optional string shortcut_name = 2;
|
36
|
-
optional uint32 shortcutid = 3;
|
37
|
-
}
|
38
|
-
|
39
|
-
message CUserGameNotes_GetNotesForGame_Response {
|
40
|
-
repeated .CUserGameNote notes = 1;
|
41
|
-
}
|
42
|
-
|
43
|
-
message CUserGameNotes_SaveNote_Response {
|
44
|
-
optional string note_id = 1;
|
45
|
-
}
|
46
|
-
|
47
|
-
service UserGameNotes {
|
48
|
-
rpc DeleteNote (.NotImplemented) returns (.CUserGameNotes_DeleteNote_Response);
|
49
|
-
rpc GetGamesWithNotes (.CUserGameNotes_GetGamesWithNotes_Request) returns (.CUserGameNotes_GetGamesWithNotes_Response);
|
50
|
-
rpc GetNotesForGame (.CUserGameNotes_GetNotesForGame_Request) returns (.CUserGameNotes_GetNotesForGame_Response);
|
51
|
-
rpc SaveNote (.NotImplemented) returns (.CUserGameNotes_SaveNote_Response);
|
52
|
-
}
|
53
|
-
|
@@ -1,68 +0,0 @@
|
|
1
|
-
|
2
|
-
message CUserNews_Event {
|
3
|
-
optional uint32 eventtype = 1;
|
4
|
-
optional uint32 eventtime = 2;
|
5
|
-
optional fixed64 steamid_actor = 3;
|
6
|
-
optional fixed64 steamid_target = 4;
|
7
|
-
optional fixed64 gameid = 5;
|
8
|
-
optional uint32 packageid = 6;
|
9
|
-
optional uint32 shortcutid = 7;
|
10
|
-
repeated string achievement_names = 8;
|
11
|
-
optional fixed64 clan_eventid = 9;
|
12
|
-
optional fixed64 clan_announcementid = 10;
|
13
|
-
optional fixed64 publishedfileid = 11;
|
14
|
-
optional uint32 event_last_mod_time = 12;
|
15
|
-
repeated uint32 appids = 13;
|
16
|
-
}
|
17
|
-
|
18
|
-
message CUserNews_GetAppDetailsSpotlight_Request {
|
19
|
-
optional uint32 appid = 1;
|
20
|
-
optional bool include_already_seen = 2;
|
21
|
-
}
|
22
|
-
|
23
|
-
message CUserNews_GetAppDetailsSpotlight_Response {
|
24
|
-
repeated .CUserNews_GetAppDetailsSpotlight_Response_FeaturedEvent events = 1;
|
25
|
-
}
|
26
|
-
|
27
|
-
message CUserNews_GetAppDetailsSpotlight_Response_FeaturedEvent {
|
28
|
-
optional uint32 event_type = 1;
|
29
|
-
optional uint32 event_time = 2;
|
30
|
-
optional fixed64 clan_id = 3;
|
31
|
-
optional fixed64 clan_announcementid = 4;
|
32
|
-
optional uint32 appid = 5;
|
33
|
-
optional uint32 rtime32_last_modified = 6;
|
34
|
-
}
|
35
|
-
|
36
|
-
message CUserNews_GetUserNews_Request {
|
37
|
-
optional uint32 count = 1;
|
38
|
-
optional uint32 starttime = 2;
|
39
|
-
optional uint32 endtime = 3;
|
40
|
-
optional string language = 4;
|
41
|
-
optional uint32 filterflags = 5;
|
42
|
-
optional uint32 filterappid = 6;
|
43
|
-
}
|
44
|
-
|
45
|
-
message CUserNews_GetUserNews_Response {
|
46
|
-
repeated .CUserNews_Event news = 1;
|
47
|
-
repeated .CUserNewsAchievementDisplayData achievement_display_data = 2;
|
48
|
-
}
|
49
|
-
|
50
|
-
message CUserNewsAchievementDisplayData {
|
51
|
-
optional uint32 appid = 1;
|
52
|
-
repeated .CUserNewsAchievementDisplayData_CAchievement achievements = 2;
|
53
|
-
}
|
54
|
-
|
55
|
-
message CUserNewsAchievementDisplayData_CAchievement {
|
56
|
-
optional string name = 1;
|
57
|
-
optional string display_name = 2;
|
58
|
-
optional string display_description = 3;
|
59
|
-
optional string icon = 4;
|
60
|
-
optional float unlocked_pct = 5;
|
61
|
-
optional bool hidden = 6;
|
62
|
-
}
|
63
|
-
|
64
|
-
service UserNews {
|
65
|
-
rpc GetAppDetailsSpotlight (.CUserNews_GetAppDetailsSpotlight_Request) returns (.CUserNews_GetAppDetailsSpotlight_Response);
|
66
|
-
rpc GetUserNews (.CUserNews_GetUserNews_Request) returns (.CUserNews_GetUserNews_Response);
|
67
|
-
}
|
68
|
-
|
@@ -1,96 +0,0 @@
|
|
1
|
-
import "common_base.proto";
|
2
|
-
|
3
|
-
message CUserReviews_GetFriendsRecommendedApp_Request {
|
4
|
-
optional uint32 appid = 1;
|
5
|
-
}
|
6
|
-
|
7
|
-
message CUserReviews_GetFriendsRecommendedApp_Response {
|
8
|
-
repeated uint32 accountids_recommended = 1;
|
9
|
-
repeated uint32 accountids_not_recommended = 3;
|
10
|
-
}
|
11
|
-
|
12
|
-
message CUserReviews_GetIndividualRecommendations_Request {
|
13
|
-
repeated .CUserReviews_GetIndividualRecommendations_Request_RecommendationRequest requests = 1;
|
14
|
-
}
|
15
|
-
|
16
|
-
message CUserReviews_GetIndividualRecommendations_Request_RecommendationRequest {
|
17
|
-
optional uint64 steamid = 1;
|
18
|
-
optional uint32 appid = 2;
|
19
|
-
}
|
20
|
-
|
21
|
-
message CUserReviews_GetIndividualRecommendations_Response {
|
22
|
-
repeated .RecommendationDetails recommendations = 1;
|
23
|
-
}
|
24
|
-
|
25
|
-
message CUserReviews_Recommendation_LoyaltyReaction {
|
26
|
-
optional uint32 reaction_type = 1;
|
27
|
-
optional uint32 count = 2;
|
28
|
-
}
|
29
|
-
|
30
|
-
message CUserReviews_Update_Request {
|
31
|
-
optional uint64 recommendationid = 1;
|
32
|
-
optional string review_text = 2;
|
33
|
-
optional bool voted_up = 3;
|
34
|
-
optional bool is_public = 4;
|
35
|
-
optional string language = 5;
|
36
|
-
optional bool is_in_early_access = 6;
|
37
|
-
optional bool received_compensation = 7;
|
38
|
-
optional bool comments_disabled = 8;
|
39
|
-
optional bool hide_in_steam_china = 9;
|
40
|
-
}
|
41
|
-
|
42
|
-
message CUserReviews_Update_Response {
|
43
|
-
}
|
44
|
-
|
45
|
-
message RecommendationDetails {
|
46
|
-
optional uint64 recommendationid = 1;
|
47
|
-
optional uint64 steamid = 2;
|
48
|
-
optional uint32 appid = 3;
|
49
|
-
optional string review = 4;
|
50
|
-
optional uint32 time_created = 5;
|
51
|
-
optional uint32 time_updated = 6;
|
52
|
-
optional uint32 votes_up = 7;
|
53
|
-
optional uint32 votes_down = 8;
|
54
|
-
optional float vote_score = 9;
|
55
|
-
optional string language = 10;
|
56
|
-
optional uint32 comment_count = 11;
|
57
|
-
optional bool voted_up = 12;
|
58
|
-
optional bool is_public = 13;
|
59
|
-
optional bool moderator_hidden = 14;
|
60
|
-
optional int32 flagged_by_developer = 15 [(.description) = "enum"];
|
61
|
-
optional uint32 report_score = 16;
|
62
|
-
optional uint64 steamid_moderator = 17;
|
63
|
-
optional uint64 steamid_developer = 18;
|
64
|
-
optional uint64 steamid_dev_responder = 19;
|
65
|
-
optional string developer_response = 20;
|
66
|
-
optional uint32 time_developer_responded = 21;
|
67
|
-
optional bool developer_flag_cleared = 22;
|
68
|
-
optional bool written_during_early_access = 23;
|
69
|
-
optional uint32 votes_funny = 24;
|
70
|
-
optional bool received_compensation = 25;
|
71
|
-
optional bool unverified_purchase = 26;
|
72
|
-
optional int32 review_quality = 27 [(.description) = "enum"];
|
73
|
-
optional float weighted_vote_score = 28;
|
74
|
-
optional string moderation_note = 29;
|
75
|
-
optional int32 payment_method = 30;
|
76
|
-
optional int32 playtime_2weeks = 31;
|
77
|
-
optional int32 playtime_forever = 32;
|
78
|
-
optional int32 last_playtime = 33;
|
79
|
-
optional bool comments_disabled = 34;
|
80
|
-
optional int32 playtime_at_review = 35;
|
81
|
-
optional bool approved_for_china = 36;
|
82
|
-
optional int32 ban_check_result = 37 [(.description) = "enum"];
|
83
|
-
optional bool refunded = 38;
|
84
|
-
optional int32 account_score_spend = 39;
|
85
|
-
repeated .CUserReviews_Recommendation_LoyaltyReaction reactions = 40;
|
86
|
-
optional string ipaddress = 41;
|
87
|
-
optional bool hidden_in_steam_china = 42;
|
88
|
-
optional string steam_china_location = 43;
|
89
|
-
}
|
90
|
-
|
91
|
-
service UserReviews {
|
92
|
-
rpc GetFriendsRecommendedApp (.CUserReviews_GetFriendsRecommendedApp_Request) returns (.CUserReviews_GetFriendsRecommendedApp_Response);
|
93
|
-
rpc GetIndividualRecommendations (.CUserReviews_GetIndividualRecommendations_Request) returns (.CUserReviews_GetIndividualRecommendations_Response);
|
94
|
-
rpc Update (.CUserReviews_Update_Request) returns (.CUserReviews_Update_Response);
|
95
|
-
}
|
96
|
-
|