chore(api)!: updated grpc files

This commit is contained in:
ITQ
2025-12-16 17:21:30 +03:00
parent 7f267f61f4
commit c9bdc488d7
12 changed files with 587 additions and 113 deletions
+4 -3
View File
@@ -55,9 +55,10 @@ message ListSubmissionsForReviewRequest {
optional ReviewStatus status = 3;
}
message ListSubmissionsForReviewResponse {
repeated SubmissionSummary submissions = 1;
int32 total_count = 2;
int32 next_page_token = 3;
int32 total_count = 1;
int32 next_page_token = 2;
repeated SubmissionSummary submissions = 3;
}
message GetSubmissionForReviewRequest {