forked from Yara724/api
FIXED FILE REVIEWER GET ALL
This commit is contained in:
@@ -121,6 +121,12 @@ export class AllRequestDtoV2 {
|
||||
unifiedFileStatus?: string;
|
||||
partiesInitialForms: { firstParty: string; secondParty: string };
|
||||
partiesVehicles: { firstPartyVehicle: string; secondPartyVehicle: string };
|
||||
/**
|
||||
* True when the file is in WAITING_FOR_FILE_REVIEWER status — the FileReviewer
|
||||
* must complete accident fields, capture, and upload-video via v4 endpoints
|
||||
* before the file enters the normal expert-blame review queue.
|
||||
*/
|
||||
needsFileReviewerCompletion?: boolean;
|
||||
}
|
||||
|
||||
export class AllRequestDtoRsV2 {
|
||||
|
||||
Reference in New Issue
Block a user