We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd4ad17 commit d63222cCopy full SHA for d63222c
webui/service_publishedfile.proto
@@ -134,6 +134,7 @@ message CPublishedFile_GetChangeHistory_Response_ChangeLog {
134
optional string snapshot_game_branch_min = 5;
135
optional string snapshot_game_branch_max = 6;
136
optional fixed64 manifest_id = 7;
137
+ optional uint32 accountid = 8;
138
}
139
140
message CPublishedFile_GetChangeHistoryEntry_Request {
@@ -149,6 +150,7 @@ message CPublishedFile_GetChangeHistoryEntry_Response {
149
150
optional string snapshot_game_branch_min = 4;
151
optional string snapshot_game_branch_max = 5;
152
optional fixed64 manifest_id = 6;
153
+ optional uint32 accountid = 7;
154
155
156
message CPublishedFile_GetContentDescriptors_Request {
0 commit comments