Fixed file maker retrieving files

This commit is contained in:
SepehrYahyaee
2026-07-14 14:30:41 +03:30
parent aec9e76918
commit 385757c3a0
4 changed files with 27 additions and 8 deletions

View File

@@ -131,6 +131,13 @@ export class ClaimDetailV2ResponseDto {
})
awaitingFactorValidation?: boolean;
@ApiPropertyOptional({
description:
"True for V5 files — the FileMaker must approve or reject the claim before it is submitted to fanavaran. False (or absent) for V4 files which go straight through.",
example: true,
})
requiresFileMakerApproval?: boolean;
@ApiPropertyOptional({
description:
"Slice of `claim.evaluation` exposed to the damage expert. " +