Update to latest proto definitions from SteamDatabase/Protobufs

From commit 085746bbf6b48d1b89b7a63e7876932793f4c08f
This commit is contained in:
TBK 2025-10-18 20:00:55 +02:00
commit 9946f23749
No known key found for this signature in database
GPG key ID: 4F205025B48377EB
127 changed files with 40662 additions and 28630 deletions

View file

@ -73,7 +73,6 @@ message CMsgClientGetClientAppListResponse {
repeated .CMsgClientGetClientAppListResponse.App.DLC dlcs = 9;
optional bool download_paused = 11;
optional uint32 num_downloading = 12;
optional uint32 num_paused = 13;
optional bool changing = 14;
optional bool available_on_platform = 15;
optional uint64 bytes_staged = 16;
@ -86,6 +85,7 @@ message CMsgClientGetClientAppListResponse {
optional bool uninstalling = 23;
optional uint32 rt_time_scheduled = 24;
optional bool running = 25;
optional uint32 update_percentage = 26;
}
repeated .CMsgClientGetClientAppListResponse.App apps = 1;