forked from Yara724/api
YARA-1135
This commit is contained in:
@@ -77,6 +77,19 @@ export class ClaimListItemV2Dto {
|
||||
example: true,
|
||||
})
|
||||
requiresFileMakerApproval?: boolean;
|
||||
|
||||
@ApiPropertyOptional({
|
||||
description:
|
||||
"V5 only. Number of times the FileMaker has rejected this claim (0–2). When this reaches 2 the FileMaker can only approve.",
|
||||
example: 1,
|
||||
})
|
||||
fileMakerRejectionCount?: number;
|
||||
|
||||
@ApiPropertyOptional({
|
||||
description: "V5 only. Reason text supplied with the most recent FileMaker rejection.",
|
||||
example: "Damage assessment is incorrect — please re-evaluate parts X and Y",
|
||||
})
|
||||
fileMakerRejectionReason?: string;
|
||||
}
|
||||
|
||||
export class GetClaimListV2ResponseDto {
|
||||
|
||||
Reference in New Issue
Block a user