Fixed FileMaker and FileReviewer access to COMPLETED files

This commit is contained in:
2026-09-01 21:54:04 +03:30
parent ae49031c55
commit cf74d75146
7 changed files with 128 additions and 2 deletions

View File

@@ -163,6 +163,16 @@ export class ClaimDetailV2ResponseDto {
})
fileMakerApprovalActorId?: string;
@ApiPropertyOptional({
description:
"Fanavaran claim reference. Returned only after the local claim reaches COMPLETED and Fanavaran has supplied at least one reference.",
example: { claimNo: 123456, claimId: 987654 },
})
fanavaran?: {
claimNo?: number;
claimId?: number;
};
@ApiPropertyOptional({
description:
"Slice of `claim.evaluation` exposed to the damage expert. " +