Change protobuf

This commit is contained in:
Александр Федорюк 2023-03-24 11:53:31 +03:00
parent 0614836308
commit 5c07556114

View File

@ -14,11 +14,12 @@ message ListOfFiles {
repeated string contentType = 2;
sint64 size = 3;
bytes content = 4;
string s3Uri = 5;
}
repeated File file = 1;
}
message ListOfBinaryes {
message ListOfBinaries {
repeated bytes value = 1;
}