YARA-1241

This commit is contained in:
SepehrYahyaee
2026-08-24 16:50:39 +03:30
parent f6f4429ce7
commit e4ef95a23e
4 changed files with 725 additions and 225 deletions

View File

@@ -35,7 +35,7 @@ export class CaseExpertReportInsurerController {
@ApiOperation({
summary: "Get insurer file report data",
description:
"Returns the structured report data for the given publicId (blame + claim combined): damaged owner, driver when different, insurance, vehicle, and accident report sections. The front-end uses this data to render and generate the PDF.",
"Returns structured insurer PDF data for the given publicId (blame + claim combined), including separated guilty/damaged insurance blocks, third-party/body policy details, Fanavaran codes, case/evaluation timestamps, and the evaluation result with expert response.",
})
@ApiParam({ name: "publicId" })
@ApiResponse({ status: 200, description: "Report data" })