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
@@ -15,7 +15,7 @@ message CCloud_ClientLogUploadComplete_Notification {
|
|
15
15
|
}
|
16
16
|
|
17
17
|
message CCloud_GetUploadServerInfo_Request {
|
18
|
-
optional uint32 appid = 1
|
18
|
+
optional uint32 appid = 1;
|
19
19
|
}
|
20
20
|
|
21
21
|
message CCloud_GetUploadServerInfo_Response {
|
@@ -23,15 +23,15 @@ message CCloud_GetUploadServerInfo_Response {
|
|
23
23
|
}
|
24
24
|
|
25
25
|
message CCloud_BeginHTTPUpload_Request {
|
26
|
-
optional uint32 appid = 1
|
27
|
-
optional uint32 file_size = 2
|
28
|
-
optional string filename = 3
|
29
|
-
optional string file_sha = 4
|
30
|
-
optional bool is_public = 5
|
31
|
-
repeated string platforms_to_sync = 6
|
32
|
-
repeated string request_headers_names = 7
|
33
|
-
repeated string request_headers_values = 8
|
34
|
-
optional uint64 upload_batch_id = 9
|
26
|
+
optional uint32 appid = 1;
|
27
|
+
optional uint32 file_size = 2;
|
28
|
+
optional string filename = 3;
|
29
|
+
optional string file_sha = 4;
|
30
|
+
optional bool is_public = 5;
|
31
|
+
repeated string platforms_to_sync = 6;
|
32
|
+
repeated string request_headers_names = 7;
|
33
|
+
repeated string request_headers_values = 8;
|
34
|
+
optional uint64 upload_batch_id = 9;
|
35
35
|
}
|
36
36
|
|
37
37
|
message CCloud_BeginHTTPUpload_Response {
|
@@ -40,31 +40,31 @@ message CCloud_BeginHTTPUpload_Response {
|
|
40
40
|
optional string value = 2;
|
41
41
|
}
|
42
42
|
|
43
|
-
optional fixed64 ugcid = 1
|
44
|
-
optional fixed32 timestamp = 2
|
45
|
-
optional string url_host = 3
|
46
|
-
optional string url_path = 4
|
47
|
-
optional bool use_https = 5
|
48
|
-
repeated .CCloud_BeginHTTPUpload_Response.HTTPHeaders request_headers = 6
|
43
|
+
optional fixed64 ugcid = 1;
|
44
|
+
optional fixed32 timestamp = 2;
|
45
|
+
optional string url_host = 3;
|
46
|
+
optional string url_path = 4;
|
47
|
+
optional bool use_https = 5;
|
48
|
+
repeated .CCloud_BeginHTTPUpload_Response.HTTPHeaders request_headers = 6;
|
49
49
|
}
|
50
50
|
|
51
51
|
message CCloud_CommitHTTPUpload_Request {
|
52
|
-
optional bool transfer_succeeded = 1
|
53
|
-
optional uint32 appid = 2
|
54
|
-
optional string file_sha = 3
|
55
|
-
optional string filename = 4
|
52
|
+
optional bool transfer_succeeded = 1;
|
53
|
+
optional uint32 appid = 2;
|
54
|
+
optional string file_sha = 3;
|
55
|
+
optional string filename = 4;
|
56
56
|
}
|
57
57
|
|
58
58
|
message CCloud_CommitHTTPUpload_Response {
|
59
|
-
optional bool file_committed = 1
|
59
|
+
optional bool file_committed = 1;
|
60
60
|
}
|
61
61
|
|
62
62
|
message CCloud_BeginUGCUpload_Request {
|
63
|
-
optional uint32 appid = 1
|
64
|
-
optional uint32 file_size = 2
|
65
|
-
optional string filename = 3
|
66
|
-
optional string file_sha = 4
|
67
|
-
optional string content_type = 5
|
63
|
+
optional uint32 appid = 1;
|
64
|
+
optional uint32 file_size = 2;
|
65
|
+
optional string filename = 3;
|
66
|
+
optional string file_sha = 4;
|
67
|
+
optional string content_type = 5;
|
68
68
|
}
|
69
69
|
|
70
70
|
message CCloud_BeginUGCUpload_Response {
|
@@ -73,28 +73,28 @@ message CCloud_BeginUGCUpload_Response {
|
|
73
73
|
optional string value = 2;
|
74
74
|
}
|
75
75
|
|
76
|
-
optional .EPublishedFileStorageSystem storage_system = 1 [default = k_EPublishedFileStorageSystemInvalid
|
77
|
-
optional fixed64 ugcid = 2
|
78
|
-
optional fixed32 timestamp = 3
|
79
|
-
optional string url_host = 4
|
80
|
-
optional string url_path = 5
|
81
|
-
optional bool use_https = 6
|
82
|
-
repeated .CCloud_BeginUGCUpload_Response.HTTPHeaders request_headers = 7
|
76
|
+
optional .EPublishedFileStorageSystem storage_system = 1 [default = k_EPublishedFileStorageSystemInvalid];
|
77
|
+
optional fixed64 ugcid = 2;
|
78
|
+
optional fixed32 timestamp = 3;
|
79
|
+
optional string url_host = 4;
|
80
|
+
optional string url_path = 5;
|
81
|
+
optional bool use_https = 6;
|
82
|
+
repeated .CCloud_BeginUGCUpload_Response.HTTPHeaders request_headers = 7;
|
83
83
|
}
|
84
84
|
|
85
85
|
message CCloud_CommitUGCUpload_Request {
|
86
|
-
optional bool transfer_succeeded = 1
|
87
|
-
optional uint32 appid = 2
|
88
|
-
optional fixed64 ugcid = 3
|
86
|
+
optional bool transfer_succeeded = 1;
|
87
|
+
optional uint32 appid = 2;
|
88
|
+
optional fixed64 ugcid = 3;
|
89
89
|
}
|
90
90
|
|
91
91
|
message CCloud_CommitUGCUpload_Response {
|
92
|
-
optional bool file_committed = 1
|
92
|
+
optional bool file_committed = 1;
|
93
93
|
}
|
94
94
|
|
95
95
|
message CCloud_GetFileDetails_Request {
|
96
|
-
optional uint64 ugcid = 1
|
97
|
-
optional uint32 appid = 2
|
96
|
+
optional uint64 ugcid = 1;
|
97
|
+
optional uint32 appid = 2;
|
98
98
|
}
|
99
99
|
|
100
100
|
message CCloud_UserFile {
|
@@ -106,8 +106,8 @@ message CCloud_UserFile {
|
|
106
106
|
optional string url = 6;
|
107
107
|
optional fixed64 steamid_creator = 7;
|
108
108
|
optional uint32 flags = 8;
|
109
|
-
repeated string platforms_to_sync = 9
|
110
|
-
optional string file_sha = 10
|
109
|
+
repeated string platforms_to_sync = 9;
|
110
|
+
optional string file_sha = 10;
|
111
111
|
}
|
112
112
|
|
113
113
|
message CCloud_GetFileDetails_Response {
|
@@ -115,10 +115,10 @@ message CCloud_GetFileDetails_Response {
|
|
115
115
|
}
|
116
116
|
|
117
117
|
message CCloud_EnumerateUserFiles_Request {
|
118
|
-
optional uint32 appid = 1
|
119
|
-
optional bool extended_details = 2
|
120
|
-
optional uint32 count = 3
|
121
|
-
optional uint32 start_index = 4
|
118
|
+
optional uint32 appid = 1;
|
119
|
+
optional bool extended_details = 2;
|
120
|
+
optional uint32 count = 3;
|
121
|
+
optional uint32 start_index = 4;
|
122
122
|
}
|
123
123
|
|
124
124
|
message CCloud_EnumerateUserFiles_Response {
|
@@ -128,8 +128,8 @@ message CCloud_EnumerateUserFiles_Response {
|
|
128
128
|
|
129
129
|
message CCloud_Delete_Request {
|
130
130
|
optional string filename = 1;
|
131
|
-
optional uint32 appid = 2
|
132
|
-
optional uint64 upload_batch_id = 3
|
131
|
+
optional uint32 appid = 2;
|
132
|
+
optional uint64 upload_batch_id = 3;
|
133
133
|
}
|
134
134
|
|
135
135
|
message CCloud_Delete_Response {
|
@@ -139,8 +139,8 @@ message CCloud_GetClientEncryptionKey_Request {
|
|
139
139
|
}
|
140
140
|
|
141
141
|
message CCloud_GetClientEncryptionKey_Response {
|
142
|
-
optional bytes key = 1
|
143
|
-
optional int32 crc = 2
|
142
|
+
optional bytes key = 1;
|
143
|
+
optional int32 crc = 2;
|
144
144
|
}
|
145
145
|
|
146
146
|
message CCloud_CDNReport_Notification {
|
@@ -173,47 +173,47 @@ message CCloud_ExternalStorageTransferReport_Notification {
|
|
173
173
|
}
|
174
174
|
|
175
175
|
message CCloud_BeginAppUploadBatch_Request {
|
176
|
-
optional uint32 appid = 1
|
177
|
-
optional string machine_name = 2
|
178
|
-
repeated string files_to_upload = 3
|
179
|
-
repeated string files_to_delete = 4
|
180
|
-
optional uint64 client_id = 5
|
181
|
-
optional uint64 app_build_id = 6
|
176
|
+
optional uint32 appid = 1;
|
177
|
+
optional string machine_name = 2;
|
178
|
+
repeated string files_to_upload = 3;
|
179
|
+
repeated string files_to_delete = 4;
|
180
|
+
optional uint64 client_id = 5;
|
181
|
+
optional uint64 app_build_id = 6;
|
182
182
|
}
|
183
183
|
|
184
184
|
message CCloud_BeginAppUploadBatch_Response {
|
185
|
-
optional uint64 batch_id = 1
|
186
|
-
optional uint64 app_change_number = 4
|
185
|
+
optional uint64 batch_id = 1;
|
186
|
+
optional uint64 app_change_number = 4;
|
187
187
|
}
|
188
188
|
|
189
189
|
message CCloud_CompleteAppUploadBatch_Notification {
|
190
|
-
optional uint32 appid = 1
|
191
|
-
optional uint64 batch_id = 2
|
192
|
-
optional uint32 batch_eresult = 3
|
190
|
+
optional uint32 appid = 1;
|
191
|
+
optional uint64 batch_id = 2;
|
192
|
+
optional uint32 batch_eresult = 3;
|
193
193
|
}
|
194
194
|
|
195
195
|
message CCloud_CompleteAppUploadBatch_Request {
|
196
|
-
optional uint32 appid = 1
|
197
|
-
optional uint64 batch_id = 2
|
198
|
-
optional uint32 batch_eresult = 3
|
196
|
+
optional uint32 appid = 1;
|
197
|
+
optional uint64 batch_id = 2;
|
198
|
+
optional uint32 batch_eresult = 3;
|
199
199
|
}
|
200
200
|
|
201
201
|
message CCloud_CompleteAppUploadBatch_Response {
|
202
202
|
}
|
203
203
|
|
204
204
|
message CCloud_ClientBeginFileUpload_Request {
|
205
|
-
optional uint32 appid = 1
|
206
|
-
optional uint32 file_size = 2
|
207
|
-
optional uint32 raw_file_size = 3
|
208
|
-
optional bytes file_sha = 4
|
209
|
-
optional uint64 time_stamp = 5
|
210
|
-
optional string filename = 6
|
205
|
+
optional uint32 appid = 1;
|
206
|
+
optional uint32 file_size = 2;
|
207
|
+
optional uint32 raw_file_size = 3;
|
208
|
+
optional bytes file_sha = 4;
|
209
|
+
optional uint64 time_stamp = 5;
|
210
|
+
optional string filename = 6;
|
211
211
|
optional uint32 platforms_to_sync = 7 [default = 4294967295];
|
212
|
-
optional uint32 cell_id = 9
|
213
|
-
optional bool can_encrypt = 10
|
214
|
-
optional bool is_shared_file = 11
|
215
|
-
optional uint32 deprecated_realm = 12
|
216
|
-
optional uint64 upload_batch_id = 13
|
212
|
+
optional uint32 cell_id = 9;
|
213
|
+
optional bool can_encrypt = 10;
|
214
|
+
optional bool is_shared_file = 11;
|
215
|
+
optional uint32 deprecated_realm = 12;
|
216
|
+
optional uint64 upload_batch_id = 13;
|
217
217
|
}
|
218
218
|
|
219
219
|
message ClientCloudFileUploadBlockDetails {
|
@@ -222,37 +222,37 @@ message ClientCloudFileUploadBlockDetails {
|
|
222
222
|
optional string value = 2;
|
223
223
|
}
|
224
224
|
|
225
|
-
optional string url_host = 1
|
226
|
-
optional string url_path = 2
|
227
|
-
optional bool use_https = 3
|
228
|
-
optional int32 http_method = 4
|
229
|
-
repeated .ClientCloudFileUploadBlockDetails.HTTPHeaders request_headers = 5
|
230
|
-
optional uint64 block_offset = 6
|
231
|
-
optional uint32 block_length = 7
|
232
|
-
optional bytes explicit_body_data = 8
|
233
|
-
optional bool may_parallelize = 9
|
225
|
+
optional string url_host = 1;
|
226
|
+
optional string url_path = 2;
|
227
|
+
optional bool use_https = 3;
|
228
|
+
optional int32 http_method = 4;
|
229
|
+
repeated .ClientCloudFileUploadBlockDetails.HTTPHeaders request_headers = 5;
|
230
|
+
optional uint64 block_offset = 6;
|
231
|
+
optional uint32 block_length = 7;
|
232
|
+
optional bytes explicit_body_data = 8;
|
233
|
+
optional bool may_parallelize = 9;
|
234
234
|
}
|
235
235
|
|
236
236
|
message CCloud_ClientBeginFileUpload_Response {
|
237
|
-
optional bool encrypt_file = 1
|
238
|
-
repeated .ClientCloudFileUploadBlockDetails block_requests = 2
|
237
|
+
optional bool encrypt_file = 1;
|
238
|
+
repeated .ClientCloudFileUploadBlockDetails block_requests = 2;
|
239
239
|
}
|
240
240
|
|
241
241
|
message CCloud_ClientCommitFileUpload_Request {
|
242
|
-
optional bool transfer_succeeded = 1
|
243
|
-
optional uint32 appid = 2
|
244
|
-
optional bytes file_sha = 3
|
245
|
-
optional string filename = 4
|
242
|
+
optional bool transfer_succeeded = 1;
|
243
|
+
optional uint32 appid = 2;
|
244
|
+
optional bytes file_sha = 3;
|
245
|
+
optional string filename = 4;
|
246
246
|
}
|
247
247
|
|
248
248
|
message CCloud_ClientCommitFileUpload_Response {
|
249
|
-
optional bool file_committed = 1
|
249
|
+
optional bool file_committed = 1;
|
250
250
|
}
|
251
251
|
|
252
252
|
message CCloud_ClientFileDownload_Request {
|
253
|
-
optional uint32 appid = 1
|
254
|
-
optional string filename = 2
|
255
|
-
optional uint32 realm = 3
|
253
|
+
optional uint32 appid = 1;
|
254
|
+
optional string filename = 2;
|
255
|
+
optional uint32 realm = 3;
|
256
256
|
}
|
257
257
|
|
258
258
|
message CCloud_ClientFileDownload_Response {
|
@@ -261,32 +261,32 @@ message CCloud_ClientFileDownload_Response {
|
|
261
261
|
optional string value = 2;
|
262
262
|
}
|
263
263
|
|
264
|
-
optional uint32 appid = 1
|
265
|
-
optional uint32 file_size = 2
|
266
|
-
optional uint32 raw_file_size = 3
|
267
|
-
optional bytes sha_file = 4
|
268
|
-
optional uint64 time_stamp = 5
|
269
|
-
optional bool is_explicit_delete = 6
|
270
|
-
optional string url_host = 7
|
271
|
-
optional string url_path = 8
|
272
|
-
optional bool use_https = 9
|
273
|
-
repeated .CCloud_ClientFileDownload_Response.HTTPHeaders request_headers = 10
|
264
|
+
optional uint32 appid = 1;
|
265
|
+
optional uint32 file_size = 2;
|
266
|
+
optional uint32 raw_file_size = 3;
|
267
|
+
optional bytes sha_file = 4;
|
268
|
+
optional uint64 time_stamp = 5;
|
269
|
+
optional bool is_explicit_delete = 6;
|
270
|
+
optional string url_host = 7;
|
271
|
+
optional string url_path = 8;
|
272
|
+
optional bool use_https = 9;
|
273
|
+
repeated .CCloud_ClientFileDownload_Response.HTTPHeaders request_headers = 10;
|
274
274
|
optional bool encrypted = 11;
|
275
275
|
}
|
276
276
|
|
277
277
|
message CCloud_ClientDeleteFile_Request {
|
278
|
-
optional uint32 appid = 1
|
279
|
-
optional string filename = 2
|
280
|
-
optional bool is_explicit_delete = 3
|
281
|
-
optional uint64 upload_batch_id = 4
|
278
|
+
optional uint32 appid = 1;
|
279
|
+
optional string filename = 2;
|
280
|
+
optional bool is_explicit_delete = 3;
|
281
|
+
optional uint64 upload_batch_id = 4;
|
282
282
|
}
|
283
283
|
|
284
284
|
message CCloud_ClientDeleteFile_Response {
|
285
285
|
}
|
286
286
|
|
287
287
|
message CCloud_ClientConflictResolution_Notification {
|
288
|
-
optional uint32 appid = 1
|
289
|
-
optional bool chose_local_files = 2
|
288
|
+
optional uint32 appid = 1;
|
289
|
+
optional bool chose_local_files = 2;
|
290
290
|
}
|
291
291
|
|
292
292
|
message CCloud_EnumerateUserApps_Request {
|
@@ -303,28 +303,28 @@ message CCloud_EnumerateUserApps_Response {
|
|
303
303
|
}
|
304
304
|
|
305
305
|
message CCloud_GetAppFileChangelist_Request {
|
306
|
-
optional uint32 appid = 1
|
307
|
-
optional uint64 synced_change_number = 2
|
306
|
+
optional uint32 appid = 1;
|
307
|
+
optional uint64 synced_change_number = 2;
|
308
308
|
}
|
309
309
|
|
310
310
|
message CCloud_AppFileInfo {
|
311
|
-
optional string file_name = 1
|
312
|
-
optional bytes sha_file = 2
|
313
|
-
optional uint64 time_stamp = 3
|
314
|
-
optional uint32 raw_file_size = 4
|
315
|
-
optional .ECloudStoragePersistState persist_state = 5 [default = k_ECloudStoragePersistStatePersisted
|
316
|
-
optional uint32 platforms_to_sync = 6
|
317
|
-
optional uint32 path_prefix_index = 7
|
318
|
-
optional uint32 machine_name_index = 8
|
311
|
+
optional string file_name = 1;
|
312
|
+
optional bytes sha_file = 2;
|
313
|
+
optional uint64 time_stamp = 3;
|
314
|
+
optional uint32 raw_file_size = 4;
|
315
|
+
optional .ECloudStoragePersistState persist_state = 5 [default = k_ECloudStoragePersistStatePersisted];
|
316
|
+
optional uint32 platforms_to_sync = 6;
|
317
|
+
optional uint32 path_prefix_index = 7;
|
318
|
+
optional uint32 machine_name_index = 8;
|
319
319
|
}
|
320
320
|
|
321
321
|
message CCloud_GetAppFileChangelist_Response {
|
322
|
-
optional uint64 current_change_number = 1
|
323
|
-
repeated .CCloud_AppFileInfo files = 2
|
324
|
-
optional bool is_only_delta = 3
|
325
|
-
repeated string path_prefixes = 4
|
326
|
-
repeated string machine_names = 5
|
327
|
-
optional uint64 app_buildid_hwm = 6
|
322
|
+
optional uint64 current_change_number = 1;
|
323
|
+
repeated .CCloud_AppFileInfo files = 2;
|
324
|
+
optional bool is_only_delta = 3;
|
325
|
+
repeated string path_prefixes = 4;
|
326
|
+
repeated string machine_names = 5;
|
327
|
+
optional uint64 app_buildid_hwm = 6;
|
328
328
|
}
|
329
329
|
|
330
330
|
message CCloud_AppSessionSuspend_Request {
|
@@ -353,7 +353,7 @@ message CCloud_AppLaunchIntent_Request {
|
|
353
353
|
}
|
354
354
|
|
355
355
|
message CCloud_AppLaunchIntent_Response {
|
356
|
-
repeated .CCloud_PendingRemoteOperation pending_remote_operations = 1
|
356
|
+
repeated .CCloud_PendingRemoteOperation pending_remote_operations = 1;
|
357
357
|
}
|
358
358
|
|
359
359
|
message CCloud_AppExitSyncDone_Notification {
|
@@ -375,8 +375,8 @@ message CCloud_ClientGetAppQuotaUsage_Response {
|
|
375
375
|
}
|
376
376
|
|
377
377
|
message CCloud_AppCloudStateChange_Notification {
|
378
|
-
optional uint32 appid = 1
|
379
|
-
optional uint64 app_change_number = 2
|
378
|
+
optional uint32 appid = 1;
|
379
|
+
optional uint64 app_change_number = 2;
|
380
380
|
}
|
381
381
|
|
382
382
|
message CCloud_ClientLogUploadRequest_Notification {
|
@@ -384,130 +384,39 @@ message CCloud_ClientLogUploadRequest_Notification {
|
|
384
384
|
}
|
385
385
|
|
386
386
|
service Cloud {
|
387
|
-
|
388
|
-
|
389
|
-
rpc
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
rpc
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
rpc
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
rpc
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
rpc
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
rpc
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
rpc
|
414
|
-
|
415
|
-
}
|
416
|
-
|
417
|
-
rpc GetFileDetails (.CCloud_GetFileDetails_Request) returns (.CCloud_GetFileDetails_Response) {
|
418
|
-
option (method_description) = "Returns details on a Cloud file.";
|
419
|
-
}
|
420
|
-
|
421
|
-
rpc EnumerateUserFiles (.CCloud_EnumerateUserFiles_Request) returns (.CCloud_EnumerateUserFiles_Response) {
|
422
|
-
option (method_description) = "Enumerates Cloud files for a user of a given app ID. Returns up to 500 files at a time.";
|
423
|
-
}
|
424
|
-
|
425
|
-
rpc Delete (.CCloud_Delete_Request) returns (.CCloud_Delete_Response) {
|
426
|
-
option (method_description) = "Deletes a file from the user's cloud.";
|
427
|
-
}
|
428
|
-
|
429
|
-
rpc GetClientEncryptionKey (.CCloud_GetClientEncryptionKey_Request) returns (.CCloud_GetClientEncryptionKey_Response) {
|
430
|
-
option (method_description) = "Gets the user's Cloud file encryption key.";
|
431
|
-
}
|
432
|
-
|
433
|
-
rpc CDNReport (.CCloud_CDNReport_Notification) returns (.NoResponse) {
|
434
|
-
option (method_description) = "Reports the result of a CDN transfer.";
|
435
|
-
}
|
436
|
-
|
437
|
-
rpc ExternalStorageTransferReport (.CCloud_ExternalStorageTransferReport_Notification) returns (.NoResponse) {
|
438
|
-
option (method_description) = "Reports the result of an external Cloud storage transfer.";
|
439
|
-
}
|
440
|
-
|
441
|
-
rpc BeginAppUploadBatch (.CCloud_BeginAppUploadBatch_Request) returns (.CCloud_BeginAppUploadBatch_Response) {
|
442
|
-
option (method_description) = "Indicate a batch of files that will be uploaded / deleted for an app.";
|
443
|
-
}
|
444
|
-
|
445
|
-
rpc CompleteAppUploadBatch (.CCloud_CompleteAppUploadBatch_Notification) returns (.NoResponse) {
|
446
|
-
option (method_description) = "Indicate that the batch is complete or being stopped for some other reason.";
|
447
|
-
}
|
448
|
-
|
449
|
-
rpc CompleteAppUploadBatchBlocking (.CCloud_CompleteAppUploadBatch_Request) returns (.CCloud_CompleteAppUploadBatch_Response) {
|
450
|
-
option (method_description) = "Indicate that the batch is complete or being stopped for some other reason.";
|
451
|
-
}
|
452
|
-
|
453
|
-
rpc ClientBeginFileUpload (.CCloud_ClientBeginFileUpload_Request) returns (.CCloud_ClientBeginFileUpload_Response) {
|
454
|
-
option (method_description) = "Initiate an upload to Cloud.";
|
455
|
-
}
|
456
|
-
|
457
|
-
rpc ClientCommitFileUpload (.CCloud_ClientCommitFileUpload_Request) returns (.CCloud_ClientCommitFileUpload_Response) {
|
458
|
-
option (method_description) = "Commit the file upload or indicate failure.";
|
459
|
-
}
|
460
|
-
|
461
|
-
rpc ClientFileDownload (.CCloud_ClientFileDownload_Request) returns (.CCloud_ClientFileDownload_Response) {
|
462
|
-
option (method_description) = "Initiate a file download.";
|
463
|
-
}
|
464
|
-
|
465
|
-
rpc ClientDeleteFile (.CCloud_ClientDeleteFile_Request) returns (.CCloud_ClientDeleteFile_Response) {
|
466
|
-
option (method_description) = "Delete or forget a file.";
|
467
|
-
}
|
468
|
-
|
469
|
-
rpc ClientConflictResolution (.CCloud_ClientConflictResolution_Notification) returns (.NoResponse) {
|
470
|
-
option (method_description) = "User has picked a resolution for a Cloud conflict.";
|
471
|
-
}
|
472
|
-
|
473
|
-
rpc EnumerateUserApps (.CCloud_EnumerateUserApps_Request) returns (.CCloud_EnumerateUserApps_Response) {
|
474
|
-
option (method_description) = "Enumerates apps stroing cloud files for a user.";
|
475
|
-
}
|
476
|
-
|
477
|
-
rpc GetAppFileChangelist (.CCloud_GetAppFileChangelist_Request) returns (.CCloud_GetAppFileChangelist_Response) {
|
478
|
-
option (method_description) = "Get a list of Cloud file changes for an app given a starting Change Number.";
|
479
|
-
}
|
480
|
-
|
481
|
-
rpc SuspendAppSession (.CCloud_AppSessionSuspend_Request) returns (.CCloud_AppSessionSuspend_Response) {
|
482
|
-
option (method_description) = "An app session is being suspended";
|
483
|
-
}
|
484
|
-
|
485
|
-
rpc ResumeAppSession (.CCloud_AppSessionResume_Request) returns (.CCloud_AppSessionResume_Response) {
|
486
|
-
option (method_description) = "An app session is being resumed";
|
487
|
-
}
|
488
|
-
|
489
|
-
rpc SignalAppLaunchIntent (.CCloud_AppLaunchIntent_Request) returns (.CCloud_AppLaunchIntent_Response) {
|
490
|
-
option (method_description) = "Client intends to launch an app";
|
491
|
-
}
|
492
|
-
|
493
|
-
rpc SignalAppExitSyncDone (.CCloud_AppExitSyncDone_Notification) returns (.NoResponse) {
|
494
|
-
option (method_description) = "Client is done trying to sync after a game session";
|
495
|
-
}
|
496
|
-
|
497
|
-
rpc ClientGetAppQuotaUsage (.CCloud_ClientGetAppQuotaUsage_Request) returns (.CCloud_ClientGetAppQuotaUsage_Response) {
|
498
|
-
option (method_description) = "Client is requesting quota usage for an app";
|
499
|
-
}
|
387
|
+
rpc ClientLogUploadCheck (.CCloud_ClientLogUploadCheck_Notification) returns (.NoResponse);
|
388
|
+
rpc ClientLogUploadComplete (.CCloud_ClientLogUploadComplete_Notification) returns (.NoResponse);
|
389
|
+
rpc GetUploadServerInfo (.CCloud_GetUploadServerInfo_Request) returns (.CCloud_GetUploadServerInfo_Response);
|
390
|
+
rpc BeginHTTPUpload (.CCloud_BeginHTTPUpload_Request) returns (.CCloud_BeginHTTPUpload_Response);
|
391
|
+
rpc CommitHTTPUpload (.CCloud_CommitHTTPUpload_Request) returns (.CCloud_CommitHTTPUpload_Response);
|
392
|
+
rpc BeginUGCUpload (.CCloud_BeginUGCUpload_Request) returns (.CCloud_BeginUGCUpload_Response);
|
393
|
+
rpc CommitUGCUpload (.CCloud_CommitUGCUpload_Request) returns (.CCloud_CommitUGCUpload_Response);
|
394
|
+
rpc GetFileDetails (.CCloud_GetFileDetails_Request) returns (.CCloud_GetFileDetails_Response);
|
395
|
+
rpc EnumerateUserFiles (.CCloud_EnumerateUserFiles_Request) returns (.CCloud_EnumerateUserFiles_Response);
|
396
|
+
rpc Delete (.CCloud_Delete_Request) returns (.CCloud_Delete_Response);
|
397
|
+
rpc GetClientEncryptionKey (.CCloud_GetClientEncryptionKey_Request) returns (.CCloud_GetClientEncryptionKey_Response);
|
398
|
+
rpc CDNReport (.CCloud_CDNReport_Notification) returns (.NoResponse);
|
399
|
+
rpc ExternalStorageTransferReport (.CCloud_ExternalStorageTransferReport_Notification) returns (.NoResponse);
|
400
|
+
rpc BeginAppUploadBatch (.CCloud_BeginAppUploadBatch_Request) returns (.CCloud_BeginAppUploadBatch_Response);
|
401
|
+
rpc CompleteAppUploadBatch (.CCloud_CompleteAppUploadBatch_Notification) returns (.NoResponse);
|
402
|
+
rpc CompleteAppUploadBatchBlocking (.CCloud_CompleteAppUploadBatch_Request) returns (.CCloud_CompleteAppUploadBatch_Response);
|
403
|
+
rpc ClientBeginFileUpload (.CCloud_ClientBeginFileUpload_Request) returns (.CCloud_ClientBeginFileUpload_Response);
|
404
|
+
rpc ClientCommitFileUpload (.CCloud_ClientCommitFileUpload_Request) returns (.CCloud_ClientCommitFileUpload_Response);
|
405
|
+
rpc ClientFileDownload (.CCloud_ClientFileDownload_Request) returns (.CCloud_ClientFileDownload_Response);
|
406
|
+
rpc ClientDeleteFile (.CCloud_ClientDeleteFile_Request) returns (.CCloud_ClientDeleteFile_Response);
|
407
|
+
rpc ClientConflictResolution (.CCloud_ClientConflictResolution_Notification) returns (.NoResponse);
|
408
|
+
rpc EnumerateUserApps (.CCloud_EnumerateUserApps_Request) returns (.CCloud_EnumerateUserApps_Response);
|
409
|
+
rpc GetAppFileChangelist (.CCloud_GetAppFileChangelist_Request) returns (.CCloud_GetAppFileChangelist_Response);
|
410
|
+
rpc SuspendAppSession (.CCloud_AppSessionSuspend_Request) returns (.CCloud_AppSessionSuspend_Response);
|
411
|
+
rpc ResumeAppSession (.CCloud_AppSessionResume_Request) returns (.CCloud_AppSessionResume_Response);
|
412
|
+
rpc SignalAppLaunchIntent (.CCloud_AppLaunchIntent_Request) returns (.CCloud_AppLaunchIntent_Response);
|
413
|
+
rpc SignalAppExitSyncDone (.CCloud_AppExitSyncDone_Notification) returns (.NoResponse);
|
414
|
+
rpc ClientGetAppQuotaUsage (.CCloud_ClientGetAppQuotaUsage_Request) returns (.CCloud_ClientGetAppQuotaUsage_Response);
|
500
415
|
}
|
501
416
|
|
502
417
|
service CloudClient {
|
503
|
-
option (service_description) = "Client notifications for Steam cloud events";
|
504
418
|
option (service_execution_site) = k_EProtoExecutionSiteSteamClient;
|
505
419
|
|
506
|
-
rpc NotifyAppStateChange (.CCloud_AppCloudStateChange_Notification) returns (.NoResponse)
|
507
|
-
|
508
|
-
}
|
509
|
-
|
510
|
-
rpc ClientLogUploadRequest (.CCloud_ClientLogUploadRequest_Notification) returns (.NoResponse) {
|
511
|
-
option (method_description) = "Server is requesting log file uploads from the given client.";
|
512
|
-
}
|
420
|
+
rpc NotifyAppStateChange (.CCloud_AppCloudStateChange_Notification) returns (.NoResponse);
|
421
|
+
rpc ClientLogUploadRequest (.CCloud_ClientLogUploadRequest_Notification) returns (.NoResponse);
|
513
422
|
}
|
@@ -3,12 +3,19 @@ import "steammessages_unified_base.steamclient.proto";
|
|
3
3
|
|
4
4
|
option cc_generic_services = true;
|
5
5
|
|
6
|
+
message CContentServerDirectory_ConnectedSteamPipeServerInfo {
|
7
|
+
optional string type = 1;
|
8
|
+
optional int32 source_id = 2;
|
9
|
+
optional string hostname = 3;
|
10
|
+
}
|
11
|
+
|
6
12
|
message CContentServerDirectory_GetServersForSteamPipe_Request {
|
7
|
-
optional uint32 cell_id = 1
|
8
|
-
optional uint32 max_servers = 2 [default = 20
|
9
|
-
optional string ip_override = 3
|
10
|
-
optional int32 launcher_type = 4 [default = 0
|
11
|
-
optional string ipv6_public = 5
|
13
|
+
optional uint32 cell_id = 1;
|
14
|
+
optional uint32 max_servers = 2 [default = 20];
|
15
|
+
optional string ip_override = 3;
|
16
|
+
optional int32 launcher_type = 4 [default = 0];
|
17
|
+
optional string ipv6_public = 5;
|
18
|
+
repeated .CContentServerDirectory_ConnectedSteamPipeServerInfo current_connections = 6;
|
12
19
|
}
|
13
20
|
|
14
21
|
message CContentServerDirectory_ServerInfo {
|
@@ -25,11 +32,13 @@ message CContentServerDirectory_ServerInfo {
|
|
25
32
|
optional string proxy_request_path_template = 11;
|
26
33
|
optional string https_support = 12;
|
27
34
|
repeated uint32 allowed_app_ids = 13;
|
28
|
-
optional
|
35
|
+
optional uint32 priority_class = 15;
|
36
|
+
repeated string bypass_proxies_of_type = 16;
|
29
37
|
}
|
30
38
|
|
31
39
|
message CContentServerDirectory_GetServersForSteamPipe_Response {
|
32
40
|
repeated .CContentServerDirectory_ServerInfo servers = 1;
|
41
|
+
optional bool no_change = 2;
|
33
42
|
}
|
34
43
|
|
35
44
|
message CContentServerDirectory_GetDepotPatchInfo_Request {
|
@@ -89,6 +98,7 @@ message CContentServerDirectory_RequestPeerContentServer_Request {
|
|
89
98
|
message CContentServerDirectory_RequestPeerContentServer_Response {
|
90
99
|
optional uint32 server_port = 1;
|
91
100
|
repeated uint32 installed_depots = 2;
|
101
|
+
optional uint64 access_token = 3;
|
92
102
|
}
|
93
103
|
|
94
104
|
message CContentServerDirectory_GetPeerContentInfo_Request {
|
@@ -103,8 +113,6 @@ message CContentServerDirectory_GetPeerContentInfo_Response {
|
|
103
113
|
}
|
104
114
|
|
105
115
|
service ContentServerDirectory {
|
106
|
-
option (service_description) = "Content Server and CDN directory";
|
107
|
-
|
108
116
|
rpc GetServersForSteamPipe (.CContentServerDirectory_GetServersForSteamPipe_Request) returns (.CContentServerDirectory_GetServersForSteamPipe_Response);
|
109
117
|
rpc GetDepotPatchInfo (.CContentServerDirectory_GetDepotPatchInfo_Request) returns (.CContentServerDirectory_GetDepotPatchInfo_Response);
|
110
118
|
rpc GetClientUpdateHosts (.CContentServerDirectory_GetClientUpdateHosts_Request) returns (.CContentServerDirectory_GetClientUpdateHosts_Response);
|