Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions gotocompany/guardian/v1beta1/guardian.proto
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,8 @@ message ListUserApprovalsRequest {
bool summary_labels = 61;
// If true, includes label summaries using faceted search: for each label key, available values are computed by applying all other active label filters except that key. Mutually exclusive with summary_labels.
bool summary_labels_v2 = 62;
optional google.protobuf.Timestamp expiration_start_time = 63;
optional google.protobuf.Timestamp expiration_end_time = 64;
}

message ListUserApprovalsResponse {
Expand Down Expand Up @@ -999,6 +1001,8 @@ message ListApprovalsRequest {
bool summary_labels = 61;
// If true, includes label summaries using faceted search: for each label key, available values are computed by applying all other active label filters except that key. Mutually exclusive with summary_labels.
bool summary_labels_v2 = 62;
optional google.protobuf.Timestamp expiration_start_time = 63;
optional google.protobuf.Timestamp expiration_end_time = 64;
}

message ListApprovalsResponse {
Expand Down Expand Up @@ -1584,6 +1588,7 @@ message Approval {
bool allow_failed = 15;
bool dont_allow_self_approval = 16;
google.protobuf.Struct details = 17;
optional google.protobuf.Timestamp expiration_date = 18;
}

message AppealComment {
Expand Down
Loading