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

@ -161,6 +161,9 @@ message PublishedFileDetails {
optional float score = 1;
optional uint32 votes_up = 2;
optional uint32 votes_down = 3;
optional float trusted_score = 4;
optional uint32 trusted_votes_up = 5;
optional uint32 trusted_votes_down = 6;
}
message ForSaleData {
@ -405,6 +408,7 @@ message CPublishedFile_GetChangeHistoryEntry_Response {
optional string snapshot_game_branch_min = 4;
optional string snapshot_game_branch_max = 5;
optional fixed64 manifest_id = 6;
optional uint32 accountid = 7;
}
message CPublishedFile_GetChangeHistory_Request {
@ -424,6 +428,7 @@ message CPublishedFile_GetChangeHistory_Response {
optional string snapshot_game_branch_min = 5;
optional string snapshot_game_branch_max = 6;
optional fixed64 manifest_id = 7;
optional uint32 accountid = 8;
}
repeated .CPublishedFile_GetChangeHistory_Response.ChangeLog changes = 1;