mirror of
https://codeberg.org/steam-vent/proto.git
synced 2026-08-02 12:14:48 +02:00
Revert "Update to latest proto definitions from SteamDatabase/Protobufs"
This reverts commit 9946f23749 for BC reasons.
This commit is contained in:
parent
38ae8528fb
commit
70a102b373
127 changed files with 28656 additions and 40688 deletions
|
|
@ -9,7 +9,6 @@ message CContentBuilder_InitDepotBuild_Request {
|
|||
optional uint64 workshop_itemid = 3;
|
||||
optional bool for_local_cs = 4;
|
||||
optional string target_branch = 5;
|
||||
optional bool shader_depot = 6;
|
||||
}
|
||||
|
||||
message CContentBuilder_InitDepotBuild_Response {
|
||||
|
|
@ -24,9 +23,6 @@ message CContentBuilder_InitDepotBuild_Response {
|
|||
optional uint32 offset_detection_blast_radius_post = 9;
|
||||
optional uint32 offset_detection_max_distance_pre = 10;
|
||||
optional uint32 offset_detection_max_distance_post = 11;
|
||||
optional uint32 compression_method = 12;
|
||||
optional string download_host = 13;
|
||||
optional uint64 manifest_request_code = 14;
|
||||
}
|
||||
|
||||
message CContentBuilder_StartDepotUpload_Request {
|
||||
|
|
@ -65,7 +61,6 @@ message CContentBuilder_FinishDepotUpload_Request {
|
|||
message CContentBuilder_FinishDepotUpload_Response {
|
||||
optional uint64 manifestid = 1;
|
||||
optional bool prev_reused = 2;
|
||||
optional uint64 manifest_request_code = 3;
|
||||
}
|
||||
|
||||
message CContentBuilder_CommitAppBuild_Request {
|
||||
|
|
@ -78,7 +73,6 @@ message CContentBuilder_CommitAppBuild_Request {
|
|||
repeated .CContentBuilder_CommitAppBuild_Request.Depots depot_manifests = 2;
|
||||
optional string build_notes = 4;
|
||||
optional string live_branch = 5;
|
||||
optional bool for_local_cs = 6;
|
||||
}
|
||||
|
||||
message CContentBuilder_CommitAppBuild_Response {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue