Skip to content

Commit d63222c

Browse files
1 files | M webui/service_publishedfile.proto
1 parent cd4ad17 commit d63222c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webui/service_publishedfile.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ message CPublishedFile_GetChangeHistory_Response_ChangeLog {
134134
optional string snapshot_game_branch_min = 5;
135135
optional string snapshot_game_branch_max = 6;
136136
optional fixed64 manifest_id = 7;
137+
optional uint32 accountid = 8;
137138
}
138139

139140
message CPublishedFile_GetChangeHistoryEntry_Request {
@@ -149,6 +150,7 @@ message CPublishedFile_GetChangeHistoryEntry_Response {
149150
optional string snapshot_game_branch_min = 4;
150151
optional string snapshot_game_branch_max = 5;
151152
optional fixed64 manifest_id = 6;
153+
optional uint32 accountid = 7;
152154
}
153155

154156
message CPublishedFile_GetContentDescriptors_Request {

0 commit comments

Comments
 (0)