Skip to content

Commit ef393f4

Browse files
Sync public API export @ 6ccda93
Automated sync of public API export.
1 parent 7af0871 commit ef393f4

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

src/bitdrift/public/unary/issues/v1/issues.proto

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,9 @@ message AdvancedFilter {
5151
}
5252

5353
// The filter key to match against.
54-
.bitdrift.public.unary.issues.v1.AdvancedFilter.Condition.LhsTyped lhs_typed = 4 [(validate.rules).enum = {
55-
defined_only: true
56-
not_in: [0]
57-
}];
58-
59-
.bitdrift.public.unary.common.v1.Operator operator = 2 [(validate.rules).enum = {
60-
defined_only: true
61-
not_in: [0]
62-
}];
54+
.bitdrift.public.unary.issues.v1.AdvancedFilter.Condition.LhsTyped lhs_typed = 4 [(validate.rules).enum = {defined_only: true}];
55+
56+
.bitdrift.public.unary.common.v1.Operator operator = 2 [(validate.rules).enum = {defined_only: true}];
6357

6458
string rhs = 3 [(validate.rules).string = {max_len: 255}];
6559
}

0 commit comments

Comments
 (0)