diff --git a/src/__generated__/changes_pb.ts b/src/__generated__/changes_pb.ts index 4e704ac..fec0148 100644 --- a/src/__generated__/changes_pb.ts +++ b/src/__generated__/changes_pb.ts @@ -951,6 +951,10 @@ export class ListHomeChangesRequest extends Message { } /** + * ChangeFiltersRequest is used for filtering on the changes page. + * Repeated entries of the same type are used to represent OR conditions. eg if repo is ["a", "b"] then the filter is (repo == "a" OR repo == "b") + * The filters are ANDed together. eg if repo is ["a", "b"] and author is ["c"] then the filter is (repo == "a" OR repo == "b") AND author == "c" + * * @generated from message changes.ChangeFiltersRequest */ export class ChangeFiltersRequest extends Message {