Skip to content

Commit

Permalink
Update proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
any-association committed Aug 14, 2024
1 parent 8447baa commit b81d0da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,12 @@ message Block {
QuickOption quickOption = 6;
RelationFormat format = 7;
bool includeTime = 8;
repeated Filter nestedFilters = 10;

enum Operator {
And = 0;
No = 0;
Or = 1;
And = 2;
}

enum Condition {
Expand Down

0 comments on commit b81d0da

Please sign in to comment.