Skip to content

Commit

Permalink
Update service.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
jkralik committed Jun 5, 2024
1 parent c7abb14 commit 2eb2ef3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion snippet-service/pb/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ message Condition { // driven by resource change event
int64 timestamp = 12;
}

message GetConditionsRequest { repeated IDFilter id_filter = 1; }
message GetConditionsRequest {
repeated IDFilter id_filter = 1;
repeated string configuration_id_fitler = 2;
}

message DeleteConditionsRequest { repeated IDFilter id_filter = 1; }
message DeleteConditionsResponse { int64 count = 1; }

Expand Down

0 comments on commit 2eb2ef3

Please sign in to comment.