Skip to content
Snippets Groups Projects

Invitations: Добавлены поля max_uses, uses

Merged Semyon Krestyaninov requested to merge feature/2929-MultiInvitation into master
+ 2
0
@@ -18,6 +18,7 @@ message Invitation {
string role = 6;
google.protobuf.Timestamp created_at = 7;
google.protobuf.Timestamp valid_until = 8;
+2
bool multi = 9; // Поле указывает, является ли приглашение многопользовательским.
}
message Filter {
@@ -27,6 +28,7 @@ message Filter {
repeated string space_id = 4;
repeated string owner_id = 5;
repeated string role = 6;
optional bool multi = 7;
}
message CreateRequest {
Loading