steamutils 1.0.4 → 1.0.6
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.
- package/SteamClient.js +5 -0
- package/package.json +1 -1
- package/protos/base_gcmessages.proto +533 -0
- package/protos/clientmetrics.proto +45 -0
- package/protos/content_manifest.proto +62 -0
- package/protos/cstrike15_gcmessages.proto +1344 -0
- package/protos/cstrike15_usermessages.proto +597 -0
- package/protos/econ_gcmessages.proto +225 -0
- package/protos/encrypted_app_ticket.proto +10 -0
- package/protos/engine_gcmessages.proto +16 -0
- package/protos/enums.proto +285 -0
- package/protos/enums_clientserver.proto +1534 -0
- package/protos/fatdemo.proto +125 -0
- package/protos/gcsdk_gcmessages.proto +302 -0
- package/protos/gcsystemmsgs.proto +246 -0
- package/protos/htmlmessages.proto +993 -0
- package/protos/netmessages.proto +491 -0
- package/protos/network_connection.proto +70 -0
- package/protos/renderer/rendermessages.proto +893 -0
- package/protos/steamdatagram_messages.proto +205 -0
- package/protos/steamdatagram_messages_auth.proto +65 -0
- package/protos/steamdatagram_messages_sdr.proto +518 -0
- package/protos/steammessages.proto +601 -0
- package/protos/steammessages_accounthardware.steamclient.proto +188 -0
- package/protos/steammessages_appoverview.proto +185 -0
- package/protos/steammessages_auth.steamclient.proto +192 -0
- package/protos/steammessages_base.proto +288 -0
- package/protos/steammessages_broadcast.steamclient.proto +756 -0
- package/protos/steammessages_chat.steamclient.proto +1281 -0
- package/protos/steammessages_client_objects.proto +336 -0
- package/protos/steammessages_clientlanp2p.proto +26 -0
- package/protos/steammessages_clientmetrics.steamclient.proto +176 -0
- package/protos/steammessages_clientnotificationtypes.proto +129 -0
- package/protos/steammessages_clientserver.proto +384 -0
- package/protos/steammessages_clientserver_2.proto +776 -0
- package/protos/steammessages_clientserver_appinfo.proto +166 -0
- package/protos/steammessages_clientserver_friends.proto +260 -0
- package/protos/steammessages_clientserver_gameservers.proto +159 -0
- package/protos/steammessages_clientserver_lbs.proto +70 -0
- package/protos/steammessages_clientserver_login.proto +159 -0
- package/protos/steammessages_clientserver_mms.proto +235 -0
- package/protos/steammessages_clientserver_ucm.proto +202 -0
- package/protos/steammessages_clientserver_uds.proto +104 -0
- package/protos/steammessages_clientserver_ufs.proto +172 -0
- package/protos/steammessages_clientserver_userstats.proto +80 -0
- package/protos/steammessages_cloud.steamclient.proto +512 -0
- package/protos/steammessages_contentsystem.steamclient.proto +77 -0
- package/protos/steammessages_credentials.steamclient.proto +141 -0
- package/protos/steammessages_datapublisher.steamclient.proto +67 -0
- package/protos/steammessages_depotbuilder.steamclient.proto +118 -0
- package/protos/steammessages_deviceauth.steamclient.proto +200 -0
- package/protos/steammessages_econ.steamclient.proto +105 -0
- package/protos/steammessages_friendmessages.steamclient.proto +168 -0
- package/protos/steammessages_gamenetworking.steamclient.proto +32 -0
- package/protos/steammessages_gamenetworkingui.proto +42 -0
- package/protos/steammessages_gamenotifications.steamclient.proto +156 -0
- package/protos/steammessages_gameservers.steamclient.proto +152 -0
- package/protos/steammessages_hiddevices.proto +156 -0
- package/protos/steammessages_inventory.steamclient.proto +224 -0
- package/protos/steammessages_linkfilter.steamclient.proto +49 -0
- package/protos/steammessages_lobbymatchmaking.steamclient.proto +33 -0
- package/protos/steammessages_market.steamclient.proto +26 -0
- package/protos/steammessages_offline.steamclient.proto +37 -0
- package/protos/steammessages_parental.steamclient.proto +186 -0
- package/protos/steammessages_parties.steamclient.proto +94 -0
- package/protos/steammessages_partnerapps.steamclient.proto +136 -0
- package/protos/steammessages_player.steamclient.proto +912 -0
- package/protos/steammessages_publishedfile.steamclient.proto +711 -0
- package/protos/steammessages_qms.steamclient.proto +125 -0
- package/protos/steammessages_remoteclient.proto +99 -0
- package/protos/steammessages_remoteclient_discovery.proto +228 -0
- package/protos/steammessages_remoteclient_service.steamclient.proto +90 -0
- package/protos/steammessages_remoteclient_service_messages.proto +196 -0
- package/protos/steammessages_remoteplay.proto +871 -0
- package/protos/steammessages_secrets.steamclient.proto +39 -0
- package/protos/steammessages_shader.steamclient.proto +96 -0
- package/protos/steammessages_site_license.steamclient.proto +128 -0
- package/protos/steammessages_sitelicenseclient.proto +38 -0
- package/protos/steammessages_siteserverui.proto +130 -0
- package/protos/steammessages_star.steamclient.proto +64 -0
- package/protos/steammessages_steamtv.steamclient.proto +630 -0
- package/protos/steammessages_store.steamclient.proto +262 -0
- package/protos/steammessages_timedtrial.steamclient.proto +50 -0
- package/protos/steammessages_twofactor.steamclient.proto +154 -0
- package/protos/steammessages_unified_base.steamclient.proto +33 -0
- package/protos/steammessages_unified_test.steamclient.proto +50 -0
- package/protos/steammessages_useraccount.steamclient.proto +210 -0
- package/protos/steammessages_vac.steamclient.proto +44 -0
- package/protos/steammessages_video.steamclient.proto +84 -0
- package/protos/steammessages_virtualcontroller.proto +138 -0
- package/protos/steammessages_workshop.steamclient.proto +23 -0
- package/protos/steamnetworkingsockets_messages.proto +204 -0
- package/protos/steamnetworkingsockets_messages_certs.proto +38 -0
- package/protos/steamnetworkingsockets_messages_udp.proto +75 -0
- package/protos/uifontfile_format.proto +16 -0
@@ -0,0 +1,186 @@
|
|
1
|
+
import "steammessages_base.proto";
|
2
|
+
import "steammessages_unified_base.steamclient.proto";
|
3
|
+
|
4
|
+
option cc_generic_services = true;
|
5
|
+
|
6
|
+
message ParentalApp {
|
7
|
+
optional uint32 appid = 1;
|
8
|
+
optional bool is_allowed = 2;
|
9
|
+
}
|
10
|
+
|
11
|
+
message ParentalSettings {
|
12
|
+
optional fixed64 steamid = 1;
|
13
|
+
optional uint32 applist_base_id = 2;
|
14
|
+
optional string applist_base_description = 3;
|
15
|
+
repeated .ParentalApp applist_base = 4;
|
16
|
+
repeated .ParentalApp applist_custom = 5;
|
17
|
+
optional uint32 passwordhashtype = 6;
|
18
|
+
optional bytes salt = 7;
|
19
|
+
optional bytes passwordhash = 8;
|
20
|
+
optional bool is_enabled = 9;
|
21
|
+
optional uint32 enabled_features = 10;
|
22
|
+
optional string recovery_email = 11;
|
23
|
+
optional bool is_site_license_lock = 12;
|
24
|
+
}
|
25
|
+
|
26
|
+
message CParental_EnableParentalSettings_Request {
|
27
|
+
optional string password = 1;
|
28
|
+
optional .ParentalSettings settings = 2;
|
29
|
+
optional string sessionid = 3;
|
30
|
+
optional uint32 enablecode = 4;
|
31
|
+
optional fixed64 steamid = 10;
|
32
|
+
}
|
33
|
+
|
34
|
+
message CParental_EnableParentalSettings_Response {
|
35
|
+
}
|
36
|
+
|
37
|
+
message CParental_DisableParentalSettings_Request {
|
38
|
+
optional string password = 1;
|
39
|
+
optional fixed64 steamid = 10;
|
40
|
+
}
|
41
|
+
|
42
|
+
message CParental_DisableParentalSettings_Response {
|
43
|
+
}
|
44
|
+
|
45
|
+
message CParental_GetParentalSettings_Request {
|
46
|
+
optional fixed64 steamid = 10;
|
47
|
+
}
|
48
|
+
|
49
|
+
message CParental_GetParentalSettings_Response {
|
50
|
+
optional .ParentalSettings settings = 1;
|
51
|
+
}
|
52
|
+
|
53
|
+
message CParental_GetSignedParentalSettings_Request {
|
54
|
+
optional uint32 priority = 1;
|
55
|
+
}
|
56
|
+
|
57
|
+
message CParental_GetSignedParentalSettings_Response {
|
58
|
+
optional bytes serialized_settings = 1;
|
59
|
+
optional bytes signature = 2;
|
60
|
+
}
|
61
|
+
|
62
|
+
message CParental_SetParentalSettings_Request {
|
63
|
+
optional string password = 1;
|
64
|
+
optional .ParentalSettings settings = 2;
|
65
|
+
optional string new_password = 3;
|
66
|
+
optional string sessionid = 4;
|
67
|
+
optional fixed64 steamid = 10;
|
68
|
+
}
|
69
|
+
|
70
|
+
message CParental_SetParentalSettings_Response {
|
71
|
+
}
|
72
|
+
|
73
|
+
message CParental_ValidateToken_Request {
|
74
|
+
optional string unlock_token = 1;
|
75
|
+
}
|
76
|
+
|
77
|
+
message CParental_ValidateToken_Response {
|
78
|
+
}
|
79
|
+
|
80
|
+
message CParental_ValidatePassword_Request {
|
81
|
+
optional string password = 1;
|
82
|
+
optional string session = 2;
|
83
|
+
optional bool send_unlock_on_success = 3;
|
84
|
+
}
|
85
|
+
|
86
|
+
message CParental_ValidatePassword_Response {
|
87
|
+
optional string token = 1;
|
88
|
+
}
|
89
|
+
|
90
|
+
message CParental_LockClient_Request {
|
91
|
+
optional string session = 1;
|
92
|
+
}
|
93
|
+
|
94
|
+
message CParental_LockClient_Response {
|
95
|
+
}
|
96
|
+
|
97
|
+
message CParental_RequestRecoveryCode_Request {
|
98
|
+
}
|
99
|
+
|
100
|
+
message CParental_RequestRecoveryCode_Response {
|
101
|
+
}
|
102
|
+
|
103
|
+
message CParental_DisableWithRecoveryCode_Request {
|
104
|
+
optional uint32 recovery_code = 1;
|
105
|
+
optional fixed64 steamid = 10;
|
106
|
+
}
|
107
|
+
|
108
|
+
message CParental_DisableWithRecoveryCode_Response {
|
109
|
+
}
|
110
|
+
|
111
|
+
message CParental_ParentalSettingsChange_Notification {
|
112
|
+
optional bytes serialized_settings = 1;
|
113
|
+
optional bytes signature = 2;
|
114
|
+
optional string password = 3;
|
115
|
+
optional string sessionid = 4;
|
116
|
+
}
|
117
|
+
|
118
|
+
message CParental_ParentalUnlock_Notification {
|
119
|
+
optional string password = 1;
|
120
|
+
optional string sessionid = 2;
|
121
|
+
}
|
122
|
+
|
123
|
+
message CParental_ParentalLock_Notification {
|
124
|
+
optional string sessionid = 1;
|
125
|
+
}
|
126
|
+
|
127
|
+
service Parental {
|
128
|
+
option (service_description) = "Parental settings service";
|
129
|
+
|
130
|
+
rpc EnableParentalSettings (.CParental_EnableParentalSettings_Request) returns (.CParental_EnableParentalSettings_Response) {
|
131
|
+
option (method_description) = "Enable parental settings for the logged in account, optionally setting the current settings";
|
132
|
+
}
|
133
|
+
|
134
|
+
rpc DisableParentalSettings (.CParental_DisableParentalSettings_Request) returns (.CParental_DisableParentalSettings_Response) {
|
135
|
+
option (method_description) = "Disable parental settings for the logged in account";
|
136
|
+
}
|
137
|
+
|
138
|
+
rpc GetParentalSettings (.CParental_GetParentalSettings_Request) returns (.CParental_GetParentalSettings_Response) {
|
139
|
+
option (method_description) = "Get the current parental settings for the logged in account";
|
140
|
+
}
|
141
|
+
|
142
|
+
rpc GetSignedParentalSettings (.CParental_GetSignedParentalSettings_Request) returns (.CParental_GetSignedParentalSettings_Response) {
|
143
|
+
option (method_description) = "Get the current parental settings for the logged in account in a form that can by verified by the receiver";
|
144
|
+
}
|
145
|
+
|
146
|
+
rpc SetParentalSettings (.CParental_SetParentalSettings_Request) returns (.CParental_SetParentalSettings_Response) {
|
147
|
+
option (method_description) = "Set the current parental settings for the logged in account";
|
148
|
+
}
|
149
|
+
|
150
|
+
rpc ValidateToken (.CParental_ValidateToken_Request) returns (.CParental_ValidateToken_Response) {
|
151
|
+
option (method_description) = "Check if the given parental unlock token is correct for the logged in account";
|
152
|
+
}
|
153
|
+
|
154
|
+
rpc ValidatePassword (.CParental_ValidatePassword_Request) returns (.CParental_ValidatePassword_Response) {
|
155
|
+
option (method_description) = "Validate the plaintext password for the logged in account and return an unlock token";
|
156
|
+
}
|
157
|
+
|
158
|
+
rpc LockClient (.CParental_LockClient_Request) returns (.CParental_LockClient_Response) {
|
159
|
+
option (method_description) = "Notify connected clients that a lock has occurred in a browser";
|
160
|
+
}
|
161
|
+
|
162
|
+
rpc RequestRecoveryCode (.CParental_RequestRecoveryCode_Request) returns (.CParental_RequestRecoveryCode_Response) {
|
163
|
+
option (method_description) = "Request a recovery code be sent to the recovery email address for the specified account";
|
164
|
+
}
|
165
|
+
|
166
|
+
rpc DisableWithRecoveryCode (.CParental_DisableWithRecoveryCode_Request) returns (.CParental_DisableWithRecoveryCode_Response) {
|
167
|
+
option (method_description) = "Attempt a recovery unlock on the specified account";
|
168
|
+
}
|
169
|
+
}
|
170
|
+
|
171
|
+
service ParentalClient {
|
172
|
+
option (service_description) = "Parental settings client notifications";
|
173
|
+
option (service_execution_site) = k_EProtoExecutionSiteSteamClient;
|
174
|
+
|
175
|
+
rpc NotifySettingsChange (.CParental_ParentalSettingsChange_Notification) returns (.NoResponse) {
|
176
|
+
option (method_description) = "Notification from server to client of a change in parental settings";
|
177
|
+
}
|
178
|
+
|
179
|
+
rpc NotifyUnlock (.CParental_ParentalUnlock_Notification) returns (.NoResponse) {
|
180
|
+
option (method_description) = "Notification from server to client that an unlock has occurred in a browser";
|
181
|
+
}
|
182
|
+
|
183
|
+
rpc NotifyLock (.CParental_ParentalLock_Notification) returns (.NoResponse) {
|
184
|
+
option (method_description) = "Notification from server to client that a lock has occurred in a browser";
|
185
|
+
}
|
186
|
+
}
|
@@ -0,0 +1,94 @@
|
|
1
|
+
import "steammessages_base.proto";
|
2
|
+
import "steammessages_unified_base.steamclient.proto";
|
3
|
+
|
4
|
+
option cc_generic_services = true;
|
5
|
+
|
6
|
+
message CParties_JoinParty_Request {
|
7
|
+
optional fixed64 steamid = 1;
|
8
|
+
optional uint64 beacon_id = 2;
|
9
|
+
}
|
10
|
+
|
11
|
+
message CParties_JoinParty_Response {
|
12
|
+
optional uint64 beacon_id = 1;
|
13
|
+
optional string connect_string = 2;
|
14
|
+
}
|
15
|
+
|
16
|
+
message CParties_BeaconLocation {
|
17
|
+
optional uint32 location_type = 1;
|
18
|
+
optional uint64 location_id = 2;
|
19
|
+
}
|
20
|
+
|
21
|
+
message CParties_CreateBeacon_Request {
|
22
|
+
optional uint32 appid = 1;
|
23
|
+
optional uint32 num_open_slots = 2;
|
24
|
+
repeated .CParties_BeaconLocation locations = 3;
|
25
|
+
optional string connect_string = 4;
|
26
|
+
optional string metadata = 5;
|
27
|
+
}
|
28
|
+
|
29
|
+
message CParties_CreateBeacon_Response {
|
30
|
+
optional uint64 beacon_id = 1;
|
31
|
+
}
|
32
|
+
|
33
|
+
message CParties_OnReservationCompleted_Request {
|
34
|
+
optional uint64 beacon_id = 1;
|
35
|
+
optional fixed64 user_steamid = 2;
|
36
|
+
}
|
37
|
+
|
38
|
+
message CParties_OnReservationCompleted_Response {
|
39
|
+
optional uint64 beacon_id = 1;
|
40
|
+
}
|
41
|
+
|
42
|
+
message CParties_CancelReservation_Request {
|
43
|
+
optional uint64 beacon_id = 1;
|
44
|
+
optional fixed64 user_steamid = 2;
|
45
|
+
}
|
46
|
+
|
47
|
+
message CParties_CancelReservation_Response {
|
48
|
+
optional uint64 beacon_id = 1;
|
49
|
+
}
|
50
|
+
|
51
|
+
message CParties_ChangeNumOpenSlots_Request {
|
52
|
+
optional uint64 beacon_id = 1;
|
53
|
+
optional uint32 num_open_slots = 2;
|
54
|
+
}
|
55
|
+
|
56
|
+
message CParties_ChangeNumOpenSlots_Response {
|
57
|
+
optional uint64 beacon_id = 1;
|
58
|
+
}
|
59
|
+
|
60
|
+
message CParties_DestroyBeacon_Request {
|
61
|
+
optional uint64 beacon_id = 1;
|
62
|
+
}
|
63
|
+
|
64
|
+
message CParties_DestroyBeacon_Response {
|
65
|
+
optional uint64 beacon_id = 1;
|
66
|
+
}
|
67
|
+
|
68
|
+
service Parties {
|
69
|
+
option (service_description) = "Party-related services";
|
70
|
+
|
71
|
+
rpc JoinParty (.CParties_JoinParty_Request) returns (.CParties_JoinParty_Response) {
|
72
|
+
option (method_description) = "Request to join a Party via the given Beacon ID. If successful, will be given the necessary 'connect' string.";
|
73
|
+
}
|
74
|
+
|
75
|
+
rpc CreateBeacon (.CParties_CreateBeacon_Request) returns (.CParties_CreateBeacon_Response) {
|
76
|
+
option (method_description) = "Create a Beacon to attract people to your Party.";
|
77
|
+
}
|
78
|
+
|
79
|
+
rpc OnReservationCompleted (.CParties_OnReservationCompleted_Request) returns (.CParties_OnReservationCompleted_Response) {
|
80
|
+
option (method_description) = "Notify Steam that a user with a reservation has successfully joined.";
|
81
|
+
}
|
82
|
+
|
83
|
+
rpc CancelReservation (.CParties_CancelReservation_Request) returns (.CParties_CancelReservation_Response) {
|
84
|
+
option (method_description) = "Notify Steam that a user with a reservation either never showed up, or has left the party.";
|
85
|
+
}
|
86
|
+
|
87
|
+
rpc ChangeNumOpenSlots (.CParties_ChangeNumOpenSlots_Request) returns (.CParties_ChangeNumOpenSlots_Response) {
|
88
|
+
option (method_description) = "Change the number of open slots";
|
89
|
+
}
|
90
|
+
|
91
|
+
rpc DestroyBeacon (.CParties_DestroyBeacon_Request) returns (.CParties_DestroyBeacon_Response) {
|
92
|
+
option (method_description) = "Delete the Beacon.";
|
93
|
+
}
|
94
|
+
}
|
@@ -0,0 +1,136 @@
|
|
1
|
+
import "steammessages_base.proto";
|
2
|
+
import "steammessages_unified_base.steamclient.proto";
|
3
|
+
|
4
|
+
option cc_generic_services = true;
|
5
|
+
|
6
|
+
message CPartnerApps_RequestUploadToken_Request {
|
7
|
+
optional string filename = 1;
|
8
|
+
optional uint32 appid = 2;
|
9
|
+
}
|
10
|
+
|
11
|
+
message CPartnerApps_RequestUploadToken_Response {
|
12
|
+
optional uint64 upload_token = 1;
|
13
|
+
optional string location = 2;
|
14
|
+
optional uint64 routing_id = 3;
|
15
|
+
}
|
16
|
+
|
17
|
+
message CPartnerApps_FinishUpload_Request {
|
18
|
+
optional uint64 upload_token = 1;
|
19
|
+
optional uint64 routing_id = 2;
|
20
|
+
optional uint32 app_id = 3;
|
21
|
+
}
|
22
|
+
|
23
|
+
message CPartnerApps_FinishUploadKVSign_Response {
|
24
|
+
optional string signed_installscript = 1;
|
25
|
+
}
|
26
|
+
|
27
|
+
message CPartnerApps_FinishUploadLegacyDRM_Request {
|
28
|
+
optional uint64 upload_token = 1;
|
29
|
+
optional uint64 routing_id = 2;
|
30
|
+
optional uint32 app_id = 3;
|
31
|
+
optional uint32 flags = 4;
|
32
|
+
optional string tool_name = 5;
|
33
|
+
}
|
34
|
+
|
35
|
+
message CPartnerApps_FinishUploadLegacyDRM_Response {
|
36
|
+
optional string file_id = 1;
|
37
|
+
}
|
38
|
+
|
39
|
+
message CPartnerApps_FinishUpload_Response {
|
40
|
+
}
|
41
|
+
|
42
|
+
message CPartnerApps_FinishUploadDepot_Request {
|
43
|
+
optional uint64 upload_token = 1;
|
44
|
+
optional uint64 routing_id = 2;
|
45
|
+
optional uint32 app_id = 3;
|
46
|
+
optional uint32 depot_id = 4;
|
47
|
+
optional uint32 build_flags = 5;
|
48
|
+
}
|
49
|
+
|
50
|
+
message CPartnerApps_FinishUploadDepot_Response {
|
51
|
+
}
|
52
|
+
|
53
|
+
message CPartnerApps_GetDepotBuildResult_Request {
|
54
|
+
optional uint64 upload_token = 1;
|
55
|
+
optional uint64 routing_id = 2;
|
56
|
+
}
|
57
|
+
|
58
|
+
message CPartnerApps_GetDepotBuildResult_Response {
|
59
|
+
optional uint64 manifest_id = 1;
|
60
|
+
optional string error_msg = 2;
|
61
|
+
}
|
62
|
+
|
63
|
+
message CPartnerApps_FindDRMUploads_Request {
|
64
|
+
optional int32 app_id = 1;
|
65
|
+
}
|
66
|
+
|
67
|
+
message CPartnerApps_ExistingDRMUpload {
|
68
|
+
optional string file_id = 1;
|
69
|
+
optional uint32 app_id = 2;
|
70
|
+
optional int32 actor_id = 3;
|
71
|
+
optional string supplied_name = 5;
|
72
|
+
optional uint32 flags = 6;
|
73
|
+
optional string mod_type = 7;
|
74
|
+
optional fixed32 timestamp = 8;
|
75
|
+
optional string orig_file_id = 9;
|
76
|
+
}
|
77
|
+
|
78
|
+
message CPartnerApps_FindDRMUploads_Response {
|
79
|
+
repeated .CPartnerApps_ExistingDRMUpload uploads = 1;
|
80
|
+
}
|
81
|
+
|
82
|
+
message CPartnerApps_Download_Request {
|
83
|
+
optional string file_id = 1;
|
84
|
+
optional int32 app_id = 2;
|
85
|
+
}
|
86
|
+
|
87
|
+
message CPartnerApps_Download_Response {
|
88
|
+
optional string download_url = 1;
|
89
|
+
optional int32 app_id = 2;
|
90
|
+
}
|
91
|
+
|
92
|
+
service PartnerApps {
|
93
|
+
option (service_description) = "Service methods for app management by partners";
|
94
|
+
|
95
|
+
rpc RequestKVSignUploadToken (.CPartnerApps_RequestUploadToken_Request) returns (.CPartnerApps_RequestUploadToken_Response) {
|
96
|
+
option (method_description) = "Request upload token for installscript file upload / signing";
|
97
|
+
}
|
98
|
+
|
99
|
+
rpc RequestDRMUploadToken (.CPartnerApps_RequestUploadToken_Request) returns (.CPartnerApps_RequestUploadToken_Response) {
|
100
|
+
option (method_description) = "Request upload token for executable file upload / processing";
|
101
|
+
}
|
102
|
+
|
103
|
+
rpc RequestCEGUploadToken (.CPartnerApps_RequestUploadToken_Request) returns (.CPartnerApps_RequestUploadToken_Response) {
|
104
|
+
option (method_description) = "Request upload token for custom executable file upload / processing";
|
105
|
+
}
|
106
|
+
|
107
|
+
rpc RequestDepotUploadToken (.CPartnerApps_RequestUploadToken_Request) returns (.CPartnerApps_RequestUploadToken_Response) {
|
108
|
+
option (method_description) = "Request upload token for steampipe depot upload";
|
109
|
+
}
|
110
|
+
|
111
|
+
rpc FinishUploadKVSign (.CPartnerApps_FinishUpload_Request) returns (.CPartnerApps_FinishUploadKVSign_Response) {
|
112
|
+
option (method_description) = "Commit method to sign an installscript after an upload is complete";
|
113
|
+
}
|
114
|
+
|
115
|
+
rpc FinishUploadDRMUpload (.CPartnerApps_FinishUploadLegacyDRM_Request) returns (.CPartnerApps_FinishUploadLegacyDRM_Response) {
|
116
|
+
option (method_description) = "Commit method for executable file processing";
|
117
|
+
}
|
118
|
+
|
119
|
+
rpc FinishUploadCEGUpload (.CPartnerApps_FinishUpload_Request) returns (.CPartnerApps_FinishUpload_Response) {
|
120
|
+
option (method_description) = "Commit method for custom executable file processing";
|
121
|
+
}
|
122
|
+
|
123
|
+
rpc FinishUploadDepotUpload (.CPartnerApps_FinishUploadDepot_Request) returns (.CPartnerApps_FinishUploadDepot_Response) {
|
124
|
+
option (method_description) = "Commit method for custom executable file processing";
|
125
|
+
}
|
126
|
+
|
127
|
+
rpc GetDepotBuildResult (.CPartnerApps_GetDepotBuildResult_Request) returns (.CPartnerApps_GetDepotBuildResult_Response) {
|
128
|
+
option (method_description) = "Get build status for previously uploaded depot ZIP";
|
129
|
+
}
|
130
|
+
|
131
|
+
rpc FindDRMUploads (.CPartnerApps_FindDRMUploads_Request) returns (.CPartnerApps_FindDRMUploads_Response) {
|
132
|
+
option (method_description) = "Finds N most recent prior uploads by appid";
|
133
|
+
}
|
134
|
+
|
135
|
+
rpc Download (.CPartnerApps_Download_Request) returns (.CPartnerApps_Download_Response);
|
136
|
+
}
|