mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
Update to latest proto definitions from SteamDatabase/Protobufs
From commit 085746bbf6b48d1b89b7a63e7876932793f4c08f
This commit is contained in:
parent
8634a44673
commit
8ce47e5e16
127 changed files with 40662 additions and 28630 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue