Skip to content
Snippets Groups Projects

Обновлены proto файлы после релиза v0.10

Merged Anton Sattarov requested to merge feature/PRXS-699-UpdateProtoAfterV0.11 into master
2 files
+ 41
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -24,7 +24,6 @@ message Collection {
optional bool system = 6;
optional bool no_data = 12;
string schema = 7;
// string feature = 8;
bool hidden = 13;
message View {
@@ -49,6 +48,7 @@ message Collection {
}
StateInfo state_info = 10;
repeated string tags = 16;
Access access = 20;
}
Loading