forked from Yara724/api
YARA-1267, YARA-1268
This commit is contained in:
@@ -481,12 +481,17 @@ export class ClaimRequestManagementController {
|
||||
);
|
||||
}
|
||||
|
||||
// @ApiOperation({ deprecated: true })
|
||||
@Get("branches/:insuranceId")
|
||||
// @ApiParam({ name: "insuranceId" })
|
||||
async insuranceBranches(@Param("insuranceId") insuranceId: string) {
|
||||
return await this.claimRequestManagementService.retrieveInsuranceBranches(insuranceId);
|
||||
}
|
||||
// Legacy V1 owner branch picker — intentionally disabled.
|
||||
// A claim is handled by an expert assigned to the insurer branch, so the
|
||||
// owner must not choose an insurer branch while signing. This does not apply
|
||||
// to the separate expert-only `daghi.branchId` choice in pricing flows.
|
||||
//
|
||||
// @Get("branches/:insuranceId")
|
||||
// async insuranceBranches(@Param("insuranceId") insuranceId: string) {
|
||||
// return await this.claimRequestManagementService.retrieveInsuranceBranches(
|
||||
// insuranceId,
|
||||
// );
|
||||
// }
|
||||
|
||||
// @ApiOperation({ deprecated: true })
|
||||
@Get("fanavaran-submit/:claimRequestId")
|
||||
|
||||
Reference in New Issue
Block a user