Revert "Update to latest proto definitions from SteamDatabase/Protobufs"

This reverts commit 9946f23749 for BC reasons.
This commit is contained in:
Robin Appelman 2025-10-19 14:53:08 +02:00
commit 70a102b373
127 changed files with 28656 additions and 40688 deletions

View file

@ -161,9 +161,6 @@ 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 {
@ -408,7 +405,6 @@ 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 {
@ -428,7 +424,6 @@ 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;